aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2026-08-15null_blk: free zones array on device power-offZizhi Wo1-3/+13
2026-08-15null_blk: free global tag_set on init error pathZizhi Wo1-0/+2
2026-08-15null_blk: move unregister_blkdev() after destroying dev in null_exit()Zizhi Wo1-2/+2
2026-08-15null_blk: register configfs subsystem after creating default devicesZizhi Wo1-10/+6
2026-08-15null_blk: use DEFINE_MUTEX for the file-scope mutexZizhi Wo1-3/+1
2026-08-15io_uring: defer eventfd signaling when queued from a wakeup handlerJens Axboe8-21/+30
2026-08-16futex: Fix race on the initial mm->futex.phash.ref allocationHyunwoo Kim1-6/+10
2026-08-16futex: Clean up the redundant exit/exec functionsThomas Gleixner6-38/+29
2026-08-16futex/pi: Plug private futex exec() raceThomas Gleixner4-25/+60
2026-08-15selftests/bpf: Add ksock test for async callback guardMahe Tardy2-0/+107
2026-08-15selftests/bpf: Test forbidden bpf_ksock_send() LSM attachMahe Tardy2-0/+41
2026-08-15selftests/bpf: Add ksock kfunc testMahe Tardy3-0/+274
2026-08-15bpf: Add ksock kfuncsMahe Tardy4-0/+370
2026-08-15net: Add connect_socket() helperMahe Tardy2-14/+20
2026-08-15kernfs: avoid iattr allocation in listxattrYichong Chen1-2/+2
2026-08-15dt-bindings: interconnect: qcom-bwmon: Add Maili cpu-bwmon compatibleYijie Yang1-0/+1
2026-08-15dt-bindings: mailbox: Convert TI Message Manager to DT schemaEduard Bostina2-50/+67
2026-08-15mailbox: cix: fix DT property name string typo and use dev_err_probe()Surendra Singh Chouhan1-10/+6
2026-08-15mailbox: riscv-sbi-mpxy: validate RPMI notification lengthsPengpeng Hou1-2/+10
2026-08-15mailbox: bcm2835: use platform_get_irq and simplify probeRosen Penev1-17/+15
2026-08-15mailbox: qcom-ipcc: fix duplicate channel allocation across holesAnup Vishwakarma1-6/+11
2026-08-15mailbox: mchp-ipc-sbi: Add null check for devm_kasprintf()Griffin Kroah-Hartman1-0/+2
2026-08-15mailbox: Remove redundant dev_err()/dev_err_probe()Pan Chuang17-61/+20
2026-08-15dt-bindings: mailbox: qcom: Add IPQ5210 APCS compatibleVaradarajan Narayanan1-0/+1
2026-08-15dt-bindings: mailbox: qcom-ipcc: Document Nord IPCCDeepti Jaggi1-0/+1
2026-08-15mailbox: exynos: Add support for Exynos850 mailboxAlexey Klimov1-6/+66
2026-08-15dt-bindings: mailbox: google,gs101-mbox: Add samsung,exynos850-mboxAlexey Klimov1-1/+3
2026-08-15mailbox: pcc: Fix command timeout due to missed interruptHuisong Li1-14/+27
2026-08-15mailbox: pcc: Check shared memory signature on requestSudeep Holla1-5/+31
2026-08-15mailbox: pcc: Notify clients on polled completionSudeep Holla1-1/+9
2026-08-15mailbox: rockchip: drop unneeded runtime pointer (pclk)Linmao Li1-4/+4
2026-08-15mailbox: rockchip: disable pclk on probe failure and unbindLinmao Li1-13/+4
2026-08-15mailbox: qcom-cpucp: handle NULL data in send_data callbackJia Yang1-0/+8
2026-08-15mailbox: qcom-cpucp: fix PREEMPT_RT self-deadlock in IRQ handlerJia Yang1-3/+14
2026-08-15mailbox: arm_mhuv2: Use generic firmware property APIsKunihiko Hayashi1-3/+2
2026-08-15mailbox: arm_mhuv2: Convert channel translation to fw_xlate()Kunihiko Hayashi1-5/+5
2026-08-15modpost: use mod_warn() and mod_error(), clean up loggingJani Nikula1-55/+49
2026-08-15Merge branch 'redesign-verification-errors'Eduard Zingerman13-151/+3508
2026-08-15bpf: Report Policy helper and kfunc errorsKumar Kartikeya Dwivedi3-1/+48
2026-08-15bpf: Report Program Structure CFG errorsKumar Kartikeya Dwivedi4-0/+73
2026-08-15bpf: Report Execution Context Safety errorsKumar Kartikeya Dwivedi3-1/+217
2026-08-15bpf: Report Call Type Safety argument errorsKumar Kartikeya Dwivedi4-56/+388
2026-08-15bpf: Report Resource Lifetime reference leaksKumar Kartikeya Dwivedi3-8/+195
2026-08-15bpf: Report Memory Safety bounds errorsKumar Kartikeya Dwivedi3-4/+158
2026-08-15bpf: Report Register Type Safety errorsKumar Kartikeya Dwivedi4-15/+986
2026-08-15bpf: Track verifier context diagnostic eventsKumar Kartikeya Dwivedi3-5/+74
2026-08-15bpf: Track verifier reference diagnostic eventsKumar Kartikeya Dwivedi3-7/+55
2026-08-15bpf: Track verifier register diagnostic eventsKumar Kartikeya Dwivedi5-23/+515
2026-08-15bpf: Prune verifier diagnostics when switching pathsKumar Kartikeya Dwivedi1-2/+9
2026-08-15bpf: Add verifier diagnostic event logKumar Kartikeya Dwivedi3-0/+154