aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-07-02bpf: avoid jump misprediction for PTR_TO_MEM | PTR_UNTRUSTEDEduard Zingerman1-1/+1
2025-07-02smp: Defer check for local execution in smp_call_function_many_cond()Yury Norov [NVIDIA]1-7/+3
2025-07-02bpf: Mark cgroup_subsys_state->cgroup RCU safeSong Liu1-0/+5
2025-07-02bpf: Introduce bpf_cgroup_read_xattr to read xattr of cgroup's nodeSong Liu1-0/+3
2025-07-02tracing: tprobe-events: Register tracepoint when enable tprobe eventMasami Hiramatsu (Google)1-164/+216
2025-07-02tracing: fprobe-events: Register fprobe-events only when it is enabledMasami Hiramatsu (Google)2-121/+121
2025-07-02tracing: tprobe-events: Support multiple tprobes on the same tracepointMasami Hiramatsu (Google)1-50/+201
2025-07-02tracing: tprobe-events: Remove mod field from tprobe-eventMasami Hiramatsu (Google)1-14/+9
2025-07-02tracing: probe-events: Cleanup entry-arg storing codeMasami Hiramatsu (Google)1-59/+69
2025-07-01bpf: Reject %p% format string in bprintf-like helpersPaul Chaignon1-3/+8
2025-07-01bpf: Warn on internal verifier errorsPaul Chaignon1-109/+102
2025-07-01lib/group_cpus: Let group_cpu_evenly() return the number of initialized masksDaniel Wagner1-6/+5
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman1-1/+1
2025-07-01sched/core: Fix migrate_swap() vs. hotplugPeter Zijlstra2-10/+15
2025-07-01sched: Fix preemption string of preempt_dynamic_noneThomas Weißschuh1-1/+1
2025-06-30Merge tag 'entry-split-for-arm' into core/entryThomas Gleixner4-117/+119
2025-06-30entry: Split generic entry into generic exception and syscall entryJinjie Ruan4-117/+119
2025-06-30perf/core: Fix the WARN_ON_ONCE is out of lock protected regionLuo Gengkun1-2/+2
2025-06-29Merge tag 'perf_urgent_for_v6.16_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+5
2025-06-28Merge tag 'trace-v6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-7/+7
2025-06-27Merge tag 'mm-hotfixes-stable-2025-06-27-16-56' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+1
2025-06-27tracing: Fix filter logic errorEdward Adam Davis1-7/+7
2025-06-27bpf: guard BTF_ID_FLAGS(bpf_cgroup_read_xattr) with CONFIG_BPF_LSMEduard Zingerman1-1/+1
2025-06-27timekeeping: Provide interface to control auxiliary clocksThomas Gleixner1-0/+116
2025-06-27timekeeping: Provide update for auxiliary timekeepersThomas Gleixner1-0/+19
2025-06-27timekeeping: Provide adjtimex() for auxiliary clocksThomas Gleixner1-0/+16
2025-06-27timekeeping: Prepare do_adtimex() for auxiliary clocksThomas Gleixner1-3/+33
2025-06-27timekeeping: Make do_adjtimex() reusableThomas Gleixner1-45/+55
2025-06-27timekeeping: Add auxiliary clock support to __timekeeping_inject_offset()Thomas Gleixner1-8/+31
2025-06-27timekeeping: Make timekeeping_inject_offset() reusableThomas Gleixner1-11/+15
2025-06-27timekeeping: Provide time setter for auxiliary clocksThomas Gleixner1-0/+44
2025-06-27timekeeping: Add minimal posix-timers support for auxiliary clocksThomas Gleixner3-0/+25
2025-06-27timekeeping: Provide time getters for auxiliary clocksThomas Gleixner1-0/+65
2025-06-27timekeeping: Update auxiliary timekeepers on clocksource changeThomas Gleixner1-0/+33
2025-06-27bpf: Fix string kfuncs names in doc commentsViktor Malik1-3/+3
2025-06-26Merge branch 'vfs-6.17.bpf' of https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsAlexei Starovoitov2-0/+8
2025-06-26smp: Use cpumask_any_but() in smp_call_function_many_cond()Yury Norov [NVIDIA]1-6/+1
2025-06-26smp: Improve locality in smp_call_function_any()Yury Norov [NVIDIA]1-16/+3
2025-06-26PM: Restrict swap use to later in the suspend sequenceMario Limonciello4-10/+2
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov31-185/+471
2025-06-26bpf: Add kfuncs for read-only string operationsViktor Malik1-0/+382
2025-06-26perf/aux: Fix pending disable flow when the AUX ring buffer overrunsLeo Yan2-5/+5
2025-06-25Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds4-7/+10
2025-06-25Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-29/+34
2025-06-25sched_ext: Drop kfuncs marked for removal in 6.15Jake Hillion1-69/+2
2025-06-25crashdump: add CONFIG_KEYS dependencyArnd Bergmann1-0/+1
2025-06-25bpf: add btf_type_is_i{32,64} helpersAnton Protopopov4-38/+31
2025-06-25bpf: allow void* cast using bpf_rdonly_cast()Eduard Zingerman1-12/+61
2025-06-25bpf: add bpf_features enumEduard Zingerman1-0/+6
2025-06-25bpf: Add range tracking for BPF_NEGSong Liu2-1/+21