]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Add support for Quectel EC25.
[FreeBSD/FreeBSD.git] / sys / kern /
2018-01-13 Konstantin BelousovAdd sysctl debug.kdb.stack_overflow to conveniently...
2018-01-13 Mateusz Guziksx: retry hard shared unlock just like in r327905 for...
2018-01-13 Mateusz Guzikrwlock: try regular read unlock even in the hard path
2018-01-12 Jeff RobersonImplement NUMA support in uma(9) and malloc(9). Alloca...
2018-01-12 Jeff RobersonImplement NUMA policy for kmem_*(9). This maintains...
2018-01-12 Jeff RobersonRegenerate auto-generated files
2018-01-12 Jeff RobersonImplement 'domainset', a cpuset based NUMA policy mecha...
2018-01-12 Mateusz Guzikmtx: use fcmpset to cover setting MTX_CONTESTED
2018-01-12 Mateusz Guzikvfs: tidy up vdrop
2018-01-11 Michael TuexenEnsure that the vnet is set when calling pru_sockaddr...
2018-01-10 Conrad Meyermallocarray(9): panic if the requested allocation would...
2018-01-10 John BaldwinDon't store shadow copies of per-process AIO limits.
2018-01-10 John BaldwinAllow the fast-path for disk AIO requests to fail requests.
2018-01-10 John BaldwinSimplify some logic by merging an if test with a subseq...
2018-01-09 John BaldwinAdd a counter to track in-flight AIO requests using...
2018-01-08 Mark JohnstonGeneralize the gzio API.
2018-01-07 Ian LeporeUse EVENTHANDLER_DIRECT_INVOKE for [un]mount events...
2018-01-07 Ian LeporeUse EVENTHANDLER_DIRECT_INVOKE() for device events...
2018-01-07 Kristof ProvostIntroduce mallocarray() in the kernel
2018-01-05 Jung-uk KimMerge ACPICA 20180105.
2018-01-05 Gleb SmirnoffIn sendfile_iodone() both pru_abort and sorele need...
2018-01-04 John BaldwinAlways use atomic_fetchadd() when updating per-user...
2018-01-04 John BaldwinReport offset relative to the backing object for kinfo_...
2018-01-03 Mike Karelsmake SW_WATCHDOG dynamic
2018-01-01 Antoine Brodinsysctl_kern_proc_args: do not take the fast path if...
2017-12-31 Colin PercivalUse the TSLOG framework to record entry/exit timestamps...
2017-12-31 Colin PercivalInstrument thread creations for the the benefit of...
2017-12-31 Colin PercivalInstrument "boot holds" for the benefit of the TSLOG...
2017-12-31 Colin PercivalTeach makeobjops.awk to accept PROLOG and EPILOG blocks...
2017-12-31 Colin PercivalUse the TSLOG framework to record entry/exit timestamps...
2017-12-31 Colin PercivalCode for recording timestamps of events, especially...
2017-12-31 Pedro F. Giffunisysv_{ipc|shm}: update the NetBSD VCS tags to match...
2017-12-31 Mateusz Guziklocks: adjust loop limit check when waiting for readers
2017-12-31 Mateusz Guziksx: fix up non-smp compilation after r327397
2017-12-31 Mateusz Guziklocks: re-check the reason to go to sleep after locking...
2017-12-31 Mateusz Guziksx: read the SX_NOADAPTIVE flag and Giant ownership...
2017-12-31 Mateusz Guzikmtx: deduplicate indefinite wait check in spinlocks...
2017-12-31 Mateusz Guzikmtx: pre-read the lock value in thread_lock_flags_
2017-12-31 Mateusz Guzikrwlock: tidy up __rw_runlock_hard similarly to r325921
2017-12-28 Konstantin BelousovMake kern_proc_vmmap_resident() externally accesible...
2017-12-27 Eitan Adlerkernel: Fix several typos and minor errors
2017-12-25 Alexander KabaevDo pass removing some write-only variables from the...
2017-12-23 Alexander KabaevReverse the check to allocate the buffer if cached...
2017-12-23 Alexander KabaevRemove dead store to local variable.
2017-12-21 Bruce EvansUse resume_cpus() instead of restart_cpus() to resume...
2017-12-19 John BaldwinRework pathconf handling for FIFOs.
2017-12-19 John BaldwinMove NAME_MAX, LINK_MAX, and CHOWN_RESTRICTED out of...
2017-12-19 John BaldwinAdd a custom VOP_PATHCONF method for fdescfs.
2017-12-19 Konstantin BelousovUse atomic_load(9) to read ppsinfo sequence numbers.
2017-12-16 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2017-12-14 Jung-uk KimMFC: r326864
2017-12-13 Pedro F. GiffuniSPDX: some uses of the RSA-MD license.
2017-12-13 Fedor UporovFix kernel build if MAC is not defined.
2017-12-12 Mark JohnstonMFV r326785: 8880 improve DTrace error checking
2017-12-12 Fedor UporovMove buffer size checks outside of the vnode locks.
2017-12-07 Jung-uk KimMerge OpenSSL 1.0.2n.
2017-12-07 Bruce EvansMove instantiation of msgbufp from 9 MD files to subr_p...
2017-12-06 Ed Mastetcpdump: remove undesired svn:keywords property from...
2017-12-06 Ed MasteUpdate tcpdump to 4.9.2
2017-12-03 Dimitry AndricUpgrade our copies of clang, llvm, lldb and libc++...
2017-12-01 Mark JohnstonPlug a name cache lock leak.
2017-12-01 Konstantin BelousovDestroy seltd st_mtx and st_wait in seltdfini().
2017-11-30 Pedro F. GiffuniSPDX: use the Beerware identifier.
2017-11-29 Hans Petter SelaskyThe sched_add() function is not only used when the...
2017-11-29 Alexey DokuchaevFix several noticed style issues.
2017-11-29 Warner LoshImport lua 5.3.4 to contrib
2017-11-28 Jeff RobersonEliminate kmem_arena and kmem_object in preparation...
2017-11-28 Brooks DavisDisable vim syntax highlighting.
2017-11-28 Edward Tomasz Napi... Make kdb_reenter() silent when explicitly called from...
2017-11-28 Nathan WhitehornRemove assertion that a CPU be present before returning...
2017-11-28 Brooks DavisUpdate vis(3) the latest from NetBSD.
2017-11-27 Pedro F. Giffunisys/kern: adoption of SPDX licensing ID tags.
2017-11-26 Mateusz Guzikrw: fix runlock_hard when new readers show up
2017-11-25 Nathan WhitehornRemove some, but not all, assumptions that the BSP...
2017-11-25 Mateusz GuzikAdd the missing lockstat check for thread lock.
2017-11-25 Mateusz Guzikrwlock: fix up compilation of the previous change
2017-11-25 Mateusz Guzikrwlock: add __rw_try_{r,w}lock_int
2017-11-25 Mateusz Guziksx: change sunlock to wake waiters up if it locked...
2017-11-25 Mateusz Guziklocks: retry turnstile/sleepq loops on failed cmpset
2017-11-25 Mateusz Guzikrwlock: stop re-reading the owner when going to sleep
2017-11-25 John BaldwinDecode kevent structures logged via ktrace(2) in kdump.
2017-11-24 Mark JohnstonHave lockstat:::sx-release fire only after the lock...
2017-11-24 Mark JohnstonAdd a missing lockstat:::sx-downgrade probe.
2017-11-24 Hans Petter SelaskyMerge ^/head r326132 through r326161.
2017-11-24 Ed SchoutenDon't let cpu_set_syscall_retval() clobber exec_setregs().
2017-11-23 Hans Petter SelaskyMerge ^/head r325999 through r326131.
2017-11-23 Konstantin BelousovKill all descendants of the reaper, even if they are...
2017-11-23 Mateusz Guziksx: unbreak debug after r326107
2017-11-23 Mateusz Guzikrwlock: unbreak WITNESS builds after r326110
2017-11-22 Mateusz Guzikrwlock: don't check for curthread's read lock count...
2017-11-22 Mateusz Guziklocks: pass the found lock value to unlock slow path
2017-11-22 Mateusz Guziklocks: remove the file + line argument from internal...
2017-11-21 Mark JohnstonClean up the SYSINIT_FLAGS definitions for rwlock(9...
2017-11-20 Scott LongUpdate a comment in brelse() to match reality.
2017-11-20 Pedro F. Giffunisys: further adoption of SPDX licensing ID tags.
2017-11-20 Xin LIMFV r326007: less v529.
2017-11-19 Hans Petter SelaskyMerge ^/head r325842 through r325998.
2017-11-18 Emmanuel VadotUpdate our copy of DTS from the ones from Linux 4.14
2017-11-18 Pedro F. Giffunispdx: initial adoption of licensing ID tags.
2017-11-17 Mateusz Guziklocks: fix compilation issues without SMP or KDTRACE_HOOKS
next