summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-04-15selftests/bpf: verify kallsyms entries for token-loaded subprogramsEduard Zingerman-23/+149
2026-04-15bpf: copy BPF token from main program to subprogramsEduard Zingerman-0/+1
2026-04-15Merge tag 'tracefs-v7.1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-93/+45
2026-04-15Merge tag 'trace-ringbuffer-v7.1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-136/+3654
2026-04-15Merge tag 'ftrace-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds-0/+22
2026-04-15MAINTAINERS: change git.samba.org to httpsStefan Metzmacher-2/+2
2026-04-15smb: client: fix integer underflow in receive_encrypted_read()Dudu Lu-0/+8
2026-04-15Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-3799/+5166
2026-04-15Merge tag 'ipe-pr-20260413' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+5
2026-04-15Merge tag 'for-linus-7.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-9/+54
2026-04-15Merge tag 'for-7.1/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-860/+1348
2026-04-16drm/nouveau: fix nvkm_device leak on aperture removal failureDavid Carlier-1/+1
2026-04-15Merge tag 'iommu-updates-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-795/+2156
2026-04-15Merge tag 'ata-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Linus Torvalds-477/+258
2026-04-15Merge tag 'pci-v7.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2010/+2957
2026-04-15Merge tag 'hwmon-for-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds-2478/+3856
2026-04-15Merge tag 'spi-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds-493/+741
2026-04-15Merge tag 'regulator-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds-347/+518
2026-04-15Merge tag 'regmap-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds-73/+118
2026-04-15Merge tag 'pmdomain-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds-104/+932
2026-04-15Merge tag 'mmc-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds-1415/+2564
2026-04-15Merge tag 'pwm/for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-6/+13
2026-04-15Merge tag 'chrome-platform-v7.1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-83/+107
2026-04-15Merge tag 'locking_futex_for_v7.1_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-44/+16
2026-04-16Merge tag 'amd-drm-next-7.1-2026-04-03' of https://gitlab.freedesktop.org/agd...Dave Airlie-703/+1057
2026-04-15io_uring/poll: fix signed comparison in io_poll_get_ownership()Longxuan Yu-1/+1
2026-04-15dt-bindings: qcom,pdc: document the Hawi Power Domain ControllerMukesh Ojha-0/+1
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-6978/+9534
2026-04-15zloop: remove irq-safe lockingChristoph Hellwig-22/+15
2026-04-15zloop: factor out zloop_mark_{full,empty} helpersChristoph Hellwig-22/+26
2026-04-15zloop: set RQF_QUIET when completing requests on deleted devicesChristoph Hellwig-1/+3
2026-04-15zloop: improve the unaligned write pointer warningChristoph Hellwig-3/+3
2026-04-15zloop: use vfs_truncateChristoph Hellwig-15/+2
2026-04-15zloop: fix write pointer calculation in zloop_forget_cacheChristoph Hellwig-2/+11
2026-04-15tools/power/x86: Add SOC slider and platform profile supportKaushlendra Kumar-2/+130
2026-04-15Merge branch 'fix-garbage-data-in-task-local-data'Alexei Starovoitov-14/+100
2026-04-15selftests/bpf: Test small task local data allocationAmery Hung-4/+74
2026-04-15selftests/bpf: Fix tld_get_data() returning garbage dataAmery Hung-4/+11
2026-04-15selftests/bpf: Prevent allocating data larger than a pageAmery Hung-6/+15
2026-04-15Merge branch 'bpf-arm64-riscv-remove-redundant-icache-flush-after-pack-alloca...Alexei Starovoitov-25/+0
2026-04-15bpf, riscv: Remove redundant bpf_flush_icache() after pack allocator finalizePuranjay Mohan-13/+0
2026-04-15bpf, arm64: Remove redundant bpf_flush_icache() after pack allocator finalizePuranjay Mohan-12/+0
2026-04-15bpf: Fix use-after-free in arena_vm_close on forkAlexei Starovoitov-3/+16
2026-04-15bpf, arm64: Fix off-by-one in check_imm signed range checkDaniel Borkmann-2/+2
2026-04-15bpf, arm64: Reject out-of-range B.cond targetsDaniel Borkmann-0/+2
2026-04-15Merge tag 'sched_ext-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1254/+5245
2026-04-15Merge tag 'wq-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-51/+629
2026-04-15Merge tag 'cgroup-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-92/+95
2026-04-15Merge tag 'slab-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds-130/+322
2026-04-15f2fs: do not support mmap write for large folioJaegeuk Kim-1/+10