aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
26 hoursMerge tag 'perf-urgent-2026-07-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-8/+9
26 hoursMerge tag 'locking-urgent-2026-07-05' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+0
4 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds6-23/+104
4 daysfutex/requeue: Revert "Prevent NULL pointer dereference in remove_waiter() on...Sebastian Andrzej Siewior1-6/+0
4 daysperf/core: Detach event groups during remove_on_execTaeyang Lee1-8/+9
5 daysbpf: Prefer dirty packs for eBPF allocationsPawan Gupta1-3/+3
5 daysbpf: Prefer packs that won't trigger an IBPB flush on allocationPawan Gupta1-3/+24
5 daysbpf: Skip redundant IBPB in pack allocatorPawan Gupta1-1/+14
5 daysbpf: Restrict JIT predictor flush to cBPFPawan Gupta2-6/+9
5 daysbpf: Support for hardening against JIT sprayingPawan Gupta1-0/+19
6 daysMerge tag 'probes-fixes-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-8/+21
6 daystracing/probes: Make the $ prefix mandatory for comm accessMasami Hiramatsu (Google)1-5/+7
6 daystracing/fprobe: Fix NULL pointer dereference in fprobe_fgraph_entry()Sechang Lim1-0/+10
6 daystracing/probes: Fix double addition of offset for @+FOFFSETMasami Hiramatsu (Google)1-0/+1
6 daystracing: eprobe: read the complete FILTER_PTR_STRING pointerMartin Kaiser1-1/+1
6 daystracing/probes: Remove WARN_ON_ONCE from parse_btf_argMasami Hiramatsu (Google)1-1/+1
6 daysbpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitializedMatt Bobrowski1-0/+9
7 daysbpf,fork: wipe ->bpf_storage before bailouts that access itJann Horn1-4/+5
10 daysMerge tag 'pm-7.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-0/+1
11 daysbpf: Fix insn_aux_data leak on verifier err_free_env pathKaFai Wan1-1/+1
11 daysbpf: Mask pseudo pointer values in verifier logsNuoqi Gui1-1/+4
11 daysbpf: Reject offset refcount acquire argumentsYiyang Chen1-10/+22
11 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds8-198/+339
11 daysMerge tag 'block-7.2-20260625' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+9
12 daystracing: probes: fix typo in a log messageMartin Kaiser1-1/+1
12 daysMerge tag 'pci-v7.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
13 daysMerge tag 'timers-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-6/+7
13 daysMerge tag 'smp-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-12/+8
13 daysMerge tag 'perf-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+1
13 daysMerge tag 'locking-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+24
13 daysMerge tag 'core-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+13
13 daysMerge tag 'irq-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
13 daysMerge tag 'sched_ext-for-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-155/+201
13 daysresource: Make resource_alignment() input const resourceIlpo Järvinen1-1/+1
14 daysbpf: Disable xfrm_decode_session hook attachmentBradley Morgan1-0/+3
14 daysbpf: Reset register bounds before narrowing retval range in check_mem_access()Tristan Madani1-0/+1
14 dayssched_ext: Move shared helpers from ext.c into internal.h and cid.hTejun Heo3-141/+142
14 dayssched_ext: Make kernel/sched/ext/ sources self-contained for clangdTejun Heo9-0/+45
14 daysbpf: Preserve pointer spill metadata during half-slot cleanupNuoqi Gui1-6/+7
14 daysgenirq/msi: Correct CONFIG_PCI_MSI_ARCH_FALLBACKS macro name in commentEthan Nelson-Moore1-1/+1
2026-06-22sched_ext: Move sources under kernel/sched/ext/Tejun Heo12-14/+14
2026-06-22Merge tag 's390-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-2/+2
2026-06-22time: Fix off-by-one in compat settimeofday() usec validationWang Yan1-1/+1
2026-06-21bpf: Fix effective prog array index with BPF_F_PREORDERAmery Hung1-46/+62
2026-06-21bpf: Fix BPF_PROG_ASSOC_STRUCT_OPS last field checkThiébaud Weksteen1-1/+1
2026-06-21bpf: Add missing access_ok call to copy_user_symsJiri Olsa1-5/+6
2026-06-21bpf: Allow type tag BTF records to succeed other modifier recordsEmil Tsalapatis1-86/+123
2026-06-21bpf: Emit verbose message when prog-specific btf_struct_access rejects a writeAlexei Starovoitov1-0/+4
2026-06-21bpf: Fix build_id caching in stack_map_get_build_id_offset()Ihor Solodrai1-53/+130
2026-06-21bpf: Fix stack slot index in nospec checksNuoqi Gui1-1/+2