index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'usb-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2019-10-12
3
-0
/
+6
|
\
|
*
ARM: dts: sunxi: Revert phy-names removal for ECHI and OHCI
Maxime Ripard
2019-10-04
3
-0
/
+6
*
|
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2019-10-09
14
-94
/
+90
|
\
\
|
*
|
arm64: armv8_deprecated: Checking return value for memory allocation
Yunfeng Ye
2019-10-08
1
-0
/
+5
|
*
|
arm64: Kconfig: Make CONFIG_COMPAT_VDSO a proper Kconfig option
Will Deacon
2019-10-07
2
-7
/
+13
|
*
|
arm64: vdso32: Rename COMPATCC to CC_COMPAT
Will Deacon
2019-10-07
1
-13
/
+13
|
*
|
arm64: vdso32: Pass '--target' option to clang via VDSO_CAFLAGS
Will Deacon
2019-10-07
1
-1
/
+5
|
*
|
arm64: vdso32: Don't use KBUILD_CPPFLAGS unconditionally
Will Deacon
2019-10-07
1
-4
/
+2
|
*
|
arm64: vdso32: Move definition of COMPATCC into vdso32/Makefile
Will Deacon
2019-10-07
2
-7
/
+6
|
*
|
arm64: Default to building compat vDSO with clang when CONFIG_CC_IS_CLANG
Will Deacon
2019-10-07
1
-0
/
+4
|
*
|
arm64: vdso32: Remove jump label config option in Makefile
Vincenzo Frascino
2019-10-07
1
-3
/
+0
|
*
|
arm64: vdso32: Detect binutils support for dmb ishld
Vincenzo Frascino
2019-10-07
2
-1
/
+10
|
*
|
arm64: vdso: Remove stale files from old assembly implementation
Vincenzo Frascino
2019-10-07
2
-33
/
+0
|
*
|
arm64: vdso32: Fix broken compat vDSO build warnings
Vincenzo Frascino
2019-10-07
3
-16
/
+6
|
*
|
arm64: mm: fix spurious fault detection
Mark Rutland
2019-10-07
1
-1
/
+1
|
*
|
arm64: ftrace: Ensure synchronisation in PLT setup for Neoverse-N1 #1542419
James Morse
2019-10-04
1
-3
/
+9
|
*
|
arm64: Fix incorrect irqflag restore for priority masking for compat
James Morse
2019-10-04
1
-0
/
+1
|
*
|
arm64: mm: avoid virt_to_phys(init_mm.pgd)
Mark Rutland
2019-10-04
1
-1
/
+10
|
*
|
arm64: cpufeature: Effectively expose FRINT capability to userspace
Julien Grall
2019-10-04
1
-0
/
+1
|
*
|
arm64: Mark functions using explicit register variables as '__always_inline'
Will Deacon
2019-10-04
1
-2
/
+4
|
*
|
arm64/sve: Fix wrong free for task->thread.sve_state
Masayoshi Mizuma
2019-10-01
1
-17
/
+15
|
*
|
arm64: errata: Update stale comment
Thierry Reding
2019-10-01
1
-2
/
+2
|
|
/
*
|
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
2019-10-05
1
-1
/
+1
|
\
\
|
*
|
arm64/ARM: configs: Change CONFIG_REMOTEPROC from m to y
Keerthy
2019-09-30
1
-1
/
+1
|
|
/
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-10-04
3
-53
/
+24
|
\
\
|
*
\
Merge tag 'kvmarm-fixes-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2019-10-03
3
-53
/
+24
|
|
\
\
|
|
*
|
arm64: KVM: Kill hyp_alternate_select()
Marc Zyngier
2019-09-09
1
-24
/
+0
|
|
*
|
arm64: KVM: Replace hyp_alternate_select with has_vhe()
Marc Zyngier
2019-09-09
1
-14
/
+22
|
|
*
|
arm64: KVM: Drop hyp_alternate_select for checking for ARM64_WORKAROUND_834220
Marc Zyngier
2019-09-09
1
-15
/
+2
*
|
|
|
Merge tag 'for-linus-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-10-04
2
-8
/
+0
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
xen/efi: have a common runtime setup function
Juergen Gross
2019-10-02
2
-8
/
+0
*
|
|
|
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-09-28
1
-3
/
+3
|
\
\
\
\
|
*
|
|
|
kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
Jiri Bohac
2019-08-19
1
-3
/
+3
*
|
|
|
|
mm: treewide: clarify pgtable_page_{ctor,dtor}() naming
Mark Rutland
2019-09-26
2
-2
/
+2
*
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-09-24
8
-90
/
+3
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
arm64, mm: make randomization selected by generic topdown mmap layout
Alexandre Ghiti
2019-09-24
2
-9
/
+0
|
*
|
|
|
arm64, mm: move generic mmap layout functions to mm
Alexandre Ghiti
2019-09-24
3
-78
/
+1
|
*
|
|
|
arm64: consider stack randomization for mmap base only when necessary
Alexandre Ghiti
2019-09-24
1
-1
/
+5
|
*
|
|
|
arm64: make use of is_compat_task instead of hardcoding this test
Alexandre Ghiti
2019-09-24
1
-1
/
+1
|
*
|
|
|
mm: consolidate pgtable_cache_init() and pgd_cache_init()
Mike Rapoport
2019-09-24
2
-3
/
+1
|
*
|
|
|
mm: remove quicklist page table caches
Nicholas Piggin
2019-09-24
1
-2
/
+0
|
*
|
|
|
mm: introduce page_size()
Matthew Wilcox (Oracle)
2019-09-24
1
-2
/
+1
*
|
|
|
|
Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-09-23
8
-19
/
+64
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Merge branch 'lorenzo/pci/tegra'
Bjorn Helgaas
2019-09-23
3
-2
/
+64
|
|
\
\
\
\
|
|
*
|
|
|
arm64: tegra: Add PCIe slot supply information in p2972-0000 platform
Vidya Sagar
2019-09-20
2
-1
/
+27
|
|
*
|
|
|
arm64: tegra: Add configuration for PCIe C5 sideband signals
Vidya Sagar
2019-09-20
1
-1
/
+37
|
*
|
|
|
|
arm64: dts: fsl: Remove num-lanes property from PCIe nodes
Hou Zhiqiang
2019-08-22
5
-17
/
+0
|
|
/
/
/
/
*
|
|
|
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2019-09-21
2
-0
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
scsi: arm64: dts: qcom: sdm845: Specify UFS device-reset GPIO
Bjorn Andersson
2019-09-07
2
-0
/
+4
|
|
/
/
/
/
*
|
|
|
|
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2019-09-20
12
-45
/
+1141
|
\
\
\
\
\
[next]