index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-36
/
+23
2022-11-04
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2
-10
/
+35
2022-11-04
Merge tag 'efi-fixes-for-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-2
/
+69
2022-11-03
arm64: cpufeature: Fix the visibility of compat hwcaps
Amit Daniel Kachhap
1
-9
/
+33
2022-11-03
arm64: efi: Recover from synchronous exceptions occurring in firmware
Ard Biesheuvel
4
-2
/
+69
2022-11-02
Merge tag 'juno-fix-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/sud...
Arnd Bergmann
1
-0
/
+14
2022-11-01
arm64: entry: avoid kprobe recursion
Mark Rutland
1
-1
/
+2
2022-11-01
KVM: arm64: Fix SMPRI_EL1/TPIDR2_EL0 trapping on VHE
Marc Zyngier
3
-34
/
+20
2022-11-01
arm64: dts: juno: Add thermal critical trip points
Cristian Marussi
1
-0
/
+14
2022-11-01
Merge tag 'imx-fixes-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...
Arnd Bergmann
9
-38
/
+57
2022-10-29
arm64: dts: ls208xa: specify clock frequencies for the MDIO controllers
Ioana Ciornei
1
-0
/
+6
2022-10-29
arm64: dts: ls1088a: specify clock frequencies for the MDIO controllers
Ioana Ciornei
1
-0
/
+6
2022-10-29
arm64: dts: lx2160a: specify clock frequencies for the MDIO controllers
Ioana Ciornei
1
-0
/
+6
2022-10-29
arm64: dts: imx93: correct gpio-ranges
Peng Fan
1
-4
/
+5
2022-10-29
arm64: dts: imx93: correct s4mu interrupt names
Peng Fan
1
-1
/
+1
2022-10-29
arm64: dts: imx8: correct clock order
Peng Fan
1
-9
/
+9
2022-10-29
arm64: dts: imx8mn: Correct the usb power domain
Li Jun
1
-1
/
+2
2022-10-29
arm64: dts: imx8mn: remove otg1 power domain dependency on hsio
Li Jun
1
-1
/
+0
2022-10-29
arm64: dts: imx8mm: correct usb power domains
Li Jun
1
-2
/
+4
2022-10-29
arm64: dts: imx8mm: remove otg1/2 power domain dependency on hsio
Li Jun
1
-2
/
+0
2022-10-29
arm64: dts: verdin-imx8mp: fix ctrl_sleep_moci
Max Krummenacher
1
-10
/
+10
2022-10-27
KVM: arm64: Fix bad dereference on MTE-enabled systems
Ryan Roberts
1
-1
/
+2
2022-10-25
KVM: arm64: Use correct accessor to parse stage-1 PTEs
Quentin Perret
1
-1
/
+1
2022-10-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
6
-31
/
+33
2022-10-23
arm64: dts: imx8mm: Enable CPLD_Dn pull down resistor on MX8Menlo
Marek Vasut
1
-8
/
+8
2022-10-22
Merge tag 'kvmarm-fixes-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2
-1
/
+8
2022-10-22
Merge tag 'kvmarm-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
5
-30
/
+25
2022-10-20
ftrace,kcfi: Separate ftrace_stub() and ftrace_stub_graph()
Peter Zijlstra
1
-1
/
+6
2022-10-16
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-2
/
+2
2022-10-15
KVM: arm64: vgic: Fix exit condition in scan_its_table()
Eric Ren
1
-1
/
+4
2022-10-15
KVM: arm64: nvhe: Fix build with profile optimization
Denis Nikitin
1
-0
/
+4
2022-10-14
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
7
-4
/
+46
2022-10-12
Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-7
/
+0
2022-10-12
arm64: Add AMPERE1 to the Spectre-BHB affected list
D Scott Phillips
2
-0
/
+10
2022-10-12
arm64: mte: Avoid setting PG_mte_tagged if no tags cleared or restored
Catalin Marinas
2
-3
/
+13
2022-10-11
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
9
-97
/
+147
2022-10-11
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
1
-1
/
+1
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-1
/
+1
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5
-22
/
+16
2022-10-10
Merge tag 'hyperv-next-signed-20221009' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-1
/
+1
2022-10-10
Merge tag 'iommu-updates-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-2
/
+1
2022-10-10
Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
3
-73
/
+210
2022-10-10
Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2
-5
/
+2
2022-10-09
Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-40
/
+0
2022-10-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-5
/
+32
2022-10-09
Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-15
/
+14
2022-10-09
KVM: arm64: Enable stack protection and branch profiling for VHE
Vincent Donnefort
2
-4
/
+4
2022-10-09
KVM: arm64: Limit stage2_apply_range() batch size to largest block
Oliver Upton
2
-21
/
+8
2022-10-09
KVM: arm64: Work out supported block level at compile time
Oliver Upton
1
-5
/
+13
2022-10-08
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2
-2
/
+2
[next]