index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-29
arm64/efi: do not assume DRAM base is aligned to 2 MB
Ard Biesheuvel
1
-2
/
+12
2015-10-28
Revert "ARM64: unwind: Fix PC calculation"
Will Deacon
1
-5
/
+1
2015-10-28
arm64: kernel: fix tcr_el1.t0sz restore on systems with extended idmap
Lorenzo Pieralisi
1
-9
/
+13
2015-10-28
arm64: compat: fix stxr failure case in SWP emulation
Will Deacon
1
-7
/
+9
2015-10-06
arm64: replace read_lock to rcu lock in call_break_hook
Yang Shi
1
-10
/
+11
2015-10-06
arm64: Don't relocate non-existent initrd
Mark Rutland
1
-0
/
+2
2015-10-05
arm64: convert patch_lock to raw lock
Yang Shi
1
-3
/
+3
2015-10-05
arm64: debug: Fix typo in debug-monitors.c
Yang Shi
1
-1
/
+1
2015-10-03
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+2
2015-10-02
arm64: ftrace: fix function_graph tracer panic
Li Bin
1
-2
/
+20
2015-10-01
arm64/efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME regions
Ard Biesheuvel
1
-1
/
+2
2015-09-17
arm64: errata: add module build workaround for erratum #843419
Will Deacon
1
-0
/
+2
2015-09-17
arm64: compat: fix vfp save/restore across signal handlers in big-endian
Will Deacon
1
-11
/
+36
2015-09-17
arm64: cpu hotplug: ensure we mask out CPU_TASKS_FROZEN in notifiers
Will Deacon
2
-2
/
+2
2015-09-15
arm64: head.S: initialise mdcr_el2 in el2_setup
Will Deacon
1
-0
/
+5
2015-09-10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-14
/
+7
2015-09-08
arm64: support initrd outside kernel linear map
Mark Salter
1
-0
/
+62
2015-09-04
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
25
-453
/
+617
2015-09-03
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
2
-360
/
+3
2015-09-03
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2015-08-31
Merge tag 'clk-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+0
2015-08-27
arm64: flush FP/SIMD state correctly after execve()
Ard Biesheuvel
1
-0
/
+1
2015-08-24
arm64: makefile: fix perf_callchain.o kconfig dependency
Will Deacon
1
-2
/
+2
2015-08-22
Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-...
Paolo Bonzini
2
-4
/
+5
2015-08-21
arm64: entry: always restore x0 from the stack on syscall return
Will Deacon
1
-11
/
+6
2015-08-12
arm64: KVM: remove remaining reference to vgic_sr_vectors
Vladimir Murzin
1
-2
/
+0
2015-08-10
arm64: VDSO: fix coarse clock monotonicity regression
Nathan Lynch
1
-4
/
+3
2015-08-07
signal: fix information leak in copy_siginfo_to_user
Amanieu d'Antras
1
-1
/
+2
2015-08-07
signal: fix information leak in copy_siginfo_from_user32
Amanieu d'Antras
1
-2
/
+0
2015-08-05
Merge branch 'aarch64/psci/drivers' into aarch64/for-next/core
Will Deacon
2
-360
/
+3
2015-08-05
arm64: mm: ensure patched kernel text is fetched from PoU
Will Deacon
2
-0
/
+16
2015-08-04
arm64: alternatives: ensure secondary CPUs execute ISB after patching
Will Deacon
1
-0
/
+1
2015-08-03
arm64: psci: factor invocation code to drivers
Mark Rutland
2
-360
/
+3
2015-08-03
jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}
Peter Zijlstra
1
-1
/
+1
2015-07-31
arm64: restore cpu suspend/resume functionality
Sudeep Holla
1
-1
/
+0
2015-07-30
ARM64: PCI: do not enable resources on PROBE_ONLY systems
Lorenzo Pieralisi
1
-0
/
+13
2015-07-30
arm64: alternative: put secondary CPUs into polling loop during patch
Will Deacon
1
-5
/
+24
2015-07-29
arm64: remove redundant object file list
Jonas Rabenstein
1
-1
/
+0
2015-07-29
arm64: remove dead-code depending on CONFIG_UP_LATE_INIT
Jonas Rabenstein
2
-26
/
+14
2015-07-27
arm64: debug: rename enum debug_el to avoid symbol collision
Will Deacon
2
-5
/
+5
2015-07-27
arm64/efi: map the entire UEFI vendor string before reading it
Ard Biesheuvel
1
-2
/
+2
2015-07-27
arm64: elf: use cpuid_feature_extract_field for hwcap detection
Will Deacon
1
-20
/
+15
2015-07-27
arm64: lse: use generic cpufeature detection for LSE atomics
Will Deacon
2
-20
/
+21
2015-07-27
arm64: lse: rename ARM64_CPU_FEAT_LSE_ATOMICS for consistency
Will Deacon
1
-1
/
+1
2015-07-27
arm64: atomics: patch in lse instructions when supported by the CPU
Will Deacon
1
-0
/
+3
2015-07-27
arm64: alternatives: add cpu feature for lse atomics
Will Deacon
1
-0
/
+1
2015-07-27
arm64: elf: advertise 8.1 atomic instructions as new hwcap
Will Deacon
1
-0
/
+14
2015-07-27
arm64/BUG: Show explicit backtrace for WARNs
Dave P Martin
1
-0
/
+2
2015-07-27
arm64/BUG: Use BRK instruction for generic BUG traps
Dave P Martin
1
-1
/
+58
2015-07-27
arm64/debug: Simplify BRK insn opcode declarations
Dave P Martin
1
-6
/
+6
[next]