]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Set td_oncpu before dropping the thread lock during a switch.
[FreeBSD/FreeBSD.git] / sys / kern /
2020-01-23 Mark JohnstonSet td_oncpu before dropping the thread lock during...
2020-01-23 Jeff RobersonConsistently use busy and vm_page_valid() rather than...
2020-01-23 Jeff RobersonBlock the thread lock in sched_throw() and use cpu_swit...
2020-01-23 Gleb SmirnoffDEVICE_POLLING is an alternative to network interrupts...
2020-01-23 Gleb SmirnoffEnter the network epoch for interrupt handlers of INTR_...
2020-01-23 Gleb SmirnoffAdd ie_hflags to struct intr_event, which accumulates...
2020-01-22 Conrad Meyercpufreq(4): Add support for Intel Speed Shift
2020-01-21 Hans Petter SelaskyMake sure the VNET is properly set when calling tcp_dro...
2020-01-20 Mateusz Guzikcache: revert r352613 now that vhold does not take...
2020-01-20 Mateusz Guzikcache: make numcachehv use counter(9) on all archs
2020-01-19 Jeff RobersonDon't hold the object lock while calling getpages.
2020-01-19 Mateusz Guzikvfs: switch vop_stdunlock to call lockmgr_unlock
2020-01-19 Jeff RobersonProvide an API for interlocked refcount sleeps.
2020-01-19 Mateusz Guzikvfs: allow v_holdcnt to transition 0->1 without the...
2020-01-19 Mateusz Guzikcache: counter_u64_add_protected -> counter_u64_add
2020-01-19 Mateusz Guzikcache: convert numcachehv to counter(9) on 64-bit platforms
2020-01-19 Mateusz Guzikvfs: plug a conditional assigment of lo_name in getnewvnode
2020-01-18 Kyle Evanssysent targets: further cleanup and deduplication
2020-01-18 Mateusz Guzikvfs: distribute freevnodes counter per-cpu
2020-01-17 Mateusz Guzikvfs: provide F_ISUNIONSTACK as a kludge for libc
2020-01-17 Mateusz Guzikvfs: shorten lock hold time in vdbatch_process
2020-01-17 Gleb SmirnoffChange argument order of epoch_call() to more natural...
2020-01-16 Mateusz Guzikvfs: increment numvnodes without the vnode list lock...
2020-01-16 Mateusz Guzikvfs: refcator vnode allocation
2020-01-16 Mateusz Guzikvfs: reimplement vlrureclaim to actually use LRU
2020-01-16 Jeff RobersonSimplify VM and UMA startup by eliminating boot pages...
2020-01-15 Kirk McKusickPeter Holm reports that his test that does an umount...
2020-01-15 Gleb SmirnoffSince this code uses if_ref()/if_rele() it must include...
2020-01-15 Gleb Smirnoff- Move global network epoch definition to epoch.h,...
2020-01-15 Mateusz Guzikvfs: in vop_stdadd_writecount only vlazy vnodes on...
2020-01-14 Ryan Libbymalloc: remove assumptions about MINALLOCSIZE
2020-01-13 Konstantin BelousovCode must not unlock a mutex while owning the thread...
2020-01-13 Mateusz Guzikvfs: per-cpu batched requeuing of free vnodes
2020-01-13 Mateusz Guzikvfs: rework vnode list management
2020-01-13 Mateusz Guzikvfs: add per-mount vnode lazy list and use it for defer...
2020-01-12 Conrad MeyerFix a typo in r356667 comment
2020-01-12 Conrad Meyergetrandom(2): Add Linux GRND_INSECURE API flag
2020-01-12 Edward Tomasz Napi... dd kern_getpriority(), make Linuxulator use it.
2020-01-12 Edward Tomasz Napi... Add kern_setpriority(), use it in Linuxulator.
2020-01-12 Mateusz GuzikAdd "panicked" boolean which can be tested instead...
2020-01-12 Mateusz GuzikAdd KERNEL_PANICKED macro for use in place of direct...
2020-01-11 Mateusz Guzikvfs: only recalculate watermarks when limits are changing
2020-01-11 Mateusz Guzikvfs: deduplicate vnode allocation logic
2020-01-11 Mateusz Guzikvfs: prealloc vnodes in getnewvnode_reserve
2020-01-11 Mateusz Guzikvfs: incomplete pass at converting more ints to u_long
2020-01-11 Mateusz Guzikvfs: add missing CLTFLA_MPSAFE annotations
2020-01-10 Jung-uk KimMFV: r356607
2020-01-10 Kyle EvansSet .ORDER for makesyscalls generated files
2020-01-09 Mark JohnstonChange malloc_domain() to return the allocation size...
2020-01-09 Kyle Evanskern/Makefile: systrace_args.c is also generated
2020-01-09 Kyle Evansshmfd: posix_fallocate(2): only take rangelock for...
2020-01-08 Kyle Evansposixshm: implement posix_fallocate(2)
2020-01-08 Kyle Evansposix_fallocate: push vnop implementation into the...
2020-01-07 Mateusz Guzikvfs: handle doomed vnodes in vdefer_inactive
2020-01-07 Mateusz Guzikvfs: reimplement deferred inactive to use a dedicated...
2020-01-07 Mateusz Guzikvfs: trylock in vfs_msync and refactor the func
2020-01-07 Mateusz Guzikvfs: use a dedicated counter for free vnode recycling
2020-01-07 Mateusz Guzikvfs: prevent numvnodes and freevnodes re-reads when...
2020-01-07 Mateusz Guzikvfs: annotate numvnodes and vnode_free_list_mtx with...
2020-01-07 Mateusz Guzikvfs: eliminate v_tag from struct vnode
2020-01-07 Mateusz Guzikvfs: add a helper for allocating marker vnodes
2020-01-06 Pawel Biernackikern_sysctl: make sysctl.debug work as intended
2020-01-06 Martin MatuskaMFV r356415
2020-01-05 Mateusz Guziklocks: add default delay struct
2020-01-05 Mateusz Guziklocks: convert delay times to u_short
2020-01-05 Mateusz GuzikMark mtxpool_sleep as read mostly, not frequently.
2020-01-05 Kyle Evansshm: correct KPI mistake introduced around memfd_create
2020-01-05 Kyle Evansshmfd/mmap: restrict maxprot with MAP_SHARED + F_SEAL_WRITE
2020-01-05 Martin MatuskaMFV r356365:
2020-01-05 Mateusz Guzikvfs: factor out avoidable branches in _vn_lock
2020-01-05 Mateusz Guzikvfs: drop thread argument from vinactive
2020-01-05 Mateusz Guzikvfs: patch up vnode count assertions to report found...
2020-01-04 Jeff RobersonUse a separate lock for the zone and keg. This provide...
2020-01-03 Mateusz Guzikvfs: drop the mostly unused flags argument from VOP_UNLOCK
2020-01-03 Kyle Evansemulated atomic64: disable interrupts as the lock mecha...
2020-01-02 Brandon Bergren[PowerPC] [MIPS] Implement 32-bit kernel emulation...
2020-01-02 Konstantin BelousovRename umtxq_check_susp() to thread_check_susp()
2020-01-02 Konstantin BelousovStyle: remove trailing spaces/tabs.
2020-01-02 Pawel Biernackisysctl: hide 2.x era compat node
2020-01-01 Mateusz Guzikvfs: drop an always-false check from vlrureclaim
2019-12-31 Alexander V. ChernikovSplit gigantic rtsock route_output() into smaller funct...
2019-12-31 Cy SchubertMFV r356143:
2019-12-31 Martin MatuskaMFV r356163,r356197:
2019-12-30 Alexander MotinUse atomic for start_count in devstat_start_transaction().
2019-12-28 Mark JohnstonRemove page locking for queue operations.
2019-12-27 Justin HibbitsFix the powerpc copyout fixup from r356113
2019-12-27 Mateusz GuzikPlug a warning in read-mostly spinlocks reported by...
2019-12-27 Mateusz Guzikvfs: remove production kernel checks and mp == NULL...
2019-12-27 Mateusz GuzikAdd read-mostly sleepable locks
2019-12-27 Justin HibbitsFix the build from r356113.
2019-12-27 Justin HibbitsEliminate the last MI difference in AT_* definitions...
2019-12-26 Conrad Meyerrandom(9): Deprecate random(9), remove meaningless...
2019-12-26 Conrad Meyergone_in(9): Trivial string grammar and style cleanups
2019-12-26 Kyle Evanskern_cons: add a stub kbdinit for configs with no keybo...
2019-12-26 Kyle Evanskbd: merge linker set drivers into standard kbd driver...
2019-12-24 Conrad Meyersleep(9), sleepqueue(9): const'ify wchan pointers
2019-12-24 Brandon Bergren[PowerPC] Implement Secure-PLT jump table processing...
2019-12-24 Conrad Meyerkern_synch: Fix some UB
2019-12-23 Konstantin BelousovDo not use waitable allocation of pbuf when creating...
2019-12-22 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
next