| Age | Commit message (Expand) | Author |
| 2026-02-01 | Bluetooth: btintel_pcie: Use IRQF_ONESHOT and default primary handler | Sebastian Andrzej Siewior |
| 2026-02-01 | bus: fsl-mc: Use default primary handler | Sebastian Andrzej Siewior |
| 2026-02-01 | mailbox: bcm-ferxrm-mailbox: Use default primary handler | Sebastian Andrzej Siewior |
| 2026-02-01 | iommu/amd: Use core's primary handler and set IRQF_ONESHOT | Sebastian Andrzej Siewior |
| 2026-02-01 | platform/x86: int0002: Remove IRQF_ONESHOT from request_irq() | Sebastian Andrzej Siewior |
| 2026-02-01 | genirq: Set IRQF_COND_ONESHOT in devm_request_irq(). | Sebastian Andrzej Siewior |
| 2026-02-01 | cgroup: increase maximum subsystem count from 16 to 32 | Chen Ridong |
| 2026-02-01 | irqchip/aspeed-scu-ic: Remove unused variable mask | Thomas Gleixner |
| 2026-02-01 | drm/exynos: vidi: use ctx->lock to protect struct vidi_context member variabl... | Jeongjun Park |
| 2026-02-01 | drm/exynos: vidi: fix to avoid directly dereferencing user pointer | Jeongjun Park |
| 2026-02-01 | drm/exynos: vidi: use priv->vidi_dev for ctx lookup in vidi_connection_ioctl() | Jeongjun Park |
| 2026-02-01 | MAINTAINERS: Drop RDMA files from Hyper-V section | Leon Romanovsky |
| 2026-02-01 | drivers: thermal: intel: tcc_cooling: Drop redundant local variable | Sumeet Pawnikar |
| 2026-02-01 | ACPI: battery: fix incorrect charging status when current is zero | Ata İlhan Köktürk |
| 2026-02-01 | RDMA/uverbs: Add __GFP_NOWARN to ib_uverbs_unmarshall_recv() kmalloc | Yi Liu |
| 2026-02-01 | Input: gpio_keys - fall back to platform_get_irq() for interrupt-only keys | Dmitry Torokhov |
| 2026-01-31 | kho: skip memoryless NUMA nodes when reserving scratch areas | Evangelos Petrongonas |
| 2026-01-31 | crash_dump: fix dm_crypt keys locking and ref leak | Vasily Gorbik |
| 2026-01-31 | kho: cleanup error handling in kho_populate() | Mike Rapoport (Microsoft) |
| 2026-01-31 | ucount: check for CAP_SYS_RESOURCE using ns_capable_noaudit() | Ondrej Mosnacek |
| 2026-01-31 | ipc: don't audit capability check in ipc_permissions() | Ondrej Mosnacek |
| 2026-01-31 | kexec: derive purgatory entry from symbol | Li Chen |
| 2026-01-31 | ocfs2: fix reflink preserve cleanup issue | Heming Zhao |
| 2026-01-31 | rapidio: replace rio_free_net() with kfree() in rio_scan_alloc_net() | Haoxiang Li |
| 2026-01-31 | delayacct: add timestamp of delay max | Wang Yaxin |
| 2026-01-31 | scripts/bloat-o-meter: ignore __noinstr_text_start | Eric Dumazet |
| 2026-01-31 | tracing: move tracing declarations from kernel.h to a dedicated header | Yury Norov |
| 2026-01-31 | tracing: remove size parameter in __trace_puts() | Steven Rostedt |
| 2026-01-31 | kernel.h: include linux/instruction_pointer.h explicitly | Yury Norov |
| 2026-01-31 | kernel.h: move VERIFY_OCTAL_PERMISSIONS() to sysfs.h | Yury Norov |
| 2026-01-31 | moduleparam: include required headers explicitly | Yury Norov |
| 2026-01-31 | kernel.h: drop STACK_MAGIC macro | Yury Norov |
| 2026-01-31 | compiler-clang.h: require LLVM 19.1.0 or higher for __typeof_unqual__ | Nathan Chancellor |
| 2026-01-31 | kho: simplify page initialization in kho_restore_page() | Pratyush Yadav |
| 2026-01-31 | kho: use unsigned long for nr_pages | Pratyush Yadav |
| 2026-01-31 | checkpatch: add an invalid patch separator test | Joe Perches |
| 2026-01-31 | Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable to pick up changes | Andrew Morton |
| 2026-01-31 | mm, swap: remove no longer needed _swap_info_get | Kairui Song |
| 2026-01-31 | mm, swap: drop the SWAP_HAS_CACHE flag | Kairui Song |
| 2026-01-31 | mm, swap: clean up and improve swap entries freeing | Kairui Song |
| 2026-01-31 | mm, swap: check swap table directly for checking cache | Kairui Song |
| 2026-01-31 | mm, swap: add folio to swap cache directly on allocation | Kairui Song |
| 2026-01-31 | mm, swap: cleanup swap entry management workflow | Kairui Song |
| 2026-01-31 | mm, swap: remove workaround for unsynchronized swap map cache state | Kairui Song |
| 2026-01-31 | mm, swap: use swap cache as the swap in synchronize layer | Kairui Song |
| 2026-01-31 | mm, swap: split locked entry duplicating into a standalone helper | Kairui Song |
| 2026-01-31 | mm, swap: consolidate cluster reclaim and usability check | Kairui Song |
| 2026-01-31 | mm, swap: swap entry of a bad slot should not be considered as swapped out | Kairui Song |
| 2026-01-31 | mm/shmem, swap: remove SWAP_MAP_SHMEM | Nhat Pham |
| 2026-01-31 | mm/shmem: never bypass the swap cache for SWP_SYNCHRONOUS_IO | Kairui Song |