index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2022-10-03
bpf: kmsan: initialize BPF registers with zeroes
Alexander Potapenko
2022-10-03
entry: kmsan: introduce kmsan_unpoison_entry_regs()
Alexander Potapenko
2022-10-03
kcov: kmsan: unpoison area->list in kcov_remote_area_put()
Alexander Potapenko
2022-10-03
dma: kmsan: unpoison DMA mappings
Alexander Potapenko
2022-10-03
kmsan: handle task creation and exiting
Alexander Potapenko
2022-10-03
kmsan: disable instrumentation of unsupported common kernel code
Alexander Potapenko
2022-10-03
hugetlb: add vma based lock for pmd sharing
Mike Kravetz
2022-10-03
uprobes: use new_folio in __replace_page()
Matthew Wilcox (Oracle)
2022-10-03
uprobes: use folios more widely in __replace_page()
Matthew Wilcox (Oracle)
2022-09-26
mm: remove the vma linked list
Liam R. Howlett
2022-09-26
bpf: remove VMA linked list
Liam R. Howlett
2022-09-26
fork: use VMA iterator
Matthew Wilcox (Oracle)
2022-09-26
sched: use maple tree iterator to walk VMAs
Matthew Wilcox (Oracle)
2022-09-26
perf: use VMA iterator
Matthew Wilcox (Oracle)
2022-09-26
acct: use VMA iterator instead of linked list
Matthew Wilcox (Oracle)
2022-09-26
mm: remove vmacache
Liam R. Howlett
2022-09-26
mm: remove rb tree.
Liam R. Howlett
2022-09-26
kernel/fork: use maple tree for dup_mmap() during forking
Liam R. Howlett
2022-09-26
mm: start tracking VMAs with maple tree
Liam R. Howlett
2022-09-26
mm/demotion: update node_is_toptier to work with memory tiers
Aneesh Kumar K.V
2022-09-26
mm: multi-gen LRU: kill switch
Yu Zhao
2022-09-26
mm: multi-gen LRU: support page table walks
Yu Zhao
2022-09-26
mm: multi-gen LRU: minimal implementation
Yu Zhao
2022-09-26
mm: multi-gen LRU: groundwork
Yu Zhao
2022-09-26
delayacct: support re-entrance detection of thrashing accounting
Yang Yang
2022-09-11
memory tiering: adjust hot threshold automatically
Huang Ying
2022-09-11
memory tiering: rate limit NUMA migration throughput
Huang Ying
2022-09-11
memory tiering: hot page selection with hint page fault latency
Huang Ying
2022-08-28
Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2022-08-28
vmcoreinfo: add kallsyms_num_syms symbol
Stephen Brennan
2022-08-27
Merge tag 'audit-pr-20220826' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-08-26
wait_on_bit: add an acquire memory barrier
Mikulas Patocka
2022-08-25
audit: move audit_return_fixup before the filters
Richard Guy Briggs
2022-08-25
Merge tag 'cgroup-for-6.0-rc2-fixes-2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-08-25
cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
Tetsuo Handa
2022-08-24
Merge tag 'trace-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2022-08-23
Merge tag 'cgroup-for-6.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-08-23
Merge tag 'audit-pr-20220823' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-08-23
Merge tag 'mm-hotfixes-stable-2022-08-22' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2022-08-23
Merge tag 'linux-kselftest-kunit-fixes-6.0-rc3' of git://git.kernel.org/pub/s...
Linus Torvalds
2022-08-23
cgroup: Fix race condition at rebind_subsystems()
Jing-Ting Wu
2022-08-22
audit: fix potential double free on error path from fsnotify_add_inode_mark
Gaosheng Cui
2022-08-22
ftrace: Fix build warning for ops_references_rec() not used
Wang Jingjin
2022-08-21
Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-08-21
tracing: Have filter accept "common_cpu" to be consistent
Steven Rostedt (Google)
2022-08-21
tracing/probes: Have kprobes and uprobes use $COMM too
Steven Rostedt (Google)
2022-08-21
tracing/eprobes: Have event probes be consistent with kprobes and uprobes
Steven Rostedt (Google)
2022-08-21
tracing/eprobes: Fix reading of string fields
Steven Rostedt (Google)
2022-08-21
tracing/eprobes: Do not hardcode $comm as a string
Steven Rostedt (Google)
2022-08-21
tracing/eprobes: Do not allow eprobes to use $stack, or % for regs
Steven Rostedt (Google)
[next]