summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-08-15perf dso: Use stored fd error instead of stale errno in file_read() and file_...Arnaldo Carvalho de Melo1-2/+2
2026-08-15perf dso: Guard close() against invalid fd in dso__decompress_kmodule_path()Arnaldo Carvalho de Melo1-1/+3
2026-08-15perf dso: Guard against errno==0 when dso__get_filename() returns NULLArnaldo Carvalho de Melo1-3/+15
2026-08-15sched_ext: Rename balance-era identifiers to dispatch termsTejun Heo7-32/+37
2026-08-15sched_ext: Drop the stale keep_prev fixup in dispatch_pick()Tejun Heo1-12/+0
2026-08-15sched_ext: Keep kick_sync waiting on the rq's own CPUTejun Heo1-2/+17
2026-08-14sched_ext: Make SCHED_CLASS_EXT select GENERIC_ALLOCATORTejun Heo1-0/+1
2026-08-14sched_ext/scx_flatcg: Fix cvtime true-up on slice expiryTao Cui1-3/+11
2026-08-14sched_ext: Don't BUG_ON a destroyed DSQ in process_deferred_reenq_usersTao Cui1-2/+7
2026-08-14sched_ext: Fix scx_bpf_dsq_move_to_local___v2 compat detectionfangqiurong1-3/+3
2026-08-14sched_ext: Make scx_bpf_events() read the calling scheduler's countersTejun Heo1-7/+11
2026-08-14sched_ext: Drop unlocked scx_rq_clock_invalidate() from scx_root_disable()Tejun Heo1-8/+3
2026-08-15fbdev: atyfb: Convert to managed PCI and ioremap APIShixiong Ou1-29/+18
2026-08-15fbdev: matrox: Convert to managed PCI and ioremap APIShixiong Ou1-20/+10
2026-08-15fbdev: savage: Convert to managed PCI and ioremap APIShixiong Ou1-10/+6
2026-08-15fbdev: nvidia: Convert to managed PCI and ioremap APIShixiong Ou1-13/+6
2026-08-15fbdev: aty128fb: Convert to managed PCI and ioremap APIShixiong Ou1-28/+12
2026-08-15samples/landlock: Add LANDLOCK_RESTRICT_SELF_NO_NEW_PRIVS to samplerJustin Suess1-4/+12
2026-08-15landlock: Document LANDLOCK_RESTRICT_SELF_NO_NEW_PRIVSJustin Suess1-5/+40
2026-08-15selftests/landlock: Test LANDLOCK_RESTRICT_SELF_NO_NEW_PRIVSJustin Suess2-14/+168
2026-08-15landlock: Add LANDLOCK_RESTRICT_SELF_NO_NEW_PRIVSJustin Suess6-13/+53
2026-08-15landlock: Check landlock_restrict_self(2)'s flags before privilegesJustin Suess2-5/+9
2026-08-15landlock: Link the erratum documentation for whiteout objectsGünther Noack1-1/+4
2026-08-15selftests/landlock: Test whiteout object behaviour in OverlayFS renamesGünther Noack1-2/+54
2026-08-15selftests/landlock: Add audit test for whiteout object creationGünther Noack1-0/+19
2026-08-15selftests/landlock: Add tests for whiteout object creationGünther Noack1-0/+176
2026-08-15landlock: Require LANDLOCK_ACCESS_FS_MAKE_REG for whiteout creationGünther Noack3-9/+56
2026-08-15selftests/landlock: Use an actual chardev for MAKE_CHAR audit testGünther Noack1-1/+1
2026-08-14Merge branch 'bpf-x86-fix-per-cpu-address-resolution-into-an-extended-register'Eduard Zingerman3-1/+75
2026-08-14selftests/bpf: Check per-CPU address resolution per registerVineet Gupta2-0/+74
2026-08-14bpf, x86: Fix per-CPU address resolution into an extended registerVineet Gupta1-1/+1
2026-08-15openrisc: drop unneeded semicolonJulia Lawall1-2/+2
2026-08-15openrisc: signal: do not restore privileged SR bits on sigreturnAli Ahmet Memis2-2/+5
2026-08-14Merge tag 'input-for-v7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-10/+13
2026-08-14Merge branch 'next' into for-linusDmitry Torokhov15644-252930/+833398
2026-08-15crypto: lskcipher - propagate errors from unaligned cryptKarl Mehltretter1-1/+0
2026-08-15crypto: keembay - use crypto_memneq() to compare CCM AEAD tagsDavid C.C.M. Gall1-1/+2
2026-08-15crypto: keembay - use crypto_memneq() to compare GCM AEAD tagsDavid C.C.M. Gall1-1/+2
2026-08-15crypto: sa2ul - use crypto_memneq() to compare AEAD tagDavid C.C.M. Gall1-1/+2
2026-08-15hwrng: drivers - use named initializers for acpi_device_idPawel Zalewski (The Capable Hub)2-2/+2
2026-08-15crypto: qce - fix CCM AAD buffer underallocationMd Sadre Alam1-1/+1
2026-08-15crypto: iaa - unmap dst before software fallback on decompressVinicius Costa Gomes1-17/+18
2026-08-15crypto: iaa - use bounce buffer for multi-sg decompress inputGiovanni Cabiddu1-22/+106
2026-08-15crypto: iaa - avoid counting fallback decompression bytesGiovanni Cabiddu1-7/+9
2026-08-15crypto: iaa - fall back to software for multi-entry scatterlistsGiovanni Cabiddu3-51/+71
2026-08-15hwrng: core - Stop/start hwrng_fillfn() kthread before/after suspend-resumeThomas Richard (TI)1-15/+86
2026-08-15crypto: hisilicon/sec2 - fix CCM algorithm long packet failureZhushuai Yin1-6/+6
2026-08-15crypto: eip93 - use struct_size() and flexible array for ring allocationRosen Penev2-16/+12
2026-08-15crypto: krb5 - use kfree_sensitive() for derived key buffersJan Sebastian Götte1-4/+4
2026-08-14Merge tag 'drm-fixes-2026-08-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds54-335/+789