aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-01ARM: 8824/1: fix a migrating irq bug when hotplug cpuDietmar Eggemann2-63/+1
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-4/+0
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2019-01-05Merge tag 'for-4.21' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-1/+16
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds5-8/+8
2019-01-02Merge branches 'misc', 'sa1100-for-next' and 'spectre' into for-linusRussell King4-20/+61
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linuxLinus Torvalds1-13/+1
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy1-1/+1
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson1-12/+0
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson1-1/+1
2018-12-27Merge tag 'gcc-plugins-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-1/+9
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells1-0/+1
2018-12-12ARM: smp: add support for per-task stack canariesArd Biesheuvel2-1/+9
2018-11-27ARM: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-16/+1
2018-11-18Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds4-20/+61
2018-11-12ARM: 8811/1: always list both ldrd/strd registers explicitlyNicolas Pitre1-1/+1
2018-11-12ARM: spectre-v2: per-CPU vtables to work around big.Little systemsRussell King2-0/+36
2018-11-12ARM: add PROC_VTABLE and PROC_TABLE macrosRussell King1-3/+1
2018-11-12ARM: clean up per-processor check_bugs method callRussell King1-2/+2
2018-11-12ARM: split out processor lookupRussell King1-12/+19
2018-11-12ARM: make lookup_processor_type() non-__initRussell King1-3/+3
2018-11-08ARM: 8808/1: kexec:offline panic_smp_self_stop CPUYufen Wang1-0/+15
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-2/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport2-2/+0
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport1-2/+2
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds2-10/+1
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+0
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds3-64/+26
2018-10-23Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds6-168/+58
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2018-10-12vmlinux.lds.h: Fix incomplete .text.exit discardsPeter Oberparleiter1-0/+2
2018-10-10vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook1-1/+0
2018-10-10Merge branches 'fixes', 'misc' and 'spectre' into for-nextRussell King6-168/+58
2018-10-10ARM: 8802/1: Call syscall_trace_exit even when system call skippedTimothy E Baldwin1-5/+4
2018-10-05ARM: 8793/1: signal: replace __put_user_error with __put_userJulien Thierry1-4/+4
2018-10-05ARM: 8792/1: oabi-compat: copy oabi events using __copy_to_user()Julien Thierry1-2/+6
2018-10-05ARM: 8791/1: vfp: use __copy_to_user() when saving VFP stateJulien Thierry1-6/+7
2018-10-05ARM: 8790/1: signal: always use __copy_to_user to save iwmmxt contextJulien Thierry1-4/+6
2018-10-05ARM: 8789/1: signal: copy registers using __copy_to_user()Julien Thierry1-22/+27
2018-09-28ARM: topology: remove unneeded check for /cpus nodeRob Herring1-6/+0
2018-09-28ARM: use for_each_of_cpu_node iteratorRob Herring1-4/+1
2018-09-27signal/arm: Use force_sig_fault where appropriateEric W. Biederman1-9/+2
2018-09-27signal/arm: Push siginfo generation into arm_notify_dieEric W. Biederman2-55/+24
2018-09-19ARM: 8788/1: ftrace: remove old mcount supportStefan Agner3-125/+4
2018-09-03x86/paravirt: Use a single ops structureJuergen Gross1-2/+2
2018-08-22include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers1-12/+1
2018-08-22mm: zero out the vma in vma_init()Andrew Morton1-5/+4
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-13/+34
2018-08-13Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds3-34/+44
2018-08-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+2