summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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)
2022-09-25Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman
2022-09-24Merge tag 'cgroup-for-6.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-09-24Merge tag 'wq-for-6.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-09-24Merge 1707c39ae309 ("Merge tag 'driver-core-6.0-rc7' of git://git.kernel.org/...Greg Kroah-Hartman
2022-09-23cgroup: use strscpy() is more robust and saferye xingchen
2022-09-23cgroup: simplify code in cgroup_apply_controlWilliam Dean
2022-09-23cgroup: Make cgroup_get_from_id() prettierTejun Heo
2022-09-23Merge branch 'for-6.0-fixes' into for-6.1Tejun Heo
2022-09-23cgroup: cgroup_get_from_id() must check the looked-up kn is a directoryMing Lei
2022-09-23livepatch: add sysfs entry "patched" for each klp_objectSong Liu
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-21bpf: Tweak definition of KF_TRUSTED_ARGSKumar Kartikeya Dwivedi
2022-09-21bpf: Always use raw spinlock for hash bucket lockHou Tao
2022-09-21bpf: Prevent bpf program recursion for raw tracepoint probesJiri Olsa
2022-09-21bpf: Add bpf_verify_pkcs7_signature() kfuncRoberto Sassu