summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-04-24sched/fair: Fix update of rd->sg_overutilizedVincent Guittot
2024-04-24sysctl: treewide: constify argument ctl_table_root::permissions(table)Thomas Weißschuh
2024-04-24bpf: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-04-24delayacct: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-04-24kprobes: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-04-24printk: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-04-24scheduler: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-04-24seccomp: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-04-24timekeeping: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-04-24ftrace: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-04-24umh: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-04-24kernel misc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-04-23workqueue: The default node_nr_active should have its max set to max_activeTejun Heo
2024-04-23cgroup/cpuset: Fix incorrect top_cpuset flagsWaiman Long
2024-04-23bpf: add bpf_wq_startBenjamin Tissoires
2024-04-23bpf: wq: add bpf_wq_set_callback_implBenjamin Tissoires
2024-04-23bpf: wq: add bpf_wq_initBenjamin Tissoires
2024-04-23bpf: allow struct bpf_wq to be embedded in arraymaps and hashmapsBenjamin Tissoires
2024-04-23bpf: add support for KF_ARG_PTR_TO_WORKQUEUEBenjamin Tissoires
2024-04-23bpf: verifier: bail out if the argument is not a mapBenjamin Tissoires
2024-04-23bpf: add support for bpf_wq user typeBenjamin Tissoires
2024-04-23bpf: replace bpf_timer_cancel_and_free with a generic helperBenjamin Tissoires
2024-04-23bpf: replace bpf_timer_set_callback with a generic helperBenjamin Tissoires
2024-04-23bpf: replace bpf_timer_init with a generic helperBenjamin Tissoires
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