summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2022-09-27ring-buffer: Allow splice to read previous partially read pagesSteven Rostedt (Google)-1/+9
2022-09-27ftrace: Fix recursive locking direct_mutex in ftrace_modify_direct_callerSong Liu-1/+5
2022-09-27ftrace: Properly unset FTRACE_HASH_FL_MODZheng Yejian-2/+6
2022-09-27tracing/eprobe: Fix alloc event dir failed when event name no setTao Chen-2/+1
2022-09-27tracing: Disable interrupt or preemption before acquiring arch_spinlock_tWaiman Long-0/+23
2022-09-26bpf: Enforce W^X for bpf trampolineSong Liu-17/+5
2022-09-26bpf: use bpf_prog_pack for bpf_dispatcherSong Liu-8/+28
2022-09-26bpf: Return value in kprobe get_func_ip only for entry addressJiri Olsa-1/+4
2022-09-26bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBTJiri Olsa-2/+18
2022-09-26ftrace: Keep the resolved addr in kallsyms_callbackJiri Olsa-2/+1
2022-09-26kprobes: Add new KPROBE_FLAG_ON_FUNC_ENTRY kprobe flagJiri Olsa-1/+5
2022-09-26mm: remove the vma linked listLiam R. Howlett-18/+1
2022-09-26bpf: remove VMA linked listLiam R. Howlett-5/+5
2022-09-26fork: use VMA iteratorMatthew Wilcox (Oracle)-2/+5
2022-09-26sched: use maple tree iterator to walk VMAsMatthew Wilcox (Oracle)-3/+7
2022-09-26perf: use VMA iteratorMatthew Wilcox (Oracle)-4/+8
2022-09-26acct: use VMA iterator instead of linked listMatthew Wilcox (Oracle)-6/+5
2022-09-26mm: remove vmacacheLiam R. Howlett-17/+0
2022-09-26mm: remove rb tree.Liam R. Howlett-8/+0
2022-09-26kernel/fork: use maple tree for dup_mmap() during forkingLiam R. Howlett-2/+13
2022-09-26mm: start tracking VMAs with maple treeLiam R. Howlett-3/+17
2022-09-26mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V-0/+1
2022-09-26mm: multi-gen LRU: kill switchYu Zhao-1/+0
2022-09-26mm: multi-gen LRU: support page table walksYu Zhao-0/+11
2022-09-26mm: multi-gen LRU: minimal implementationYu Zhao-0/+2
2022-09-26mm: multi-gen LRU: groundworkYu Zhao-0/+5
2022-09-26delayacct: support re-entrance detection of thrashing accountingYang Yang-2/+11
2022-09-26rv/monitor: Add __init/__exit annotations to module init/exit funcsXiu Jianfeng-4/+4
2022-09-26tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreadsNico Pache-1/+2
2022-09-26tracing: kprobe: Make gen test module work in arm and riscvYipeng Zou-4/+43
2022-09-26tracing: kprobe: Fix kprobe event gen test module on exitYipeng Zou-1/+1
2022-09-26kallsyms: Drop CONFIG_CFI_CLANG workaroundsSami Tolvanen-17/+0
2022-09-26treewide: Drop WARN_ON_FUNCTION_MISMATCHSami Tolvanen-3/+2
2022-09-26cfi: Switch to -fsanitize=kcfiSami Tolvanen-106/+73
2022-09-26cfi: Remove CONFIG_CFI_CLANG_SHADOWSami Tolvanen-250/+1
2022-09-26tracepoint: Optimize the critical region of mutex_lock in tracepoint_module_c...Zhen Lei-8/+6
2022-09-26tracing/filter: Call filter predicate functions directly via a switch statementSteven Rostedt (Google)-73/+157
2022-09-26tracing: Move struct filter_pred into trace_events_filter.cSteven Rostedt (Google)-13/+13
2022-09-26tracing/hist: Call hist functions directly via a switch statementSteven Rostedt (Google)-77/+169
2022-09-26tracing: Add numeric delta time to the trace event benchmarkSteven Rostedt (Google)-4/+6
2022-09-26rv/monitors: add 'static' qualifier for local symbolsZeng Heng-4/+4
2022-09-26tracing/eprobe: Add eprobe filter supportMasami Hiramatsu (Google)-9/+98
2022-09-25Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman-36/+33
2022-09-24Merge tag 'cgroup-for-6.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+4
2022-09-24Merge tag 'wq-for-6.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+2
2022-09-24Merge 1707c39ae309 ("Merge tag 'driver-core-6.0-rc7' of git://git.kernel.org/...Greg Kroah-Hartman-6/+2
2022-09-23cgroup: use strscpy() is more robust and saferye xingchen-1/+1
2022-09-23cgroup: simplify code in cgroup_apply_controlWilliam Dean-5/+1
2022-09-23cgroup: Make cgroup_get_from_id() prettierTejun Heo-9/+10
2022-09-23Merge branch 'for-6.0-fixes' into for-6.1Tejun Heo-85/+181