summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2024-04-24timekeeping: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-1/+0
2024-04-24ftrace: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-2/+0
2024-04-24umh: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-1/+0
2024-04-24kernel misc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-18/+1
2024-04-23workqueue: The default node_nr_active should have its max set to max_activeTejun Heo-1/+1
2024-04-23cgroup/cpuset: Fix incorrect top_cpuset flagsWaiman Long-2/+2
2024-04-23bpf: add bpf_wq_startBenjamin Tissoires-0/+18
2024-04-23bpf: wq: add bpf_wq_set_callback_implBenjamin Tissoires-6/+69
2024-04-23bpf: wq: add bpf_wq_initBenjamin Tissoires-2/+102
2024-04-23bpf: allow struct bpf_wq to be embedded in arraymaps and hashmapsBenjamin Tissoires-19/+71
2024-04-23bpf: add support for KF_ARG_PTR_TO_WORKQUEUEBenjamin Tissoires-0/+65
2024-04-23bpf: verifier: bail out if the argument is not a mapBenjamin Tissoires-0/+5
2024-04-23bpf: add support for bpf_wq user typeBenjamin Tissoires-1/+31
2024-04-23bpf: replace bpf_timer_cancel_and_free with a generic helperBenjamin Tissoires-17/+25
2024-04-23bpf: replace bpf_timer_set_callback with a generic helperBenjamin Tissoires-11/+18
2024-04-23bpf: replace bpf_timer_init with a generic helperBenjamin Tissoires-28/+63
2024-04-23bpf: make timer data struct more genericBenjamin Tissoires-33/+38
2024-04-23genirq/msi: Add MSI allocation helper and export MSI functionsNipun Gupta-0/+2
2024-04-23workqueue: Fix selection of wake_cpu in kick_pool()Sven Schnelle-2/+6
2024-04-23cgroup/cpuset: Avoid clearing CS_SCHED_LOAD_BALANCE twiceXiu Jianfeng-5/+0
2024-04-23Merge 6.9-rc5 into driver-core-nextGreg Kroah-Hartman-141/+349
2024-04-23Merge 6.9-rc5 into tty-nextGreg Kroah-Hartman-93/+154
2024-04-23crash: add a new kexec flag for hotplug supportSourabh Jain-11/+13
2024-04-23crash: forward memory_notify arg to arch crash hotplug handlerSourabh Jain-7/+7
2024-04-23genirq: Simplify the checks for irq_set_percpu_devid_partition()Jinjie Ruan-8/+2
2024-04-22cgroup/cpuset: Statically initialize more members of top_cpusetXiu Jianfeng-3/+2
2024-04-22kdb: Use str_plural() to fix Coccinelle warningThorsten Blum-1/+1
2024-04-22bpf: Fix typos in commentsRafael Passos-10/+10
2024-04-22bpf: Fix typo in function save_aux_ptr_typeRafael Passos-3/+3
2024-04-22hrtimer: Rename __hrtimer_hres_active() to hrtimer_hres_active()Jiapeng Chong-13/+8
2024-04-22sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf()Xuewen Yan-6/+12
2024-04-22sched/eevdf: Fix miscalculation in reweight_entity() when se is not currTianchen Ding-5/+6
2024-04-22sched/eevdf: Always update V if se->on_rq when reweightingTianchen Ding-3/+2
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh-1/+1
2024-04-21Merge tag 'sched_urgent_for_v6.9_rc5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-6/+14
2024-04-19Merge tag 'hardening-v6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+6
2024-04-19cgroup: Avoid unnecessary looping in cgroup_no_v1()Xiu Jianfeng-0/+1
2024-04-19Merge x86 bugfixes from Linux 6.9-rc3Paolo Bonzini-32/+137
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-60/+105
2024-04-18cgroup, legacy_freezer: update comment for freezer_css_offline()Xiu Jianfeng-1/+1
2024-04-18cgroup: don't call cgroup1_pidlist_destroy_all() for v2Xiu Jianfeng-1/+2
2024-04-18riscv: Include riscv_set_icache_flush_ctx prctlCharlie Jenkins-0/+6
2024-04-17cgroup_freezer: update comment for freezer_css_online()Xiu Jianfeng-2/+1
2024-04-17cgroup/rstat: desc member cgrp in cgroup_rstat_flush_releaseJesper Dangaard Brouer-0/+1
2024-04-17sched/vtime: Get rid of generic vtime_task_switch() implementationAlexander Gordeev-13/+0
2024-04-16fork: defer linking file vma until vma is fully initializedMiaohe Lin-16/+17
2024-04-16cgroup/rstat: add cgroup_rstat_lock helpers and tracepointsJesper Dangaard Brouer-8/+39
2024-04-16cgroup/pids: Remove superfluous zeroingMichal Koutný-2/+0
2024-04-16bpf: Harden and/or/xor value tracking in verifierHarishankar Vishwanathan-54/+40
2024-04-16btf: Avoid weak external referencesArd Biesheuvel-5/+8