| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-12-01 | platform/x86: intel_pmc_ipc: fix ACPI buffer memory leak |  Yongxin Liu | 1 | -2/+2 |
| 2025-12-01 | Merge branch 'fixes' of into for-next |  Ilpo Järvinen | 3 | -24/+39 |
| 2025-12-01 | Merge branch 'kvm-arm64/vgic-lr-overflow' into kvmarm/next |  Oliver Upton | 3 | -10/+27 |
| 2025-12-01 | drm/xe/pf: Export helpers for VFIO |  Michał Winiarski | 1 | -0/+143 |
| 2025-12-01 | locking/local_lock: Fix all kernel-doc warnings |  Randy Dunlap | 1 | -1/+3 |
| 2025-12-01 | locking/local_lock: s/l/__l/ and s/tl/__tl/ to reduce the risk of shadowing |  Vincent Mailhol | 1 | -31/+31 |
| 2025-12-01 | locking/mutex: Redo __mutex_init() to reduce generated code size |  Sebastian Andrzej Siewior | 1 | -10/+35 |
| 2025-11-30 | virtio_pci: drop kernel.h |  Michael S. Tsirkin | 1 | -1/+1 |
| 2025-11-30 | Merge branch 'rcu/misc' into next |  Frederic Weisbecker | 2 | -10/+40 |
| 2025-11-29 | NFS: Fix inheritance of the block sizes when automounting |  Trond Myklebust | 1 | -0/+5 |
| 2025-11-29 | KEYS: trusted: Replace a redundant instance of tpm2_hash_map |  Jarkko Sakkinen | 1 | -0/+1 |
| 2025-11-29 | memcg: remove inc/dec_lruvec_kmem_state helpers |  Chen Ridong | 1 | -10/+0 |
| 2025-11-29 | mm: introduce VMA flags bitmap type |  Lorenzo Stoakes | 2 | -7/+81 |
| 2025-11-29 | mm: simplify and rename mm flags function for clarity |  Lorenzo Stoakes | 1 | -9/+5 |
| 2025-11-29 | mm: declare VMA flags by bit |  Lorenzo Stoakes | 1 | -167/+210 |
| 2025-11-29 | rqspinlock: Enclose lock/unlock within lock entry acquisitions |  Kumar Kartikeya Dwivedi | 1 | -28/+32 |
| 2025-11-29 | Merge tag 'nand/for-6.19' into mtd/next |  Miquel Raynal | 1 | -0/+1 |
| 2025-11-29 | i2c: i2c.h: fix a bad kernel-doc line |  Randy Dunlap | 1 | -1/+1 |
| 2025-11-29 | can: Kconfig: select CAN driver infrastructure by default |  Oliver Hartkopp | 1 | -0/+7 |
| 2025-11-28 | Merge tag 'nf-next-25-11-28' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next |  Jakub Kicinski | 5 | -36/+72 |
| 2025-11-28 | Merge tag 'wireless-next-2025-11-27' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next |  Jakub Kicinski | 6 | -5/+21 |
| 2025-11-29 | i3c: Switch to use new i3c_xfer from i3c_priv_xfer |  Frank Li | 1 | -2/+2 |
| 2025-11-29 | i3c: Add HDR API support |  Frank Li | 2 | -11/+33 |
| 2025-11-28 | drm/xe/pf: Export helpers for VFIO |  Michał Winiarski | 1 | -0/+143 |
| 2025-11-28 | Merge tag 'char-misc-6.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc |  Linus Torvalds | 2 | -0/+3 |
| 2025-11-28 | Merge tag 'usb-6.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb |  Linus Torvalds | 1 | -0/+5 |
| 2025-11-28 | Merge tag 'mailbox-fixes-v6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/jassibrar/mailbox |  Linus Torvalds | 1 | -0/+10 |
| 2025-11-28 | vfio/nvgrace-gpu: wait for the GPU mem to be ready |  Ankit Agrawal | 1 | -0/+1 |
| 2025-11-28 | vfio: refactor vfio_pci_mmap_huge_fault function |  Ankit Agrawal | 1 | -0/+13 |
| 2025-11-28 | vfio/pci: Use RCU for error/request triggers to avoid circular locking |  Alex Williamson | 1 | -2/+8 |
| 2025-11-28 | sbitmap: fix all kernel-doc warnings |  Randy Dunlap | 1 | -2/+4 |
| 2025-11-28 | kfifo: add kfifo_alloc_node() helper for NUMA awareness |  Ming Lei | 1 | -2/+32 |
| 2025-11-28 | blk-mq: fix potential uaf for 'queue_hw_ctx' |  Fengnan Chang | 2 | -2/+13 |
| 2025-11-28 | blk-mq: use array manage hctx map instead of xarray |  Fengnan Chang | 2 | -2/+3 |
| 2025-11-28 | Merge branches 'pm-qos' and 'pm-tools' |  Rafael J. Wysocki | 3 | -2/+14 |
| 2025-11-28 | Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/efi-preempt', 'for-next/assembler-macro', 'for-next/typos', 'for-next/sme-ptrace-disable', 'for-next/local-tlbi-page-reused', 'for-next/mpam', 'for-next/acpi' and 'for-next/documentation', remote-tracking branch 'arm64/for-next/perf'... |  Catalin Marinas | 6 | -2/+100 |
| 2025-11-28 | Merge branches 'pm-em' and 'pm-opp' |  Rafael J. Wysocki | 2 | -0/+66 |
| 2025-11-28 | mailbox: mtk-cmdq: Refine DMA address handling for the command buffer |  Jason-JH Lin | 1 | -0/+10 |
| 2025-11-28 | Merge branches 'pm-cpuidle' and 'pm-powercap' |  Rafael J. Wysocki | 1 | -1/+1 |
| 2025-11-28 | Merge branch 'pm-sleep' |  Rafael J. Wysocki | 3 | -7/+16 |
| 2025-11-28 | Merge branches 'pm-core' and 'pm-runtime' |  Rafael J. Wysocki | 1 | -0/+24 |
| 2025-11-28 | Merge branches 'acpica', 'acpi-property', 'acpi-pm' and 'acpi-battery' |  Rafael J. Wysocki | 1 | -15/+0 |
| 2025-11-28 | gpio: regmap: fix kernel-doc notation |  Randy Dunlap | 1 | -2/+2 |
| 2025-11-28 | ASoC: cs35l56: Log a message if firmware is missing |  Richard Fitzgerald | 1 | -0/+1 |
| 2025-11-28 | file: add FD_{ADD,PREPARE}() |  Christian Brauner | 2 | -0/+133 |
| 2025-11-28 | acpi: platform_profile - Add max-power profile option |  Derek J. Clark | 1 | -0/+1 |
| 2025-11-28 | vfs: add needed headers for new struct delegation definition |  Jeff Layton | 1 | -0/+5 |
| 2025-11-28 | drm/{i915,xe}/hdcp: use parent interface for HDCP GSC calls |  Jani Nikula | 1 | -0/+13 |
| 2025-11-28 | Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'mediatek', 'nvidia/tegra', 'intel/vt-d', 'amd/amd-vi' and 'core' into next |  Joerg Roedel | 6 | -5/+770 |
| 2025-11-28 | iommupt/vtd: Support mgaw's less than a 4 level walk for first stage |  Jason Gunthorpe | 1 | -0/+2 |