summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-09-04cgroup/cpuset: Prevent UAF in proc_cpuset_show()Chen Ridong1-4/+9
2024-09-04hrtimer: Prevent queuing of hrtimer without a function callbackPhil Chang1-0/+2
2024-08-19padata: Fix possible divide-by-0 panic in padata_mt_helper()Waiman Long1-0/+7
2024-08-19tracing: Fix overflow in get_free_elt()Tze-nan Wu1-3/+3
2024-08-19genirq/irqdesc: Honor caller provided affinity in alloc_desc()Shay Drory1-0/+1
2024-08-19ntp: Safeguard against time_constant overflowJustin Stitt1-3/+2
2024-08-19ntp: Clamp maxerror and esterror to operating rangeJustin Stitt1-2/+2
2024-08-19tick/broadcast: Move per CPU pointer access into the atomic sectionThomas Gleixner1-1/+2
2024-08-19kprobes: Fix to check symbol prefixes correctlyMasami Hiramatsu (Google)1-2/+2
2024-08-19sched/cputime: Fix mul_u64_u64_div_u64() precision for cputimeZheng Zucheng1-0/+6
2024-08-19rcutorture: Fix rcu_torture_fwd_cb_cr() data racePaul E. McKenney1-1/+1
2024-08-19genirq: Allow irq_chip registration functions to take a const irq_chipMarc Zyngier1-6/+3
2024-08-19genirq: Allow the PM device to originate from irq domainMarc Zyngier1-5/+18
2024-08-19dma: fix call order in dmam_free_coherentLance Richardson1-1/+1
2024-08-19kdb: Use the passed prompt in kdb_position_cursor()Douglas Anderson1-1/+1
2024-08-19kdb: address -Wformat-security warningsArnd Bergmann1-2/+2
2024-08-19kernel: rerun task_work while freezing in get_signal()Pavel Begunkov1-0/+8
2024-08-19watchdog/perf: properly initialize the turbo mode timestamp and rearm counterThomas Gleixner1-3/+8
2024-08-19task_work: Introduce task_work_cancel() againFrederic Weisbecker1-0/+24
2024-08-19task_work: s/task_work_cancel()/task_work_cancel_func()/Frederic Weisbecker2-6/+6
2024-08-19sched/fair: Use all little CPUs for CPU-bound workloadsPierre Gondois1-1/+1
2024-08-19sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...Tejun Heo3-18/+14
2024-08-19tick/broadcast: Make takeover of broadcast hrtimer reliableYu Liao1-0/+23
2024-08-19bpf: Eliminate remaining "make W=1" warnings in kernel/bpf/btf.oAlan Maguire1-1/+1
2024-08-19bpf: annotate BTF show functions with __printfAlan Maguire1-4/+4
2024-08-19perf: Prevent passing zero nr_pages to rb_alloc_aux()Adrian Hunter1-0/+2
2024-08-19perf: Fix perf_aux_size() for greater-than 32-bit sizeAdrian Hunter1-1/+1
2024-07-27bpf: Fix overrunning reservations in ringbufDaniel Borkmann1-5/+25
2024-07-18bpf: Allow reads from uninit stackEduard Zingerman1-1/+10
2024-07-18ima: Avoid blocking in RCU read-side critical sectionGUO Zihua1-2/+3
2024-07-18mm: optimize the redundant loop of mm_update_owner_next()Jinliang Zheng1-0/+2
2024-07-05syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann1-1/+1
2024-07-05perf/core: Fix missing wakeup when waiting for context referenceHaifeng Xu1-0/+13
2024-07-05kheaders: explicitly define file modes for archived headersMatthias Maennich1-1/+1
2024-07-05Revert "kheaders: substituting --sort in archive creation"Masahiro Yamada1-6/+3
2024-07-05tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_testJeff Johnson1-0/+1
2024-07-05kcov: don't lose track of remote references during softirqsAleksandr Nogikh1-0/+1
2024-07-05gcov: add support for GCC 14Peter Oberparleiter1-1/+3
2024-07-05tracing: Build event generation tests only as modulesMasami Hiramatsu (Google)1-2/+2
2024-07-05rcutorture: Fix invalid context warning when enable srcu barrier testingZqiang1-5/+4
2024-07-05rcutorture: Fix rcu_torture_one_read() pipe_count overflow commentPaul E. McKenney1-1/+2
2024-07-05padata: Disable BH when taking works lock on MT pathHerbert Xu1-4/+4
2024-07-05zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with TIF_SIGPENDINGOleg Nesterov1-0/+1
2024-07-05tick/nohz_full: Don't abuse smp_call_function_single() in tick_setup_device()Oleg Nesterov1-28/+14
2024-06-21fsnotify: make allow_dups a property of the groupAmir Goldstein1-2/+2
2024-06-21fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein3-3/+4
2024-06-21NFSD: Remove svc_serv_ops::svo_moduleChuck Lever1-1/+1
2024-06-21exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman1-3/+3
2024-06-21exit: Implement kthread_exitEric W. Biederman1-4/+19
2024-06-21fsnotify: clarify contract for create event hooksAmir Goldstein2-4/+2