summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-12-05Revert "fs: don't block i_writecount during exec"Christian Brauner1-3/+23
2024-12-05trace/trace_event_perf: remove duplicate samples on the first tracepoint eventLevi Yun1-0/+6
2024-12-05bpf: Add kernel symbol for struct_ops trampolineXu Kuohai3-4/+87
2024-12-05bpf: Use function pointers count as struct_ops links countXu Kuohai1-10/+25
2024-12-05bpf: Force uprobe bpf program to always return 0Jiri Olsa1-3/+2
2024-12-05bpf: Allow return values 0 and 1 for kprobe sessionJiri Olsa1-0/+9
2024-12-05bpf: Mark raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi2-8/+76
2024-12-05bpf: Tighten tail call checks for lingering locks, RCU, preempt_disableKumar Kartikeya Dwivedi1-0/+15
2024-12-05sched_ext: scx_bpf_dispatch_from_dsq_set_*() are allowed from unlocked contextTejun Heo1-0/+2
2024-12-05cgroup/bpf: only cgroup v2 can be attached by bpf programsChen Ridong1-6/+11
2024-12-05Revert "cgroup: Fix memory leak caused by missing cgroup_bpf_offline"Chen Ridong1-3/+1
2024-12-05sched/ext: Remove sched_fork() hackThomas Gleixner1-6/+1
2024-12-05timers: Add missing READ_ONCE() in __run_timer_base()Thomas Gleixner1-1/+2
2024-12-05time: Fix references to _msecs_to_jiffies() handling of valuesMiguel Ojeda1-1/+1
2024-12-05time: Partially revert cleanup on msecs_to_jiffies() documentationMiguel Ojeda1-1/+1
2024-12-05rcuscale: Do a proper cleanup if kfree_scale_init() failsUladzislau Rezki (Sony)1-2/+4
2024-12-05rcu/nocb: Fix missed RCU barrier on deoffloadingZqiang1-1/+12
2024-12-05rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcuUladzislau Rezki (Sony)1-2/+12
2024-12-05rcu/srcutiny: don't return before reenabling preemptionMichal Schmidt1-1/+1
2024-12-05sched/cpufreq: Ensure sd is rebuilt for EAS checkChristian Loehle1-2/+1
2024-11-16Merge tag 'mm-hotfixes-stable-2024-11-16-15-33' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2024-11-16Merge tag 'trace-ringbuffer-v6.12-rc7-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-8/+29
2024-11-15Merge tag 'sched_ext-for-6.12-rc7-fixes-2' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-1/+1
2024-11-14crash, powerpc: default to CRASH_DUMP=n on PPC_BOOK3S_32Dave Vasilevsky1-1/+1
2024-11-14sched_ext: ops.cpu_acquire() should be called with SCX_KF_RESTTejun Heo1-1/+1
2024-11-14tracing/ring-buffer: Clear all memory mapped CPU ring buffers on first recordingSteven Rostedt1-2/+26
2024-11-14Revert: "ring-buffer: Do not have boot mapped buffers hook to CPU hotplug"Steven Rostedt1-6/+3
2024-11-11Merge tag 'sched_ext-for-6.12-rc7-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-21/+43
2024-11-10Merge tag 'mm-hotfixes-stable-2024-11-09-22-40' of git://git.kernel.org/pub/s...Linus Torvalds2-5/+7
2024-11-09sched_ext: Handle cases where pick_task_scx() is called without preceding bal...Tejun Heo3-20/+42
2024-11-07signal: restore the override_rlimit logicRoman Gushchin2-3/+6
2024-11-07ucounts: fix counter leak in inc_rlimit_get_ucounts()Andrei Vagin1-2/+1
2024-11-06Merge tag 'tracefs-v6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2024-11-05sched_ext: Add a missing newline at the end of an error messageTejun Heo1-1/+1
2024-11-03Merge tag 'timers-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2024-11-03Merge tag 'sched-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-22/+69
2024-11-03Merge tag 'perf-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2024-11-03Merge tag 'irq-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2024-11-01tracing: Document tracefs gid mount optionKalesh Singh1-0/+4
2024-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds4-27/+66
2024-10-30sched/ext: Fix scx vs sched_delayedPeter Zijlstra1-2/+12
2024-10-30bpf: Use __u64 to save the bits in bits iteratorHou Tao1-3/+30
2024-10-30bpf: Check the validity of nr_words in bpf_iter_bits_new()Hou Tao1-1/+9
2024-10-30bpf: Add bpf_mem_alloc_check_size() helperHou Tao1-1/+13
2024-10-30bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()Hou Tao1-6/+5
2024-10-29bpf: disallow 40-bytes extra stack for bpf_fastcall patternsEduard Zingerman1-12/+2
2024-10-29Merge tag 'cgroup-for-6.12-rc5-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-3/+20
2024-10-29Merge tag 'sched_ext-for-6.12-rc5-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-12/+17
2024-10-29bpf: Fix out-of-bounds write in trie_get_next_key()Byeonguk Jeong1-1/+1
2024-10-29bpf: Force checkpoint when jmp history is too longEduard Zingerman1-3/+6