summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* padata: Fix possible divide-by-0 panic in padata_mt_helper()Waiman Long2024-08-191-0/+7
* tracing: Fix overflow in get_free_elt()Tze-nan Wu2024-08-191-3/+3
* genirq/irqdesc: Honor caller provided affinity in alloc_desc()Shay Drory2024-08-191-0/+1
* ntp: Safeguard against time_constant overflowJustin Stitt2024-08-191-3/+2
* ntp: Clamp maxerror and esterror to operating rangeJustin Stitt2024-08-191-2/+2
* tick/broadcast: Move per CPU pointer access into the atomic sectionThomas Gleixner2024-08-191-1/+2
* kprobes: Fix to check symbol prefixes correctlyMasami Hiramatsu (Google)2024-08-191-2/+2
* sched/cputime: Fix mul_u64_u64_div_u64() precision for cputimeZheng Zucheng2024-08-191-0/+6
* rcutorture: Fix rcu_torture_fwd_cb_cr() data racePaul E. McKenney2024-08-191-1/+1
* genirq: Allow irq_chip registration functions to take a const irq_chipMarc Zyngier2024-08-191-6/+3
* genirq: Allow the PM device to originate from irq domainMarc Zyngier2024-08-191-5/+18
* dma: fix call order in dmam_free_coherentLance Richardson2024-08-191-1/+1
* kdb: Use the passed prompt in kdb_position_cursor()Douglas Anderson2024-08-191-1/+1
* kdb: address -Wformat-security warningsArnd Bergmann2024-08-191-2/+2
* kernel: rerun task_work while freezing in get_signal()Pavel Begunkov2024-08-191-0/+8
* watchdog/perf: properly initialize the turbo mode timestamp and rearm counterThomas Gleixner2024-08-191-3/+8
* task_work: Introduce task_work_cancel() againFrederic Weisbecker2024-08-191-0/+24
* task_work: s/task_work_cancel()/task_work_cancel_func()/Frederic Weisbecker2024-08-192-6/+6
* sched/fair: Use all little CPUs for CPU-bound workloadsPierre Gondois2024-08-191-1/+1
* sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...Tejun Heo2024-08-193-18/+14
* tick/broadcast: Make takeover of broadcast hrtimer reliableYu Liao2024-08-191-0/+23
* bpf: Eliminate remaining "make W=1" warnings in kernel/bpf/btf.oAlan Maguire2024-08-191-1/+1
* bpf: annotate BTF show functions with __printfAlan Maguire2024-08-191-4/+4
* perf: Prevent passing zero nr_pages to rb_alloc_aux()Adrian Hunter2024-08-191-0/+2
* perf: Fix perf_aux_size() for greater-than 32-bit sizeAdrian Hunter2024-08-191-1/+1
* bpf: Fix overrunning reservations in ringbufDaniel Borkmann2024-07-271-5/+25
* bpf: Allow reads from uninit stackEduard Zingerman2024-07-181-1/+10
* ima: Avoid blocking in RCU read-side critical sectionGUO Zihua2024-07-181-2/+3
* mm: optimize the redundant loop of mm_update_owner_next()Jinliang Zheng2024-07-181-0/+2
* syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann2024-07-051-1/+1
* perf/core: Fix missing wakeup when waiting for context referenceHaifeng Xu2024-07-051-0/+13
* kheaders: explicitly define file modes for archived headersMatthias Maennich2024-07-051-1/+1
* Revert "kheaders: substituting --sort in archive creation"Masahiro Yamada2024-07-051-6/+3
* tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_testJeff Johnson2024-07-051-0/+1
* kcov: don't lose track of remote references during softirqsAleksandr Nogikh2024-07-051-0/+1
* gcov: add support for GCC 14Peter Oberparleiter2024-07-051-1/+3
* tracing: Build event generation tests only as modulesMasami Hiramatsu (Google)2024-07-051-2/+2
* rcutorture: Fix invalid context warning when enable srcu barrier testingZqiang2024-07-051-5/+4
* rcutorture: Fix rcu_torture_one_read() pipe_count overflow commentPaul E. McKenney2024-07-051-1/+2
* padata: Disable BH when taking works lock on MT pathHerbert Xu2024-07-051-4/+4
* zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with TIF_SIGPENDINGOleg Nesterov2024-07-051-0/+1
* tick/nohz_full: Don't abuse smp_call_function_single() in tick_setup_device()Oleg Nesterov2024-07-051-28/+14
* fsnotify: make allow_dups a property of the groupAmir Goldstein2024-06-211-2/+2
* fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein2024-06-213-3/+4
* NFSD: Remove svc_serv_ops::svo_moduleChuck Lever2024-06-211-1/+1
* exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman2024-06-211-3/+3
* exit: Implement kthread_exitEric W. Biederman2024-06-211-4/+19
* fsnotify: clarify contract for create event hooksAmir Goldstein2024-06-212-4/+2
* sysctl: introduce new proc handler proc_doboolJia He2024-06-211-0/+42
* kernel/pid.c: implement additional checks upon pidfd_create() parametersMatthew Bobrowski2024-06-211-4/+7