aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* sbuf(9): Add sbuf_nl_terminate() APIConrad Meyer2019-08-072-1/+53
* sbuf(9): Refactor sbuf_newbuf into sbuf_newConrad Meyer2019-08-071-42/+42
* sbuf(9): Add NOWAIT dynamic buffer extension modeConrad Meyer2019-08-072-7/+10
* Add cdceem(4) driver, for virtual ethernet devices compliantEdward Tomasz Napierala2019-08-0710-5/+1159
* Make `camcontrol modepage` support block descriptors.Alexander Motin2019-08-072-2/+4
* Correct PCI device ID for XHCI USB controller.Hans Petter Selasky2019-08-071-1/+1
* ofw: ofw_reg_to_paddr: Use a 256 static array for the cellEmmanuel Vadot2019-08-071-1/+2
* arm: dts: am33xx: Fix the region for uart0Emmanuel Vadot2019-08-071-1/+1
* Expose zlib's utility functions in Z_SOLO library when building kernel.Xin LI2019-08-0715-48/+50
* fusefs: merge from projects/fuse2Alan Somers2019-08-0718-2171/+4312
|\
| * fusefs: remove superfluous counter_u64_zeroAlan Somers2019-08-064-5/+0
| * fusefs: fix the build after r350446Alan Somers2019-07-311-0/+1
| * Bump __FreeBSD_versionAlan Somers2019-07-301-1/+1
| * MFHead @350453Alan Somers2019-07-3031-2316/+218
| |\
| * \ MFHead @350426Alan Somers2019-07-3036-218/+502
| |\ \
| * \ \ MFHead @350390Alan Somers2019-07-281-3/+5
| |\ \ \
| * | | | fusefs: fix panic when writing with O_DIRECT and using writeback cacheAlan Somers2019-07-281-3/+58
| * | | | MFHead @r350386Alan Somers2019-07-28382-5408/+14728
| |\ \ \ \
* | | | | | Fix LOCAL_MODULES and improve the make output.John Baldwin2019-08-061-2/+4
* | | | | | Cache kernel stacks in UMA. This gives us NUMA support, better concurrency,Jeff Roberson2019-08-065-139/+101
* | | | | | Detect invalid PCI devices more correctly in PCI interrupt router drivers.John Baldwin2019-08-062-6/+12
* | | | | | Implement a MINBUCKET zone flag so we can use minimal caching on zones thatJeff Roberson2019-08-062-2/+7
* | | | | | Add two new kernel options to control memory locality on NUMA hardware.Jeff Roberson2019-08-066-43/+165
* | | | | | ral: rt2860: fix wcid2ni access/size issueKyle Evans2019-08-062-2/+4
* | | | | | Ignore UFS/FFS superblock check hash failures so as to allow a higherKirk McKusick2019-08-061-2/+2
* | | | | | A race condition existed between the time a UFS/FFS superblock checkKirk McKusick2019-08-061-1/+7
* | | | | | Correct ICMPv6/MLDv2 out-of-bounds memory accessEd Maste2019-08-061-25/+23
* | | | | | amd64: prevents speculations over swapgs reload of %gs base.Konstantin Belousov2019-08-062-4/+23
* | | | | | Since r350426 this KASSERT doesn't serve any useful purpose.Gleb Smirnoff2019-08-061-2/+0
* | | | | | oce(4): potential out of bounds access before vector validationKyle Evans2019-08-061-1/+3
* | | | | | Fix a locking issue in sctp_accept.Michael Tuexen2019-08-061-40/+34
* | | | | | Fix build issues for the userland stack on Raspbian.Michael Tuexen2019-08-062-11/+10
* | | | | | amdtemp(4), amdsmn(4): Attach to Ryzen 3 (Zen 2) hostbridgesConrad Meyer2019-08-062-0/+9
* | | | | | Fix build from r350622Justin Hibbits2019-08-061-1/+1
* | | | | | powerpc/pmap: Simplify Book-E 64-bit page table managementJustin Hibbits2019-08-061-233/+70
* | | | | | procdesc: fix the function nameMariusz Zaborski2019-08-051-1/+1
* | | | | | process: styleMariusz Zaborski2019-08-051-6/+4
* | | | | | exit1: fix style nitsMariusz Zaborski2019-08-051-1/+1
* | | | | | procdesc: fix reparenting when the debugger is attachedMariusz Zaborski2019-08-051-1/+7
* | | | | | proc: introduce the proc_add_orphan functionMariusz Zaborski2019-08-052-10/+21
* | | | | | exit1: postpone clearing P_TRACED flag until the proctree lock is acquiredMariusz Zaborski2019-08-051-1/+3
* | | | | | Fix mis-merge.Konstantin Belousov2019-08-051-1/+0
* | | | | | Fix mis-mergeKonstantin Belousov2019-08-051-1/+3
* | | | | | Add `nvmecontrol resv` to handle NVMe reservations.Alexander Motin2019-08-051-0/+80
* | | | | | Add a driver for Texas Instruments ADS101x/ADS111x i2c ADC chips.Ian Lepore2019-08-055-0/+600
* | | | | | Improve consistency. No functional change.Michael Tuexen2019-08-055-15/+14
* | | | | | frag6.c: rename ip6q[] to ipq6b[] and consistently use "bucket"Bjoern A. Zeeb2019-08-051-65/+65
* | | | | | frag6.c: re-order functions within fileBjoern A. Zeeb2019-08-051-155/+158
* | | | | | Enable superpage promotion within the kernel pmap.Alan Cox2019-08-051-2/+1
* | | | | | powerpc: Get 32-bit AIM building with secure-PLTJustin Hibbits2019-08-052-4/+16