summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-10-03mm/madvise: add file and shmem support to MADV_COLLAPSEZach O'Keefe
2022-10-03bpf: kmsan: initialize BPF registers with zeroesAlexander Potapenko
2022-10-03entry: kmsan: introduce kmsan_unpoison_entry_regs()Alexander Potapenko
2022-10-03kcov: kmsan: unpoison area->list in kcov_remote_area_put()Alexander Potapenko
2022-10-03dma: kmsan: unpoison DMA mappingsAlexander Potapenko
2022-10-03kmsan: handle task creation and exitingAlexander Potapenko
2022-10-03kmsan: disable instrumentation of unsupported common kernel codeAlexander Potapenko
2022-10-03hugetlb: add vma based lock for pmd sharingMike Kravetz
2022-10-03uprobes: use new_folio in __replace_page()Matthew Wilcox (Oracle)
2022-10-03uprobes: use folios more widely in __replace_page()Matthew Wilcox (Oracle)
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-11memory tiering: adjust hot threshold automaticallyHuang Ying
2022-09-11memory tiering: rate limit NUMA migration throughputHuang Ying
2022-09-11memory tiering: hot page selection with hint page fault latencyHuang Ying
2022-08-28Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-08-28vmcoreinfo: add kallsyms_num_syms symbolStephen Brennan
2022-08-27Merge tag 'audit-pr-20220826' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-08-26wait_on_bit: add an acquire memory barrierMikulas Patocka
2022-08-25audit: move audit_return_fixup before the filtersRichard Guy Briggs
2022-08-25Merge tag 'cgroup-for-6.0-rc2-fixes-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-08-25cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()Tetsuo Handa
2022-08-24Merge tag 'trace-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2022-08-23Merge tag 'cgroup-for-6.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-08-23Merge tag 'audit-pr-20220823' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-08-23Merge tag 'mm-hotfixes-stable-2022-08-22' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-08-23Merge tag 'linux-kselftest-kunit-fixes-6.0-rc3' of git://git.kernel.org/pub/s...Linus Torvalds
2022-08-23cgroup: Fix race condition at rebind_subsystems()Jing-Ting Wu
2022-08-22audit: fix potential double free on error path from fsnotify_add_inode_markGaosheng Cui
2022-08-22ftrace: Fix build warning for ops_references_rec() not usedWang Jingjin
2022-08-21Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-08-21tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)
2022-08-21tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)
2022-08-21tracing/eprobes: Have event probes be consistent with kprobes and uprobesSteven Rostedt (Google)
2022-08-21tracing/eprobes: Fix reading of string fieldsSteven Rostedt (Google)
2022-08-21tracing/eprobes: Do not hardcode $comm as a stringSteven Rostedt (Google)