index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-27
riscv: use vma iterator for vdso
Liam R. Howlett
1
-1
/
+2
2022-09-27
um: remove vma linked list walk
Matthew Wilcox (Oracle)
1
-8
/
+6
2022-09-27
xtensa: remove vma linked list walks
Matthew Wilcox (Oracle)
1
-6
/
+12
2022-09-27
x86: remove vma linked list walks
Matthew Wilcox (Oracle)
1
-4
/
+5
2022-09-27
s390: remove vma linked list walks
Matthew Wilcox (Oracle)
2
-3
/
+6
2022-09-27
powerpc: remove mmap linked list walks
Matthew Wilcox (Oracle)
3
-19
/
+11
2022-09-27
parisc: remove mmap linked list from cache handling
Matthew Wilcox (Oracle)
1
-2
/
+7
2022-09-27
arm64: Change elfcore for_each_mte_vma() to use VMA iterator
Liam R. Howlett
1
-6
/
+10
2022-09-27
arm64: remove mmap linked list from vdso
Matthew Wilcox (Oracle)
1
-1
/
+2
2022-09-27
mm: remove rb tree.
Liam R. Howlett
1
-1
/
+0
2022-09-27
mm: start tracking VMAs with maple tree
Liam R. Howlett
1
-0
/
+1
2022-09-27
mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
Yu Zhao
4
-2
/
+15
2022-09-27
mm: x86, arm64: add arch_has_hw_pte_young()
Yu Zhao
2
-16
/
+5
2022-09-27
mm/swap: cache maximum swapfile size when init swap
Peter Xu
1
-1
/
+1
2022-09-27
mm/swap: add swp_offset_pfn() to fetch PFN from swap entry
Peter Xu
1
-1
/
+1
2022-09-27
mm/x86: use SWP_TYPE_BITS in 3-level swap macros
Peter Xu
1
-4
/
+4
2022-09-26
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
3
-10
/
+4
2022-09-26
x86/uaccess: avoid check_object_size() in copy_from_user_nmi()
Kees Cook
1
-1
/
+1
2022-09-26
powerpc/64s/radix: don't need to broadcast IPI for radix pmd collapse flush
Yang Shi
1
-9
/
+0
2022-09-12
s390/hugetlb: switch to generic version of follow_huge_pud()
Gerald Schaefer
1
-10
/
+0
2022-09-12
arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER
Zi Yan
23
-25
/
+25
2022-09-12
mm/madvise: introduce MADV_COLLAPSE sync hugepage collapse
Zach O'Keefe
4
-0
/
+8
2022-09-12
x86/mm: disable instrumentations of mm/pgprot.c
Naohiro Aota
1
-0
/
+3
2022-08-28
Merge tag 'x86-urgent-2022-08-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
12
-72
/
+150
2022-08-28
Merge tag 'perf-urgent-2022-08-28' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-7
/
+36
2022-08-28
Merge tag 's390-6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
2
-7
/
+19
2022-08-28
Merge tag 'for-linus-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+0
2022-08-27
provide arch_test_bit_acquire for architectures that define test_bit
Mikulas Patocka
6
-33
/
+25
2022-08-27
perf/x86/intel/uncore: Fix broken read_counter() for SNB IMC PMU
Stephane Eranian
1
-1
/
+17
2022-08-26
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
16
-53
/
+117
2022-08-26
Merge tag 'riscv-for-linus-6.0-rc3' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-10
/
+19
2022-08-26
Merge tag 'loongarch-fixes-6.0-1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
13
-98
/
+164
2022-08-26
wait_on_bit: add an acquire memory barrier
Mikulas Patocka
1
-0
/
+21
2022-08-26
Merge branch 'riscv-variable_fixes_without_kvm' of git://git.kernel.org/pub/s...
Palmer Dabbelt
4
-1
/
+17
2022-08-26
Merge tag 'dt-fixes-for-palmer-6.0-rc3' of git://git.kernel.org/pub/scm/linux...
Palmer Dabbelt
3
-9
/
+2
2022-08-25
x86/sev: Mark snp_abort() noreturn
Borislav Petkov
2
-2
/
+2
2022-08-25
s390/mm: do not trigger write fault when vma does not allow VM_WRITE
Gerald Schaefer
1
-1
/
+3
2022-08-25
s390: fix double free of GS and RI CBs on fork() failure
Brian Foster
1
-6
/
+16
2022-08-25
xen: x86: remove setting the obsolete config XEN_MAX_DOMAIN_MEMORY
Lukas Bulwahn
1
-1
/
+0
2022-08-25
LoongArch: mm: Avoid unnecessary page fault retires on shared memory types
Huacai Chen
1
-0
/
+4
2022-08-25
LoongArch: Add subword xchg/cmpxchg emulation
Huacai Chen
2
-1
/
+105
2022-08-25
LoongArch: Cleanup headers to avoid circular dependency
Huacai Chen
5
-33
/
+22
2022-08-25
LoongArch: Cleanup reset routines with new API
Huacai Chen
2
-58
/
+21
2022-08-25
LoongArch: Fix build warnings in VDSO
Huacai Chen
2
-6
/
+11
2022-08-25
LoongArch: Select PCI_QUIRKS to avoid build error
Huacai Chen
1
-0
/
+1
2022-08-24
x86/sev: Don't use cc_platform_has() for early SEV-SNP calls
Tom Lendacky
1
-2
/
+14
2022-08-24
x86/boot: Don't propagate uninitialized boot_params->cc_blob_address
Michael Roth
2
-1
/
+19
2022-08-24
riscv: dts: microchip: mpfs: remove pci axi address translation property
Conor Dooley
1
-1
/
+0
2022-08-24
riscv: dts: microchip: mpfs: remove bogus card-detect-delay
Conor Dooley
2
-2
/
+0
2022-08-24
riscv: dts: microchip: mpfs: remove ti,fifo-depth property
Conor Dooley
2
-4
/
+0
[next]