summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2024-06-27rcutorture: Fix invalid context warning when enable srcu barrier testingZqiang
2024-06-27rcutorture: Make stall-tasks directly exit when rcutorture tests endZqiang
2024-06-27rcutorture: Fix rcu_torture_one_read() pipe_count overflow commentPaul E. McKenney
2024-06-27padata: Disable BH when taking works lock on MT pathHerbert Xu
2024-06-21zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with TIF_SIGPENDINGOleg Nesterov
2024-06-21Revert "fork: defer linking file vma until vma is fully initialized"Sam James
2024-06-21tick/nohz_full: Don't abuse smp_call_function_single() in tick_setup_device()Oleg Nesterov
2024-06-21swiotlb: extend buffer pre-padding to alloc_align_mask if necessaryPetr Tesarik
2024-06-21swiotlb: Reinstate page-alignment for mappings >= PAGE_SIZEWill Deacon
2024-06-21swiotlb: Enforce page alignment in swiotlb_alloc()Will Deacon
2024-06-21kheaders: explicitly define file modes for archived headersMatthias Maennich
2024-06-21perf/core: Fix missing wakeup when waiting for context referenceHaifeng Xu
2024-06-21bpf: fix multi-uprobe PID filtering logicAndrii Nakryiko
2024-06-21bpf: Fix a potential use-after-free in bpf_link_free()Cong Wang
2024-06-21bpf: Optimize the free of inner mapHou Tao
2024-06-21bpf: Store ref_ctr_offsets values in bpf_uprobe arrayJiri Olsa
2024-06-16genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after()dicken.ding
2024-06-16kdb: Use format-specifiers rather than memset() for padding in kdb_read()Daniel Thompson
2024-06-16kdb: Merge identical case statements in kdb_read()Daniel Thompson
2024-06-16kdb: Fix console handling when editing and tab-completing commandsDaniel Thompson
2024-06-16kdb: Use format-strings rather than '\0' injection in kdb_read()Daniel Thompson
2024-06-16kdb: Fix buffer overflow during tab-completeDaniel Thompson
2024-06-12genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offlineDongli Zhang
2024-06-12kheaders: use `command -v` to test for existence of `cpio`Miguel Ojeda
2024-06-12bpf: Allow delete from sockmap/sockhash only if update is allowedJakub Sitnicki
2024-06-12dma-mapping: benchmark: handle NUMA_NO_NODE correctlyFedor Pchelkin
2024-06-12dma-mapping: benchmark: fix node id validationFedor Pchelkin
2024-06-12dma-mapping: benchmark: fix up kthread-related error handlingFedor Pchelkin
2024-06-12kthread: add kthread_stop_putAndreas Gruenbacher
2024-06-12tracing/probes: fix error check in parse_btf_field()Carlos López
2024-06-12rv: Update rv_en(dis)able_monitor doc to match kernel-docYang Li
2024-06-12eventfs/tracing: Add callback for release of an eventfs_inodeSteven Rostedt (Google)
2024-06-12sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_...Cheng Yu
2024-06-12sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov
2024-06-12tracing/user_events: Fix non-spaced field matchingBeau Belgrave
2024-06-12tracing/user_events: Prepare find/delete for same name eventsBeau Belgrave
2024-06-12tracing/user_events: Allow events to persist for perfmon_capable usersBeau Belgrave