Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
3dfd2b682b79bde2c4ebbb7ed9f4dc90c0eb4677
/
arch
/
arm64
/
include
3fa72fe
arm64: mm: fix __page_to_voff definition
by Neeraj Upadhyay
· 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
7af8a0f
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 8 years ago
45ca877
Merge tag 'kvm-arm-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into next
by Radim Krčmář
· 8 years ago
db68f3e
arm64: tlbflush.h: add __tlbi() macro
by Mark Rutland
· 8 years ago
1d8f51d
arm/arm64: arch_timer: Use archdata to indicate vdso suitability
by Scott Wood
· 8 years ago
f6dc157
arm64: arch_timer: Work around QorIQ Erratum A-008585
by Scott Wood
· 8 years ago
67787b6
arm64: kgdb: handle read-only text / modules
by AKASHI Takahiro
· 8 years ago
b5525ce
arm64: KVM: Move GIC accessors to arch_gicv3.h
by Vladimir Murzin
· 8 years ago
ca21945
arm64: Correctly bounds check virt_addr_valid
by Laura Abbott
· 8 years ago
4855bd2
arm64: don't zero in __copy_from_user{,_inatomic}
by Al Viro
· 8 years ago
91ef844
irqchip/gic-v3: Reset BPR during initialization
by Daniel Thompson
· 8 years ago
e506236
arm64/kvm: use alternative auto-nop
by Mark Rutland
· 8 years ago
792d473
arm64: alternative: add auto-nop infrastructure
by Mark Rutland
· 8 years ago
05492f2
arm64: lse: convert lse alternatives NOP padding to use __nops
by Will Deacon
· 8 years ago
f99a250
arm64: barriers: introduce nops and __nops macros for NOP sequences
by Will Deacon
· 8 years ago
8a71f0c
arm64: sysreg: replace open-coded mrs_s/msr_s with {read,write}_sysreg_s
by Will Deacon
· 8 years ago
0e27a7f
arm64: Remove shadowed asm-generic headers
by Robin Murphy
· 8 years ago
116c81f
arm64: Work around systems with mismatched cache line sizes
by Suzuki K Poulose
· 8 years ago
9dbd5bb
arm64: Refactor sysinstr exception handling
by Suzuki K Poulose
· 8 years ago
072f0a6
arm64: Introduce raw_{d,i}cache_line_size
by Suzuki K Poulose
· 8 years ago
46084bc
arm64: insn: Add helpers for adrp offsets
by Suzuki K Poulose
· 8 years ago
c47a190
arm64: Rearrange CPU errata workaround checks
by Suzuki K Poulose
· 8 years ago
89ba264
arm64: Use consistent naming for errata handling
by Suzuki K Poulose
· 8 years ago
ee7bc63
arm64: Set the safe value for L1 icache policy
by Suzuki K Poulose
· 8 years ago
2b97434
arm64: use preempt_disable_notrace in _percpu_read/write
by Chunyan Zhang
· 8 years ago
872c63f
arm64: spinlocks: implement smp_mb__before_spinlock() as smp_mb()
by Will Deacon
· 8 years ago
d3ea42a
arm64: simplify contextidr_thread_switch
by Mark Rutland
· 8 years ago
adf7589
arm64: simplify sysreg manipulation
by Mark Rutland
· 8 years ago
1f3d869
arm64/kvm: use {read,write}_sysreg()
by Mark Rutland
· 8 years ago
d0a69d9
arm64: dcc: simplify accessors
by Mark Rutland
· 8 years ago
cd5f22d
arm64: arch_timer: simplify accessors
by Mark Rutland
· 8 years ago
7aff4a2
arm64: sysreg: allow write_sysreg to use XZR
by Mark Rutland
· 8 years ago
3272f0d
arm64: KVM: Inject a vSerror if detecting a bad GICV access at EL2
by Marc Zyngier
· 8 years ago
2016340
arm64: KVM: Allow an exit code to be tagged with an SError
by Marc Zyngier
· 8 years ago
9aecafc
arm64: KVM: Add exception code to report EL1 asynchronous aborts
by Marc Zyngier
· 8 years ago
10cf339
arm64: KVM: Add Virtual Abort injection helper
by Marc Zyngier
· 8 years ago
7b17145
arm64: KVM: Rename HCR_VA to HCR_VSE
by Marc Zyngier
· 8 years ago
fb5ee36
arm64: KVM: vgic-v2: Add the GICV emulation infrastructure
by Marc Zyngier
· 8 years ago
3e51d43
arm64: KVM: Move kvm_vcpu_get_condition out of emulate.c
by Marc Zyngier
· 8 years ago
777c155
arm64/kvm: remove unused stub functions
by Mark Rutland
· 8 years ago
ee5e41b
arm64/io: Allow I/O writes to use {W,X}ZR
by Robin Murphy
· 8 years ago
8a7e75d
KVM: Add provisioning for ulong vm stats and u64 vcpu stats
by Suraj Jitindar Singh
· 8 years ago
efd9e03
arm64: Use static keys for CPU features
by Catalin Marinas
· 8 years ago
f928c16
arm64: Drop generic xlate_dev_mem_{k,}ptr()
by James Morse
· 8 years ago
a842789
arm64: remove duplicate macro __KERNEL__ check
by zijun_hu
· 8 years ago
675b056
arm64: cpufeature: expose arm64_ftr_reg struct for CTR_EL0
by Ard Biesheuvel
· 8 years ago
6f2b7ee
arm64: cpufeature: constify arm64_ftr_regs array
by Ard Biesheuvel
· 8 years ago
5e49d73
arm64: cpufeature: constify arm64_ftr_bits structures
by Ard Biesheuvel
· 8 years ago
6a6a4f1
arm64: cleanup unused UDBG_* define
by Kefeng Wang
· 8 years ago
8ec058f
arm64: hibernate: Resume when hibernate image created on non-boot CPU
by James Morse
· 8 years ago
e7cd190
arm64: mark reserved memblock regions explicitly in iomem
by AKASHI Takahiro
· 8 years ago
5ebe3a4
arm64: hibernate: Support DEBUG_PAGEALLOC
by James Morse
· 8 years ago
b611303
arm64: vmlinux.ld: Add mmuoff data sections and move mmuoff text into idmap
by James Morse
· 8 years ago
ee78fdc
arm64: Create sections.h
by James Morse
· 8 years ago
cab15ce
arm64: Introduce execute-only page access permissions
by Catalin Marinas
· 8 years ago
da75256
arm64: remove traces of perf_ops_bp
by Mark Rutland
· 8 years ago
d34fdb7
arm64: mm: convert __dma_* routines to use start, size
by Kwangwoo Lee
· 8 years ago
120c547
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 8 years ago
ad05711
arm64: Remove stack duplicating code from jprobes
by David A. Long
· 8 years ago
1eccfa0
Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 8 years ago
194d6ad
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 8 years ago
747a70e
arm64: Fix copy-on-write referencing in HugeTLB
by Steve Capper
· 8 years ago
221bb8a
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
3fbff9c
Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 8 years ago
3146bc6
arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
by James Hogan
· 8 years ago
08fd8c17
Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 8 years ago
e831101
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 8 years ago
fd6380b
arm64: arm: Fix-up the removal of the arm64 regs_query_register_name() prototype
by Catalin Marinas
· 8 years ago
e663107
Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
faf5b63
arm64/uaccess: Enable hardened usercopy
by Kees Cook
· 8 years ago
bbce2ad
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
c86ad14
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
a230384
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
d5f017b
Merge branch 'acpi-tables'
by Rafael J. Wysocki
· 8 years ago
d85f4eb
Merge branch 'acpi-numa'
by Rafael J. Wysocki
· 8 years ago
a95b064
Merge branch 'for-next/kprobes' into for-next/core
by Catalin Marinas
· 8 years ago
2572214
arm64: debug: remove unused local_dbg_{enable, disable} macros
by Will Deacon
· 8 years ago
9df53ff
arm64: ptrace: remove extra define for CPSR's E bit
by Vladimir Murzin
· 8 years ago
da6a912
arm64: Add trampoline code for kretprobes
by William Cohen
· 8 years ago
39a67d4
arm64: kprobes instruction simulation support
by Sandeepa Prabhu
· 8 years ago
2dd0e8d
arm64: Kprobes with single stepping support
by Sandeepa Prabhu
· 8 years ago
2af3ec0
arm64: add conditional instruction simulation support
by David A. Long
· 8 years ago
d59bee8
arm64: Add more test functions to insn.c
by David A. Long
· 8 years ago
0a8ea52
arm64: Add HAVE_REGS_AND_STACK_ACCESS_API feature
by David A. Long
· 8 years ago
1085fdc
KVM: arm64: vgic-its: Introduce new KVM ITS device
by Andre Przywara
· 8 years ago
b46f01c
KVM: arm/arm64: Extend arch CAP checks to allow per-VM capabilities
by Andre Przywara
· 8 years ago
f8d9f92
arm64: cpuinfo: Expose MIDR_EL1 and REVIDR_EL1 to sysfs
by Steve Capper
· 8 years ago
Next »