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.12.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
/
arm64
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-05
mm/debug: add tests validating architecture page table helpers
Anshuman Khandual
1
-0
/
+1
2020-06-05
arm64: add support for folded p4d page tables
Mike Rapoport
12
-104
/
+368
2020-06-04
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
7
-123
/
+18
2020-06-04
arm64: mm: use ARCH_HAS_DEBUG_WX instead of arch defined
Zong Li
2
-29
/
+1
2020-06-04
mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()
Anshuman Khandual
1
-1
/
+1
2020-06-04
mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()
Anshuman Khandual
1
-0
/
+1
2020-06-04
mm/hugetlb: define a generic fallback for is_hugepage_only_range()
Anshuman Khandual
1
-6
/
+0
2020-06-04
arm64/mm: drop __HAVE_ARCH_HUGE_PTEP_GET
Anshuman Khandual
1
-6
/
+0
2020-06-04
hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate
Mike Kravetz
1
-12
/
+4
2020-06-04
hugetlbfs: move hugepagesz= parsing to arch independent code
Mike Kravetz
1
-15
/
+0
2020-06-04
hugetlbfs: add arch_hugetlb_valid_size
Mike Kravetz
1
-4
/
+13
2020-06-04
arm64: simplify detection of memory zone boundaries for UMA configs
Mike Rapoport
1
-54
/
+0
2020-06-04
mm: use free_area_init() instead of free_area_init_nodes()
Mike Rapoport
1
-1
/
+1
2020-06-04
mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
Mike Rapoport
1
-1
/
+0
2020-06-04
mm: memblock: replace dereferences of memblock_region.nid with API calls
Mike Rapoport
1
-3
/
+6
2020-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
9
-3
/
+121
2020-06-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
50
-494
/
+20053
2020-06-02
Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2
-5
/
+32
2020-06-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-5
/
+6
2020-06-02
arm64: use __vmalloc_node in arch_alloc_vmap_stack
Christoph Hellwig
1
-4
/
+2
2020-06-02
mm: enforce that vmap can't map pages executable
Christoph Hellwig
1
-0
/
+3
2020-06-02
mm: ptdump: expand type of 'val' in note_page()
Steven Price
1
-1
/
+1
2020-06-02
Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2
-1
/
+3
2020-06-02
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
95
-766
/
+1833
2020-06-01
Merge tag 'efi-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-11
/
+3
2020-06-01
Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-37
/
+63
2020-06-01
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
4
-6
/
+2
2020-06-01
Merge branches 'acpi-apei', 'acpi-pmic', 'acpi-video' and 'acpi-dptf'
Rafael J. Wysocki
2
-5
/
+32
2020-06-01
Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
50
-480
/
+20041
2020-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-3
/
+3
2020-05-30
Merge tag 'armsoc-fixes-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+2
2020-05-29
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-1
/
+1
2020-05-28
Merge branch 'for-next/scs' into for-next/core
Will Deacon
15
-9
/
+143
2020-05-28
Merge branch 'for-next/kvm/errata' into for-next/core
Will Deacon
9
-77
/
+68
2020-05-28
Merge branch 'for-next/bti' into for-next/core
Will Deacon
53
-182
/
+735
2020-05-28
Merge branches 'for-next/acpi', 'for-next/bpf', 'for-next/cpufeature', 'for-n...
Will Deacon
50
-504
/
+893
2020-05-28
KVM: arm64: Move __load_guest_stage2 to kvm_mmu.h
Marc Zyngier
2
-18
/
+17
2020-05-28
KVM: arm64: Check advertised Stage-2 page size capability
Marc Zyngier
4
-3
/
+57
2020-05-28
KVM: arm64: Drop obsolete comment about sys_reg ordering
Marc Zyngier
1
-5
/
+1
2020-05-28
KVM: arm64: Parametrize exception entry with a target EL
Marc Zyngier
2
-37
/
+39
2020-05-28
arm64/kernel: Fix return value when cpu_online() fails in __cpu_up()
Nobuhiro Iwamatsu
1
-1
/
+1
2020-05-28
KVM: arm64: Don't use empty structures as CPU reset state
Marc Zyngier
1
-12
/
+9
2020-05-28
KVM: arm64: Move sysreg reset check to boot time
Marc Zyngier
1
-37
/
+35
2020-05-28
KVM: arm64: Add missing reset handlers for PMU emulation
Marc Zyngier
1
-3
/
+3
2020-05-28
KVM: arm64: Refactor vcpu_{read,write}_sys_reg
Marc Zyngier
1
-57
/
+71
2020-05-28
KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpu
Christoffer Dall
6
-52
/
+50
2020-05-27
arm64/cpufeature: Add get_arm64_ftr_reg_nowarn()
Anshuman Khandual
1
-10
/
+34
2020-05-25
KVM: arm64: Remove obsolete kvm_virt_to_phys abstraction
Andrew Scull
2
-5
/
+3
2020-05-25
KVM: arm64: Fix incorrect comment on kvm_get_hyp_vector()
David Brazdil
1
-1
/
+1
2020-05-25
KVM: arm64: Clean up cpu_init_hyp_mode()
David Brazdil
3
-40
/
+29
[next]