summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-08-03bpf, events: Use prog to emit ksymbol event for main programHou Tao1-15/+13
2024-08-03dma: fix call order in dmam_free_coherentLance Richardson1-1/+1
2024-08-03kdb: Use the passed prompt in kdb_position_cursor()Douglas Anderson1-1/+1
2024-08-03kdb: address -Wformat-security warningsArnd Bergmann1-2/+2
2024-08-03watchdog/perf: properly initialize the turbo mode timestamp and rearm counterThomas Gleixner1-3/+8
2024-08-03perf: Fix event leak upon exec and file releaseFrederic Weisbecker1-4/+34
2024-08-03perf: Fix event leak upon exitFrederic Weisbecker1-8/+5
2024-08-03irqdomain: Fixed unbalanced fwnode get and putHerve Codina1-5/+2
2024-08-03trace/pid_list: Change gfp flags in pid_list_fill_irq()levi.yun1-2/+2
2024-08-03task_work: Introduce task_work_cancel() againFrederic Weisbecker1-0/+24
2024-08-03task_work: s/task_work_cancel()/task_work_cancel_func()/Frederic Weisbecker2-6/+6
2024-08-03sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...Tejun Heo3-18/+14
2024-08-03kernel: rerun task_work while freezing in get_signal()Pavel Begunkov1-0/+8
2024-08-03tick/broadcast: Make takeover of broadcast hrtimer reliableYu Liao1-0/+23
2024-08-03bpf: Eliminate remaining "make W=1" warnings in kernel/bpf/btf.oAlan Maguire1-1/+1
2024-08-03bpf: annotate BTF show functions with __printfAlan Maguire1-4/+4
2024-08-03locking/rwsem: Add __always_inline annotation to __down_write_common() and in...John Stultz1-3/+3
2024-08-03perf: Fix default aux_watermark calculationAdrian Hunter1-1/+3
2024-08-03perf: Prevent passing zero nr_pages to rb_alloc_aux()Adrian Hunter1-0/+2
2024-08-03perf: Fix perf_aux_size() for greater-than 32-bit sizeAdrian Hunter1-1/+1
2024-08-03jump_label: Fix concurrency issues in static_key_slow_dec()Thomas Gleixner1-16/+29
2024-08-03cgroup/cpuset: Prevent UAF in proc_cpuset_show()Chen Ridong1-4/+9
2024-08-03kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()Kees Cook3-4/+4
2024-08-03rcu/tasks: Fix stale task snaphot for Tasks TraceFrederic Weisbecker2-7/+17
2024-07-18sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpathJohn Stultz4-10/+30
2024-07-18Revert "sched/fair: Make sure to try to detach at least one movable task"Josh Don1-9/+3
2024-07-18bpf: Fail bpf_timer_cancel when callback is being cancelledKumar Kartikeya Dwivedi1-3/+35
2024-07-18bpf: replace bpf_timer_init with a generic helperBenjamin Tissoires1-28/+63
2024-07-18bpf: make timer data struct more genericBenjamin Tissoires1-33/+38
2024-07-18bpf: fix order of args in call to bpf_map_kvcallocMohammad Shehar Yaar Tausif1-2/+2
2024-07-11dma-mapping: benchmark: avoid needless copy_to_user if benchmark failsFedor Pchelkin1-0/+3
2024-07-11ima: Avoid blocking in RCU read-side critical sectionGUO Zihua1-2/+3
2024-07-11mm: optimize the redundant loop of mm_update_owner_next()Jinliang Zheng1-0/+2
2024-07-11cpu: Fix broken cmdline "nosmp" and "maxcpus=0"Huacai Chen1-0/+3
2024-07-11vhost_task: Handle SIGKILL by flushing work and exitingMike Christie1-19/+34
2024-07-11locking/mutex: Introduce devm_mutex_init()George Stark1-0/+12
2024-07-09Revert "bpf: Take return from set_memory_ro() into account with bpf_prog_lock...Greg Kroah-Hartman2-9/+3
2024-07-05syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann1-1/+1
2024-07-05cpu/hotplug: Fix dynstate assignment in __cpuhp_setup_state_cpuslocked()Yuntao Wang1-4/+4
2024-07-05bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter modeMartin KaFai Lau1-0/+2
2024-07-05bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()Christophe Leroy2-3/+9
2024-07-05bpf: Fix overrunning reservations in ringbufDaniel Borkmann1-6/+25
2024-07-05bpf: Add missed var_off setting in coerce_subreg_to_size_sx()Yonghong Song1-0/+1
2024-07-05bpf: Add missed var_off setting in set_sext32_default_val()Yonghong Song1-0/+1
2024-06-27kprobe/ftrace: fix build error due to bad function definitionLinus Torvalds1-1/+1
2024-06-27tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_testJeff Johnson1-0/+1
2024-06-27kcov: don't lose track of remote references during softirqsAleksandr Nogikh1-0/+1
2024-06-27gcov: add support for GCC 14Peter Oberparleiter1-1/+3
2024-06-27tracing: Build event generation tests only as modulesMasami Hiramatsu (Google)1-2/+2
2024-06-27kprobe/ftrace: bail out if ftrace was killedStephen Brennan2-0/+7