]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
vm_page: Add a new page allocator interface for unnamed pages
[FreeBSD/FreeBSD.git] / sys /
2021-10-20 Mark Johnstonvm_page: Add a new page allocator interface for unnamed...
2021-10-20 Mark Johnstonvm_page: Move vm_page_alloc_check() to after page alloc...
2021-10-19 Konstantin Belousovprocctl: stop using SA_*LOCKED, define local enum
2021-10-19 Konstantin Belousovkern_procctl: skip zombies for process group operations
2021-10-19 Konstantin Belousovkern_procctl.c: use td->td_proc instead of curproc
2021-10-19 Konstantin Belousovprocctl: actually require debug privileges over target
2021-10-19 Konstantin Belousovprocctl: make it possible to specify that some operatio...
2021-10-19 Konstantin Belousovsys_procctl(): zero the data buffer once, on syscall...
2021-10-19 Konstantin Belousovsys_procctl(): use table data to do copyin/copyout
2021-10-19 Konstantin Belousovkern_procctl_single(): convert to use table data
2021-10-19 Konstantin Belousovprocctl: convert PDEATHSIG_CTL/STATUS to regular kern_p...
2021-10-19 Konstantin Belousovprocctl(2): add consistent shortcut P_ID:0 as curproc
2021-10-19 Konstantin Belousovkern_procctl(): convert the function to be table-driven
2021-10-19 Konstantin Belousovsys_procctl(2): remove sysproto and argused
2021-10-19 Mateusz Guzikpf: fix some cc --analyze warnings
2021-10-19 Emmanuel Vadotvt: Disable bell by default
2021-10-18 Rick Macklemnfscl: Handle NFSv4.1/4.2 Close RPC NFSERR_DELAY replie...
2021-10-18 Adrian Chaddipq4018: add initial IPQ4018/IPQ4019 support
2021-10-18 Adrian Chaddarm: add a std.qca for 32 bit armv7 platforms
2021-10-18 Adrian Chaddipq4018: add initial IPQ4018/IPQ4019 support
2021-10-18 Adrian Chaddarm: allow the debug stuff in CP14 to be disabled at...
2021-10-18 Adrian Chaddarm: print out the undefined instruction upon an undefi...
2021-10-18 Adrian Chaddipq4018: add a device tree file for the ASUS rt-ac58u...
2021-10-18 Adrian Chaddipq4018: add TCSR definitions from Linux.
2021-10-18 Gleb Smirnoffin_mcast: garbage collect inp_gcmoptions()
2021-10-18 Gleb SmirnoffAdd in_pcb_var.h for KPIs that are private to in_pcb...
2021-10-18 Gleb SmirnoffMove in6_pcbsetport() to in6_pcb.c
2021-10-18 Gleb Smirnoffin_pcb: garbage collect in_pcbrele()
2021-10-18 Gleb Smirnoffin_pcb: garbage collect unused structure in_pcblist
2021-10-18 Warner LoshRemove POWER_PM_TYPE_APM. It's now unused.
2021-10-18 Mark Johnstontimecounter: Lock the timecounter list
2021-10-18 Mark Johnstonx86: Remove some leftover APM support
2021-10-18 Mark Johnstonsignal: Add SIG_FOREACH and refactor issignal()
2021-10-18 Mark Johnstoncpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consu...
2021-10-18 Mark Johnstonbitset: Reimplement BIT_FOREACH_IS(SET|CLR)
2021-10-18 Mark Johnstonsafexcel: Set the context record unconditionally
2021-10-18 Mark Johnstonamd64: Zero the PML5 PTI page when initializing a pmap
2021-10-18 Philip Paepscontrib/tzdata: import tzdata 2021d
2021-10-18 Rick Macklemnfscl: Modify Close RPC so that it does not use "owner...
2021-10-17 Colin PercivalTSLOG: Report final execname, not first
2021-10-17 Jessica ClarkeBump __FreeBSD_version for LinuxKPI changes
2021-10-17 Jessica ClarkeLinuxKPI: Support lazy BAR allocation
2021-10-17 Jessica ClarkeLinuxKPI: Implement _ioremap_attr for riscv
2021-10-17 Jessica Clarkeriscv: Implement pmap_mapdev_attr
2021-10-17 Edward Tomasz Napi... Make vmdaemon timeout configurable
2021-10-17 Edward Tomasz Napi... linux: recognize TCP_INFO and ratelimit the warning
2021-10-17 Edward Tomasz Napi... linux: Improve debugging for PTRACE_GETREGSET
2021-10-17 Edward Tomasz Napi... linux: Implement some bits of PTRACE_PEEKUSER
2021-10-17 Edward Tomasz Napi... linux: Adjust PTRACE_GET_SYSCALL_INFO buffer size semantics
2021-10-17 Edward Tomasz Napi... linux: Partially implement TCSBRK
2021-10-17 Mateusz Guzikcache: only assert on flags when dealing with EMPTYPATH
2021-10-16 Fangrui Songsys: Add definitions for RELR relative relocation format
2021-10-16 Kristof Provostpf: don't drop packets when redirection information...
2021-10-16 Rick Macklemnfscl: Move release of the clientID lock into nfscl_doc...
2021-10-16 Mateusz Guzikcache: add empty path support
2021-10-16 Colin PercivalAdd userland boot profiling to TSLOG
2021-10-16 Kristof Provostpf: selecting pf_map_addr is not an error
2021-10-16 Gordon BerglingFix two typos in source code comments
2021-10-15 Maxim SobolevFix fragmented UDP packets handling since rev.360967.
2021-10-15 Rick Macklemnfscl: Add an argument to nfscl_tryclose()
2021-10-15 Dawid Goreckikern_exec: Add kern.stacktop sysctl.
2021-10-15 Dawid Goreckisetrlimit: Take stack gap into account.
2021-10-15 Rick Macklemnfscl: Restructure nfscl_freeopen() slightly
2021-10-14 John Baldwinktls: Defer creation of threads and zones until first...
2021-10-14 Konstantin BelousovFix typo in comment
2021-10-14 Konstantin BelousovStyle
2021-10-14 John Baldwincxgbe: Only run ktls_tick when NIC TLS is enabled.
2021-10-14 Leandro Luporipowerpc64: make radix with superpages default
2021-10-14 Warner Loshnvme: Reduce traffic to the doorbell register
2021-10-14 Leandro Luporipowerpc64: fix OFWFB with Radix MMU
2021-10-14 Gordon Berglingng_ppp(4): Fix a typo in a comment
2021-10-14 Jason A. Harmeningunionfs: Ensure SAVENAME is set for unionfs vnode opera...
2021-10-13 Brooks Davisselsocket: handle sopoll() errors correctly
2021-10-13 Rick Macklemnfscl: Make nfscl_getlayout() acquire the correct pNFS...
2021-10-13 John Baldwinktls: Ensure FIFO encryption order for TLS 1.0.
2021-10-13 John Baldwinktls: Reject attempts to enable AES-CBC with TLS 1.3.
2021-10-13 Gleb SmirnoffRemove in_ifaddr_lock acquisiton to access in_ifaddrhead.
2021-10-13 Mark Johnstonmount: Check for !VDIR mount points before handling...
2021-10-13 Kristof Provostpf: Introduce pf_nvbool()
2021-10-10 Hartmut BrandtAllow the BPF to be select for write. This is needed...
2021-10-13 Rick Macklemnfscl: Fix another deadlock related to the NFSv4 client...
2021-10-12 John BaldwinStop creating socket aio kprocs during boot.
2021-10-12 Warner Loshnvme: Restore hotplug warning
2021-10-12 Konstantin BelousovRestore PPS_SYNC in NOTES
2021-10-12 Ruslan BukinPrevent repeated deallocation of a resource.
2021-10-12 Andrew TurnerStop reading the arm64 domain when it's known
2021-10-12 Kyle Evansfifos: delegate unhandled kqueue filters to underlying...
2021-10-12 Rick Macklemnfscl: Fix a deadlock related to the NFSv4 clientID...
2021-10-11 Warner Loshforward declare struct thread
2021-10-11 Warner Loshsysctl.h: Less namespace pollution
2021-10-11 Warner Loshsysctl: make sys/sysctl.h self contained
2021-10-11 Greg VO_PATH: allow vfs_extattr syscalls
2021-10-11 Mateusz Guzikvfs: remove thread argument from VOP_STAT
2021-10-11 Mateusz Guzikvfs: remove cn_thread
2021-10-11 Alex RichardsonAdd missing const after 6c4f95161d6e
2021-10-11 Alex Richardsonvirtio: make the write_config buffer argument const
2021-10-11 Alex Richardsonlinuxkpi: implement ida_alloc()
2021-10-11 Alex Richardsonlinuxkpi: Allow BUILD_BUG_ON in if statements without...
2021-10-11 Alex Richardsonlinuxkpi: add PAGE_ALIGNED macro
2021-10-11 Alex Richardsonlinuxkpi: Add sg_init_one
next