Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
638f863dbbc8da16834ee0acc6ac10754f79c486
/
arch
/
arm64
/
include
/
asm
638f863
arm64/cpufeature: check correct field width when updating sys_val
by Mark Rutland
· 8 years ago
6c23e2f
arm64: ptrace: add XZR-safe regs accessors
by Mark Rutland
· 8 years ago
38fd94b
arm64: Work around Falkor erratum 1003
by Christopher Covington
· 8 years ago
7662417
arm64: uaccess: consistently check object sizes
by Mark Rutland
· 8 years ago
b7eed6d
arm64: do not trace atomic operations
by Pratyush Anand
· 8 years ago
f85279b
arm64: KVM: Save/restore the host SPE state when entering/leaving a VM
by Will Deacon
· 8 years ago
d9ff80f
arm64: Work around Falkor erratum 1009
by Christopher Covington
· 8 years ago
ec663d9
arm64: Improve detection of user/non-user mappings in set_pte(_at)
by Catalin Marinas
· 8 years ago
ea5f9d1
arm64: Define Falkor v1 CPU
by Shanker Donthineni
· 8 years ago
fa5ce3d
arm64: errata: Provide macro for major and minor cpu revisions
by Robert Richter
· 8 years ago
ec6d06e
arm64: Add support for CONFIG_DEBUG_VIRTUAL
by Laura Abbott
· 8 years ago
2077be6
arm64: Use __pa_symbol for kernel symbols
by Laura Abbott
· 8 years ago
869dcfd
arm64: Add cast for virt_to_pfn
by Laura Abbott
· 8 years ago
9e22eb6
arm64: Move some macros under #ifndef __ASSEMBLY__
by Laura Abbott
· 8 years ago
77c97b4
arm64: cpufeature: Expose CPUID registers by emulation
by Suzuki K Poulose
· 8 years ago
fe4fbdb
arm64: cpufeature: Track user visible fields
by Suzuki K Poulose
· 8 years ago
8c2dcbd
arm64: Add helper to decode register from instruction
by Suzuki K Poulose
· 8 years ago
c9ee0f9
arm64: cpufeature: Define helpers for sys_reg id
by Suzuki K Poulose
· 8 years ago
156e0d5
arm64: cpufeature: Document the rules of safe value for features
by Suzuki K Poulose
· 8 years ago
f31deaa
arm64: cpufeature: Don't enforce system-wide SPE capability
by Will Deacon
· 8 years ago
c8b06e3
arm64: Remove useless UAO IPI and describe how this gets enabled
by James Morse
· 8 years ago
9d84fb2
arm64: restore get_current() optimisation
by Mark Rutland
· 8 years ago
b4b8664
arm64: don't pull uaccess.h into *.S
by Al Viro
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
9be962d
Merge tag 'acpi-extra-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
c8e008e
Merge branches 'acpica' and 'acpi-scan'
by Rafael J. Wysocki
· 8 years ago
8d3523f
ACPI / osl: Remove deprecated acpi_get_table_with_size()/early_acpi_os_unmap_memory()
by Lv Zheng
· 8 years ago
7ede866
arm64: setup: introduce kaslr_offset()
by Alexander Popov
· 8 years ago
1bbb05f
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
aec03f8
ACPI/NUMA: Do not map pxm to node when NUMA is turned off
by Boris Ostrovsky
· 8 years ago
f4000cd9
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 8 years ago
aa3ecf3
Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 8 years ago
a67485d
Merge tag 'acpi-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
36869cb
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
f082f02
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
6cdf89b
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
3940cf0
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
7503712
arm64: Disable PAN on uaccess_enable()
by Marc Zyngier
· 8 years ago
cd9e192
arm64: Work around broken .inst when defective gas is detected
by Marc Zyngier
· 8 years ago
49f5522
arm64: Remove reference to asm/opcodes.h
by Marc Zyngier
· 8 years ago
2fbadc3
arm/arm64: xen: Move shared architecture headers to include/xen/arm
by Marc Zyngier
· 8 years ago
bca8f17
arm64: Get rid of asm/opcodes.h
by Marc Zyngier
· 8 years ago
34a6980
arm64: smp: Prevent raw_smp_processor_id() recursion
by Robin Murphy
· 8 years ago
9f9a35a
ACPI / APEI / ARM64: APEI initial support for ARM64
by Tomasz Nowicki
· 8 years ago
00cc2e0
Merge Will Deacon's for-next/perf branch into for-next/core
by Catalin Marinas
· 8 years ago
0968a61
irqchip/gic-v3-its: Specialise readq and writeq accesses
by Vladimir Murzin
· 8 years ago
328191c
irqchip/gic-v3-its: Specialise flush_dcache operation
by Vladimir Murzin
· 8 years ago
016f98a
irqchip/gic-v3: Use nops macro for Cavium ThunderX erratum 23154
by Will Deacon
· 8 years ago
d44ffa5
irqchip/gic-v3: Convert arm64 GIC accessors to {read,write}_sysreg_s
by Will Deacon
· 8 years ago
ee6a7fc
arm64: Remove I-cache invalidation from flush_cache_range()
by Catalin Marinas
· 8 years ago
02cb689
Merge branch 'linus' into locking/core, to pick up fixes
by Ingo Molnar
· 8 years ago
39bc88e
arm64: Disable TTBR0_EL1 during normal kernel execution
by Catalin Marinas
· 8 years ago
4b65a5d
arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1
by Catalin Marinas
· 8 years ago
f33bcf0
arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macro
by Catalin Marinas
· 8 years ago
bd38967
arm64: Factor out PAN enabling/disabling into separate uaccess_* macros
by Catalin Marinas
· 8 years ago
e5dbc4b
Merge tag 'kvm-arm-for-4.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm
by Radim Krčmář
· 8 years ago
0ddb8e0
arm64: Allow hw watchpoint of length 3,5,6 and 7
by Pratyush Anand
· 8 years ago
b08fb18
arm64: Allow hw watchpoint at varied offset from base address
by Pratyush Anand
· 8 years ago
b112c84
KVM: arm64: Fix the issues when guest PMCCFILTR is configured
by Wei Huang
· 8 years ago
6d0d287
locking/core: Provide common cpu_relax_yield() definition
by Christian Borntraeger
· 8 years ago
82e0191
arm64: Support systems without FP/ASIMD
by Suzuki K Poulose
· 8 years ago
a4023f68
arm64: Add hypervisor safe helper for checking constant capabilities
by Suzuki K Poulose
· 8 years ago
5bd0b85
locking/core, arch: Remove cpu_relax_lowlatency()
by Christian Borntraeger
· 8 years ago
79ab11c
locking/core: Introduce cpu_relax_yield()
by Christian Borntraeger
· 8 years ago
e234832
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
3552fdf
efi: Allow bitness-agnostic protocol calls
by Lukas Wunner
· 8 years ago
c02433d
arm64: split thread_info from task stack
by Mark Rutland
· 8 years ago
1b7e229
arm64: assembler: introduce ldr_this_cpu
by Mark Rutland
· 8 years ago
57c8295
arm64: make cpu number a percpu variable
by Mark Rutland
· 8 years ago
623b476
arm64: move sp_el0 and tpidr_el1 into cpu_suspend_ctx
by Mark Rutland
· 8 years ago
a9ea001
arm64: factor out current_stack_pointer
by Mark Rutland
· 8 years ago
dcbe028
arm64: thread_info remove stale items
by Mark Rutland
· 8 years ago
05d36a7
Merge tag 'kvm-arm-for-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 8 years ago
4c8ee71
Merge branch 'linus' into locking/core, to pick up fixes
by Ingo Molnar
· 8 years ago
0943394
arm64: percpu: kill off final ACCESS_ONCE() uses
by Mark Rutland
· 8 years ago
9842cea
arm64: Add uprobe support
by Pratyush Anand
· 8 years ago
06beb72
arm64: introduce mm context flag to keep 32 bit task information
by Pratyush Anand
· 8 years ago
c224970
arm64: kprobe: protect/rename few definitions to be reused by uprobe
by Pratyush Anand
· 8 years ago
1404d6f
arm64: dump: Add checking for writable and exectuable pages
by Laura Abbott
· 8 years ago
cfd69e9
arm64: dump: Remove max_addr
by Laura Abbott
· 8 years ago
4ddb9bf
arm64: dump: Make ptdump debugfs a separate option
by Laura Abbott
· 8 years ago
f14c66c
arm64: mm: replace 'block_mappings_allowed' with 'page_mappings_only'
by Ard Biesheuvel
· 8 years ago
272d01b
arm64: Fix circular include of asm/lse.h through linux/jump_label.h
by Catalin Marinas
· 8 years ago
94d0e59
arm/arm64: KVM: Perform local TLB invalidation when multiplexing vcpus on a single CPU
by Marc Zyngier
· 8 years ago
fe8ecc8
arm, arm64: don't include blk_types.h in <asm/io.h>
by Christoph Hellwig
· 8 years ago
3fa72fe
arm64: mm: fix __page_to_voff definition
by Neeraj Upadhyay
· 8 years ago
890658b
locking/mutex: Kill arch specific code
by Peter Zijlstra
· 8 years ago
a23b27a
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
60e21a0
arm64: KVM: Take S1 walks into account when determining S2 write faults
by Will Deacon
· 8 years ago
d085441
arm64: suspend: Reconfigure PSTATE after resume from idle
by James Morse
· 8 years ago
2a6dcb2
arm64: cpufeature: Schedule enable() calls instead of calling them via IPI
by James Morse
· 8 years ago
87261d1
arm64: Cortex-A53 errata workaround: check for kernel addresses
by Andre Przywara
· 8 years ago
1e6e57d
arm64: percpu: rewrite ll/sc loops in assembly
by Will Deacon
· 8 years ago
91cb163
arm64: sysreg: Fix use of XZR in write_sysreg_s
by Will Deacon
· 8 years ago
9c0e83c
arm64: kaslr: fix breakage with CONFIG_MODVERSIONS=y
by Ard Biesheuvel
· 8 years ago
b26b5ef
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
2692a71
Merge branch 'work.uaccess' into for-linus
by Al Viro
· 8 years ago
97139d4
treewide: remove redundant #include <linux/kconfig.h>
by Masahiro Yamada
· 8 years ago
6218590
Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
999dcbe
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
Next »