]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Add spigen(4) fdt data overlays for RPI-B, RPI-2.
[FreeBSD/FreeBSD.git] / sys /
2018-06-22 Ian LeporeAdd spigen(4) fdt data overlays for RPI-B, RPI-2.
2018-06-22 Ian LeporeEliminate a spurious panic on non-SMP systems (occurred...
2018-06-22 Colin PercivalImprove the accuracy of the POSIX "process CPU-time...
2018-06-22 Rick MacklemAdd a counter to limit the number of disabled DSs for...
2018-06-22 Matt Macyepoch(9): make non-preemptible variant work early boot
2018-06-22 Chuck TuffliFix output of linprocfs stat entry
2018-06-22 Chuck TuffliFix the Linux kernel version number calculation
2018-06-21 Kyle Evanssubr_hints: Fix acpi unit hinting (at the very least)
2018-06-21 Ian LeporeIncorporate bus and chip select numbers into spigen...
2018-06-21 Konstantin Belousovlinux_clone_thread: mark new thread as TDB_BORN.
2018-06-21 Konstantin Belousovfork: avoid endless wait with PTRACE_FORK and RFSTOPPED.
2018-06-21 Konstantin BelousovUpdate proc->p_ptevents annotation to reflect the actua...
2018-06-21 Randall StewartThis adds in an optimization so that we only walk one
2018-06-21 Matt Macyraw_ip: validate inp in both loops
2018-06-21 Matt Macyin_pcblookup_hash: validate inp before return
2018-06-21 Conrad MeyerSync strlcpy with userland version, again
2018-06-21 Matt Macyraw_ip: validate inp
2018-06-21 Bryan DreweryMinor comment fix d_namelen -> d_namlen
2018-06-21 Justin HibbitsFix the build post-PMCR addition.
2018-06-21 Roger Pau Monnéxen: check if there are clients waiting in gnttab_end_f...
2018-06-21 Ian LeporeAdd a note about using option VERBOSE_SYSINIT=0 to...
2018-06-21 Justin HibbitsAdd the rest of the files for r335481
2018-06-21 Justin HibbitsIntroduce PMCR-based cpufreq(4) driver, for IBM POWER8...
2018-06-21 Kyle Evanssubr_hints: simplify a little bit
2018-06-21 Ruslan BukinPLIC driver was sponsored by ECATS contract, not CTSRD...
2018-06-21 Ilya BakulinAdd MMCCAM support to AllWinner MMC driver
2018-06-21 Ruslan BukinFix uma_zalloc_pcpu_arg() operation in case of !SMP...
2018-06-21 Matt Macyudp_ctlinput: don't refer to unpcb after we drop the...
2018-06-20 Eric Joynerixl(4): Fix gcc build errors
2018-06-20 Hans Petter SelaskyPermit the kernel environment to set an array of numeri...
2018-06-20 Kyle EvansAdd debug.verbose_sysinit tunable for VERBOSE_SYSINIT
2018-06-20 Emmanuel VadotAdd pmap_mapdev_attr for arm64
2018-06-20 Emmanuel Vadotif_rk_dwc: Disable setting delays for now
2018-06-20 Emmanuel Vadotrk_gpio: Read the correct register for gpio read
2018-06-20 Emmanuel Vadotif_rk_dwc: Fix delays handling
2018-06-20 Justin HibbitsAttach dev.cpu nodes on powerpc SMT cores, using only...
2018-06-20 Bjoern A. ZeebInstead of using hand-rolled loops where not needed...
2018-06-20 Andrew TurnerMove the SYSINIT to allow userspace access to the ARM...
2018-06-20 Andrew TurnerMove the SMCCC SYSINIT later in the boot so the psci...
2018-06-20 Andrew TurnerFix the SMCCC signatures, they are all 32-bit calls...
2018-06-20 Bjoern A. ZeebSometimes it is helpful to get the path for a vnode.
2018-06-20 Stephen J. KiernanFix build breakage in veriexec for 32-bit architectures.
2018-06-20 Stephen J. KiernanDevice for user space to interface with MAC/veriexec.
2018-06-20 Stephen J. KiernanMAC/veriexec implements a verified execution environmen...
2018-06-19 Ed Mastelinuxulator: handle V3 capget/capset
2018-06-19 Ilya BakulinFix setting RCA for MMC cards
2018-06-19 Li-Wen HsuReally fix the style.
2018-06-19 Li-Wen Hsustyle(9) fix, I was also going to silence gcc.
2018-06-19 Sean BrunoSet prev to NULL so its garaunteed to have a value...
2018-06-19 Andrew TurnerMove common GIC interrupt numbers to the common header...
2018-06-19 Sean BrunoRemove "diff" line indicator. Next to see if this...
2018-06-19 Ilya BakulinDon't try to turn power down MMC bus if it is already...
2018-06-19 Ilya BakulinCorrectly define rawscr so initializing it doesn't...
2018-06-19 Ilya BakulinSet MMC_DATA_MULTI flag when doing multi-block transfers
2018-06-19 Randall StewartMake sure that the t_peakrate_thr is not compiled in
2018-06-19 Andrey V. ElsukovMove BPFIF_* macro definitions into .c file, where...
2018-06-19 Randall StewartMove the tp set back to where it was before
2018-06-19 Eric Joynerixl(4): Remove ixlvc.c from files.amd64
2018-06-19 Matt Macyremove ixl iwarp and ixlv from the build until they...
2018-06-19 Matt Macyconvert inpcbinfo hash and info rwlocks to epoch +...
2018-06-19 Navdeep Parharcxgbe(4): Some mailbox commands require access to the...
2018-06-19 Andriy Voskoboinykrtwn(4): decode some bit fields + merge duplicate code.
2018-06-18 Mariusz Zaborskilibnv: Add nvlist_append_*_array() family of functions.
2018-06-18 Matt Macyremove epoch_test from default build
2018-06-18 Mariusz Zaborskilibnv: clean parent in nvlist_array when removing it.
2018-06-18 Mariusz Zaborskilibnv: Remove nvlist argument from cnvlist_{take,free...
2018-06-18 Mariusz Zaborskilibnv: add const to cookies arguments
2018-06-18 Mariusz Zaborskilibnv: change name of cookie from cookiep to cookie.
2018-06-18 Eric Joynerixl(4): Update version number to 2.0.0-k
2018-06-18 Eric Joynerixl(4): Update to use iflib
2018-06-18 Ed MasteIntroduce arm64 linuxulator stubs
2018-06-18 Ed Mastelinuxulator: add debugging for invalid capget/capset...
2018-06-18 Ed MasteRegen arm64 linuxulator sysent files after r335323
2018-06-18 Ed Mastearm64 linuxulator: add dup syscall entry
2018-06-18 Eric Joyneriflib: Style fixes
2018-06-18 Randall StewartMove to using the inp->vnet pointer has suggested by...
2018-06-18 Ed Mastelinsysfs: depend on linux_common module on arm64, as...
2018-06-17 Rick MacklemRevert r335263, since it can cause crashes in unusual...
2018-06-17 Bryan VenteicherUpdate VirtIO definitions from Linux virtio_config...
2018-06-17 Eitan Adleracpi: Add support for Thinkpads Mic led
2018-06-17 Marius StroblAssorted fixes to MSI-X/MSI/INTx setup in iflib(9):
2018-06-17 Ed Mastegpart: add EFI alias for MBR partition scheme
2018-06-17 Ed MasteSort geom/part mbr/ebr/ldm alias table entries
2018-06-17 Dimitry AndricFix build of ndis with base gcc on i386
2018-06-17 Dimitry AndricFix build of aibs with base gcc on i386
2018-06-17 Rick MacklemMake the pNFS NFSv4.1 client return a Flexible File...
2018-06-16 Rick MacklemFix NFSv4.1 client side handling of "soft,retrans=2...
2018-06-16 Andrey V. ElsukovFix typo.
2018-06-16 Andrey V. ElsukovSwitch RIB and RADIX_NODE_HEAD lock from rwlock(9)...
2018-06-16 Michal MelounFix handling of enable counter for shared GPIO line...
2018-06-15 Navdeep Parharcxgbe(4): Add a hw.cxgbe.starve_fl sysctl that can...
2018-06-15 Gleb SmirnoffSince 'ticks' is an int, it may wrap around and cr_tick...
2018-06-15 Navdeep Parharcxgbe(4): Track the number of received frames separatel...
2018-06-15 Conrad MeyerBump __FreeBSD_version after r335227
2018-06-15 Ed Mastearm64 linuxulator: add linux_dummy.c based on amd64
2018-06-15 Ed Mastearm64: add arm64 linux.h based on i386 linuxulator...
2018-06-15 Conrad MeyerRetain offset compatibility with pre-12.0 dumps
2018-06-15 Justin HibbitsCheck for a 'pci' prefix rather than a full match in...
2018-06-15 Navdeep Parharcxgbe(4): sysctls to display the local and intr CPUs...
2018-06-15 Kyle Evansextres/regulator: Switch boot_on/always_on sysctl to...
next