summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-25overflow: Make sure size helpers are always inlinedKees Cook1-4/+4
2026-02-25kunit: irq: Ensure timer doesn't fire too frequentlyEric Biggers1-16/+28
2026-02-25zloop: check for spurious options passed to removeChristoph Hellwig1-1/+6
2026-02-25zloop: advertise a volatile write cacheChristoph Hellwig1-6/+18
2026-02-24media: dvb-core: fix wrong reinitialization of ringbuffer on reopenJens Axboe1-1/+3
2026-02-24scsi: ufs: core: Fix shift out of bounds when MAXQ=32wangshuaiwei1-1/+1
2026-02-24MAINTAINERS: update Yosry Ahmed's email addressYosry Ahmed2-2/+3
2026-02-24mailmap: add entry for Daniele AlessandrelliDaniele Alessandrelli1-0/+1
2026-02-24mm: fix NULL NODE_DATA dereference for memoryless nodes on bootMing Lei1-1/+5
2026-02-24mm/tracing: rss_stat: ensure curr is false from kthread contextKalesh Singh1-1/+7
2026-02-24mm/kfence: fix KASAN hardware tag faults during late enablementAlexander Potapenko2-7/+10
2026-02-24mm/damon/core: disallow non-power of two min_region_szSeongJae Park1-0/+3
2026-02-24Squashfs: check metadata block offset is within rangePhillip Lougher1-0/+3
2026-02-24MAINTAINERS, mailmap: update e-mail address for Vlastimil BabkaVlastimil Babka (SUSE)2-9/+10
2026-02-24liveupdate: luo_file: remember retrieve() statusPratyush Yadav (Google)3-20/+37
2026-02-24mm: thp: deny THP for files on anonymous inodesDeepanshu Kartikey1-0/+3
2026-02-24mm: change vma_alloc_folio_noprof() macro to inline functionArnd Bergmann1-2/+5
2026-02-24mm/kfence: disable KFENCE upon KASAN HW tags enablementAlexander Potapenko1-0/+15
2026-02-24io_uring/cmd_net: use READ_ONCE() for ->addr3 readJens Axboe1-1/+1
2026-02-24staging: rtl8723bs: fix potential out-of-bounds read in rtw_restruct_wmm_ieLuka Gejak1-1/+4
2026-02-24tools/sched_ext: Add Kconfig to sync with upstreamCheng-Yang Chou1-0/+61
2026-02-24tools/sched_ext: Sync README.md Kconfig with upstream scxCheng-Yang Chou1-6/+0
2026-02-24irqchip/ls-extirq: Fix devm_of_iomap() error checkIoana Ciornei1-2/+4
2026-02-24Revert "irqchip/ls-extirq: Use for_each_of_imap_item iterator"Ioana Ciornei1-17/+30
2026-02-24regulator: Kconfig: fix a typoFelix Gu1-1/+1
2026-02-24regulator: bq257xx: Fix device node reference leak in bq257xx_reg_dt_parse_gp...Felix Gu1-2/+1
2026-02-24regulator: fp9931: Fix PM runtime reference leak in fp9931_hwmon_read()Felix Gu1-4/+3
2026-02-24drm/gpusvm: Fix drm_gpusvm_pages_valid_unlocked() kernel-docMatthew Brost1-5/+5
2026-02-24scsi: ufs: core: Move link recovery for hibern8 exit failure to wl_resumePeter Wang1-9/+9
2026-02-24scsi: ufs: core: Fix possible NULL pointer dereference in ufshcd_add_command_...Peter Wang1-2/+2
2026-02-24MAINTAINERS: Update Shawn Guo's address for HiSilicon PCIe controller driverShawn Guo1-1/+1
2026-02-24Merge branch 'selftests-bpf-fixes-for-userspace-asan'Alexei Starovoitov47-163/+290
2026-02-24selftests/bpf: Don't override SIGSEGV handler with ASANIhor Solodrai1-10/+26
2026-02-24selftests/bpf: Check BPFTOOL env var in detect_bpftool_path()Ihor Solodrai1-1/+12
2026-02-24selftests/bpf: Fix out-of-bounds array access bugs reported by ASANIhor Solodrai3-7/+4
2026-02-24selftests/bpf: Fix array bounds warning in jit_disasm_helpersIhor Solodrai1-9/+9
2026-02-24selftests/bpf: Free bpf_object in test_sysctlIhor Solodrai1-0/+3
2026-02-24selftests/bpf: Fix resource leaks caused by missing cleanupsIhor Solodrai7-25/+29
2026-02-24selftests/bpf: Fix double thread join in uprobe_multi_testIhor Solodrai1-1/+5
2026-02-24selftests/bpf: Fix use-after-free in xdp_metadata testIhor Solodrai1-2/+2
2026-02-24veristat: Fix a memory leak for preset ENUMERATORIhor Solodrai1-0/+2
2026-02-24selftests/bpf: Fix cleanup in check_fd_array_cnt__fd_array_too_big()Ihor Solodrai1-2/+2
2026-02-24selftests/bpf: Fix memory leaks in testsIhor Solodrai3-4/+22
2026-02-24selftests/bpf: Refactor bpf_get_ksyms() trace helperIhor Solodrai4-26/+34
2026-02-24selftests/bpf: Add DENYLIST.asanIhor Solodrai1-0/+3
2026-02-24resolve_btfids: Fix memory leaks reported by ASANIhor Solodrai1-27/+54
2026-02-24selftests/bpf: Pass through build flags to bpftool and resolve_btfidsIhor Solodrai2-6/+14
2026-02-24selftests/bpf: Use memcpy() for bounded non-NULL-terminated copiesIhor Solodrai2-3/+5
2026-02-24selftests/bpf: Use strscpy in bpftool_helpers.cIhor Solodrai1-5/+7
2026-02-24selftests/bpf: Replace strncpy() with strscpy()Ihor Solodrai9-14/+12