]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Add an option for entering KDB on recursive panics
[FreeBSD/FreeBSD.git] / sys / kern /
2020-11-19 Mitchell HorneAdd an option for entering KDB on recursive panics
2020-11-19 Mateusz Guzikthread: numa-aware zombie reaping
2020-11-19 Mateusz Guzikpipe: tidy up pipelock
2020-11-19 Mateusz Guzikpipe: allow for lockless pipe_stat
2020-11-19 Dag-Erling SmørgravMerge upstream r948: fix race condition in openpam_ttyc...
2020-11-19 Mateusz Guzikcred: fix minor nits in r367695
2020-11-19 Mateusz Guziksmp: fix smp_rendezvous_cpus_retry usage before smp...
2020-11-19 Mark JohnstonRemove NO_EVENTTIMERS support
2020-11-18 Mariusz ZaborskiAdd CTLFLAG_MPSAFE to the suser_enabled sysctl.
2020-11-18 Mariusz Zaborskijail: introduce per jail suser_enabled setting
2020-11-18 Mariusz ZaborskiFix style nits.
2020-11-18 John BaldwinFix a few nits in vn_printf().
2020-11-18 Marcin WojtasAdjust ENA driver files to latest ena-com changes
2020-11-18 Marcin WojtasFix completion descriptors alignment for the ENA
2020-11-18 Kyle Evans_umtx_op: fix robust lists after r367744
2020-11-17 Conrad Meyerlinux(4) clone(2): Correctly handle CLONE_FS and CLONE_...
2020-11-17 Conrad MeyerSplit out cwd/root/jail, cmask state from filedesc...
2020-11-17 Conrad Meyerunix(4): Enhance LOCAL_CREDS_PERSISTENT ABI
2020-11-17 Conrad Meyerlinux(4): Implement name_to_handle_at(), open_by_handle...
2020-11-17 Kyle EvansFix !COMPAT_FREEBSD32 kernel build
2020-11-17 Kyle Evansumtx_op: reduce redundancy required for compat32
2020-11-17 Kyle Evans_umtx_op: fix a compat32 bug in UMTX_OP_NWAKE_PRIVATE
2020-11-17 Konstantin Belousovvmem: trivial warning and style fixes.
2020-11-17 Mateusz Guzikcpuset: refcount-clean
2020-11-16 Mateusz Guzikmalloc: make malloc_large closer to standalone
2020-11-16 Mateusz Guzikselect: call seltdfini on process and thread exit
2020-11-16 Mateusz Guzikselect: replace reference counting with memory barriers...
2020-11-15 Mateusz Guziksched: fix an incorrect comparison in sched_lend_user_p...
2020-11-14 Mateusz Guzikthread: batch credential freeing
2020-11-14 Mateusz Guzikthread: batch resource limit free calls
2020-11-14 Mateusz Guzikthread: rework tid batch to use helpers
2020-11-14 Mateusz Guzikthread: pad tid lock
2020-11-13 Jung-uk KimMFV: r367652
2020-11-13 Mateusz Guzikmalloc: retire MALLOC_PROFILE
2020-11-13 Konstantin BelousovAllow some VOPs to return ERELOOKUP to indicate VFS...
2020-11-13 Konstantin BelousovImplement vn_lock_pair().
2020-11-12 Mateusz Guzikmalloc: retire malloc_last_fail
2020-11-12 Mateusz Guzikthread: move nthread management out of tid_alloc
2020-11-11 Kyle Evansumtx: drop incorrect timespec32 definition
2020-11-11 Mateusz Guzikthread: batch tid_free calls in thread_reap
2020-11-11 Mateusz Guzikthread: lockless zombie list manipulation
2020-11-11 Mark JohnstonFix a pair of races in SIGIO registration
2020-11-11 Mateusz Guzikthread: add more fine-grained tidhash locking
2020-11-11 Mateusz Guzikthread: rework tidhash vs proc lock interaction
2020-11-11 Mateusz Guzikthread: fix thread0 tid allocation
2020-11-10 Mateusz Guzikthread: tidy up r367543
2020-11-10 Mateusz GuzikAllow rtprio_thread to operate on threads of any process
2020-11-10 Mateusz Guzikthread: retire thread_find
2020-11-10 Mateusz Guzikthread: use tdfind in sysctl_kern_proc_kstack
2020-11-10 Mateusz Guzikthreads: remove the unused TID_BUFFER_SIZE macro
2020-11-10 Mateusz Guzikthread: adds newer bits for r367537
2020-11-09 Mateusz Guzikthreads: reimplement tid allocation on top of a bitmap
2020-11-09 Mateusz Guzikthreads: introduce a limit for total number
2020-11-09 Mateusz Guzikvfs: group mount per-cpu vars into one struct
2020-11-09 Mateusz Guzikmalloc: provide 384 byte zone
2020-11-09 Mateusz Guzikmalloc: retire mt_stats_zone in favor of pcpu_zone_64
2020-11-09 Mateusz GuzikAdd more per-cpu zones.
2020-11-09 Mateusz Guzikprocdesc: convert the zone to a malloc type
2020-11-09 Mateusz Guzikkqueue: save space by using only one func pointer for...
2020-11-08 Edward Tomasz Napi... Move syscall_thread_{enter,exit}() into the slow path...
2020-11-08 Kyle Evansimgact_binmisc: limit the extent of match on incoming...
2020-11-07 Simon J. GerratyUpdate to bmake-20201101
2020-11-07 Michael TuexenThe ioctl() calls using FIONREAD, FIONWRITE, FIONSPACE...
2020-11-07 Kyle Evansimgact_binmisc: move some calculations out of the exec...
2020-11-07 Mateusz Guzikrms: several cleanups + debug read lockers handling
2020-11-07 Kyle Evansimgact_binmisc: reorder members of struct imgact_binmis...
2020-11-07 Michal MelounAdd a method to determine whether given interrupt is...
2020-11-07 Edward Tomasz Napi... Move TDB_USERWR check under 'if (traced)'.
2020-11-07 Kyle Evansimgact_binmisc: abstract away the list lock (NFC)
2020-11-07 Kyle Evansimgact_binmisc: validate flags coming from userland
2020-11-07 Kyle Evansepoch: support non-preemptible epochs checking in_epoch()
2020-11-07 Kyle Evansimgact_binmisc: minor re-organization of imgact_binmisc...
2020-11-07 Mateusz Guzikmalloc: tweak the version check in r367432 to include...
2020-11-06 Mateusz Guzikmalloc: move malloc_type_internal into malloc_type
2020-11-05 Konstantin BelousovSuspend all writeable local filesystems on power suspend.
2020-11-05 Mateusz Guzikmalloc: add a helper returning size allocated for given...
2020-11-05 Mateusz GuzikRationalize per-cpu zones.
2020-11-05 Mateusz Guzikpoll/select: change selfd_zone into a malloc type
2020-11-05 Mateusz Guzikvfs: change nt_zone into a malloc type
2020-11-05 Kyle Evansimgact_binmisc: fix up some minor nits
2020-11-05 Mateusz Guzikfd: make all f_count uses go through refcount_*
2020-11-05 Mateusz Guzikfd: hide _fdrop 0 count check behind INVARIANTS
2020-11-04 Mateusz Guzikpipe: whitespace nit in previous
2020-11-04 Mateusz Guzikpipe: fix POLLHUP handling if no events were specified
2020-11-04 Mateusz Guzikrms: fixup concurrent writer handling and add more...
2020-11-04 Mark Johnstonvmspace: Convert to refcount(9)
2020-11-03 Brooks Davissysvshm: pass relevant uap members as arguments
2020-11-03 Conrad Meyerunix(4): Add SOL_LOCAL:LOCAL_CREDS_PERSISTENT
2020-11-02 Mateusz Guzikmalloc: prefix zones with malloc-
2020-11-02 Mateusz Guzikmalloc: export kernel zones instead of relying on them...
2020-10-31 Stefan EßerMake sysctl user.local a tunable that can be written...
2020-10-30 Mateusz Guzikmalloc: delegate M_EXEC handling to dedicacted routines
2020-10-30 Stefan EßerAdd read only sysctl variable user.localbase
2020-10-30 Mateusz Guzikvfs: change vnode poll to just a malloc type
2020-10-30 Mateusz Guzikcache: add cache_vop_mkdir and rename cache_rename...
2020-10-29 John BaldwinAdd m_snd_tag_alloc() as a wrapper around if_snd_tag_al...
2020-10-29 Mateusz Guzikvfs: add NAMEI_DBG_HADSTARTDIR handling lost in rewrite
2020-10-29 Mateusz Guzikvfs: add NDREINIT to facilitate repeated namei calls
2020-10-29 John BaldwinSupport hardware rate limiting (pacing) with TLS offload.
2020-10-28 Konstantin BelousovCheck for process group change in tty_wait_background().
next