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
/
kernel
Age
Commit message (
Expand
)
Author
Lines
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
/
+11
2018-05-31
ARM: bugs: prepare processor bug infrastructure
Russell King
-0
/
+10
2018-05-21
arm_pmu: simplify arm_pmu::handle_irq
Mark Rutland
-9
/
+4
2018-05-19
ARM: 8774/1: remove no-op macro VMLINUX_SYMBOL()
Masahiro Yamada
-8
/
+8
2018-05-19
ARM: 8765/1: smp: Move clear_tasks_mm_cpumask() call to __cpu_die()
Grygorii Strashko
-2
/
+1
2018-05-19
ARM: 8757/1: NOMMU: Support PMSAv8 MPU
Vladimir Murzin
-0
/
+176
2018-05-19
ARM: 8756/1: NOMMU: Postpone MPU activation till __after_proc_init
Vladimir Murzin
-23
/
+22
2018-05-19
ARM: 8755/1: NOMMU: Reorganise __setup_mpu
Vladimir Murzin
-2
/
+5
2018-05-19
ARM: 8754/1: NOMMU: Move PMSAv7 MPU under it's own namespace
Vladimir Murzin
-39
/
+51
2018-05-19
ARM: 8771/1: kprobes: Prohibit kprobes on do_undefinstr
Masami Hiramatsu
-1
/
+4
2018-05-19
ARM: kexec: record parent context registers for non-crash CPUs
Russell King
-1
/
+1
2018-05-19
ARM: kexec: fix kdump register saving on panic()
Russell King
-12
/
+22
2018-05-16
proc: introduce proc_create_single{,_data}
Christoph Hellwig
-26
/
+3
2018-05-09
arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbol
Christoph Hellwig
-1
/
+1
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
-0
/
+7
2018-04-09
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
-317
/
+156
2018-04-02
Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-1
/
+1
2018-04-02
mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()
Dominik Brodowski
-1
/
+1
2018-03-27
Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
-5
/
+7
2018-03-24
ARM: 8748/1: mm: Define vdso_start, vdso_end as array
Jinbum Park
-5
/
+7
2018-03-09
ARM: simplify and fix linker script for TCM
Nicolas Pitre
-54
/
+14
2018-03-09
ARM: linker script: factor out TCM bits
Nicolas Pitre
-108
/
+62
2018-03-09
ARM: linker script: factor out vectors and stubs
Nicolas Pitre
-40
/
+23
2018-03-09
ARM: linker script: factor out unwinding table sections
Nicolas Pitre
-28
/
+16
2018-03-09
ARM: linker script: factor out stuff for the .text section
Nicolas Pitre
-36
/
+22
2018-03-09
ARM: linker script: factor out stuff for the DISCARD section
Nicolas Pitre
-32
/
+25
2018-03-09
ARM: linker script: factor out some common definitions between XIP and non-XIP
Nicolas Pitre
-69
/
+44
2018-02-22
treewide/trivial: Remove ';;$' typo noise
Ingo Molnar
-1
/
+1
2018-02-06
Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+1
2018-02-02
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
-33
/
+23
2018-02-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...
Linus Torvalds
-3
/
+2
2018-01-30
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-7
/
+1
2018-01-22
signal/ptrace: Add force_sig_ptrace_errno_trap and use it where needed
Eric W. Biederman
-7
/
+1
2018-01-21
Merge branches 'fixes', 'misc', 'sa1111' and 'sa1100-for-next' into for-next
Russell King
-33
/
+23
2018-01-21
ARM: 8745/1: get rid of __memzero()
Nicolas Pitre
-3
/
+3
2018-01-21
ARM: 8739/1: NOMMU: Setup VBAR/Hivecs for secondaries cores
Vladimir Murzin
-0
/
+3
2018-01-05
arm: do not use print_symbol()
Sergey Senozhatsky
-3
/
+2
2018-01-04
kernel/exit.c: export abort() to modules
Andrew Morton
-1
/
+0
2017-12-18
PCI: Remove PCI_REASSIGN_ALL_RSRC use on arm and arm64
Bjorn Helgaas
-1
/
+1
2017-12-17
ARM: 8733/1: hw_breakpoint: Mark variables as __ro_after_init
Jinbum Park
-5
/
+5
2017-12-17
ARM: probes: avoid adding kprobes to sensitive kernel-entry/exit code
Russell King
-25
/
+12
2017-12-03
Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
-2
/
+2
2017-11-27
ARM: avoid faulting on qemu
Russell King
-2
/
+2
2017-11-26
Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
-0
/
+6
2017-11-26
ARM: BUG if jumping to usermode address in kernel mode
Russell King
-0
/
+6
2017-11-16
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...
Linus Torvalds
-6
/
+37
2017-11-16
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
-202
/
+499
2017-11-09
Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
-10
/
+18
2017-11-08
Merge branch 'devel-stable' into for-next
Russell King
-168
/
+452
[prev]
[next]