summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-12-09posix-timers: Target group sigqueue to current task only if not exitingFrederic Weisbecker
2024-12-09ftrace: Fix regression with module command in stack_trace_filterguoweikang
2024-12-09tracing: Fix function timing profiler to initialize hashtableMasami Hiramatsu (Google)
2024-12-06sched: Initialize idle tasks only onceThomas Gleixner
2024-12-05Revert "fs: don't block i_writecount during exec"Christian Brauner
2024-12-05trace/trace_event_perf: remove duplicate samples on the first tracepoint eventLevi Yun
2024-12-05bpf: Add kernel symbol for struct_ops trampolineXu Kuohai
2024-12-05bpf: Use function pointers count as struct_ops links countXu Kuohai
2024-12-05bpf: Force uprobe bpf program to always return 0Jiri Olsa
2024-12-05bpf: Allow return values 0 and 1 for kprobe sessionJiri Olsa
2024-12-05bpf: Mark raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi
2024-12-05bpf: Tighten tail call checks for lingering locks, RCU, preempt_disableKumar Kartikeya Dwivedi
2024-12-05sched_ext: scx_bpf_dispatch_from_dsq_set_*() are allowed from unlocked contextTejun Heo
2024-12-05cgroup/bpf: only cgroup v2 can be attached by bpf programsChen Ridong
2024-12-05Revert "cgroup: Fix memory leak caused by missing cgroup_bpf_offline"Chen Ridong
2024-12-05sched/ext: Remove sched_fork() hackThomas Gleixner
2024-12-05timers: Add missing READ_ONCE() in __run_timer_base()Thomas Gleixner
2024-12-05time: Fix references to _msecs_to_jiffies() handling of valuesMiguel Ojeda
2024-12-05time: Partially revert cleanup on msecs_to_jiffies() documentationMiguel Ojeda
2024-12-05rcuscale: Do a proper cleanup if kfree_scale_init() failsUladzislau Rezki (Sony)
2024-12-05rcu/nocb: Fix missed RCU barrier on deoffloadingZqiang
2024-12-05rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcuUladzislau Rezki (Sony)
2024-12-05rcu/srcutiny: don't return before reenabling preemptionMichal Schmidt
2024-12-05sched/cpufreq: Ensure sd is rebuilt for EAS checkChristian Loehle
2024-11-16Merge tag 'mm-hotfixes-stable-2024-11-16-15-33' of git://git.kernel.org/pub/s...Linus Torvalds
2024-11-16Merge tag 'trace-ringbuffer-v6.12-rc7-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-11-15Merge tag 'sched_ext-for-6.12-rc7-fixes-2' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2024-11-14crash, powerpc: default to CRASH_DUMP=n on PPC_BOOK3S_32Dave Vasilevsky
2024-11-14sched_ext: ops.cpu_acquire() should be called with SCX_KF_RESTTejun Heo
2024-11-14tracing/ring-buffer: Clear all memory mapped CPU ring buffers on first recordingSteven Rostedt
2024-11-14Revert: "ring-buffer: Do not have boot mapped buffers hook to CPU hotplug"Steven Rostedt
2024-11-11Merge tag 'sched_ext-for-6.12-rc7-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-11-10Merge tag 'mm-hotfixes-stable-2024-11-09-22-40' of git://git.kernel.org/pub/s...Linus Torvalds
2024-11-09sched_ext: Handle cases where pick_task_scx() is called without preceding bal...Tejun Heo
2024-11-07signal: restore the override_rlimit logicRoman Gushchin
2024-11-07ucounts: fix counter leak in inc_rlimit_get_ucounts()Andrei Vagin
2024-11-06Merge tag 'tracefs-v6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-05sched_ext: Add a missing newline at the end of an error messageTejun Heo
2024-11-03Merge tag 'timers-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-11-03Merge tag 'sched-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-11-03Merge tag 'perf-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-03Merge tag 'irq-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-11-01tracing: Document tracefs gid mount optionKalesh Singh
2024-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-10-30sched/ext: Fix scx vs sched_delayedPeter Zijlstra
2024-10-30bpf: Use __u64 to save the bits in bits iteratorHou Tao
2024-10-30bpf: Check the validity of nr_words in bpf_iter_bits_new()Hou Tao
2024-10-30bpf: Add bpf_mem_alloc_check_size() helperHou Tao
2024-10-30bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()Hou Tao
2024-10-29bpf: disallow 40-bytes extra stack for bpf_fastcall patternsEduard Zingerman