]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Pass BIO_SPEEDUP through all the geom layers
[FreeBSD/FreeBSD.git] / sys /
2020-01-17 Warner LoshPass BIO_SPEEDUP through all the geom layers
2020-01-16 Mateusz Guzikunionfs: use MNTK_NOMSYNC
2020-01-16 Emmanuel Vadotdwmmc: Remove max_hz from the softc
2020-01-16 Mateusz Guzikvfs: increment numvnodes without the vnode list lock...
2020-01-16 Mateusz Guzikvfs: refcator vnode allocation
2020-01-16 Emmanuel Vadotarm64: rockchip: Add RK3399 PWM driver
2020-01-16 Emmanuel Vadotarm64: rockchip: Add new interface for rk_pinctrl
2020-01-16 Emmanuel Vadotfdt_pinctrl: Add new methods for gpios
2020-01-16 Emmanuel Vadotregulator_fixed: Add a get_voltage method
2020-01-16 Emmanuel Vadotarm: allwinner: ahci: target-supply is optional
2020-01-16 Kirill PonomarevGenerate MAC address from the FreeBSD OUI range.
2020-01-16 Emmanuel Vadotarm: allwinner: Add support for bank supply
2020-01-16 Emmanuel Vadotaxp8xx: Add a regnode_init method
2020-01-16 Emmanuel Vadotaxp8xx: Add missing voltage regulators offset
2020-01-16 Michael TuexenRemove debug code not needed anymore.
2020-01-16 Leandro Lupori[PowerPC64] Enable virtio drivers
2020-01-16 Mateusz Guzikvfs: reimplement vlrureclaim to actually use LRU
2020-01-16 Jeff RobersonSimplify VM and UMA startup by eliminating boot pages...
2020-01-15 Ed Masteacpi_ibm: reference ThinkPad instead of IBM
2020-01-15 Kirk McKusickPeter Holm reports that his test that does an umount...
2020-01-15 Kyle Evansmips trampoline: don't bother with unwind tables
2020-01-15 Mark JohnstonHandle a NULL thread pointer in linux_close_file().
2020-01-15 Gleb Smirnoffgif_transmit() must always be called in the network...
2020-01-15 Gleb SmirnoffA miss from r356754.
2020-01-15 Gleb SmirnoffIntroduce NET_EPOCH_CALL() macro and use it everywhere...
2020-01-15 Gleb SmirnoffUse official macro to enter/exit the network epoch...
2020-01-15 Gleb SmirnoffMechanically substitute assertion of in_epoch(net_epoch...
2020-01-15 Gleb SmirnoffStop header pollution and don't include if_var.h via...
2020-01-15 Gleb SmirnoffSince this code dereferences struct ifnet, it must...
2020-01-15 Gleb SmirnoffSince this code uses if_ref()/if_rele() it must include...
2020-01-15 Gleb SmirnoffNetgraph queue processing thread must process all its...
2020-01-15 Gleb Smirnoff- Move global network epoch definition to epoch.h,...
2020-01-15 Gleb SmirnoffThe non-preemptible network epoch identified by net_epo...
2020-01-15 Mateusz Guzikvfs: in vop_stdadd_writecount only vlazy vnodes on...
2020-01-15 Mateusz Guziktmpfs: add missing CLTFLAG_MPSAFE annotation
2020-01-15 Mateusz Guziknfs: add missing CLTFLAG_MPSAFE annotations
2020-01-15 Mateusz Guzikfusefs: add missing CLTFLAG_MPSAFE annotation
2020-01-14 Kirk McKusickWhen sync'ing a mount point, the mount point's vnodes...
2020-01-14 John BaldwinPreserve the inherited value of the status register...
2020-01-14 Andriy Gaponstorvsc: port a Linux patch, properly set residual...
2020-01-14 Edward Tomasz Napi... Make linux(4) use kern_setsockopt(9) instead of going...
2020-01-14 Edward Tomasz Napi... Make linux(4) use kern_getsockopt(9) instead of going...
2020-01-14 Edward Tomasz Napi... Make linux getcpu(2) report the domain.
2020-01-14 Alexander MotinRestore loop break in vm_pageout_lowmem().
2020-01-14 Ryan Libbyuma: split slabzone into two sizes
2020-01-14 Ryan Libbymalloc: remove assumptions about MINALLOCSIZE
2020-01-14 Ryan Libbyuma: fixup some ktr messages
2020-01-14 Jeff RobersonFix a long standing bug in journaled soft-updates....
2020-01-14 Navdeep Parharcxgbe/iw_cxgbe: Do not allow memory registrations with...
2020-01-13 Justin Hibbitspowerpc/mpc85xx: Partially revert r356640
2020-01-13 Alexander MotinMap ECKSUM and EFRAGS from ZFS onto real errnos.
2020-01-13 Eric van GyzenAdd missing comma in nfsv4_errstr
2020-01-13 Vincenzo Maffionenetmap: disable passthrough with no hypervisor support
2020-01-13 Vincenzo Maffionevmx: fix initialization of TSO related descriptor fields
2020-01-13 Gleb SmirnoffFix yet another regression from r354484. Error code...
2020-01-13 Mateusz Guzikufs: relax an overzealous assert added in r356671
2020-01-13 Konstantin BelousovCode must not unlock a mutex while owning the thread...
2020-01-13 Mitchell HorneRISC-V: fix global symbol lookups for mpentry with lld
2020-01-13 Mateusz Guzikvfs: per-cpu batched requeuing of free vnodes
2020-01-13 Mateusz Guzikvfs: rework vnode list management
2020-01-13 Mateusz Guzikufs: use lazy list instead of active list for syncer
2020-01-13 Mateusz Guzikvfs: add per-mount vnode lazy list and use it for defer...
2020-01-13 Mateusz Guzikufs: add a setter for inode i_flag field
2020-01-12 Conrad MeyerFix a typo in r356667 comment
2020-01-12 Conrad Meyergetrandom(2): Add Linux GRND_INSECURE API flag
2020-01-12 Michael TuexenFix race when accepting TCP connections.
2020-01-12 Bjoern A. Zeebnd6_rtr: constantly use __func__ for nd6log()
2020-01-12 Bjoern A. Zeebnd6_rtr: make nd6_prefix_onlink() static
2020-01-12 Michael TuexenFix division by zero issue.
2020-01-12 Edward Tomasz Napi... dd kern_getpriority(), make Linuxulator use it.
2020-01-12 Edward Tomasz Napi... Add kern_setpriority(), use it in Linuxulator.
2020-01-12 Mateusz GuzikAdd "panicked" boolean which can be tested instead...
2020-01-12 Mateusz GuzikAdd KERNEL_PANICKED macro for use in place of direct...
2020-01-12 Mateusz Guziksysctl: add missing CLTFLAG_MPSAFE annotation to CONST_...
2020-01-12 Mateusz Guzikvm: add missing CLTFLAG_MPSAFE annotations
2020-01-12 Mateusz Guzikdtrace: add missing CLTFLAG_MPSAFE annotations
2020-01-12 Mateusz Guzikzfs: add missing CLTFLAG_MPSAFE annotations
2020-01-12 Kyle Evansregulator: small enhancements to regulator_shutdown
2020-01-11 Mateusz Guzikvfs: only recalculate watermarks when limits are changing
2020-01-11 Mateusz Guzikvfs: deduplicate vnode allocation logic
2020-01-11 Mateusz Guzikvfs: prealloc vnodes in getnewvnode_reserve
2020-01-11 Mateusz Guzikvfs: incomplete pass at converting more ints to u_long
2020-01-11 Mateusz Guzikvfs: add missing CLTFLA_MPSAFE annotations
2020-01-11 Justin Hibbitspowerpc/mpc85xx: Fix localbus child reg property decoding
2020-01-11 Gleb SmirnoffPacify gcc.
2020-01-11 Bjoern A. Zeebin6_mcast: make in6_joingroup_locked() static
2020-01-11 Emmanuel Vadotarm64: allwinner: dtso: Add spi0 spigen DTSO
2020-01-11 Hans Petter SelaskyMake sure the VNET is properly set when reaping mbufs...
2020-01-11 Hans Petter SelaskyRevert r356598 for now because it breaks some AMD based...
2020-01-11 Kirk McKusickWhen a read error occurs while fetching a directory...
2020-01-11 Pedro F. GiffuniUpdate ELFOSABI_* constants with OpenVOS.
2020-01-10 Jung-uk KimMFV: r356607
2020-01-10 Gleb SmirnoffAdd pfil(9) hook to vtnet(4).
2020-01-10 Gleb SmirnoffAlways multiple vm.pgcache_zone_max to number of CPUs...
2020-01-10 Emmanuel Vadotarm: allwinner: axp209: Add regnode_status method
2020-01-10 Emmanuel Vadottwsi: Rework how we handle the i2c messages
2020-01-10 Kyle EvansSet .ORDER for makesyscalls generated files
2020-01-10 Kyle Evansmakesyscalls.lua: generate all files in /tmp, write...
2020-01-10 Kyle Evansa10_ahci: grab the target-supply regulator and enable it
2020-01-10 Hans Petter SelaskyCheck the XHCI endpoint state before stopping any endpoint.
next