]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
- Fix gcc build for superio(4)
[FreeBSD/FreeBSD.git] / sys /
2019-07-08 Li-Wen Hsu- Fix gcc build for superio(4)
2019-07-08 Li-Wen HsuFix gcc build for cxgbe(4)
2019-07-08 Mark JohnstonMerge the vm_page hold and wire mechanisms.
2019-07-08 Warner LoshWork around devices which return all zeros for reads...
2019-07-08 Hans Petter SelaskyMinor code cleanup of USB ACPI code after r349161.
2019-07-08 Cy SchubertUpdate frtuc struct comments. It not only defines TCP...
2019-07-08 Cy SchubertCorrect the description for the low port in the port...
2019-07-08 Mark JohnstonElide the vm_reserv_free_page() call when PG_PCPU_CACHE...
2019-07-08 Mark JohnstonAdd a per-CPU page cache per VM free pool.
2019-07-08 Ian LeporeCall device_unbusy() on the error exit path, because...
2019-07-08 Eric van GyzenIgnore kern.vt.splash_cpu without graphics
2019-07-08 Leandro Lupori[PPC] Add missing SLB allocation KASSERT
2019-07-07 Fedor UporovAdd additional check for 'blocks per group' and 'fragme...
2019-07-07 Fedor UporovRemove ufs fragments logic.
2019-07-07 Fedor UporovRemove unneeded mount point unlock call.
2019-07-07 Doug MooreA style-related change, r349791, made unclear the meani...
2019-07-07 Alan CoxThree changes to pmap_enter():
2019-07-06 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2019-07-06 Doug MooreFix style(9) violations involving division by PAGE_SIZE.
2019-07-06 Doug MooreChange blist_next_leaf_alloc so that it can examine...
2019-07-05 Alan CoxRestructure cache_handle_range to avoid repeated barrie...
2019-07-05 Doug MooreBased on work posted at https://reviews.freebsd.org...
2019-07-05 Alan CoxMerge r349526 from amd64. When we protect an L3 entry...
2019-07-04 Vincenzo Maffionenetmap: Remove pointer leakage in netmap_mem2.c
2019-07-04 Vincenzo Maffionenetmap: fix kernel pointer printing in netmap_generic.c
2019-07-04 Ed MasteUpdate Linux compat version to 2.6.36
2019-07-04 Edward Tomasz Napi... Return ENOTSUP for Linux FS_IOC_FIEMAP ioctl.
2019-07-04 Edward Tomasz Napi... Add support for PTRACE_O_TRACEEXIT to linuxulator ptrac...
2019-07-04 Edward Tomasz Napi... Implement PTRACE_GETSIGINFO. This makes Linux strace...
2019-07-04 Edward Tomasz Napi... Fix linuxulator prlimit64(2) with pid == 0. This makes...
2019-07-04 Doug MooreMove an assignment, drop a label, and change gotos...
2019-07-04 Doug MooreReplace a 'goto' with an 'else' in vm_map_wire_locked.
2019-07-04 Doug MooreChange boolean_t variables in vm_map_unwire and vm_map_...
2019-07-04 Doug MooreDrop a temp variable from vm_map_insert, with no effect...
2019-07-04 Mark JohnstonDefer funsetown() calls for a TTY to tty_rel_free().
2019-07-04 Ruslan BukinFix transfers that don't use busdma or bounce buffer...
2019-07-04 Warner LoshFix cut-and-pasto that slipped through my testing.
2019-07-04 Warner LoshImplement missing MMCBR ivars
2019-07-04 Ruslan BukinNegate the logic of XCHAN_CAP_NOBUFS macro and rename...
2019-07-04 Leandro Lupori[PPC64] pseries llan: fix MAC address
2019-07-04 Dag-Erling SmørgravUpgrade Unbound to 1.9.2.
2019-07-04 Marcel MoolenaarLock busdma operations and serialize detach against...
2019-07-03 Doug MooreEliminate a goto and a label in vm_map_wire_locked...
2019-07-03 Mark Johnstoniwm: Drain callouts after stopping the device during...
2019-07-03 Ed Mastecorrect pmap_ts_referenced return type
2019-07-03 Eric van GyzenSave the last callout function executed on each CPU
2019-07-03 Mark JohnstonCache the next queue element when traversing a page...
2019-07-03 John BaldwinUse unmapped (M_NOMAP) mbufs for zero-copy AIO writes...
2019-07-03 Hans Petter SelaskyRemove dead code added after r348743 in the LinuxKPI...
2019-07-03 Ganbold TsagaankhuuSubclass Rockchip's General Register Files driver from...
2019-07-03 Ganbold TsagaankhuuFix build error introduced by r349596.
2019-07-03 Mark JohnstonRemove the CDIOCREADSUBCHANNEL_SYSSPACE ioctl.
2019-07-02 Alan CoxImplement pmap_copy(). (This includes the changes...
2019-07-02 John BaldwinInvoke ext_free function when freeing an unmapped mbuf.
2019-07-02 John BaldwinFix description of debug.obsolete_panic.
2019-07-02 Konstantin BelousovMore style.
2019-07-02 Mark JohnstonMark pages allocated from the per-CPU cache.
2019-07-02 Konstantin BelousovStyle.
2019-07-02 Konstantin BelousovControl implicit PROT_MAX() using procctl(2) and the...
2019-07-02 Konstantin BelousovUse traditional 'p' local to designate td->td_proc...
2019-07-02 Ed Masteif_muge: set IFCAP_VLAN_MTU to maintain 1500 MTU with...
2019-07-02 Alexander MotinInclude sys/lock.h, as told by man page.
2019-07-02 Mark JohnstonFix handling of errors from sblock() in soreceive_stream().
2019-07-02 Ganbold TsagaankhuuExtend simple_mfd driver to expose a syscon interface if
2019-07-02 Alexander MotinFix i386 LINT after r349594.
2019-07-02 Alexander MotinAdd driver for NTB in AMD SoC.
2019-07-02 Landon J. Fullerbwn(4): Include SROM revision when printing device...
2019-07-01 Kirk McKusickAdd a new "untrusted" option to the mount command....
2019-07-01 Emmanuel Vadotarm64: efi: Map memory IO region as device
2019-07-01 Ryan Libbyg_mirror_taste: avoid deadlock, always clear tasting...
2019-07-01 Ryan Libbyg_eli_create: only dec g_access acw if we inc'd it
2019-07-01 Alan CoxTidy up pmap_copy(). Notably, deindent the innermost...
2019-07-01 Emmanuel VadotSince r349571 we need all the accessor to be present...
2019-07-01 Rick MacklemFactor out the code that does a VOP_SETATTR(size) from...
2019-07-01 Vincenzo Maffionenetmap: fix two panics with emulated adapter
2019-07-01 Andriy Gaponadd superio driver
2019-07-01 Andriy Gaponnctgpio: change default pin names to those used by...
2019-07-01 Luiz Otavio O SouzaAdd support for the Marvell 88E6190 11 ports switch.
2019-07-01 Andriy Gaponupgrade the warning printf-s in bus accessors to KASSER...
2019-06-30 Cy SchubertThe RFC 3128 test should be made after the offset mask...
2019-06-30 Cy SchubertRevert r349400. It has uintended effects.
2019-06-30 Navdeep ParharDisplay the approximate space needed when a minidump...
2019-06-30 Doug MooreRemove a call to vm_map_simplify_entry from _vm_map_cli...
2019-06-29 Xin LIMFV r349535: less v551.
2019-06-29 Mark JohnstonUse a consistent snapshot of the fd's rights in fget_mm...
2019-06-29 Mark JohnstonFix mutual exclusion in pipe_direct_write().
2019-06-29 John BaldwinAdd support for IFCAP_NOMAP to mlx5(4).
2019-06-29 John BaldwinAdd support for IFCAP_NOMAP to cxgbe(4).
2019-06-29 John BaldwinSupport IFCAP_NOMAP in vlan(4).
2019-06-29 John BaldwinCompress pending socket buffer data once it is marked...
2019-06-29 John BaldwinAdd support for using unmapped mbufs with sendfile(2).
2019-06-29 John BaldwinAdd an external mbuf buffer type that holds multiple...
2019-06-28 Martin MatuskaMFV r349454:
2019-06-28 Alan CoxWhen we protect PTEs (as opposed to PDEs), we only...
2019-06-28 Hans Petter SelaskyNeed to apply the PCIM_BAR_MEM_BASE mask to the physica...
2019-06-28 Luiz Otavio O SouzaAdd the 802.1q support for the Marvell e6000 series...
2019-06-28 Luiz Otavio O SouzaAdd the 'drop tagged' flag support for ethernet switch...
2019-06-28 Konstantin BelousovStyle.
2019-06-28 Navdeep Parharcxgbe/t4_tom: Tweaks to some of the AIO related CTRs.
2019-06-28 Navdeep Parharcxgbe/t4_tom: the AIO tx job queue must be empty by...
next