summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-09-12rtmutex: Drop rt_mutex::wait_lock before schedulingRoland Xu
2024-09-12perf/aux: Fix AUX buffer serializationPeter Zijlstra
2024-09-12uprobes: Use kzalloc to allocate xol areaSven Schnelle
2024-09-12smp: Add missing destroy_work_on_stack() call in smp_call_on_cpu()Zqiang
2024-09-12cgroup: Protect css->cgroup write under css_set_lockWaiman Long
2024-09-12tracing: Avoid possible softlockup in tracing_iter_reset()Zheng Yejian
2024-09-12bpf, cgroup: Assign cgroup in cgroup_sk_alloc when called from interruptConnor O'Brien
2024-09-12rcu-tasks: Fix show_rcu_tasks_trace_gp_kthread buffer overflowNikita Kiryushin
2024-09-12bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed modeConnor O'Brien
2024-09-12dma-debug: avoid deadlock between dma debug vs printk and netconsoleRik van Riel
2024-09-04cgroup/cpuset: Prevent UAF in proc_cpuset_show()Chen Ridong
2024-09-04hrtimer: Prevent queuing of hrtimer without a function callbackPhil Chang
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-19ntp: Safeguard against time_constant overflowJustin Stitt
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-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-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-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-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-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-05syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann
2024-07-05perf/core: Fix missing wakeup when waiting for context referenceHaifeng Xu
2024-07-05kheaders: explicitly define file modes for archived headersMatthias Maennich
2024-07-05Revert "kheaders: substituting --sort in archive creation"Masahiro Yamada
2024-07-05tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_testJeff Johnson
2024-07-05kcov: don't lose track of remote references during softirqsAleksandr Nogikh
2024-07-05gcov: add support for GCC 14Peter Oberparleiter
2024-07-05tracing: Build event generation tests only as modulesMasami Hiramatsu (Google)
2024-07-05rcutorture: Fix invalid context warning when enable srcu barrier testingZqiang