summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-10-04uprobes: use new_folio in __replace_page()Matthew Wilcox (Oracle)1-4/+5
2022-10-04uprobes: use folios more widely in __replace_page()Matthew Wilcox (Oracle)1-9/+10
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-12memory tiering: adjust hot threshold automaticallyHuang Ying2-5/+55
2022-09-12memory tiering: rate limit NUMA migration throughputHuang Ying2-2/+39
2022-09-12memory tiering: hot page selection with hint page fault latencyHuang Ying3-0/+101
2022-08-29Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2022-08-29vmcoreinfo: add kallsyms_num_syms symbolStephen Brennan1-0/+1
2022-08-28Merge tag 'audit-pr-20220826' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2022-08-26wait_on_bit: add an acquire memory barrierMikulas Patocka1-1/+1
2022-08-26audit: move audit_return_fixup before the filtersRichard Guy Briggs1-2/+2
2022-08-25Merge tag 'cgroup-for-6.0-rc2-fixes-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+2
2022-08-25cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()Tetsuo Handa1-0/+2
2022-08-24Merge tag 'trace-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-46/+33
2022-08-24Merge tag 'cgroup-for-6.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-33/+60
2022-08-24Merge tag 'audit-pr-20220823' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2022-08-23Merge tag 'mm-hotfixes-stable-2022-08-22' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-4/+6
2022-08-23Merge tag 'linux-kselftest-kunit-fixes-6.0-rc3' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2022-08-23cgroup: Fix race condition at rebind_subsystems()Jing-Ting Wu1-0/+1
2022-08-23audit: fix potential double free on error path from fsnotify_add_inode_markGaosheng Cui1-0/+1
2022-08-22ftrace: Fix build warning for ops_references_rec() not usedWang Jingjin1-46/+33
2022-08-22Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-21/+119
2022-08-21tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)1-0/+1
2022-08-21tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)1-2/+3
2022-08-21tracing/eprobes: Have event probes be consistent with kprobes and uprobesSteven Rostedt (Google)1-6/+64
2022-08-21tracing/eprobes: Fix reading of string fieldsSteven Rostedt (Google)1-0/+21
2022-08-21tracing/eprobes: Do not hardcode $comm as a stringSteven Rostedt (Google)1-2/+3
2022-08-21tracing/eprobes: Do not allow eprobes to use $stack, or % for regsSteven Rostedt (Google)1-8/+13
2022-08-21ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong1-0/+10
2022-08-21tracing/perf: Fix double put of trace event when init failsSteven Rostedt (Google)1-3/+4
2022-08-21tracing: React to error return from traceprobe_parse_event_name()Lukas Bulwahn1-1/+1
2022-08-21kprobes: don't call disarm_kprobe() for disabled kprobesKuniyuki Iwashima1-4/+5
2022-08-21kernel/sys_ni: add compat entry for fadvise64_64Randy Dunlap1-0/+1
2022-08-19Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+1
2022-08-18net: Fix suspicious RCU usage in bpf_sk_reuseport_detach()David Howells1-1/+1