summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-08-19sched/smt: Fix unbalance sched_smt_present dec/incYang Yingliang
2024-08-19sched/smt: Introduce sched_smt_present_inc/dec() helperYang Yingliang
2024-08-19padata: Fix possible divide-by-0 panic in padata_mt_helper()Waiman Long
2024-08-19tracing: Fix overflow in get_free_elt()Tze-nan Wu
2024-08-19genirq/irqdesc: Honor caller provided affinity in alloc_desc()Shay Drory
2024-08-19kcov: properly check for softirq contextAndrey Konovalov
2024-08-19timekeeping: Fix bogus clock_was_set() invocation in do_adjtimex()Thomas Gleixner
2024-08-19ntp: Safeguard against time_constant overflowJustin Stitt
2024-08-19clocksource: Fix brown-bag boolean thinko in cs_watchdog_read()Paul E. McKenney
2024-08-19clocksource: Scale the watchdog read retries automaticallyFeng Tang
2024-08-19clocksource: Reduce the default clocksource_watchdog() retries to 2Waiman Long
2024-08-19ntp: Clamp maxerror and esterror to operating rangeJustin Stitt
2024-08-19tick/broadcast: Move per CPU pointer access into the atomic sectionThomas Gleixner
2024-08-19kprobes: Fix to check symbol prefixes correctlyMasami Hiramatsu (Google)
2024-08-19sched/cputime: Fix mul_u64_u64_div_u64() precision for cputimeZheng Zucheng
2024-08-19profiling: remove profile=sleep supportTetsuo Handa
2024-08-19rcutorture: Fix rcu_torture_fwd_cb_cr() data racePaul E. McKenney
2024-08-19genirq: Allow irq_chip registration functions to take a const irq_chipMarc Zyngier
2024-08-19genirq: Allow the PM device to originate from irq domainMarc Zyngier
2024-08-19irqdomain: Fixed unbalanced fwnode get and putHerve Codina
2024-08-19bpf, events: Use prog to emit ksymbol event for main programHou Tao
2024-08-19dma: fix call order in dmam_free_coherentLance Richardson
2024-08-19kdb: Use the passed prompt in kdb_position_cursor()Douglas Anderson
2024-08-19kdb: address -Wformat-security warningsArnd Bergmann
2024-08-19kernel: rerun task_work while freezing in get_signal()Pavel Begunkov
2024-08-19watchdog/perf: properly initialize the turbo mode timestamp and rearm counterThomas Gleixner
2024-08-19perf: Fix event leak upon exec and file releaseFrederic Weisbecker
2024-08-19perf: Fix event leak upon exitFrederic Weisbecker
2024-08-19task_work: Introduce task_work_cancel() againFrederic Weisbecker
2024-08-19task_work: s/task_work_cancel()/task_work_cancel_func()/Frederic Weisbecker
2024-08-19sched/fair: Use all little CPUs for CPU-bound workloadsPierre Gondois
2024-08-19sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...Tejun Heo
2024-08-19tick/broadcast: Make takeover of broadcast hrtimer reliableYu Liao
2024-08-19bpf: Eliminate remaining "make W=1" warnings in kernel/bpf/btf.oAlan Maguire
2024-08-19bpf: annotate BTF show functions with __printfAlan Maguire
2024-08-19locking/rwsem: Add __always_inline annotation to __down_write_common() and in...John Stultz
2024-08-19perf: Fix default aux_watermark calculationAdrian Hunter
2024-08-19perf: Prevent passing zero nr_pages to rb_alloc_aux()Adrian Hunter
2024-08-19perf: Fix perf_aux_size() for greater-than 32-bit sizeAdrian Hunter
2024-07-27bpf: Fix overrunning reservations in ringbufDaniel Borkmann
2024-07-18bpf: Allow reads from uninit stackEduard Zingerman
2024-07-18dma-mapping: benchmark: avoid needless copy_to_user if benchmark failsFedor Pchelkin
2024-07-18ima: Avoid blocking in RCU read-side critical sectionGUO Zihua
2024-07-18mm: optimize the redundant loop of mm_update_owner_next()Jinliang Zheng
2024-07-18locking/mutex: Introduce devm_mutex_init()George Stark
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: Take return from set_memory_ro() into account with bpf_prog_lock_ro()Christophe Leroy
2024-07-05perf/core: Fix missing wakeup when waiting for context referenceHaifeng Xu
2024-07-05kheaders: explicitly define file modes for archived headersMatthias Maennich