]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix some broken relocation handling
[FreeBSD/FreeBSD.git] / sys /
2019-09-26 Mitchell HorneFix some broken relocation handling
2019-09-26 Mitchell HorneCleanup of elf_machdep.c
2019-09-26 Alexander MotinMicrooptimize sched_pickcpu() CPU affinity on SMT.
2019-09-25 Gleb Smirnoffstyle(9): remove extraneous empty lines
2019-09-25 Alexander MotinMicrooptimize sched_pickcpu() after r352658.
2019-09-25 Kyle Evansrfork(2): add RFSPAWN flag
2019-09-25 Kyle Evanscompat/freebsd32: restore style after r352705 (no funct...
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
2019-09-25 Kyle EvansAdd linux-compatible memfd_create
2019-09-25 Kyle Evanssysent: regenerate after r352700
2019-09-25 Kyle EvansAdd a shm_open2 syscall to support upcoming memfd_create
2019-09-25 Kyle Evans[2/3] Add an initial seal argument to kern_shm_open()
2019-09-25 Kyle Evans[1/3] Add mostly Linux-compatible file sealing support
2019-09-25 Kyle Evanssysent: regenerate after r352693
2019-09-25 Kyle EvansAdd COMPAT12 support to makesyscalls.sh
2019-09-25 Mark JohnstonAdd some counters for per-VM page events.
2019-09-25 Mark JohnstonComplete the removal of the "wire_count" field from...
2019-09-25 Konstantin Belousovx86: Fall back to leaf 0x16 if TSC frequency is obtaine...
2019-09-25 Toomas Soomevt: use colors from terminal emulator
2019-09-25 Toomas Soomekernel: terminal_init() should check for teken colors...
2019-09-25 Alexander MotinFix wrong assertion in r352658.
2019-09-25 Justin Hibbitspowerpc/atomic: Follow recommendations on atomic primit...
2019-09-25 Justin Hibbitspowerpc: Allocate DPCPU block from domain-local memory
2019-09-24 Rick MacklemReplace all mtx_lock()/mtx_unlock() on the iod lock...
2019-09-24 Jung-uk KimFix white spaces.
2019-09-24 Randall Stewartlets put (void) in a couple of functions to keep older...
2019-09-24 Randall Stewartdon't call in_ratelmit detach when RATELIMIT is not
2019-09-24 Randall StewartFix the ifdefs in tcp_ratelimit.h. They were reversed so
2019-09-24 Alexander MotinFix/improve interrupt threads scheduling.
2019-09-24 Randall StewartThis commit adds BBR (Bottleneck Bandwidth and RTT...
2019-09-24 Eric Joynerix, ixv: Read msix_bar from device configuration
2019-09-24 Eric Joyneriflib: Remove redundant VLAN events deregistration
2019-09-24 Olivier CochardFix a minor typo
2019-09-24 Michael TuexenPlumb a memory leak.
2019-09-24 Rick MacklemReplace all mtx_lock()/mtx_unlock() on n_mtx with the...
2019-09-24 Li-Wen HsuClean LINT* kernel configurations for arm*
2019-09-23 Mateusz Guzikcache: tidy up handling of negative entries
2019-09-23 Alexander MotinMake nvme(4) driver some more NUMA aware.
2019-09-23 Mark JohnstonImplement x86 dtrace_invop_(un)init() in C.
2019-09-23 Mark JohnstonFix a harmless typo.
2019-09-23 Mark JohnstonRevert r316820.
2019-09-23 Mark JohnstonSet NX on some non-leaf direct map page table entries.
2019-09-23 Mark JohnstonUse elf_relocaddr() when handling R_X86_64_RELATIVE...
2019-09-23 Mark JohnstonSet NX in mappings created by pmap_kenter() and pmap_ke...
2019-09-23 Kyle Evansmips: fix XLPN32 after r352434
2019-09-23 Tijl CoosemansCreate a "drm" subdirectory for drm devices in linsysfs...
2019-09-23 Mateusz Guzikcache: count evictions of negatve entries
2019-09-23 Sean Eric FaganAdd two options to allow mount to avoid covering up...
2019-09-22 Mateusz Guzikcache: try to avoid vhold if locks held
2019-09-22 Mateusz Guzikcache: jump in negative success instead of positive
2019-09-22 Mateusz Guziklockprof: move per-cpu data to dpcpu
2019-09-22 Konstantin Belousovi386: reduce differences in source between PAE and...
2019-09-22 Konstantin Belousovi386: implement sysctl vm.pmap.kernel_maps.
2019-09-22 Konstantin Belousovamd64: minor tweaks to pat decoding in sysctl vm.pmap...
2019-09-22 Kyle Evansocteon-sdk: suppress another set of warnings under...
2019-09-22 Kyle Evansocteon1: suppress a couple of warnings under clang
2019-09-22 Kyle EvansHonor CWARNFLAGS.clang/gcc in the kernel build
2019-09-22 Michael TuexenDon't hold the info lock when calling sctp_select_a_tag().
2019-09-22 Michael TuexenCleanup the RTO calculation and perform some consistenc...
2019-09-22 Andriy GaponMFZoL: Retire send space estimation via ZFS_IOC_SEND
2019-09-21 Konstantin Belousovkern.elf{32,64}.pie_base sysctl: enforce page alignment.
2019-09-21 Alan CoxIn case a translation fault on the kernel address space...
2019-09-21 Mateusz Guziklockprof: use CPUFOREACH and drop always false lp_cpu...
2019-09-21 Konstantin BelousovMake non-ASLR pie base tunable.
2019-09-21 Konstantin Belousovamd64 pmap: Fix formats for 64bit addresses in ddb...
2019-09-21 Alexander MotinAllocate callout wheel from the respective memory domain.
2019-09-20 Kyle Evansmsdosfs: do not deget unlinked denodes
2019-09-20 Hans Petter SelaskyAdd quirk for XHCI(4) controllers to support USB contro...
2019-09-20 Hans Petter SelaskyIncrease the maximum user-space buffer size from 256kBy...
2019-09-20 Hans Petter SelaskyThe maximum TD size is 31 and not 15.
2019-09-20 Andrew Gallatinremove redundant "ktls" in KTLS thr name
2019-09-20 Ed Masteelf_common: add ELF note names
2019-09-20 Michael TuexenFix the handling of invalid parameters in ASCONF chunks.
2019-09-19 Alexander MotinImprove ioat(4) NUMA-awareness.
2019-09-19 Mateusz Guzikvfs: group fields used for per-cpu ops in one cacheline
2019-09-19 Michael TuexenWhen the RACK stack computes the space for user data...
2019-09-19 Michael TuexenWhen processing an incoming IPv6 packet over the loopba...
2019-09-19 Andriy Gaponfix dsl_scan_ds_clone_swapped logic
2019-09-19 Andriy Gaponvt: fix problems with trying to switch to a closed VT
2019-09-19 Allan Judesys/vm/vm_glue.c: Incorrect function name in panic...
2019-09-18 Alexander MotinFix typo, setting hidden flag instead of reparse.
2019-09-18 Ruslan BukinAdd support for BERI statcounters.
2019-09-18 Konstantin Belousovsysctl: use names instead of magic numbers.
2019-09-17 Konstantin BelousovAdd SIOCGIFDOWNREASON.
2019-09-17 Konstantin BelousovFurther refine r352393, only call vnode_pager_setsize...
2019-09-17 Konstantin BelousovReturn EISDIR when directory is opened with O_CREAT...
2019-09-17 Kirk McKusickThe VFS-level clustering code collects together sequent...
2019-09-17 Mateusz Guzikvfs: apply r352437 to the fast path as well
2019-09-17 Michael TuexenOnly allow a SCTP-AUTH shared key to be updated by...
2019-09-17 Mateusz Guzikvfs: fix braino resulting in NULL pointer deref in...
2019-09-17 Jason A. Harmeningmips: move support for temporary mappings above KSEG0...
2019-09-17 Doug MooreRemove dead code from vm_map_unlink_entry made dead...
2019-09-16 Mitchell HorneRISC-V: Support EARLY_AP_STARTUP
2019-09-16 Mateusz Guzikvfs: convert struct mount counters to per-cpu
2019-09-16 Mateusz Guzikvfs: manage mnt_writeopcount with atomics
2019-09-16 Mateusz Guzikvfs: manage mnt_lockref with atomics
2019-09-16 Mateusz Guzikvfs: manage mnt_ref with atomics
2019-09-16 Alan SomersFix an off-by-one error from r351961
next