aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* ophgo: import new .dtsHEADmainMartin Filla9 hours23-0/+2729
* cddl: remove sparc and mips codeMinsoo Choo9 hours5-223/+2
* rge: Add to amd64 GENERIC and to sys/conf/NOTESBrad Smith11 hours2-0/+3
* fusefs: support FUSE_IOCTLCismonX14 hours3-8/+94
* ixl(4): Enable building driver on ARM64Krzysztof Galazka16 hours4-2/+35
* ata-serverworks: Fix incorrect port count for BCM5770 SATA controllerDmitry Borisov17 hours1-2/+2
* linux: add hidraw ioctl handlerAlex S17 hours2-0/+70
* linux: support termios2 ioctlsmothcompute18 hours2-1/+78
* acpi_ibm: register all appropriate sysctls as uintQuentin Thébault18 hours1-2/+2
* nvme: Add APST payload overridingAlexey Sukhoguzov18 hours1-8/+14
* nvme: Support Autonomous Power State Transition (APST)Alexey Sukhoguzov18 hours1-0/+36
* nvme: Handle get/set feature payloadsAlexey Sukhoguzov18 hours1-2/+10
* sdio: add sdio_{read,write}_2Minsoo Choo18 hours2-0/+32
* device_delete_child should be destroying the child, not the devAZero1318 hours1-1/+1
* conf: remove powerpcspeMinsoo Choo18 hours4-855/+25
* conf: remove MPC85XXSPEMinsoo Choo18 hours1-151/+0
* param.h: remove powerpcspeMinsoo Choo18 hours1-4/+0
* smartpqi: update to version 4660.0.2002John Hall21 hours18-621/+641
* sys/x86/NOTES: Add vt_efifbOlivier Certner22 hours1-0/+1
* i386: Fix kernel compilation after introduction of ASMC_DEBUG optionOlivier Certner22 hours1-0/+3
* Makefile*: remove powerpcspeMinsoo Choo22 hours5-18/+6
* sys/_types.h: avoid use of __has_feature()Brooks Davis24 hours1-4/+1
* iflib: remove convoluted custom zeroing codeBrooks Davis24 hours1-60/+5
* cache: avoid hardcoded CACHE_PATH_CUTOFFBrooks Davis24 hours1-14/+18
* cache: avoid hardcoded cache paddingBrooks Davis24 hours1-3/+2
* cache: avoid hardcoded zone alignmentBrooks Davis24 hours1-22/+24
* bnxt: Fix up ioctl opcodes to support IOC_VOID along with IOC_INSumit Saxena28 hours2-6/+14
* mpr: Add a probe on completionWarner Losh32 hours1-0/+9
* mps: Add a probe on completionWarner Losh33 hours1-0/+9
* mps/mpr: Remove bogus sys/cdefs.h includesWarner Losh33 hours16-16/+0
* kshim/usb: Prefer memset to bzeroWarner Losh34 hours1-1/+1
* nfsd: Fix handling of hidden/system during Open/CreateRick Macklem46 hours2-0/+49
* vmm: Add an include to vmm_ktr.h for vm_name()Mark Johnston39 hours1-1/+3
* vmm: Move common accessors and vm_eventinfo into sys/dev/vmmMark Johnston41 hours12-211/+78
* vmm: Deduplicate VM and vCPU state management codeMark Johnston41 hours18-1227/+551
* vmm: Consolidate vm and vcpu definitionsMark Johnston41 hours20-302/+239
* amd64: Remove tpm(4) from GENERIC for nowMark Johnston48 hours2-2/+4
* bnxt: fix i2c read to allow access to different addressesAndrew Gallatin2 days1-1/+1
* pf: handle nlattr_add_nested() failureKristof Provost2 days1-0/+45
* pf: remove redundant zeroingKristof Provost2 days1-54/+0
* acpi: Make taskqueue only run on BSPAymeric Wibo2 days1-1/+5
* zfs: emit .note.GNU-stack section for all ELF targetsDimitry Andric2 days3-3/+3
* cam: When inq data isn't valid, pass NULLWarner Losh2 days1-10/+8
* cam: Add probes for xpt actionsWarner Losh2 days1-1/+21
* cam: Start adding dtrace provider 'cam'Warner Losh2 days2-0/+19
* sdhci_pci(4): Remove incorrect __unusedMarius Strobl3 days1-13/+13
* tty(4): Consistently use ISO C99 boolMarius Strobl3 days1-1/+1
* vm_object.h: tweak OBJ_ONEMAPPING comment even moreKonstantin Belousov3 days1-3/+2
* linuxkpi: Add `rol32()`Jean-Sébastien Pédron3 days1-0/+6
* linuxkpi: Replicate the chain of #include in the `cec*.h` headersJean-Sébastien Pédron3 days5-0/+59