summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-05-23tracing: Rename stacktrace field to common_stacktraceSteven Rostedt (Google)
2023-05-23tracing/histograms: Allow variables to have some modifiersSteven Rostedt (Google)
2023-05-23tracing/user_events: Document user_event_mm one-shot list usageBeau Belgrave
2023-05-23tracing/user_events: Rename link fields for clarityBeau Belgrave
2023-05-23tracing/user_events: Remove RCU lock while pinning pagesLinus Torvalds
2023-05-23tracing/user_events: Split up mm alloc and attachLinus Torvalds
2023-05-23bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commandsAndrii Nakryiko
2023-05-23cpu/hotplug: Fix off by one in cpuhp_bringup_mask()Thomas Gleixner
2023-05-23tracing/timerlat: Always wakeup the timerlat threadDaniel Bristot de Oliveira
2023-05-23bpf: Validate BPF object in BPF_OBJ_PIN before calling LSMAndrii Nakryiko
2023-05-23tracing/user_events: Use long vs int for atomic bit opsBeau Belgrave
2023-05-22cgroup: always put cset in cgroup_css_set_put_forkJohn Sperbeck
2023-05-22module: Fix use-after-free bug in read_file_mod_stats()Harshit Mogalapalli
2023-05-22cgroup: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-05-22cgroup: fix missing cpus_read_{lock,unlock}() in cgroup_transfer_tasks()Qi Zheng
2023-05-22capability: fix kernel-doc warnings in capability.cGaosheng Cui
2023-05-22bpf: fix a memory leak in the LRU and LRU_PERCPU hash mapsAnton Protopopov
2023-05-20cgroup/cpuset: remove unneeded header filesMiaohe Lin
2023-05-20sched/psi: Avoid resetting the min update period when it is unnecessaryYang Yang
2023-05-19bpf: Add kfunc filter function to 'struct btf_kfunc_id_set'Aditi Ghag
2023-05-19bpf: Show target_{obj,btf}_id in tracing link fdinfoYafang Shao
2023-05-19bpf: Fix mask generation for 32-bit narrow loads of 64-bit fieldsWill Deacon
2023-05-19lockdep: Add lock_set_cmp_fn() annotationKent Overstreet
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-18x86/hibernate: Declare global functions in suspend.hArnd Bergmann
2023-05-18Merge tag 'probes-fixes-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-05-17workqueue: Track and monitor per-workqueue CPU time usageTejun Heo
2023-05-17workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanismTejun Heo
2023-05-17workqueue: Automatically mark CPU-hogging work items CPU_INTENSIVETejun Heo
2023-05-17workqueue: Improve locking rule description for worker fieldsTejun Heo
2023-05-17workqueue: Move worker_set/clr_flags() upwardsTejun Heo
2023-05-17workqueue: Re-order struct worker fieldsTejun Heo
2023-05-17workqueue: Add pwq->stats[] and a monitoring scriptTejun Heo
2023-05-18fprobe: add recursion detection in fprobe_exit_handlerZe Gao
2023-05-18fprobe: make fprobe_kprobe_handler recursion freeZe Gao
2023-05-18rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handlerZe Gao
2023-05-17audit: avoid missing-prototype warningsArnd Bergmann
2023-05-17tracing: fprobe: Initialize ret valiable to fix smatch errorMasami Hiramatsu (Google)
2023-05-16bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl logAndrii Nakryiko
2023-05-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-15bpf: Fix memleak due to fentry attach failureYafang Shao
2023-05-15bpf: Remove bpf trampoline selectorYafang Shao
2023-05-15bpf: fix calculation of subseq_idx during precision backtrackingAndrii Nakryiko
2023-05-15bpf: Remove anonymous union in bpf_kfunc_call_arg_metaDave Marchevsky
2023-05-15bpf: netdev: init the offload table earlierJakub Kicinski
2023-05-15cpu/hotplug: Allow "parallel" bringup up to CPUHP_BP_KICK_AP_STATEThomas Gleixner
2023-05-15cpu/hotplug: Provide a split up CPUHP_BRINGUP mechanismThomas Gleixner
2023-05-15cpu/hotplug: Reset task stack state in _cpu_up()David Woodhouse
2023-05-15cpu/hotplug: Remove unused state functionsThomas Gleixner
2023-05-15cpu/hotplug: Remove cpu_report_state() and related unused cruftThomas Gleixner