summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-09-28kallsyms: increase maximum kernel symbol length to 512Miguel Ojeda
2022-09-28kallsyms: support "big" kernel symbolsMiguel Ojeda
2022-09-27ring-buffer: Check pending waiters when doing wake ups as wellSteven Rostedt (Google)
2022-09-27ring-buffer: Have the shortest_full queue be the shortest not longestSteven Rostedt (Google)
2022-09-27bpf: Check flags for branch stack in bpf_read_branch_records helperJiri Olsa
2022-09-27perf, hw_breakpoint: Fix use-after-free if perf_event_open() failsMarco Elver
2022-09-27perf: Use sample_flags for raw_dataNamhyung Kim
2022-09-27perf: Use sample_flags for addrNamhyung Kim
2022-09-27ring-buffer: Allow splice to read previous partially read pagesSteven Rostedt (Google)
2022-09-27ftrace: Fix recursive locking direct_mutex in ftrace_modify_direct_callerSong Liu
2022-09-27ftrace: Properly unset FTRACE_HASH_FL_MODZheng Yejian
2022-09-27tracing/eprobe: Fix alloc event dir failed when event name no setTao Chen
2022-09-27tracing: Disable interrupt or preemption before acquiring arch_spinlock_tWaiman Long
2022-09-26bpf: Enforce W^X for bpf trampolineSong Liu
2022-09-26bpf: use bpf_prog_pack for bpf_dispatcherSong Liu
2022-09-26bpf: Return value in kprobe get_func_ip only for entry addressJiri Olsa
2022-09-26bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBTJiri Olsa
2022-09-26ftrace: Keep the resolved addr in kallsyms_callbackJiri Olsa
2022-09-26kprobes: Add new KPROBE_FLAG_ON_FUNC_ENTRY kprobe flagJiri Olsa
2022-09-26mm: remove the vma linked listLiam R. Howlett
2022-09-26bpf: remove VMA linked listLiam R. Howlett
2022-09-26fork: use VMA iteratorMatthew Wilcox (Oracle)
2022-09-26sched: use maple tree iterator to walk VMAsMatthew Wilcox (Oracle)
2022-09-26perf: use VMA iteratorMatthew Wilcox (Oracle)
2022-09-26acct: use VMA iterator instead of linked listMatthew Wilcox (Oracle)
2022-09-26mm: remove vmacacheLiam R. Howlett
2022-09-26mm: remove rb tree.Liam R. Howlett
2022-09-26kernel/fork: use maple tree for dup_mmap() during forkingLiam R. Howlett
2022-09-26mm: start tracking VMAs with maple treeLiam R. Howlett
2022-09-26mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V
2022-09-26mm: multi-gen LRU: kill switchYu Zhao
2022-09-26mm: multi-gen LRU: support page table walksYu Zhao
2022-09-26mm: multi-gen LRU: minimal implementationYu Zhao
2022-09-26mm: multi-gen LRU: groundworkYu Zhao
2022-09-26delayacct: support re-entrance detection of thrashing accountingYang Yang
2022-09-26rv/monitor: Add __init/__exit annotations to module init/exit funcsXiu Jianfeng
2022-09-26tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreadsNico Pache
2022-09-26tracing: kprobe: Make gen test module work in arm and riscvYipeng Zou
2022-09-26tracing: kprobe: Fix kprobe event gen test module on exitYipeng Zou
2022-09-26kallsyms: Drop CONFIG_CFI_CLANG workaroundsSami Tolvanen
2022-09-26treewide: Drop WARN_ON_FUNCTION_MISMATCHSami Tolvanen
2022-09-26cfi: Switch to -fsanitize=kcfiSami Tolvanen
2022-09-26cfi: Remove CONFIG_CFI_CLANG_SHADOWSami Tolvanen
2022-09-26tracepoint: Optimize the critical region of mutex_lock in tracepoint_module_c...Zhen Lei
2022-09-26tracing/filter: Call filter predicate functions directly via a switch statementSteven Rostedt (Google)
2022-09-26tracing: Move struct filter_pred into trace_events_filter.cSteven Rostedt (Google)
2022-09-26tracing/hist: Call hist functions directly via a switch statementSteven Rostedt (Google)
2022-09-26tracing: Add numeric delta time to the trace event benchmarkSteven Rostedt (Google)
2022-09-26rv/monitors: add 'static' qualifier for local symbolsZeng Heng
2022-09-26tracing/eprobe: Add eprobe filter supportMasami Hiramatsu (Google)