Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a8ad136789b4256fa372d59daaddb91b72aa0753
/
arch
/
arm64
« Previous
2dacab7
arm64: debug: make aarch32 bkpt checking endian clean
by Matthew Leach
· 11 years ago
6a2e5e5
arm64: ptrace: fix compat registes get/set to be endian clean
by Matthew Leach
· 11 years ago
b3bf6aa
arm64: Unmask asynchronous aborts when in kernel mode
by Catalin Marinas
· 11 years ago
df503ba
arm64: dts: Reserve the memory used for secondary CPU release address
by Catalin Marinas
· 11 years ago
6468178
arm64: let the core code deal with preempt_count
by Marc Zyngier
· 11 years ago
4007162
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
f080480
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 11 years ago
eda670c
Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 11 years ago
0a06ff0
kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS
by Christoph Hellwig
· 11 years ago
d97a229
arm64: handle pgtable_page_ctor() fail
by Kirill A. Shutemov
· 11 years ago
f47671e
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 11 years ago
00d1a39
preempt: Make PREEMPT_ACTIVE generic
by Thomas Gleixner
· 11 years ago
5cbb3d2
Merge branch 'akpm' (patches from Andrew Morton)
by Linus Torvalds
· 11 years ago
9bc9ccd
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
40c3baa
mm/arch: use NUMA_NO_NODE
by Jianguo Wu
· 11 years ago
10d0c97
Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 11 years ago
2b684c0
Merge tag 'clk-for-linus-3.13' of git://git.linaro.org/people/mturquette/linux
by Linus Torvalds
· 11 years ago
8709382
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
39cf275
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
ede5822
Merge tag 'kvm-arm64/for-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into kvm-next
by Paolo Bonzini
· 11 years ago
6da8ae5
Merge tag 'kvm-arm-for-3.13-3' of git://git.linaro.org/people/cdall/linux-kvm-arm into kvm-next
by Paolo Bonzini
· 11 years ago
ce39596
constify copy_siginfo_to_user{,32}()
by Al Viro
· 11 years ago
aed3a4e
ARM: 7868/1: arm/arm64: remove atomic_clear_mask() in "include/asm/atomic.h"
by Chen Gang
· 11 years ago
ffc555b
arm,arm64/include/asm/io.h: define struct bio_vec
by Stefano Stabellini
· 11 years ago
ce94fe9
arm/arm64: KVM: PSCI: propagate caller endianness to the incoming vcpu
by Marc Zyngier
· 11 years ago
6d89d2d
arm/arm64: KVM: MMIO support for BE guest
by Marc Zyngier
· 12 years ago
67317c2
ARM64: /proc/interrupts: display IPIs of online CPUs only
by Sudeep KarkadaNagesha
· 11 years ago
b548095
Merge remote-tracking branch 'grant/devicetree/next' into for-next
by Rob Herring
· 11 years ago
61c77e0
arm64: locks: Remove CONFIG_GENERIC_LOCKBREAK
by Catalin Marinas
· 11 years ago
c5b2c0f
arm64: KVM: vgic: byteswap GICv2 access on world switch if BE
by Marc Zyngier
· 11 years ago
18ea3db
arm64: KVM: initialize HYP mode following the kernel endianness
by Marc Zyngier
· 11 years ago
aa62c20
arm64: compat: Clear the IT state independent of the 32-bit ARM or Thumb-2 mode
by T.J. Purtell
· 11 years ago
847264fb
arm64: Use 42-bit address space with 64K pages
by Catalin Marinas
· 11 years ago
122e2fa
arm64: module: ensure instruction is little-endian before manipulation
by Will Deacon
· 11 years ago
dab7ea3
arm64: defconfig: Enable CONFIG_PREEMPT by default
by Catalin Marinas
· 11 years ago
717321f
arm64: fix access to preempt_count from assembly code
by Marc Zyngier
· 11 years ago
7ade67b
arm64: move enabling of GIC before CPUs are set online
by Marc Zyngier
· 11 years ago
3c62062
arm64: use generic RW_DATA_SECTION macro in linker script
by Mark Salter
· 11 years ago
264666e
arm64: Slightly improve the warning on CPU0 enable-method
by Catalin Marinas
· 11 years ago
248f0e7
ARM64: simplify cpu_read_bootcpu_ops using OF/DT helper
by Sudeep KarkadaNagesha
· 11 years ago
6e15d0e
ARM64: DT: define ARM64 specific arch_match_cpu_phys_id
by Sudeep KarkadaNagesha
· 11 years ago
c04e8e2
arm64: allow ioremap_cache() to use existing RAM mappings
by Mark Salter
· 11 years ago
d241aac
arm64: KVM: Yield CPU when vcpu executes a WFE
by Marc Zyngier
· 11 years ago
1436c1a
ARM: 7862/1: pcpu: replace __get_cpu_var_uses
by Christoph Lameter
· 11 years ago
5bb3398
Merge tag 'kvm-arm-for-3.13-2' of git://git.linaro.org/people/cdall/linux-kvm-arm into kvm-queue
by Paolo Bonzini
· 11 years ago
d0f38f9
arm64: update 32-bit kuser helpers to ARMv8
by Robin Murphy
· 11 years ago
c019de3
arm64: perf: fix event number mask
by Vinayak Kale
· 11 years ago
a872013
arm64: kconfig: allow CPU_BIG_ENDIAN to be selected
by Will Deacon
· 11 years ago
4a12cae7
arm64: Fix the endianness of arch_spinlock_t
by Catalin Marinas
· 11 years ago
710be9a
arm64: big-endian: write CPU holding pen address as LE
by Matthew Leach
· 11 years ago
9cf7172
arm64: big-endian: set correct endianess on kernel entry
by Matthew Leach
· 11 years ago
828e983
arm64: head: create a new function for setting the boot_cpu_mode flag
by Matthew Leach
· 11 years ago
e68beda
arm64: asm: add CPU_LE & CPU_BE assembler helpers
by Matthew Leach
· 11 years ago
a1d5eba
arm64: big-endian: don't treat code as data when copying sigret code
by Matthew Leach
· 11 years ago
55b8954
arm64: compat: correct register concatenation for syscall wrappers
by Matthew Leach
· 11 years ago
a795a38
arm64: compat: add support for big-endian (BE8) AArch32 binaries
by Will Deacon
· 11 years ago
94ed1f2
arm64: setup: report ELF_PLATFORM as the machine for utsname
by Will Deacon
· 11 years ago
5436b5c
arm64: ELF: add support for big-endian executables
by Will Deacon
· 11 years ago
c194520
arm64: big-endian: fix byteorder include
by Will Deacon
· 11 years ago
a0974e6
arm64: big-endian: add big-endian support to top-level arch Makefile
by Will Deacon
· 11 years ago
3d1975b
arm,arm64: do not always merge biovec if we are running on Xen
by Stefano Stabellini
· 11 years ago
7100b07
xen: introduce xen_dma_map/unmap_page and xen_dma_sync_single_for_cpu/device
by Stefano Stabellini
· 11 years ago
831ccf7
arm64: add PSCI CPU_OFF-based hotplug support
by Mark Rutland
· 11 years ago
9327e2c
arm64: add CPU_HOTPLUG infrastructure
by Mark Rutland
· 11 years ago
e8765b2
arm64: read enable-method for CPU0
by Mark Rutland
· 11 years ago
652af89
arm64: factor out spin-table boot method
by Mark Rutland
· 11 years ago
cd1aebf
arm64: reorganise smp_enable_ops
by Mark Rutland
· 11 years ago
00ef54b
arm64: unify smp_psci.c and psci.c
by Mark Rutland
· 11 years ago
2a3f912
arm64: Export __copy_in_user() to modules
by Catalin Marinas
· 11 years ago
cf10b79
arm64: cmpxchg: implement cmpxchg64_relaxed
by Will Deacon
· 11 years ago
5686b06
arm64: lockref: add support for lockless lockrefs using cmpxchg
by Will Deacon
· 11 years ago
52ea2a5
arm64: locks: introduce ticket-based spinlock implementation
by Will Deacon
· 11 years ago
7b22c03
arm64: check for number of arguments in syscall_get/set_arguments()
by AKASHI Takahiro
· 11 years ago
79c6488
arm/arm64: KVM: PSCI: use MPIDR to identify a target CPU
by Marc Zyngier
· 11 years ago
ad361f0
KVM: ARM: Support hugetlbfs backed huge pages
by Christoffer Dall
· 12 years ago
13acfd5
Powerpc KVM work is based on a commit after rc4.
by Gleb Natapov
· 11 years ago
d570142
Merge tag 'kvm-arm-for-3.13-1' of git://git.linaro.org/people/cdall/linux-kvm-arm into next
by Gleb Natapov
· 11 years ago
ef0cfe7
KVM: arm64: Get rid of KVM_HPAGE defines
by Christoffer Dall
· 11 years ago
8a749de
Merge branch 'fortglx/3.13/time' of git://git.linaro.org/people/jstultz/linux into timers/core
by Ingo Molnar
· 11 years ago
5116b1d
of: remove empty arch prom.h headers
by Rob Herring
· 11 years ago
e2d1c99
arm64: remove unnecessary prom.h include
by Rob Herring
· 11 years ago
f2b99bc
arm64: use common of_flat_dt_get_machine_name
by Rob Herring
· 11 years ago
65cd4f6
arch_timer: Move to generic sched_clock framework
by Stephen Boyd
· 11 years ago
d6fe76c
xen: introduce xen_alloc/free_coherent_pages
by Stefano Stabellini
· 11 years ago
58c8b26
arm64/xen: get_dma_ops: return xen_dma_ops if we are running as xen_initial_domain
by Stefano Stabellini
· 11 years ago
83862cc
xen/arm,arm64: enable SWIOTLB_XEN
by Stefano Stabellini
· 11 years ago
4a19138
arm/xen,arm64/xen: introduce p2m
by Stefano Stabellini
· 11 years ago
25b719d
arm64: define DMA_ERROR_CODE
by Stefano Stabellini
· 11 years ago
ec2eaa7
arm64: set initrd_start/initrd_end for fdt scan
by Rob Herring
· 11 years ago
068f631
of: create default early_init_dt_add_memory_arch
by Rob Herring
· 11 years ago
d5189cc
arm64: use early_init_dt_scan
by Rob Herring
· 11 years ago
37bf063
Merge tag 'v3.12-rc4' into sched/core
by Ingo Molnar
· 11 years ago
3eb15d8
clk: arm64: Add DTS clock entry for APM X-Gene Storm SoC
by Loc Ho
· 11 years ago
473bdc0
ARM64: KVM: Implement kvm_vcpu_preferred_target() function
by Anup Patel
· 11 years ago
09d3ce7
arm64: Remove duplicate DEBUG_STACK_USAGE config
by Stephen Boyd
· 11 years ago
4eb507b
arm64: include VIRTIO_{MMIO,BLK} in defconfig
by Ramkumar Ramachandra
· 11 years ago
ade3719
arm64: include EXT4 in defconfig
by Ramkumar Ramachandra
· 11 years ago
6db83ce
arm64: fix possible invalid FPSIMD initialization state
by Jiang Liu
· 11 years ago
46efe54
ARM64: arch_timer: add support to configure and enable event stream
by Sudeep KarkadaNagesha
· 11 years ago
2806175
ARM/ARM64: arch_timer: add macros for bits in control register
by Sudeep KarkadaNagesha
· 11 years ago
Next »