summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2024-07-05rcutorture: Fix rcu_torture_one_read() pipe_count overflow commentPaul E. McKenney
2024-07-05padata: Disable BH when taking works lock on MT pathHerbert Xu
2024-07-05zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with TIF_SIGPENDINGOleg Nesterov
2024-07-05tick/nohz_full: Don't abuse smp_call_function_single() in tick_setup_device()Oleg Nesterov
2024-06-21fsnotify: make allow_dups a property of the groupAmir Goldstein
2024-06-21fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein
2024-06-21NFSD: Remove svc_serv_ops::svo_moduleChuck Lever
2024-06-21exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman
2024-06-21exit: Implement kthread_exitEric W. Biederman
2024-06-21fsnotify: clarify contract for create event hooksAmir Goldstein
2024-06-21sysctl: introduce new proc handler proc_doboolJia He
2024-06-21kernel/pid.c: implement additional checks upon pidfd_create() parametersMatthew Bobrowski