aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-10-03dma: kmsan: unpoison DMA mappingsGravatar Alexander Potapenko 1-3/+7
2022-10-03kmsan: handle task creation and exitingGravatar Alexander Potapenko 2-0/+4
2022-10-03kmsan: disable instrumentation of unsupported common kernel codeGravatar Alexander Potapenko 2-1/+3
2022-10-03hugetlb: add vma based lock for pmd sharingGravatar Mike Kravetz 1-4/+2
2022-10-03uprobes: use new_folio in __replace_page()Gravatar Matthew Wilcox (Oracle) 1-4/+5
2022-10-03uprobes: use folios more widely in __replace_page()Gravatar Matthew Wilcox (Oracle) 1-9/+10
2022-09-26mm: remove the vma linked listGravatar Liam R. Howlett 1-18/+1
2022-09-26bpf: remove VMA linked listGravatar Liam R. Howlett 1-5/+5
2022-09-26fork: use VMA iteratorGravatar Matthew Wilcox (Oracle) 1-2/+5
2022-09-26sched: use maple tree iterator to walk VMAsGravatar Matthew Wilcox (Oracle) 1-3/+7
2022-09-26perf: use VMA iteratorGravatar Matthew Wilcox (Oracle) 2-4/+8
2022-09-26acct: use VMA iterator instead of linked listGravatar Matthew Wilcox (Oracle) 1-6/+5
2022-09-26mm: remove vmacacheGravatar Liam R. Howlett 2-17/+0
2022-09-26mm: remove rb tree.Gravatar Liam R. Howlett 1-8/+0
2022-09-26kernel/fork: use maple tree for dup_mmap() during forkingGravatar Liam R. Howlett 1-2/+13
2022-09-26mm: start tracking VMAs with maple treeGravatar Liam R. Howlett 1-3/+17
2022-09-26mm/demotion: update node_is_toptier to work with memory tiersGravatar Aneesh Kumar K.V 1-0/+1
2022-09-26mm: multi-gen LRU: kill switchGravatar Yu Zhao 1-1/+0
2022-09-26mm: multi-gen LRU: support page table walksGravatar Yu Zhao 3-0/+11
2022-09-26mm: multi-gen LRU: minimal implementationGravatar Yu Zhao 1-0/+2
2022-09-26mm: multi-gen LRU: groundworkGravatar Yu Zhao 1-0/+5
2022-09-26delayacct: support re-entrance detection of thrashing accountingGravatar Yang Yang 1-2/+11
2022-09-11memory tiering: adjust hot threshold automaticallyGravatar Huang Ying 2-5/+55
2022-09-11memory tiering: rate limit NUMA migration throughputGravatar Huang Ying 2-2/+39
2022-09-11memory tiering: hot page selection with hint page fault latencyGravatar Huang Ying 3-0/+101
2022-08-28Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-0/+1
2022-08-28vmcoreinfo: add kallsyms_num_syms symbolGravatar Stephen Brennan 1-0/+1
2022-08-27Merge tag 'audit-pr-20220826' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2022-08-26wait_on_bit: add an acquire memory barrierGravatar Mikulas Patocka 1-1/+1
2022-08-25audit: move audit_return_fixup before the filtersGravatar Richard Guy Briggs 1-2/+2
2022-08-25Merge tag 'cgroup-for-6.0-rc2-fixes-2' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+2
2022-08-25cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()Gravatar Tetsuo Handa 1-0/+2
2022-08-24Merge tag 'trace-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-46/+33
2022-08-23Merge tag 'cgroup-for-6.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-33/+60
2022-08-23Merge tag 'audit-pr-20220823' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2022-08-23Merge tag 'mm-hotfixes-stable-2022-08-22' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 2-4/+6
2022-08-23Merge tag 'linux-kselftest-kunit-fixes-6.0-rc3' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-1/+1
2022-08-23cgroup: Fix race condition at rebind_subsystems()Gravatar Jing-Ting Wu 1-0/+1
2022-08-22audit: fix potential double free on error path from fsnotify_add_inode_markGravatar Gaosheng Cui 1-0/+1
2022-08-22ftrace: Fix build warning for ops_references_rec() not usedGravatar Wang Jingjin 1-46/+33
2022-08-21Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-21/+119
2022-08-21tracing: Have filter accept "common_cpu" to be consistentGravatar Steven Rostedt (Google) 1-0/+1
2022-08-21tracing/probes: Have kprobes and uprobes use $COMM tooGravatar Steven Rostedt (Google) 1-2/+3
2022-08-21tracing/eprobes: Have event probes be consistent with kprobes and uprobesGravatar Steven Rostedt (Google) 1-6/+64
2022-08-21tracing/eprobes: Fix reading of string fieldsGravatar Steven Rostedt (Google) 1-0/+21
2022-08-21tracing/eprobes: Do not hardcode $comm as a stringGravatar Steven Rostedt (Google) 1-2/+3
2022-08-21tracing/eprobes: Do not allow eprobes to use $stack, or % for regsGravatar Steven Rostedt (Google) 1-8/+13
2022-08-21ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadGravatar Yang Jihong 1-0/+10
2022-08-21tracing/perf: Fix double put of trace event when init failsGravatar Steven Rostedt (Google) 1-3/+4
2022-08-21tracing: React to error return from traceprobe_parse_event_name()Gravatar Lukas Bulwahn 1-1/+1