]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Merge r357864 from the clang1000-import branch:
[FreeBSD/FreeBSD.git] / sys /
2020-02-13 Dimitry AndricMerge r357864 from the clang1000-import branch:
2020-02-13 Konstantin Belousovhyperv: Add Hygon Dhyana support.
2020-02-13 Konstantin Belousovecc_inject: Add Hygon Dhyana support.
2020-02-13 Konstantin Belousovamdsbwd, intpm: Add Hygon Dhyana support.
2020-02-13 Konstantin Belousovamdpm: Add Hygon Dhyana support.
2020-02-13 Konstantin Belousovvmm: Add Hygon Dhyana support.
2020-02-13 Hans Petter SelaskyImprove USB gaming keyboard support.
2020-02-13 Michael Tuexensack_newdata and snd_recover hold the same value. There...
2020-02-13 Michael TuexenWhitespace cleanup. No functional change.
2020-02-13 Dimitry AndricMerge ^/head r357662 through r357854.
2020-02-13 Warner LoshUse INT instead of string for the ints. Because the...
2020-02-13 Warner LoshConvert rotating and unmapped_io to a DA flag
2020-02-13 Warner LoshExport the current da flags as bitfield
2020-02-12 Mateusz Guziknetipsec: fix a mismatched uma_zfree -> uma_zfree_pcpu
2020-02-12 Kyle Evanssys/kern sysent: re-add dependency on capabilities...
2020-02-12 Ed Masteregen sysent after r357831, r357838
2020-02-12 Ed MasteAllow getloginclass in capability mode
2020-02-12 Ed MasteAllow fdatasync in capability mode
2020-02-12 Michael TuexenDon't panic under INVARIANTS when we can't allocate...
2020-02-12 Michael TuexenMark the socket as disconnected when freeing the associ...
2020-02-12 Randall StewartLets get the real correct version.. gessh. I need
2020-02-12 Mitchell HorneImplement vm.pmap.kernel_maps for RISC-V
2020-02-12 Mitchell HorneRISC-V: un-ifdef vm.kvm_size and vm.kvm_free
2020-02-12 Randall StewartOpps committed the wrong ratelimit version in the
2020-02-12 Randall StewartWhite space cleanup -- remove trailing tab's or spaces
2020-02-12 Randall StewartWhitespace, remove from three files trailing white
2020-02-12 Randall StewartThis small fix makes it so we properly follow
2020-02-12 Randall StewartRemove all trailing white space from the BBR/Rack fold...
2020-02-12 Randall StewartNow that all of the stats framework is
2020-02-12 Mateusz Guzikvfs: refactor vputx and add more comment
2020-02-12 Mateusz Guzikvfs: drop remaining zpcpu casts
2020-02-12 Mateusz Guzikvfs: switch to smp_rendezvous_cpus_retry for vfs_op_thr...
2020-02-12 Mateusz Guzikrms: use smp_rendezvous_cpus_retry instead of a hand...
2020-02-12 Mateusz GuzikAdd smp_rendezvous_cpus_retry
2020-02-12 Mateusz Guzikamd64: provide custom zpcpu set/add/sub routines
2020-02-12 Mateusz GuzikDedup zpcpu assertions into one macro and guard the...
2020-02-12 Mateusz Guzikamd64: store per-cpu allocations subtracted by __pcpu
2020-02-12 Mateusz GuzikStore offset into zpcpu allocations in the per-cpu...
2020-02-12 Mateusz Guzikepoch: convert zpcpu_get_cpua(.., curcpu) to zpcpu_get
2020-02-12 Hans Petter SelaskyAdd support for debugnet in mlx5en(4).
2020-02-12 Hans Petter SelaskyAdd support for disabling and polling MSIX interrupts...
2020-02-12 Hans Petter SelaskyUse NET_TASK_INIT() and NET_GROUPTASK_INIT() for driver...
2020-02-12 Hans Petter SelaskyMake sure the so-called end of receive interrupts don...
2020-02-12 Navdeep Parharcxgbe(4): Update T4/5/6 firmwares to 1.24.12.0.
2020-02-12 Brooks DavisMark hme(4) as deprecated.
2020-02-12 Eugene Grosbeinng_nat: avoid panic if attached directly to ng_ether...
2020-02-12 Martin MatuskaMFV r357783:
2020-02-11 Gleb SmirnoffRemove assertion from TASK_INIT() macro, since some...
2020-02-11 Mark JohnstonReduce lock hold time in keg_drain().
2020-02-11 Michael TuexenRevert https://svnweb.freebsd.org/changeset/base/357761
2020-02-11 Gleb SmirnoffMark lio taskqueue as requiring network epoch.
2020-02-11 Gleb SmirnoffUse NET_TASK_INIT() and NET_GROUPTASK_INIT() for driver...
2020-02-11 Gleb SmirnoffAdd flag to struct task to mark the task as requiring...
2020-02-11 Mateusz Guzikvfs: fix vhold race in mnt_vnode_next_lazy_relock
2020-02-11 Hans Petter SelaskyAdd missing EPOCH(9) wrapper in ipfw(8).
2020-02-11 Michael TuexenDon't start an SCTP timer using a net, which has been...
2020-02-11 Mateusz Guzikamd64: remove redundant sa->code assignment from cpu_fe...
2020-02-11 Mateusz Guzikcapsicum: restore the cap_rights_contains symbol
2020-02-11 Konstantin Belousovif_media.h: Add 50G KR4 ethernet media type.
2020-02-11 Konstantin Belousovif_media.c: staticize and constify ifmedia description...
2020-02-11 Konstantin Belousovif_media.c: use __FBSDID().
2020-02-11 Ruslan BukinAdd PCI Express driver for the ARM Neoverse N1 System...
2020-02-11 Michael TuexenUse an int instead of a bool variable, since bool is...
2020-02-11 Xin LIMFV r357712: file 5.38.
2020-02-10 Mateusz Guzikvfs: fix device count leak on vrele racing with vgone
2020-02-10 Li-Wen HsuRestore the behavior of allowing empty string in a...
2020-02-10 Hans Petter SelaskyFix for unbalanced EPOCH(9) usage in the generic kernel...
2020-02-10 Jonathan T. LooneyModify the vm.panic_on_oom sysctl to take a count of...
2020-02-10 Scott LongRevert r357710 and 357711 until they can be debugged
2020-02-10 Mateusz Guzikvfs: fix lock recursion in vrele
2020-02-10 Mateusz GuzikTidy up zpcpu_replace*
2020-02-10 Edward Tomasz Napi... Make linux(4) use kern_socketpair(9) instead of going...
2020-02-10 Hans Petter SelaskyAdd USB host controller PCI ID's for Hygon.
2020-02-10 Scott LongMissed a file in r357710, add it here.
2020-02-10 Scott LongAdd rudamentary support for UFS to probe whether a...
2020-02-10 Ian LeporeImplement atomic_testandclear_{32,int,long} for 32...
2020-02-09 Michael TuexenStop the PMTU and HB timer when removing a net, not...
2020-02-09 Michael TuexenCleanup timer handling.
2020-02-09 Konstantin BelousovAdd sysctl kern.proc.sigfastblk for reporting sigfastbl...
2020-02-09 Konstantin BelousovAdd AT_BSDFLAGS auxv entry.
2020-02-09 Konstantin BelousovRegen.
2020-02-09 Konstantin BelousovAdd a way to manage thread signal mask using shared...
2020-02-09 Kyle EvansMFV r357687: Import NFS fix for O_SEARCH tests
2020-02-08 Ruslan BukinEnter the network epoch in the xdma interrupt handler...
2020-02-08 Alexander MotinBind CTL backends taskqueues to the CTL process.
2020-02-08 Ruslan BukinFix a KASSERT since chained mbufs are accepted by the...
2020-02-08 Mateusz Guzikvfs: tidy up vget_finish and vn_lock
2020-02-08 Mateusz Guzikvfs: remove now useless ENODEV handling from vn_fullpat...
2020-02-08 Konstantin BelousovCorrect the function name in the comment.
2020-02-08 Andrew TurnerImplement the Linux/arm64 VDSO gettimeofday and clock_g...
2020-02-08 Marcin WojtasImplement jumbo frame support in mvneta driver
2020-02-08 Marcin WojtasDestroy RX DMA tag on detach in mvneta driver
2020-02-07 Mateusz Guzikvfs: use newly added zpcpu routines instead of direct...
2020-02-07 Mateusz Guzikrms: use newly added zpcpu routines instead of direct...
2020-02-07 Mateusz GuzikAdd zpcpu_{set,add,sub}_protected.
2020-02-07 Konstantin Belousovpmc: Add Hygon Dhyana support.
2020-02-07 Konstantin Belousovacpi_hpet: Add Hygon Dhyana support.
2020-02-07 Konstantin Belousovlinux futex_put(): do not touch futex after dropping...
2020-02-07 Kyle Evansgeli taste: allow GELIBOOT tagged providers as well
2020-02-07 Ed MasteMiscellaneous typo fixes
next