]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
x86 cpususpend_handler: call wbinvd after setting suspend state bits
[FreeBSD/FreeBSD.git] / sys / kern /
2018-05-06 markjRefactor some of the MI kernel dump code in preparation...
2018-05-06 markjAdd an mbuf allocator for netdump.
2018-05-06 markjStyle.
2018-05-05 avgfor bus suspend, detach and shutdown iterate children...
2018-05-04 mjgtc: bcopy -> memcpy
2018-05-04 jamieMake it easier for filesystems to count themselves...
2018-05-04 markjFix some races introduced in r332974.
2018-05-04 mmacy`dup1_processes -t 96 -s 5` on a dual 8160
2018-05-03 kibImplement support for ifuncs in the kernel linker.
2018-05-02 shurdSeparate list manipulation locking from state change...
2018-05-01 markjPrint the dump progress indicator after calling dump_st...
2018-05-01 nwhitehornReport the kernel base address properly in kldstat...
2018-04-30 emasteDisable connectat/bindat with AT_FDCWD in capmode
2018-04-27 mjgsystrace: track it like sdt probes
2018-04-27 manuclk: Put the sysctls under hw.clock instead of clock
2018-04-24 markjImprove VM page queue scalability.
2018-04-24 sbrunoRevert r332894 at the request of the submitter.
2018-04-24 cemDo not totally silence suppressed secondary kasserts...
2018-04-24 cemFix debug.kassert.do_log description text
2018-04-24 cempanic: Optionally, trace secondary panics
2018-04-24 jtlUpdate r332860 by changing the default from suppressing...
2018-04-24 cemlockmgr: Add missed neutering during panic
2018-04-24 mjglockf: change the owner hash from pid to vnode-based
2018-04-24 mjgdtrace: depessimize dtmalloc when dtrace is active
2018-04-24 mjglockstat: track lockstat just like sdt probes
2018-04-23 mjgmalloc: stop reading the subzone if MALLOC_DEBUG_MAXZON...
2018-04-23 sbrunoLoad balance sockets with new SO_REUSEPORT_LB option
2018-04-23 mjglockf: add per-chain locks to the owner hash
2018-04-23 mjglockf: skip locking the graph if not necessary (common...
2018-04-23 mjglockf: perform wakeup onlly when there is anybody waiting
2018-04-23 mjglockf: skip the hard work in lf_purgelocks if possible
2018-04-23 mjglockf: free state only when recycling the vnode
2018-04-22 tijlMake bufdaemon and bufspacedaemon use kthread_suspend_c...
2018-04-22 mjglockf: slightly depessimize
2018-04-21 jtlWhen running with INVARIANTS, the kernel contains extra...
2018-04-20 manugnu/dts: Update our copy of arm dts from Linux 4.16
2018-04-20 kibRename PROC_PDEATHSIG_SET -> PROC_PDEATHSIG_CTL and...
2018-04-20 avgcall racct_proc_ucred_changed() under the proc lock
2018-04-19 jhbSimplify the code to allocate stack for auxv, argv...
2018-04-18 kibAdd PROC_PDEATHSIG_SET to procctl interface.
2018-04-17 jhbProperly do a deep copy of the ioctls capability array...
2018-04-17 brooksStop using fuswintr() and suswintr() in the profiler.
2018-04-16 asomerslio_listio: return EAGAIN instead of EIO when out of...
2018-04-13 kibi386 4/4G split.
2018-04-11 mjglocks: extend speculative spin waiting for readers...
2018-04-10 ianUse explicit_bzero() when cleaning values out of the...
2018-04-10 mjgrw: whack avoidable re-reads in try_upgrade
2018-04-10 shurdMake BPF global lock an SX
2018-04-08 mjglocks: tweak backoff a little bit
2018-04-06 brooksMove most of the contents of opt_compat.h to opt_global.h.
2018-04-05 brooksAdded SAL annotatations to system calls.
2018-04-04 brImport OpenCSD -- an ARM CoreSight(tm) Trace Decode...
2018-03-29 jeffImplement several enhancements to NUMA policies.
2018-03-28 mavMFV r331695, 331700: 9166 zfs storage pool checkpoint
2018-03-28 jeffRestore r331606 with a bugfix to setup cpuset_domain...
2018-03-28 avgZFS vn_rele_async: catch up with the use of refcount...
2018-03-28 mjgfd: tighten seq protected areas to not contain malloc...
2018-03-27 kibFix several leaks of kernel stack data through paddings.
2018-03-27 brooksMove uio enums to sys/_uio.h.
2018-03-27 avgvfs_donmount: in certain cases try r/o mount if r/w...
2018-03-26 jeffFix a bug introduced in r329612 that slowly invalidates...
2018-03-25 markjUse LIST_FOREACH_SAFE in sleepq_chains_remove_matching().
2018-03-24 kibAccount the size of the vslock-ed memory by the thread.
2018-03-24 kibIn vn_io_fault1(), reduce the scope where pagefaults...
2018-03-24 philipImport tzdata 2018d
2018-03-23 mavMFV r331400: 8484 Implement aggregate sum and use for...
2018-03-22 kibDo not send signals to init directly from shutdown_nice...
2018-03-22 jeffStart witness much earlier in boot so that we can shrin...
2018-03-22 impDrop any recursed taking of Giant once and for all...
2018-03-22 jtlAdd the "TCP Blackbox Recorder" which we discussed...
2018-03-22 glebiusRedo r331328. We need to fix not only type but also...
2018-03-21 glebiusFix sysctl types broken in r329612.
2018-03-21 markjElide the object lock in the common case in vfs_vmio_un...
2018-03-21 impbufshutdown is no longer called with Giant held, so...
2018-03-21 impRemove Giant from init creation and vfs_mountroot.
2018-03-21 cemAdd missed sys/limits.h include
2018-03-21 cemRegenerate sysent files after r331279.
2018-03-21 cemImplement getrandom(2) and getentropy(3)
2018-03-20 jamieRepresent boolean jail options as an array of structure...
2018-03-20 glebiusAt this point iwmesg isn't initialized yet, so print...
2018-03-20 markjDrop KTR_CONTENTION.
2018-03-20 jhibbitsCast through uintptr_t to narrow the buf domain pointer...
2018-03-19 mjorasFix initialization of eventhandler mutex.
2018-03-19 brImport Intel Processor Trace decoder library from
2018-03-18 markjHave vm_page_{deactivate,launder}() requeue already...
2018-03-17 mjglocks: slightly depessimize lockstat
2018-03-17 jeffMove the dirty queues inside the per-domain structure...
2018-03-14 cemvfs_bio.c: Apply cleanups motivated by Coverity analysis
2018-03-13 emasteUse C99 boolean type for translate_osrel
2018-03-13 emasteUse C99 designated initializers for struct execsw
2018-03-12 brooksUse the stack for temporary storage in OTIOCCONS.
2018-03-12 brooksMIPS: Implement fue*word* and casueword* in assembly.
2018-03-12 emasteANSIfy sys/kern/imgact_*
2018-03-10 ianMake root mount timeout logic work for filesystems...
2018-03-10 cemsubr_gtaskqueue: Fix braino from r330715
2018-03-10 cemsubr_gtaskqueue: Fix minor leak of tq_name in error...
2018-03-09 brooksCopyout a whole int to cpuset_domain's policy pointer.
2018-03-08 markjReturn E2BIG if we run out of space writing a compresse...
2018-03-06 brooksUse umtx_copyin_umtx_time32() in __umtx_op_lock_umutex_...
2018-03-05 brooksRegen after r330517.
next