index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-10-12
14
-82
/
+101
|
\
|
*
fork: remove duplicate included header files
Xu Panda
2022-10-12
1
-1
/
+0
|
*
relay: use kvcalloc to alloc page array in relay_alloc_page_array
wuchi
2022-10-03
1
-4
/
+1
|
*
latencytop: use the last element of latency_record of system
wuchi
2022-09-12
1
-2
/
+2
|
*
kernel/utsname_sysctl.c: print kernel arch
Petr Vorel
2022-09-12
1
-0
/
+7
|
*
kernel/profile.c: simplify duplicated code in profile_setup()
wuchi
2022-09-12
1
-18
/
+14
|
*
fail_function: fix wrong use of fei_attr_remove()
Yang Yingliang
2022-09-12
1
-1
/
+1
|
*
fail_function: refactor code of checking return value of register_kprobe()
Yang Yingliang
2022-09-12
1
-6
/
+5
|
*
fail_function: switch to memdup_user_nul() helper
Yang Yingliang
2022-09-12
1
-9
/
+4
|
*
smpboot: use atomic_try_cmpxchg in cpu_wait_death and cpu_report_death
Uros Bizjak
2022-09-12
1
-7
/
+8
|
*
task_work: use try_cmpxchg in task_work_add, task_work_cancel_match and task_...
Uros Bizjak
2022-09-12
1
-7
/
+9
|
*
kexec: replace kmap() with kmap_local_page()
Fabio M. De Francesco
2022-09-12
1
-4
/
+4
|
*
kernel: exit: cleanup release_thread()
Kefeng Wang
2022-09-12
1
-0
/
+4
|
*
panic, kexec: make __crash_kexec() NMI safe
Valentin Schneider
2022-09-12
4
-20
/
+30
|
*
kexec: turn all kexec_mutex acquisitions into trylocks
Valentin Schneider
2022-09-12
2
-5
/
+14
*
|
Merge tag 'irq-core-2022-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-10-12
1
-0
/
+24
|
\
\
|
*
|
genirq: Provide generic_handle_domain_irq_safe().
Sebastian Andrzej Siewior
2022-09-19
1
-0
/
+24
*
|
|
Merge tag 'gfs2-nopid-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-10-11
1
-0
/
+1
|
\
\
\
|
*
\
\
gfs2: Merge branch 'for-next.nopid' into for-next
Andreas Gruenbacher
2022-10-09
1
-0
/
+1
|
|
\
\
\
|
|
*
|
|
gfs2: Add glockfd debugfs file
Andreas Gruenbacher
2022-06-29
1
-0
/
+1
*
|
|
|
|
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-11
21
-88
/
+318
|
\
\
\
\
\
|
*
|
|
|
|
mm/madvise: add file and shmem support to MADV_COLLAPSE
Zach O'Keefe
2022-10-03
1
-1
/
+1
|
*
|
|
|
|
bpf: kmsan: initialize BPF registers with zeroes
Alexander Potapenko
2022-10-03
1
-1
/
+1
|
*
|
|
|
|
entry: kmsan: introduce kmsan_unpoison_entry_regs()
Alexander Potapenko
2022-10-03
1
-0
/
+5
|
*
|
|
|
|
kcov: kmsan: unpoison area->list in kcov_remote_area_put()
Alexander Potapenko
2022-10-03
1
-0
/
+7
|
*
|
|
|
|
dma: kmsan: unpoison DMA mappings
Alexander Potapenko
2022-10-03
1
-3
/
+7
|
*
|
|
|
|
kmsan: handle task creation and exiting
Alexander Potapenko
2022-10-03
2
-0
/
+4
|
*
|
|
|
|
kmsan: disable instrumentation of unsupported common kernel code
Alexander Potapenko
2022-10-03
2
-1
/
+3
|
*
|
|
|
|
hugetlb: add vma based lock for pmd sharing
Mike Kravetz
2022-10-03
1
-4
/
+2
|
*
|
|
|
|
uprobes: use new_folio in __replace_page()
Matthew Wilcox (Oracle)
2022-10-03
1
-4
/
+5
|
*
|
|
|
|
uprobes: use folios more widely in __replace_page()
Matthew Wilcox (Oracle)
2022-10-03
1
-9
/
+10
|
*
|
|
|
|
mm: remove the vma linked list
Liam R. Howlett
2022-09-27
1
-18
/
+1
|
*
|
|
|
|
bpf: remove VMA linked list
Liam R. Howlett
2022-09-27
1
-5
/
+5
|
*
|
|
|
|
fork: use VMA iterator
Matthew Wilcox (Oracle)
2022-09-27
1
-2
/
+5
|
*
|
|
|
|
sched: use maple tree iterator to walk VMAs
Matthew Wilcox (Oracle)
2022-09-27
1
-3
/
+7
|
*
|
|
|
|
perf: use VMA iterator
Matthew Wilcox (Oracle)
2022-09-27
2
-4
/
+8
|
*
|
|
|
|
acct: use VMA iterator instead of linked list
Matthew Wilcox (Oracle)
2022-09-27
1
-6
/
+5
|
*
|
|
|
|
mm: remove vmacache
Liam R. Howlett
2022-09-27
2
-17
/
+0
|
*
|
|
|
|
mm: remove rb tree.
Liam R. Howlett
2022-09-27
1
-8
/
+0
|
*
|
|
|
|
kernel/fork: use maple tree for dup_mmap() during forking
Liam R. Howlett
2022-09-27
1
-2
/
+13
|
*
|
|
|
|
mm: start tracking VMAs with maple tree
Liam R. Howlett
2022-09-27
1
-3
/
+17
|
*
|
|
|
|
mm/demotion: update node_is_toptier to work with memory tiers
Aneesh Kumar K.V
2022-09-27
1
-0
/
+1
|
*
|
|
|
|
mm: multi-gen LRU: kill switch
Yu Zhao
2022-09-27
1
-1
/
+0
|
*
|
|
|
|
mm: multi-gen LRU: support page table walks
Yu Zhao
2022-09-27
3
-0
/
+11
|
*
|
|
|
|
mm: multi-gen LRU: minimal implementation
Yu Zhao
2022-09-27
1
-0
/
+2
|
*
|
|
|
|
mm: multi-gen LRU: groundwork
Yu Zhao
2022-09-27
1
-0
/
+5
|
*
|
|
|
|
delayacct: support re-entrance detection of thrashing accounting
Yang Yang
2022-09-27
1
-2
/
+11
|
*
|
|
|
|
memory tiering: adjust hot threshold automatically
Huang Ying
2022-09-12
2
-5
/
+55
|
*
|
|
|
|
memory tiering: rate limit NUMA migration throughput
Huang Ying
2022-09-12
2
-2
/
+39
|
*
|
|
|
|
memory tiering: hot page selection with hint page fault latency
Huang Ying
2022-09-12
3
-0
/
+101
|
|
|
_
|
_
|
/
|
|
/
|
|
|
[next]