index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
include
Age
Commit message (
Expand
)
Author
Lines
2018-08-02
ARM: spectre-v1: mitigate user accesses
Russell King
-0
/
+4
2018-08-02
ARM: spectre-v1: use get_user() for __get_user()
Russell King
-6
/
+11
2018-08-02
ARM: use __inttype() in get_user()
Russell King
-1
/
+8
2018-08-02
ARM: vfp: use __copy_from_user() when restoring VFP state
Russell King
-2
/
+2
2018-07-30
ARM: 8785/1: use compiler built-ins for ffs and fls
Nicolas Pitre
-83
/
+9
2018-07-25
arm/asm/tlb.h: Fix build error implicit func declaration
Anders Roxell
-0
/
+8
2018-07-22
efi: Deduplicate efi_open_volume()
Lukas Wunner
-0
/
+3
2018-07-21
KVM: arm: Add 32bit get/set events support
James Morse
-0
/
+18
2018-07-20
ARM/time: Remove read_boot_clock64()
Pavel Tatashin
-2
/
+1
2018-07-09
ARM: module: fix modsign build error
Arnd Bergmann
-0
/
+1
2018-07-09
KVM: arm/arm64: Enable adaptative WFE trapping
Marc Zyngier
-0
/
+10
2018-07-09
KVM: arm/arm64: Stop using the kernel's {pmd,pud,pgd}_populate helpers
Marc Zyngier
-0
/
+4
2018-07-09
KVM: arm/arm64: Consolidate page-table accessors
Marc Zyngier
-12
/
+0
2018-07-05
kvm/arm: use PSR_AA32 definitions
Mark Rutland
-7
/
+7
2018-06-26
perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()
Frederic Weisbecker
-1
/
+0
2018-06-26
perf/arch/arm: Implement hw_breakpoint_arch_parse()
Frederic Weisbecker
-1
/
+5
2018-06-26
perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...
Frederic Weisbecker
-1
/
+1
2018-06-21
atomics/treewide: Clean up '*_andnot()' ifdeffery
Mark Rutland
-0
/
+2
2018-06-21
atomics/treewide: Make conditional inc/dec ops optional
Mark Rutland
-0
/
+1
2018-06-21
atomics/treewide: Make unconditional inc/dec ops optional
Mark Rutland
-11
/
+0
2018-06-21
atomics/treewide: Make test ops optional
Mark Rutland
-9
/
+0
2018-06-21
atomics/arm: Define atomic64_fetch_add_unless()
Mark Rutland
-10
/
+10
2018-06-21
atomics/treewide: Make atomic_fetch_add_unless() optional
Mark Rutland
-10
/
+1
2018-06-21
atomics/treewide: Make atomic64_inc_not_zero() optional
Mark Rutland
-1
/
+0
2018-06-21
atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()
Mark Rutland
-2
/
+2
2018-06-21
ARM/kprobes: Remove jprobe arm implementation
Masami Hiramatsu
-3
/
+0
2018-06-18
ARM: shmobile: convert to SPDX identifier
Wolfram Sang
-4
/
+1
2018-06-15
docs: Fix some broken references
Mauro Carvalho Chehab
-1
/
+1
2018-06-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-2
/
+13
2018-06-11
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...
Linus Torvalds
-5
/
+38
2018-06-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
-0
/
+17
2018-06-07
mm: introduce ARCH_HAS_PTE_SPECIAL
Laurent Dufour
-1
/
+0
2018-06-06
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
-47
/
+198
2018-06-05
Merge branches 'fixes', 'misc' and 'spectre' into for-linus
Russell King
-47
/
+198
2018-06-04
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-0
/
+1
2018-06-04
Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
-7
/
+0
2018-06-01
kvm: Make VM ioctl do valloc for some archs
Marc Orr
-0
/
+4
2018-06-01
Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Bonzini
-2
/
+9
2018-05-31
ARM: spectre-v1: add array_index_mask_nospec() implementation
Russell King
-0
/
+19
2018-05-31
ARM: spectre-v1: add speculation barrier (csdb) macros
Russell King
-0
/
+21
2018-05-31
arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_ID
Marc Zyngier
-0
/
+12
2018-05-31
arm64: KVM: Add ARCH_WORKAROUND_2 support for guests
Marc Zyngier
-0
/
+5
2018-05-31
ARM: KVM: report support for SMCCC_ARCH_WORKAROUND_1
Russell King
-2
/
+12
2018-05-31
ARM: spectre-v2: KVM: invalidate icache on guest exit for Brahma B15
Russell King
-0
/
+1
2018-05-31
ARM: KVM: invalidate icache on guest exit for Cortex-A15
Marc Zyngier
-0
/
+5
2018-05-31
ARM: KVM: invalidate BTB on guest exit for Cortex-A12/A17
Marc Zyngier
-3
/
+16
2018-05-31
ARM: spectre-v2: harden user aborts in kernel space
Russell King
-0
/
+18
2018-05-31
ARM: bugs: add support for per-processor bug checking
Russell King
-0
/
+4
2018-05-31
ARM: bugs: hook processor bug checking into SMP and suspend paths
Russell King
-0
/
+2
2018-05-31
ARM: bugs: prepare processor bug infrastructure
Russell King
-2
/
+2
[prev]
[next]