]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
iflib: cleanup memory leaks on driver detach
[FreeBSD/FreeBSD.git] / sys / kern /
2019-10-29 Jeff RobersonReplace OBJ_MIGHTBEDIRTY with a system using atomics...
2019-10-29 Jeff RobersonDrop the object lock in vfs_bio and cluster where it...
2019-10-29 Gleb SmirnoffMerge td_epochnest with td_no_sleeping.
2019-10-25 Konstantin Belousovamd64: move pcb out of kstack to struct thread.
2019-10-24 Gleb SmirnoffUse THREAD_CAN_SLEEP() macro to check if thread can...
2019-10-24 John BaldwinUse a counter with a random base for explicit IVs in...
2019-10-23 Konstantin BelousovFix undefined behavior.
2019-10-23 Konstantin Belousovvn_printf(): Decode VI_TEXT_REF.
2019-10-22 Gleb SmirnoffAllow epoch tracker to use the very last byte of the...
2019-10-21 Gleb SmirnoffAssert that any epoch tracker belongs to the thread...
2019-10-21 Brooks DavisUpdate tcsh to git revision 83c5be0 bringing in a numbe...
2019-10-21 Gleb SmirnoffRemove epoch tracker from struct thread. It was an...
2019-10-21 Andriy Gapondebug,kassert.warnings is a statistic, not a tunable
2019-10-19 Jung-uk KimMerge ACPICA 20191018.
2019-10-18 Mark JohnstonApply mapping protections to preloaded kernel modules...
2019-10-18 Mark JohnstonApply mapping protections to .o kernel modules.
2019-10-17 Conrad MeyerImplement NetGDB(4)
2019-10-17 Mark JohnstonClean up some nits in link_elf_(un)load_file().
2019-10-17 Conrad MeyerAdd a very limited DDB dumpon(8)-alike to MI dumper...
2019-10-17 Conrad MeyerSplit out a more generic debugnet(4) from netdump(4)
2019-10-17 Andriy Gaponprovide a way to assign taskqueue threads to a kernel...
2019-10-16 Mark JohnstonUse KOBJMETHOD_END in the kernel linker.
2019-10-16 Mark JohnstonRemove page locking from pmap_mincore().
2019-10-16 Andrew TurnerStop leaking information from the kernel through timespec
2019-10-16 Andriy GaponMFV r353637: 10844 Serialize ZTHR operations to elimina...
2019-10-16 Andriy GaponMFV r353630: 10809 Performance optimization of AVL...
2019-10-16 Andriy GaponMFV r348596: 9689 zfs range lock code should not be...
2019-10-16 Andriy GaponMFV r353628:
2019-10-16 Andriy GaponMFV r353623: 10473 zfs(1M) missing cross-reference...
2019-10-16 Andriy GaponMFV r353619: 9691 fat zap should prefetch when iterating
2019-10-16 Andriy GaponMFV r353617: 9425 allow channel programs to be stopped...
2019-10-16 Andriy GaponMFV r353615: 9485 Optimize possible split block search...
2019-10-16 Andriy GaponMFV r353613: 10731 zfs: NULL pointer errors
2019-10-16 Andriy GaponMFC r353611: 10330 merge recent ZoL vdev and metaslab...
2019-10-16 Andriy GaponMFV r353608: 10165 libzpool: passing argument 1 to...
2019-10-16 Andriy GaponMFV r353606: 10067 Miscellaneous man page typos
2019-10-15 Kristof ProvostGeneralize ARM specific comments in devmap
2019-10-15 Gleb SmirnoffMissing from r353596.
2019-10-15 Gleb SmirnoffWhen assertion for a thread not being in an epoch fails...
2019-10-15 Gleb SmirnoffRemove pfctlinput2(). It came from KAME and had never...
2019-10-15 Andriy GaponMFV r353561: 10343 ZoL: Prefix all refcount functions...
2019-10-15 Andriy GaponMFV r353558: 10572 10579 Fix race in dnode_check_slots_...
2019-10-15 Andriy GaponMFV r353551: 10452 ZoL: merge in large dnode feature...
2019-10-15 Jeff Roberson(4/6) Protect page valid with the busy lock.
2019-10-15 Jeff Roberson(1/6) Replace busy checks with acquires where it is...
2019-10-14 Leandro Lupori[PPC64] Initial kernel minidump implementation
2019-10-14 Gleb SmirnoffSince EPOCH_TRACE had been moved to opt_global.h, we...
2019-10-13 Mateusz Guzikvfs: add MNTK_NOMSYNC
2019-10-13 Mateusz Guzikvfs: return free vnode batches in sync instead of vfs_msync
2019-10-12 Alexander MotinAllocate device softc from the device domain.
2019-10-11 Kristof Provostmountroot: run statfs after mounting devfs
2019-10-11 Conrad Meyerddb: Add CSV option, sorting to 'show (malloc|uma)'
2019-10-09 John BaldwinDon't free the cursor boundary tag during vmem_destroy().
2019-10-09 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-10-09 Gleb SmirnoffCleanup unneeded includes that crept in with r353292.
2019-10-09 Dimitry AndricMerge ^/head r353316 through r353350.
2019-10-09 Gleb SmirnoffEnter network epoch in domain callouts.
2019-10-08 Mark JohnstonFix handling of empty SCM_RIGHTS messages.
2019-10-08 John BaldwinAdd a TOE KTLS mode and a TOE hook for allocating TLS...
2019-10-08 Brooks DavisUpdate tcsh to 6.21.00.
2019-10-08 Dimitry AndricMerge ^/head r352764 through r353315.
2019-10-08 Doug MooreDefine macro VM_MAP_ENTRY_FOREACH for enumerating the...
2019-10-07 Gleb SmirnoffWiden NET_EPOCH coverage.
2019-10-07 Edward Tomasz Napi... Introduce stats(3), a flexible statistics gathering...
2019-10-07 Andriy GaponMFV r350898, r351075: 8423 8199 7432 Implement large_dn...
2019-10-06 Mateusz Guzikvfs: add optional root vnode caching
2019-10-05 Kyle EvansRemove the remnants of SI_CHEAPCLONE
2019-10-05 Kyle Evanskern_conf: fully initialize cloned devices with make_de...
2019-10-05 Mateusz Guzikdevfs: plug redundant bwillwrite avoidance
2019-10-04 Eric van GyzenAdd CTLFLAG_STATS to some vfs sysctl OIDs
2019-10-02 Ed Mastesimplify path handling in sysctl_try_reclaim_vnode
2019-10-02 Mark JohnstonUse OBJT_PHYS VM objects for kernel modules.
2019-10-02 Mark JohnstonDisallow fcntl(F_READAHEAD) when the vnode is not a...
2019-10-02 Kyle Evansshm_open2(2): completely unbreak
2019-10-01 Ed Mastesysalls.master: remove superfluous ellipsis in comment
2019-09-30 Brooks DavisRestore the ability to set capenabled directly in sysca...
2019-09-30 Kyle Evanssyscalls.master: consistency, move ); to newline (no...
2019-09-28 Emmanuel VadotImport DTS files from Linux 5.3
2019-09-28 Emmanuel VadotImport DTS files from Linux 5.2
2019-09-28 Mark JohnstonFix some problems with the SPARSE_MAPPING option in...
2019-09-27 Andrew GallatinkTLS: Fix a bug where we would not encrypt anon data...
2019-09-27 Andrew GallatinkTLS support for TLS 1.3
2019-09-27 Mateusz Guzikcache: decrease ncnegfactor to 5
2019-09-27 Mateusz Guzikcache: stop requeuing negative entries on the hot list
2019-09-27 Mateusz Guzikcache: make negative list shrinking a little bit concurrent
2019-09-27 Mateusz Guzikcache: stop recalculating upper limit each time a new...
2019-09-27 Konstantin BelousovImprove MD page fault handlers.
2019-09-27 Andrew TurnerCheck the vfs option length is valid before accessing...
2019-09-26 Dimitry AndricMerge ^/head r352587 through r352763.
2019-09-26 David Brightsysent: regenerate after r352747.
2019-09-26 Mark JohnstonFix handling of invalid pages in exec_map_first_page().
2019-09-26 David BrightAdd an shm_rename syscall
2019-09-26 Toomas Soomekernel terminal should initialize fg and bg variables...
2019-09-26 Martin MatuskaMFV r352731:
2019-09-26 Alexander MotinMicrooptimize sched_pickcpu() CPU affinity on SMT.
2019-09-25 Alexander MotinMicrooptimize sched_pickcpu() after r352658.
2019-09-25 Kyle Evansrfork(2): add RFSPAWN flag
2019-09-25 Gleb SmirnoffAdd debugging facility EPOCH_TRACE that checks that...
2019-09-25 Kyle Evanssysent: regenerate after r352705
2019-09-25 Kyle EvansMark shm_open(2) as COMPAT12, succeeded by shm_open2
next