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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
arch: remove redundant UAPI generic-y defines
Masahiro Yamada
2019-01-06
1
-17
/
+0
*
arch: remove stale comments "UAPI Header export list"
Masahiro Yamada
2019-01-06
1
-1
/
+0
*
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2019-01-05
6
-55
/
+110
|
\
|
*
arm64: compat: Hook up io_pgetevents() for 32-bit tasks
Will Deacon
2019-01-04
2
-1
/
+3
|
*
arm64: compat: Avoid sending SIGILL for unallocated syscall numbers
Will Deacon
2019-01-04
1
-2
/
+3
|
*
arm64/sve: Disentangle <uapi/asm/ptrace.h> from <uapi/asm/sigcontext.h>
Dave Martin
2019-01-04
3
-49
/
+99
|
*
arm64/sve: ptrace: Fix SVE_PT_REGS_OFFSET definition
Dave Martin
2019-01-04
1
-1
/
+1
|
*
arm64: smp: Fix compilation error
Shaokun Zhang
2019-01-03
1
-3
/
+5
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-01-05
1
-2
/
+2
|
\
\
|
*
|
mm: treewide: remove unused address argument from pte_alloc functions
Joel Fernandes (Google)
2019-01-04
1
-2
/
+2
*
|
|
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-03
2
-5
/
+5
|
/
/
*
|
Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-12-28
1
-8
/
+0
|
\
\
|
*
\
Merge branch 'yaml-bindings-for-v4.21' into dt/next
Rob Herring
2018-12-13
1
-0
/
+8
|
|
\
\
|
*
|
|
of/fdt: Remove custom __early_init_dt_declare_initrd() implementation
Florian Fainelli
2018-11-26
1
-8
/
+0
*
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-12-28
5
-18
/
+43
|
\
\
\
\
|
*
|
|
|
kasan, mm, arm64: tag non slab memory allocated via pagealloc
Andrey Konovalov
2018-12-28
1
-1
/
+7
|
*
|
|
|
kasan, arm64: add brk handler for inline instrumentation
Andrey Konovalov
2018-12-28
1
-0
/
+2
|
*
|
|
|
kasan, arm64: enable top byte ignore for the kernel
Andrey Konovalov
2018-12-28
1
-0
/
+1
|
*
|
|
|
kasan, arm64: untag address in _virt_addr_is_linear
Andrey Konovalov
2018-12-28
1
-3
/
+4
|
*
|
|
|
kasan: add tag related helper functions
Andrey Konovalov
2018-12-28
2
-2
/
+18
|
*
|
|
|
arm64: move untagged_addr macro from uaccess.h to memory.h
Andrey Konovalov
2018-12-28
2
-7
/
+8
|
*
|
|
|
kasan, arm64: adjust shadow size for tag-based mode
Andrey Konovalov
2018-12-28
1
-5
/
+3
*
|
|
|
|
Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2018-12-28
1
-7
/
+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
arm64: default to the direct mapping in get_arch_dma_ops
Christoph Hellwig
2018-12-19
1
-5
/
+1
|
*
|
|
|
dma-mapping: factor out dummy DMA ops
Robin Murphy
2018-12-13
1
-3
/
+1
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-12-27
1
-1
/
+4
|
\
\
\
\
\
|
*
\
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-20
1
-9
/
+0
|
|
\
\
\
\
\
|
*
\
\
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-12-10
1
-1
/
+4
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
arm64/bpf: don't allocate BPF JIT programs in module memory
Ard Biesheuvel
2018-12-05
1
-1
/
+4
|
|
|
|
/
/
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-12-26
8
-25
/
+105
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
KVM: Make kvm_set_spte_hva() return int
Lan Tianyu
2018-12-21
1
-1
/
+1
|
*
|
|
|
|
|
|
Merge tag 'kvmarm-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Bonzini
2018-12-19
8
-24
/
+104
|
|
\
\
\
\
\
\
\
|
|
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
arm/arm64: KVM: Add ARM_EXCEPTION_IS_TRAP macro
Marc Zyngier
2018-12-19
1
-0
/
+1
|
|
*
|
|
|
|
|
arm64: KVM: Avoid setting the upper 32 bits of VTCR_EL2 to 1
Will Deacon
2018-12-19
1
-1
/
+1
|
|
*
|
|
|
|
|
KVM: arm64: Make vcpu const in vcpu_read_sys_reg
Christoffer Dall
2018-12-19
1
-1
/
+1
|
|
*
|
|
|
|
|
KVM: arm/arm64: Fixup the kvm_exit tracepoint
Christoffer Dall
2018-12-19
2
-4
/
+6
|
|
*
|
|
|
|
|
KVM: arm64: Clarify explanation of STAGE2_PGTABLE_LEVELS
Christoffer Dall
2018-12-18
1
-9
/
+7
|
|
*
|
|
|
|
|
KVM: arm64: Add support for creating PUD hugepages at stage 2
Punit Agrawal
2018-12-18
3
-0
/
+20
|
|
*
|
|
|
|
|
KVM: arm64: Update age handlers to support PUD hugepages
Punit Agrawal
2018-12-18
2
-0
/
+6
|
|
*
|
|
|
|
|
KVM: arm64: Support handling access faults for PUD hugepages
Punit Agrawal
2018-12-18
2
-0
/
+13
|
|
*
|
|
|
|
|
KVM: arm64: Support PUD hugepage in stage2_is_exec()
Punit Agrawal
2018-12-18
2
-0
/
+7
|
|
*
|
|
|
|
|
KVM: arm64: Support dirty page tracking for PUD hugepages
Punit Agrawal
2018-12-18
1
-0
/
+10
|
|
*
|
|
|
|
|
KVM: arm/arm64: Introduce helpers to manipulate page table entries
Punit Agrawal
2018-12-18
1
-0
/
+5
|
|
*
|
|
|
|
|
arm64: KVM: Consistently advance singlestep when emulating instructions
Mark Rutland
2018-12-18
2
-9
/
+27
|
|
|
/
/
/
/
/
*
|
|
|
|
|
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2018-12-25
41
-499
/
+1325
|
\
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
/
|
/
|
|
|
|
|
/
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
arm64: sysreg: Use _BITUL() when defining register bits
Will Deacon
2018-12-13
1
-40
/
+41
|
*
|
|
|
|
arm64: cpufeature: Rework ptr auth hwcaps using multi_entry_cap_matches
Will Deacon
2018-12-13
1
-13
/
+46
|
*
|
|
|
|
arm64: cpufeature: Reduce number of pointer auth CPU caps from 6 to 4
Will Deacon
2018-12-13
2
-7
/
+7
|
*
|
|
|
|
arm64: ptr auth: Move per-thread keys from thread_info to thread_struct
Will Deacon
2018-12-13
3
-7
/
+6
|
*
|
|
|
|
arm64: add prctl control for resetting ptrauth keys
Kristina Martsenko
2018-12-13
2
-0
/
+7
[next]