summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-04-23bpf: make timer data struct more genericBenjamin Tissoires
2024-04-23genirq/msi: Add MSI allocation helper and export MSI functionsNipun Gupta
2024-04-23workqueue: Fix selection of wake_cpu in kick_pool()Sven Schnelle
2024-04-23cgroup/cpuset: Avoid clearing CS_SCHED_LOAD_BALANCE twiceXiu Jianfeng
2024-04-23Merge 6.9-rc5 into driver-core-nextGreg Kroah-Hartman
2024-04-23Merge 6.9-rc5 into tty-nextGreg Kroah-Hartman
2024-04-23crash: add a new kexec flag for hotplug supportSourabh Jain
2024-04-23crash: forward memory_notify arg to arch crash hotplug handlerSourabh Jain
2024-04-23genirq: Simplify the checks for irq_set_percpu_devid_partition()Jinjie Ruan
2024-04-22cgroup/cpuset: Statically initialize more members of top_cpusetXiu Jianfeng
2024-04-22kdb: Use str_plural() to fix Coccinelle warningThorsten Blum
2024-04-22bpf: Fix typos in commentsRafael Passos
2024-04-22bpf: Fix typo in function save_aux_ptr_typeRafael Passos
2024-04-22hrtimer: Rename __hrtimer_hres_active() to hrtimer_hres_active()Jiapeng Chong
2024-04-22sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf()Xuewen Yan
2024-04-22sched/eevdf: Fix miscalculation in reweight_entity() when se is not currTianchen Ding
2024-04-22sched/eevdf: Always update V if se->on_rq when reweightingTianchen Ding
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh
2024-04-21Merge tag 'sched_urgent_for_v6.9_rc5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-04-19Merge tag 'hardening-v6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-04-19cgroup: Avoid unnecessary looping in cgroup_no_v1()Xiu Jianfeng
2024-04-19Merge x86 bugfixes from Linux 6.9-rc3Paolo Bonzini
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-18cgroup, legacy_freezer: update comment for freezer_css_offline()Xiu Jianfeng
2024-04-18cgroup: don't call cgroup1_pidlist_destroy_all() for v2Xiu Jianfeng
2024-04-18riscv: Include riscv_set_icache_flush_ctx prctlCharlie Jenkins
2024-04-17cgroup_freezer: update comment for freezer_css_online()Xiu Jianfeng
2024-04-17cgroup/rstat: desc member cgrp in cgroup_rstat_flush_releaseJesper Dangaard Brouer
2024-04-17sched/vtime: Get rid of generic vtime_task_switch() implementationAlexander Gordeev
2024-04-16fork: defer linking file vma until vma is fully initializedMiaohe Lin
2024-04-16cgroup/rstat: add cgroup_rstat_lock helpers and tracepointsJesper Dangaard Brouer
2024-04-16cgroup/pids: Remove superfluous zeroingMichal Koutný
2024-04-16bpf: Harden and/or/xor value tracking in verifierHarishankar Vishwanathan
2024-04-16btf: Avoid weak external referencesArd Biesheuvel
2024-04-16sched: Add missing memory barrier in switch_mm_cidMathieu Desnoyers
2024-04-16rcutorture: Use rcu_gp_slow_register/unregister() only for rcutype testZqiang
2024-04-16rcutorture: Fix invalid context warning when enable srcu barrier testingZqiang
2024-04-16rcutorture: Make stall-tasks directly exit when rcutorture tests endZqiang
2024-04-16rcutorture: Removing redundant function pointer initializationZqiang
2024-04-16rcutorture: Make rcutorture support print rcu-tasks gp stateZqiang
2024-04-16rcutorture: Use the gp_kthread_dbg operation specified by cur_opsZqiang
2024-04-16rcutorture: Re-use value stored to ->rtort_pipe_count instead of re-readinglinke li
2024-04-16rcutorture: Fix rcu_torture_one_read() pipe_count overflow commentPaul E. McKenney
2024-04-16rcutorture: Remove extraneous rcu_torture_pipe_update_one() READ_ONCE()Paul E. McKenney
2024-04-15configs/hardening: Disable CONFIG_UBSAN_SIGNED_WRAPNathan Chancellor
2024-04-15configs/hardening: Fix disabling UBSAN configurationsNathan Chancellor
2024-04-15rcu: Allocate WQ with WQ_MEM_RECLAIM bit setUladzislau Rezki (Sony)
2024-04-15rcu: Support direct wake-up of synchronize_rcu() usersUladzislau Rezki (Sony)
2024-04-15rcu: Add a trace event for synchronize_rcu_normal()Uladzislau Rezki (Sony)
2024-04-15rcu: Reduce synchronize_rcu() latencyUladzislau Rezki (Sony)