aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* p9fs: Remove the "cancel" transport methodMark Johnston2026-06-242-10/+0
* virtio/p9fs: Define the channel list mutex as staticMark Johnston2026-06-241-1/+1
* linuxkpi: Define `ULL()`Jean-Sébastien Pédron2026-06-242-0/+24
* linuxkpi: Add <linux/cgroup_dmem.h>Jean-Sébastien Pédron2026-06-241-0/+58
* linuxkpi: Defined more Intel vendor/family/model constantsJean-Sébastien Pédron2026-06-241-0/+20
* linuxkpi: Define and fill `struct cpuinfo_x86->x86_stepping`Jean-Sébastien Pédron2026-06-242-0/+2
* linuxkpi: Add const qualifier to `bitmap_weight()` 1st argJean-Sébastien Pédron2026-06-241-1/+1
* linuxkpi: Define `struct vfsmount` in <linux/mount.h>Jean-Sébastien Pédron2026-06-244-0/+29
* qat: driver updates to enhance qat infrastructureHareshx Sankar Raj2026-06-2447-316/+390
* acpi_support/acpi_ibm.c: move the 'key' definition to the block that uses itKonstantin Belousov2026-06-241-2/+2
* hwpstate_intel: Use ipi instead of thread_lock + sched_bindShengYi Hung2026-06-241-150/+277
* acpi_ibm: Report mic mute key evdev eventsAymeric Wibo2026-06-241-29/+41
* sound: Rename SD_F_EQ_ENABLED to SD_F_EQChristos Margiolis2026-06-244-7/+7
* sound: Retire unused SD_F_EQ_PCChristos Margiolis2026-06-242-6/+4
* riscv: Use namespace-safe type __uint64_t to not depend on sys/types.hRuslan Bukin2026-06-241-5/+5
* riscv: Vector Extension (RVV) support.Ruslan Bukin2026-06-2414-17/+587
* arm64: Fix build of gicv5 driver without SMPJohn Baldwin2026-06-242-0/+7
* vfs: rename vop_mmapped() to vop_update_atime()Konstantin Belousov2026-06-237-20/+35
* linuxkpi ioctl handler: restore the user data pointerKonstantin Belousov2026-06-231-4/+44
* sched_ule: sched_clock(): Remove a superfluous spaceOlivier Certner2026-06-231-1/+1
* sched_ule: sched_priority(): More accurate __unused annotationOlivier Certner2026-06-231-1/+1
* bnxt: Report actual link speed, rather than hard-coded 100GbsAndrew Gallatin2026-06-231-1/+1
* iflib: handle transient errors from isc_txd_encap()Andrew Gallatin2026-06-231-2/+5
* hwpmc_ibs: Add more IBS register definitionsAli Mashtizadeh2026-06-231-1/+33
* hwpmc_amd: Avoid using PMCs if in use by firmwareAli Mashtizadeh2026-06-231-33/+77
* LinuxKPI: Retire <linux/dma-attrs.h>John Baldwin2026-06-232-55/+11
* ktls: Make ktls_mbuf_crypto_state private and simplifyJohn Baldwin2026-06-232-33/+24
* cd9660: Add support for birth timesJohn Baldwin2026-06-234-7/+23
* cd9660: Adjust parsing of timestamps in the extended atttributes recordJohn Baldwin2026-06-231-6/+16
* sys: use curthread_pflags_set/restore to manage TDP_DEADLKTREAT for uioKonstantin Belousov2026-06-237-40/+21
* x86: Harmonize GENERIC and MINIMALDag-Erling Smørgrav2026-06-233-30/+31
* nfscl: Add support for flexible file layout stripingRick Macklem2026-06-234-119/+234
* edk2: Bring in some more files from edk2-stable202502Warner Losh2026-06-224-0/+2926
* edk2: Fixup imported files line endingsWarner Losh2026-06-2215-7921/+7921
* ipfw/nat64: Fix type confusion panic when using wrong NAT64 instance typeTeddy Engel2026-06-222-2/+4
* acpi: Set 'acpi_sstate' closer to setting 'acpi_stype'Olivier Certner2026-06-221-6/+4
* acpi: Export handler invoke helpers, use them in acpi_lidOlivier Certner2026-06-223-4/+7
* acpi: Sleep/wake event handlers: Expose first argument's true typeOlivier Certner2026-06-221-9/+8
* acpi: Sleep event handler: Remove a wrong commentOlivier Certner2026-06-221-2/+1
* acpi: Button sleep/wake callbacks: Expose true argument typesOlivier Certner2026-06-222-33/+23
* acpi: Suffix acpi_sleep_enable() with '_locked'Olivier Certner2026-06-221-3/+3
* power: Make POWER_STYPE_COUNT equal to POWER_STYPE_UNKNOWNOlivier Certner2026-06-222-3/+1
* acpi: Constify thanks to AcpiGetHandle() taking a constant pathnameOlivier Certner2026-06-223-22/+16
* kern: add a security knob to disable unprivileged access to kenvKyle Evans2026-06-222-6/+41
* amdsmu(4), acpi_spmc(4): Fix ordering of callsOlivier Certner2026-06-222-4/+4
* RDMA: dma-mapping: use unsigned long for dma_attrsJohn Baldwin2026-06-222-13/+13
* IB/ipoib: Prevent hung task or softlockup processing multicast responseJohn Baldwin2026-06-223-8/+14
* OFED: Use vmalloc() and vzalloc() in various placesJohn Baldwin2026-06-222-14/+10
* OFED: Implement ib_process_cq_directJohn Baldwin2026-06-222-29/+70
* OFED: Use prandom_u32() to reduce diff with upstreamJohn Baldwin2026-06-221-3/+1