summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+6
2023-05-25module: error out early on concurrent load of the same module fileLinus Torvalds-15/+43
2023-05-25workqueue: Disable per-cpu CPU hog detection when wq_cpu_intensive_thresh_us ...Zqiang-0/+3
2023-05-25Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-4/+6
2023-05-25bpf: drop unnecessary bpf_capable() check in BPF_MAP_FREEZE commandAndrii Nakryiko-4/+5
2023-05-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-4/+6
2023-05-24cgroup: Update out-of-date comment in cgroup_migrate()Xiu Jianfeng-3/+3
2023-05-24workqueue: Fix WARN_ON_ONCE() triggers in worker_enter_idle()Zqiang-5/+12
2023-05-24PM: hibernate: Correct spelling mistake in a commentWang Honghui-1/+1
2023-05-24x86/pci/xen: populate MSI sysfs entriesMaximilian Heyne-2/+2
2023-05-24trace: Convert trace/seq to use copy_splice_read()David Howells-1/+1
2023-05-24genirq: Use a maple tree for interrupt descriptor managementShanker Donthineni-26/+33
2023-05-24genirq: Encapsulate sparse bitmap handlingShanker Donthineni-12/+22
2023-05-24genirq: Use hlist for managing resend handlersShanker Donthineni-17/+35
2023-05-23module: Remove preempt_disable() from module reference counting.Sebastian Andrzej Siewior-7/+0
2023-05-23sysctl: Refactor base paths registrationsJoel Granados-21/+9
2023-05-23tracing: Rename stacktrace field to common_stacktraceSteven Rostedt (Google)-7/+13
2023-05-23tracing/histograms: Allow variables to have some modifiersSteven Rostedt (Google)-7/+16
2023-05-23tracing/user_events: Document user_event_mm one-shot list usageBeau Belgrave-1/+22
2023-05-23tracing/user_events: Rename link fields for clarityBeau Belgrave-18/+22
2023-05-23tracing/user_events: Remove RCU lock while pinning pagesLinus Torvalds-6/+7
2023-05-23tracing/user_events: Split up mm alloc and attachLinus Torvalds-11/+18
2023-05-23bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commandsAndrii Nakryiko-13/+28
2023-05-23cpu/hotplug: Fix off by one in cpuhp_bringup_mask()Thomas Gleixner-3/+3
2023-05-23tracing/timerlat: Always wakeup the timerlat threadDaniel Bristot de Oliveira-0/+2
2023-05-23bpf: Validate BPF object in BPF_OBJ_PIN before calling LSMAndrii Nakryiko-6/+5
2023-05-23tracing/user_events: Use long vs int for atomic bit opsBeau Belgrave-7/+8
2023-05-22cgroup: always put cset in cgroup_css_set_put_forkJohn Sperbeck-9/+8
2023-05-22module: Fix use-after-free bug in read_file_mod_stats()Harshit Mogalapalli-1/+3
2023-05-22cgroup: Replace all non-returning strlcpy with strscpyAzeem Shaikh-2/+2
2023-05-22cgroup: fix missing cpus_read_{lock,unlock}() in cgroup_transfer_tasks()Qi Zheng-2/+2
2023-05-22capability: fix kernel-doc warnings in capability.cGaosheng Cui-0/+2
2023-05-22bpf: fix a memory leak in the LRU and LRU_PERCPU hash mapsAnton Protopopov-2/+4
2023-05-20cgroup/cpuset: remove unneeded header filesMiaohe Lin-21/+0
2023-05-20sched/psi: Avoid resetting the min update period when it is unnecessaryYang Yang-5/+10
2023-05-19bpf: Add kfunc filter function to 'struct btf_kfunc_id_set'Aditi Ghag-14/+58
2023-05-19bpf: Show target_{obj,btf}_id in tracing link fdinfoYafang Shao-2/+9
2023-05-19bpf: Fix mask generation for 32-bit narrow loads of 64-bit fieldsWill Deacon-1/+1
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