summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-09-28kbuild: build init/built-in.a just onceMasahiro Yamada1-3/+3
2022-09-28sched: Fix TASK_state comparisonsPeter Zijlstra2-3/+7
2022-09-28Kbuild: add Rust supportMiguel Ojeda1-0/+1
2022-09-28kallsyms: increase maximum kernel symbol length to 512Miguel Ojeda1-2/+2
2022-09-28kallsyms: support "big" kernel symbolsMiguel Ojeda1-4/+22
2022-09-28ring-buffer: Check pending waiters when doing wake ups as wellSteven Rostedt (Google)1-1/+2
2022-09-28ring-buffer: Have the shortest_full queue be the shortest not longestSteven Rostedt (Google)1-1/+1
2022-09-27bpf: Check flags for branch stack in bpf_read_branch_records helperJiri Olsa1-0/+3
2022-09-27perf, hw_breakpoint: Fix use-after-free if perf_event_open() failsMarco Elver1-3/+1
2022-09-27perf: Use sample_flags for raw_dataNamhyung Kim1-1/+2
2022-09-27perf: Use sample_flags for addrNamhyung Kim1-0/+5
2022-09-27ring-buffer: Allow splice to read previous partially read pagesSteven Rostedt (Google)1-1/+9
2022-09-27ftrace: Fix recursive locking direct_mutex in ftrace_modify_direct_callerSong Liu1-1/+5
2022-09-27ftrace: Properly unset FTRACE_HASH_FL_MODZheng Yejian1-2/+6
2022-09-27tracing/eprobe: Fix alloc event dir failed when event name no setTao Chen1-2/+1
2022-09-27tracing: Disable interrupt or preemption before acquiring arch_spinlock_tWaiman Long1-0/+23
2022-09-27bpf: Enforce W^X for bpf trampolineSong Liu1-17/+5
2022-09-27bpf: use bpf_prog_pack for bpf_dispatcherSong Liu2-8/+28
2022-09-27bpf: Return value in kprobe get_func_ip only for entry addressJiri Olsa1-1/+4
2022-09-27bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBTJiri Olsa1-2/+18
2022-09-27ftrace: Keep the resolved addr in kallsyms_callbackJiri Olsa1-2/+1
2022-09-27kprobes: Add new KPROBE_FLAG_ON_FUNC_ENTRY kprobe flagJiri Olsa1-1/+5
2022-09-27mm: remove the vma linked listLiam R. Howlett1-18/+1
2022-09-27bpf: remove VMA linked listLiam R. Howlett1-5/+5
2022-09-27fork: use VMA iteratorMatthew Wilcox (Oracle)1-2/+5
2022-09-27sched: use maple tree iterator to walk VMAsMatthew Wilcox (Oracle)1-3/+7
2022-09-27perf: use VMA iteratorMatthew Wilcox (Oracle)2-4/+8
2022-09-27acct: use VMA iterator instead of linked listMatthew Wilcox (Oracle)1-6/+5
2022-09-27mm: remove vmacacheLiam R. Howlett2-17/+0
2022-09-27mm: remove rb tree.Liam R. Howlett1-8/+0
2022-09-27kernel/fork: use maple tree for dup_mmap() during forkingLiam R. Howlett1-2/+13
2022-09-27mm: start tracking VMAs with maple treeLiam R. Howlett1-3/+17
2022-09-27mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V1-0/+1
2022-09-27mm: multi-gen LRU: kill switchYu Zhao1-1/+0
2022-09-27mm: multi-gen LRU: support page table walksYu Zhao3-0/+11
2022-09-27mm: multi-gen LRU: minimal implementationYu Zhao1-0/+2
2022-09-27mm: multi-gen LRU: groundworkYu Zhao1-0/+5
2022-09-27delayacct: support re-entrance detection of thrashing accountingYang Yang1-2/+11
2022-09-27rv/monitor: Add __init/__exit annotations to module init/exit funcsXiu Jianfeng2-4/+4
2022-09-26tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreadsNico Pache1-1/+2
2022-09-26tracing: kprobe: Make gen test module work in arm and riscvYipeng Zou1-4/+43
2022-09-26tracing: kprobe: Fix kprobe event gen test module on exitYipeng Zou1-1/+1
2022-09-26kallsyms: Drop CONFIG_CFI_CLANG workaroundsSami Tolvanen1-17/+0
2022-09-26treewide: Drop WARN_ON_FUNCTION_MISMATCHSami Tolvanen2-3/+2
2022-09-26cfi: Switch to -fsanitize=kcfiSami Tolvanen2-106/+73
2022-09-26cfi: Remove CONFIG_CFI_CLANG_SHADOWSami Tolvanen2-250/+1
2022-09-26tracepoint: Optimize the critical region of mutex_lock in tracepoint_module_c...Zhen Lei1-8/+6
2022-09-26tracing/filter: Call filter predicate functions directly via a switch statementSteven Rostedt (Google)1-73/+157
2022-09-26tracing: Move struct filter_pred into trace_events_filter.cSteven Rostedt (Google)2-13/+13
2022-09-26tracing/hist: Call hist functions directly via a switch statementSteven Rostedt (Google)1-77/+169