]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Update ELF Tool Chain to r3614
[FreeBSD/FreeBSD.git] / sys / kern /
2018-04-27 Ed MasteUpdate ELF Tool Chain to r3614
2018-04-27 Emmanuel Vadotclk: Put the sysctls under hw.clock instead of clock
2018-04-24 Mark JohnstonImprove VM page queue scalability.
2018-04-24 Sean BrunoRevert r332894 at the request of the submitter.
2018-04-24 Conrad MeyerDo not totally silence suppressed secondary kasserts...
2018-04-24 Conrad MeyerFix debug.kassert.do_log description text
2018-04-24 Conrad Meyerpanic: Optionally, trace secondary panics
2018-04-24 Jonathan T. LooneyUpdate r332860 by changing the default from suppressing...
2018-04-24 Conrad Meyerlockmgr: Add missed neutering during panic
2018-04-24 Mateusz Guziklockf: change the owner hash from pid to vnode-based
2018-04-24 Mateusz Guzikdtrace: depessimize dtmalloc when dtrace is active
2018-04-24 Mateusz Guziklockstat: track lockstat just like sdt probes
2018-04-23 Mateusz Guzikmalloc: stop reading the subzone if MALLOC_DEBUG_MAXZON...
2018-04-23 Sean BrunoLoad balance sockets with new SO_REUSEPORT_LB option
2018-04-23 Mateusz Guziklockf: add per-chain locks to the owner hash
2018-04-23 Mateusz Guziklockf: skip locking the graph if not necessary (common...
2018-04-23 Mateusz Guziklockf: perform wakeup onlly when there is anybody waiting
2018-04-23 Mateusz Guziklockf: skip the hard work in lf_purgelocks if possible
2018-04-23 Mateusz Guziklockf: free state only when recycling the vnode
2018-04-22 Tijl CoosemansMake bufdaemon and bufspacedaemon use kthread_suspend_c...
2018-04-22 Mateusz Guziklockf: slightly depessimize
2018-04-21 Jonathan T. LooneyWhen running with INVARIANTS, the kernel contains extra...
2018-04-20 Emmanuel Vadotgnu/dts: Update our copy of arm dts from Linux 4.16
2018-04-20 Konstantin BelousovRename PROC_PDEATHSIG_SET -> PROC_PDEATHSIG_CTL and...
2018-04-20 Andriy Gaponcall racct_proc_ucred_changed() under the proc lock
2018-04-19 John BaldwinSimplify the code to allocate stack for auxv, argv...
2018-04-18 Konstantin BelousovAdd PROC_PDEATHSIG_SET to procctl interface.
2018-04-17 John BaldwinProperly do a deep copy of the ioctls capability array...
2018-04-17 Brooks DavisStop using fuswintr() and suswintr() in the profiler.
2018-04-16 Alan Somerslio_listio: return EAGAIN instead of EIO when out of...
2018-04-13 Konstantin Belousovi386 4/4G split.
2018-04-11 Mateusz Guziklocks: extend speculative spin waiting for readers...
2018-04-10 Ian LeporeUse explicit_bzero() when cleaning values out of the...
2018-04-10 Mateusz Guzikrw: whack avoidable re-reads in try_upgrade
2018-04-10 Stephen HurdMake BPF global lock an SX
2018-04-08 Mateusz Guziklocks: tweak backoff a little bit
2018-04-06 Brooks DavisMove most of the contents of opt_compat.h to opt_global.h.
2018-04-05 Brooks DavisAdded SAL annotatations to system calls.
2018-04-04 Ruslan BukinImport OpenCSD -- an ARM CoreSight(tm) Trace Decode...
2018-04-02 Olivier HouchardImport CK as of commit b19ed4c6a56ec93215ab567ba18ba61b...
2018-03-29 Jeff RobersonImplement several enhancements to NUMA policies.
2018-03-28 Alexander MotinMFV r331712:
2018-03-28 Alexander MotinMFV 331710:
2018-03-28 Alexander MotinMFV r331708:
2018-03-28 Alexander MotinMFV r331706:
2018-03-28 Alexander MotinMFV 331704:
2018-03-28 Alexander MotinMFV 331702:
2018-03-28 Alexander MotinMFV r331695, 331700: 9166 zfs storage pool checkpoint
2018-03-28 Alexander MotinPartial MFV r329753:
2018-03-28 Jeff RobersonRestore r331606 with a bugfix to setup cpuset_domain...
2018-03-28 Andriy GaponZFS vn_rele_async: catch up with the use of refcount...
2018-03-28 Mateusz Guzikfd: tighten seq protected areas to not contain malloc...
2018-03-27 Konstantin BelousovFix several leaks of kernel stack data through paddings.
2018-03-27 Jung-uk KimMerge OpenSSL 1.0.2o.
2018-03-27 Brooks DavisMove uio enums to sys/_uio.h.
2018-03-27 Andriy Gaponvfs_donmount: in certain cases try r/o mount if r/w...
2018-03-26 Jeff RobersonFix a bug introduced in r329612 that slowly invalidates...
2018-03-25 Mark JohnstonUse LIST_FOREACH_SAFE in sleepq_chains_remove_matching().
2018-03-24 Konstantin BelousovAccount the size of the vslock-ed memory by the thread.
2018-03-24 Konstantin BelousovIn vn_io_fault1(), reduce the scope where pagefaults...
2018-03-24 Philip PaepsImport tzdata 2018d
2018-03-23 Alexander MotinMFV r331407: 9213 zfs: sytem typo
2018-03-23 Alexander MotinMFV r331405: 9084 spa_*_ashift must ignore spare devices
2018-03-23 Alexander MotinMFV r331400: 8484 Implement aggregate sum and use for...
2018-03-22 Konstantin BelousovDo not send signals to init directly from shutdown_nice...
2018-03-22 Jeff RobersonStart witness much earlier in boot so that we can shrin...
2018-03-22 Warner LoshDrop any recursed taking of Giant once and for all...
2018-03-22 Jonathan T. LooneyAdd the "TCP Blackbox Recorder" which we discussed...
2018-03-22 Gleb SmirnoffRedo r331328. We need to fix not only type but also...
2018-03-21 Gleb SmirnoffFix sysctl types broken in r329612.
2018-03-21 Mark JohnstonElide the object lock in the common case in vfs_vmio_un...
2018-03-21 Warner Loshbufshutdown is no longer called with Giant held, so...
2018-03-21 Warner LoshRemove Giant from init creation and vfs_mountroot.
2018-03-21 Conrad MeyerAdd missed sys/limits.h include
2018-03-21 Conrad MeyerRegenerate sysent files after r331279.
2018-03-21 Conrad MeyerImplement getrandom(2) and getentropy(3)
2018-03-20 Jamie GrittonRepresent boolean jail options as an array of structure...
2018-03-20 Gleb SmirnoffAt this point iwmesg isn't initialized yet, so print...
2018-03-20 Mark JohnstonDrop KTR_CONTENTION.
2018-03-20 Justin HibbitsCast through uintptr_t to narrow the buf domain pointer...
2018-03-19 Matt JorasFix initialization of eventhandler mutex.
2018-03-19 Ruslan BukinImport Intel Processor Trace decoder library from
2018-03-18 Mark JohnstonHave vm_page_{deactivate,launder}() requeue already...
2018-03-17 Mateusz Guziklocks: slightly depessimize lockstat
2018-03-17 Jeff RobersonMove the dirty queues inside the per-domain structure...
2018-03-15 Andriy GaponMFV r330973: 9164 assert: newds == os->os_dsl_dataset
2018-03-14 Jung-uk KimMerge ACPICA 20180313.
2018-03-14 Conrad Meyervfs_bio.c: Apply cleanups motivated by Coverity analysis
2018-03-13 Ed MasteUse C99 boolean type for translate_osrel
2018-03-13 Ed MasteUse C99 designated initializers for struct execsw
2018-03-12 Brooks DavisUse the stack for temporary storage in OTIOCCONS.
2018-03-12 Brooks DavisMIPS: Implement fue*word* and casueword* in assembly.
2018-03-12 Ed MasteANSIfy sys/kern/imgact_*
2018-03-10 Ian LeporeMake root mount timeout logic work for filesystems...
2018-03-10 Conrad Meyersubr_gtaskqueue: Fix braino from r330715
2018-03-10 Conrad Meyersubr_gtaskqueue: Fix minor leak of tq_name in error...
2018-03-09 Brooks DavisCopyout a whole int to cpuset_domain's policy pointer.
2018-03-08 Mark JohnstonReturn E2BIG if we run out of space writing a compresse...
2018-03-07 Andriy GaponMFV r330591: 8984 fix for 6764 breaks ACL inheritance
2018-03-06 Brooks DavisUse umtx_copyin_umtx_time32() in __umtx_op_lock_umutex_...
next