summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2024-03-28sched/fair: Rename {set|get}_rd_overload() to {set|get}_rd_overloaded()Ingo Molnar-6/+6
2024-03-28sched/fair: Rename root_domain::overload to ::overloadedIngo Molnar-3/+3
2024-03-28sched/fair: Use helper functions to access root_domain::overloadShrikanth Hegde-5/+14
2024-03-28sched/fair: Check root_domain::overload value before updateShrikanth Hegde-1/+2
2024-03-28sched/fair: Combine EAS check with root_domain::overutilized accessShrikanth Hegde-13/+7
2024-03-27Merge tag 'mm-hotfixes-stable-2024-03-27-11-25' of git://git.kernel.org/pub/s...Linus Torvalds-2/+12
2024-03-27Merge tag 'probes-fixes-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2024-03-27bpf: Protect against int overflow for stack access sizeAndrei Matei-0/+5
2024-03-27bpf: Check bloom filter map value sizeAndrei Matei-0/+13
2024-03-27Fix memory leak in posix_clock_open()Linus Torvalds-7/+9
2024-03-27bpf: fix warning for crash_kexecHari Bathini-1/+1
2024-03-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-71/+115
2024-03-26sched/fair: Simplify the continue_balancing logic in sched_balance_newidle()Shrikanth Hegde-5/+5
2024-03-26crash: use macro to add crashk_res into iomem early for specific archBaoquan He-0/+7
2024-03-26prctl: generalize PR_SET_MDWE support check to be per-archZev Weiss-2/+5
2024-03-26Merge tag 'printk-for-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+6
2024-03-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni-10/+37
2024-03-26sched/fair: Introduce is_rd_overutilized() helper function to access root_dom...Shrikanth Hegde-3/+12
2024-03-26sched/fair: Add EAS checks before updating root_domain::overutilizedShrikanth Hegde-19/+34
2024-03-25genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amdRafael J. Wysocki-2/+7
2024-03-25workqueue: Cleanup subsys attribute registrationDan Williams-32/+17
2024-03-25workqueue: Use list_last_entry() to get the last idle workerLai Jiangshan-2/+2
2024-03-25workqueue: Move attrs->cpumask out of worker_pool's properties when attrs->af...Lai Jiangshan-5/+8
2024-03-25workqueue: Use INIT_WORK_ONSTACK in workqueue_softirq_dead()Lai Jiangshan-1/+1
2024-03-25Merge tag 'v6.9-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-0/+5
2024-03-25workqueue: Allow cancel_work_sync() and disable_work() from atomic contexts o...Tejun Heo-19/+55
2024-03-25workqueue: Remember whether a work item was on a BH workqueueTejun Heo-2/+8
2024-03-25workqueue: Remove WORK_OFFQ_CANCELINGTejun Heo-121/+19
2024-03-25workqueue: Implement disable/enable for (delayed) work itemsTejun Heo-10/+167
2024-03-25workqueue: Preserve OFFQ bits in cancel[_sync] pathsTejun Heo-20/+31
2024-03-25bpf: Avoid get_kernel_nofault() to fetch kprobe entry IPAndrii Nakryiko-3/+9
2024-03-25sched/fair: Don't double balance_interval for migrate_misfitQais Yousef-2/+11
2024-03-25sched/topology: Remove root_domain::max_cpu_capacityQais Yousef-13/+2
2024-03-25sched/fair: Check if a task has a fitting CPU when updating misfitQais Yousef-16/+50
2024-03-25sched/topology: Export asym_cap_listQais Yousef-18/+39
2024-03-25Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchIngo Molnar-3050/+7136
2024-03-25tracing: probes: Fix to zero initialize a local variableMasami Hiramatsu (Google)-1/+1
2024-03-24Merge tag 'dma-mapping-6.9-2024-03-24' of git://git.infradead.org/users/hch/d...Linus Torvalds-12/+33
2024-03-23Merge tag 'timers-urgent-2024-03-23' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+20
2024-03-23Merge tag 'core-entry-2024-03-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+7
2024-03-22bpf: verifier: reject addr_space_cast insn without arenaPuranjay Mohan-0/+4
2024-03-22bpf: verifier: fix addr_space_cast from as(1) to as(0)Puranjay Mohan-2/+6
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-7/+22
2024-03-22Revert "crypto: pkcs7 - remove sha1 support"Eric Biggers-0/+5
2024-03-22context_tracking: Make context_tracking_key __ro_after_initValentin Schneider-1/+1
2024-03-22jump_label,module: Don't alloc static_key_mod for __ro_after_init keysPeter Zijlstra-0/+53
2024-03-21Merge tag 'rtc-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds-2/+2
2024-03-21Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-0/+3
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-2/+1
2024-03-21Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2