summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-05-19lockdep: Add lock_set_cmp_fn() annotationKent Overstreet-31/+87
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-39/+107
2023-05-18x86/hibernate: Declare global functions in suspend.hArnd Bergmann-5/+0
2023-05-18Merge tag 'probes-fixes-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-17/+60
2023-05-17workqueue: Track and monitor per-workqueue CPU time usageTejun Heo-0/+3
2023-05-17workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanismTejun Heo-0/+93
2023-05-17workqueue: Automatically mark CPU-hogging work items CPU_INTENSIVETejun Heo-5/+68
2023-05-17workqueue: Improve locking rule description for worker fieldsTejun Heo-7/+14
2023-05-17workqueue: Move worker_set/clr_flags() upwardsTejun Heo-54/+54
2023-05-17workqueue: Re-order struct worker fieldsTejun Heo-6/+5
2023-05-17workqueue: Add pwq->stats[] and a monitoring scriptTejun Heo-1/+23
2023-05-18fprobe: add recursion detection in fprobe_exit_handlerZe Gao-0/+14
2023-05-18fprobe: make fprobe_kprobe_handler recursion freeZe Gao-15/+44
2023-05-18rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handlerZe Gao-2/+2
2023-05-17audit: avoid missing-prototype warningsArnd Bergmann-1/+1
2023-05-17tracing: fprobe: Initialize ret valiable to fix smatch errorMasami Hiramatsu (Google)-1/+1
2023-05-16bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl logAndrii Nakryiko-3/+0
2023-05-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-240/+752
2023-05-15bpf: Fix memleak due to fentry attach failureYafang Shao-6/+15
2023-05-15bpf: Remove bpf trampoline selectorYafang Shao-7/+4
2023-05-15bpf: fix calculation of subseq_idx during precision backtrackingAndrii Nakryiko-6/+8
2023-05-15bpf: Remove anonymous union in bpf_kfunc_call_arg_metaDave Marchevsky-19/+22
2023-05-15bpf: netdev: init the offload table earlierJakub Kicinski-1/+1
2023-05-15cpu/hotplug: Allow "parallel" bringup up to CPUHP_BP_KICK_AP_STATEThomas Gleixner-5/+98
2023-05-15cpu/hotplug: Provide a split up CPUHP_BRINGUP mechanismThomas Gleixner-2/+68
2023-05-15cpu/hotplug: Reset task stack state in _cpu_up()David Woodhouse-6/+6
2023-05-15cpu/hotplug: Remove unused state functionsThomas Gleixner-75/+0
2023-05-15cpu/hotplug: Remove cpu_report_state() and related unused cruftThomas Gleixner-90/+0
2023-05-15cpu/hotplug: Add CPU state tracking and synchronizationThomas Gleixner-1/+194
2023-05-15cpu/hotplug: Rework sparse_irq locking in bringup_cpu()Thomas Gleixner-10/+24
2023-05-15cpu/hotplug: Mark arch_disable_smp_support() and bringup_nonboot_cpus() __initThomas Gleixner-2/+2
2023-05-14Merge tag 'locking_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-4/+4
2023-05-14Merge tag 'perf_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+13
2023-05-14Merge tag 'sched_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+2
2023-05-13bpf: Don't EFAULT for {g,s}setsockopt with wrong optlenStanislav Fomichev-0/+15
2023-05-12bpf: Address KCSAN report on bpf_lru_listMartin KaFai Lau-13/+15
2023-05-11rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscaleQiuxu Zhuo-0/+5
2023-05-11rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup()Qiuxu Zhuo-97/+97
2023-05-11locktorture: Add long_hold to adjust lock-hold delaysPaul E. McKenney-29/+22
2023-05-11rcu/nocb: Make shrinker iterate only over NOCB CPUsFrederic Weisbecker-3/+14
2023-05-11rcu-tasks: Stop rcu_tasks_invoke_cbs() from using never-onlined CPUsPaul E. McKenney-3/+22
2023-05-11rcu: Make rcu_cpu_starting() rely on interrupts being disabledPaul E. McKenney-6/+5
2023-05-11rcu: Mark rcu_cpu_kthread() accesses to ->rcu_cpu_has_workPaul E. McKenney-2/+2
2023-05-11rcu: Mark additional concurrent load from ->cpu_no_qs.b.expPaul E. McKenney-2/+4
2023-05-11rcu: Employ jiffies-based backstop to callback time limitPaul E. McKenney-8/+38
2023-05-11rcu: Check callback-invocation time limit for rcuc kthreadsPaul E. McKenney-9/+19
2023-05-09rcu-tasks: Clarify the cblist_init_generic() function's pr_info() outputZqiang-4/+2
2023-05-09rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic()Shigeru Yoshida-1/+4
2023-05-09rcu/nocb: Recheck lazy callbacks under the ->nocb_lock from shrinkerFrederic Weisbecker-3/+11
2023-05-09rcu/nocb: Fix shrinker race against callback enqueuerFrederic Weisbecker-1/+1