summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-08-03bpf, events: Use prog to emit ksymbol event for main programHou Tao
2024-08-03dma: fix call order in dmam_free_coherentLance Richardson
2024-08-03kdb: Use the passed prompt in kdb_position_cursor()Douglas Anderson
2024-08-03kdb: address -Wformat-security warningsArnd Bergmann
2024-08-03watchdog/perf: properly initialize the turbo mode timestamp and rearm counterThomas Gleixner
2024-08-03perf: Fix event leak upon exec and file releaseFrederic Weisbecker
2024-08-03perf: Fix event leak upon exitFrederic Weisbecker
2024-08-03irqdomain: Fixed unbalanced fwnode get and putHerve Codina
2024-08-03trace/pid_list: Change gfp flags in pid_list_fill_irq()levi.yun
2024-08-03task_work: Introduce task_work_cancel() againFrederic Weisbecker
2024-08-03task_work: s/task_work_cancel()/task_work_cancel_func()/Frederic Weisbecker
2024-08-03sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...Tejun Heo
2024-08-03kernel: rerun task_work while freezing in get_signal()Pavel Begunkov
2024-08-03tick/broadcast: Make takeover of broadcast hrtimer reliableYu Liao
2024-08-03bpf: Eliminate remaining "make W=1" warnings in kernel/bpf/btf.oAlan Maguire
2024-08-03bpf: annotate BTF show functions with __printfAlan Maguire
2024-08-03locking/rwsem: Add __always_inline annotation to __down_write_common() and in...John Stultz
2024-08-03perf: Fix default aux_watermark calculationAdrian Hunter
2024-08-03perf: Prevent passing zero nr_pages to rb_alloc_aux()Adrian Hunter
2024-08-03perf: Fix perf_aux_size() for greater-than 32-bit sizeAdrian Hunter
2024-08-03jump_label: Fix concurrency issues in static_key_slow_dec()Thomas Gleixner
2024-08-03cgroup/cpuset: Prevent UAF in proc_cpuset_show()Chen Ridong
2024-08-03kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()Kees Cook
2024-08-03rcu/tasks: Fix stale task snaphot for Tasks TraceFrederic Weisbecker
2024-07-18sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpathJohn Stultz
2024-07-18Revert "sched/fair: Make sure to try to detach at least one movable task"Josh Don
2024-07-18bpf: Fail bpf_timer_cancel when callback is being cancelledKumar Kartikeya Dwivedi
2024-07-18bpf: replace bpf_timer_init with a generic helperBenjamin Tissoires
2024-07-18bpf: make timer data struct more genericBenjamin Tissoires
2024-07-18bpf: fix order of args in call to bpf_map_kvcallocMohammad Shehar Yaar Tausif
2024-07-11dma-mapping: benchmark: avoid needless copy_to_user if benchmark failsFedor Pchelkin
2024-07-11ima: Avoid blocking in RCU read-side critical sectionGUO Zihua
2024-07-11mm: optimize the redundant loop of mm_update_owner_next()Jinliang Zheng
2024-07-11cpu: Fix broken cmdline "nosmp" and "maxcpus=0"Huacai Chen
2024-07-11vhost_task: Handle SIGKILL by flushing work and exitingMike Christie
2024-07-11locking/mutex: Introduce devm_mutex_init()George Stark
2024-07-09Revert "bpf: Take return from set_memory_ro() into account with bpf_prog_lock...Greg Kroah-Hartman
2024-07-05syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann
2024-07-05cpu/hotplug: Fix dynstate assignment in __cpuhp_setup_state_cpuslocked()Yuntao Wang
2024-07-05bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter modeMartin KaFai Lau
2024-07-05bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()Christophe Leroy
2024-07-05bpf: Fix overrunning reservations in ringbufDaniel Borkmann
2024-07-05bpf: Add missed var_off setting in coerce_subreg_to_size_sx()Yonghong Song
2024-07-05bpf: Add missed var_off setting in set_sext32_default_val()Yonghong Song
2024-06-27kprobe/ftrace: fix build error due to bad function definitionLinus Torvalds
2024-06-27tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_testJeff Johnson
2024-06-27kcov: don't lose track of remote references during softirqsAleksandr Nogikh
2024-06-27gcov: add support for GCC 14Peter Oberparleiter
2024-06-27tracing: Build event generation tests only as modulesMasami Hiramatsu (Google)
2024-06-27kprobe/ftrace: bail out if ftrace was killedStephen Brennan