aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/Makefile
AgeCommit message (Expand)AuthorFilesLines
2024-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-2/+0
2024-02-26ARM: 9352/1: iwmmxt: Remove support for PJ4/PJ4B coresArd Biesheuvel1-2/+0
2024-02-23arch, crash: move arch_crash_save_vmcoreinfo() out to file vmcore_info.cBaoquan He1-0/+1
2023-12-06kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMPBaoquan He1-1/+1
2022-12-13Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-2/+0
2022-11-08ARM: 9263/1: use .arch directives instead of assembler command line flagsNick Desaulniers1-2/+0
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-2/+2
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-2/+2
2022-09-09ARM: footbridge: move isa-dma support into footbridgeArnd Bergmann1-1/+0
2022-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+1
2022-03-07ARM: 9184/1: return_address: disable again for CONFIG_ARM_UNWIND=yArd Biesheuvel1-1/+4
2022-03-05ARM: report Spectre v2 status through sysfsRussell King (Oracle)1-0/+2
2022-02-09ARM: ftrace: enable the graph tracer with the EABI unwinderArd Biesheuvel1-4/+1
2022-02-09ARM: unwind: track location of LR value in stack frameArd Biesheuvel1-0/+1
2020-12-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linuxLinus Torvalds1-0/+4
2020-12-21Merge branch 'devel-stable' into for-nextRussell King1-0/+1
2020-12-08ARM: 9028/1: disable KASAN in call stack capturing routinesArd Biesheuvel1-0/+3
2020-10-30ARM: remove ebsa110 platformArnd Bergmann1-5/+1
2020-10-28ARM: p2v: move patching code to separate assembler source fileArd Biesheuvel1-0/+1
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar1-1/+5
2019-11-27arm/ftrace: Use __patch_text()Peter Zijlstra1-2/+2
2019-11-15ARM: 8918/2: only build return_address() if neededBen Dooks1-1/+5
2018-05-31ARM: bugs: prepare processor bug infrastructureRussell King1-0/+1
2017-11-16Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-10ARM: XIP kernel: store .data compressed in ROMNicolas Pitre1-0/+5
2016-11-23Revert "arm: move exports to definitions"Russell King1-1/+1
2016-08-07arm: move exports to definitionsAl Viro1-1/+1
2016-02-22ARM: 8534/1: virt: fix hyp-stub build for pre-ARMv7 CPUsJean-Philippe Brucker1-0/+1
2016-01-12Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2016-01-12Merge branch 'devel-stable' into for-linusRussell King1-0/+1
2016-01-04ARM: 8481/2: drivers: psci: replace psci firmware callsJens Wiklander1-1/+0
2016-01-04ARM: 8479/2: add implementation for arm-smcccJens Wiklander1-0/+2
2016-01-04ARM: 8452/3: PJ4: make coprocessor access sequences buildable in Thumb2 modeArd Biesheuvel1-1/+0
2015-12-21arm: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_opsStefano Stabellini1-0/+1
2015-12-13ARM: wire up UEFI init and runtime supportArd Biesheuvel1-0/+1
2015-08-10Merge branch 'psci/for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King1-1/+1
2015-08-03ARM: migrate to common PSCI client codeMark Rutland1-1/+1
2015-07-31arm: perf: factor arm_pmu core out to driversMark Rutland1-2/+1
2015-06-12Merge branch 'devel-stable' into for-nextRussell King1-1/+3
2015-05-28arm: perf: unify perf_event{,_cpu}.cMark Rutland1-1/+1
2015-05-28arm: perf: factor out armv7 pmu driverMark Rutland1-1/+2
2015-05-28arm: perf: factor out armv6 pmu driverMark Rutland1-1/+2
2015-05-28arm: perf: factor out xscale pmu driverMark Rutland1-1/+1
2015-05-08ARM: 8220/1: allow modules outside of bl rangeArd Biesheuvel1-0/+1
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2015-04-14Merge branches 'misc', 'vdso' and 'fixes' into for-nextRussell King1-0/+1
2015-04-12arm: Remove RISC OS personalityRichard Weinberger1-1/+0
2015-04-02ARM: move reboot code to arch/arm/kernel/reboot.cRussell King1-1/+1
2015-03-29ARM: 8307/1: psci: move psci firmware calls out of lineMark Rutland1-1/+1
2015-03-27ARM: 8332/1: add CONFIG_VDSO Kconfig and Makefile bitsNathan Lynch1-0/+1
2015-01-13ARM: kprobes: enable OPTPROBES for ARM 32Wang Nan1-1/+1
2015-01-09ARM: probes: move all probe code to dedicate directoryWang Nan1-14/+2
2014-12-14Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2014-12-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-1/+3
2014-12-05Merge branch 'devel-stable' into for-nextRussell King1-1/+1
2014-12-03ARM: 8221/1: PJ4: allow building in Thumb-2 modeArd Biesheuvel1-0/+1
2014-11-21ARM: move ftrace assembly code to separate fileRussell King1-0/+1
2014-11-07ARM: removing support for etb/etm in "arch/arm/kernel/"Mathieu Poirier1-1/+0
2014-10-30arm: perf: factor out callchain codeMark Rutland1-1/+1
2014-10-16arm: kgdb: Handle read-only text / modulesDoug Anderson1-1/+1
2014-06-05Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King1-0/+1
2014-04-25ARM: 8042/1: iwmmxt: allow to build iWMMXt on Marvell PJ4BSebastian Hesselbarth1-0/+1
2014-04-23ARM: 8011/1: ARM hibernation / suspend-to-diskSebastian Capella1-0/+1
2014-03-18ARM: add uprobes supportDavid A. Long1-0/+1
2014-03-18ARM: move generic thumb instruction parsing code to new files for use by othe...David A. Long1-1/+1
2014-03-18ARM: Move generic arm instruction parsing code to new files for sharing betwe...David A. Long1-2/+2
2013-10-30Merge branch 'baserock/bjdooks/312-rc4/be/core-v3' of git://git.baserock.org/...Russell King1-1/+2
2013-10-19ARM: signal: sigreturn_codes should be endian neutral to work in BE8Victor Kamensky1-1/+2
2013-09-30ARM: perf: add support for perf registers APIWill Deacon1-0/+1
2013-09-02ARM: 7828/1: ARMv7-M: implement restart routine common to all v7-M machinesUwe Kleine-König1-1/+1
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2013-06-12sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd1-1/+1
2013-06-07ARM: nommu: Don't build smp_tlb.c for !CONFIG_MMUJonathan Austin1-1/+4
2013-05-22Merge tag '3.10-rc2-psci-ops-11-tag' of git://git.kernel.org/pub/scm/linux/ke...Russell King1-1/+4
2013-05-21arm: introduce psci_smp_opsStefano Stabellini1-1/+4
2013-04-17ARM: ARMv7-M: Allow the building of new kernel portUwe Kleine-König1-1/+7
2013-01-10ARM: psci: add support for PSCI invocations from the kernelWill Deacon1-0/+1
2012-10-11Merge branch 'fixes' into for-linusRussell King1-5/+4
2012-10-07Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-2/+3
2012-10-01Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+0
2012-09-19ARM: virt: allow the kernel to be entered in HYP modeDave Martin1-0/+2
2012-09-03ARM: 7506/1: allow for ATAGS to be configured out when DT support is selectedNicolas Pitre1-2/+3
2012-09-03ARM: 7505/1: split out ATAGS parsingNicolas Pitre1-3/+3
2012-08-23ARM: perf: move CPU-specific PMU handling code into separate fileWill Deacon1-1/+1
2012-08-23ARM: pmu: remove unused reservation mechanismWill Deacon1-1/+0
2012-08-01ARM: use new LEDS CPU trigger stub to replace old oneBryan Wu1-1/+0
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2012-05-05arm: Use generic init_taskThomas Gleixner1-1/+1
2012-04-27ARM: local timers: Add A15 architected timer supportMarc Zyngier1-0/+1
2012-03-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-1/+1
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-6/+8
2012-03-27Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+0
2012-03-27Merge branch 'devel-stable' into for-linusRussell King1-3/+2
2012-03-24ARM: 7334/1: add jump label supportRabin Vincent1-0/+1
2012-03-24ARM: 7332/1: extract out code patch function from kprobesRabin Vincent1-1/+2
2012-03-24ARM: 7331/1: extract out insn generation code from ftraceRabin Vincent1-2/+3
2012-03-24ARM: riscpc: move ecard.c to arch/arm/mach-rpcRussell King1-1/+0
2012-03-21cpuidle: Add common time keeping and irq enablingRobert Lee1-1/+1
2012-03-14ep93xx: Move crunch code to mach-ep93xx directoryRyan Mallon1-3/+0
2012-02-03ARM: Make the sched_clock framework mandatoryMarc Zyngier1-3/+2
2011-12-13ARM: 7206/1: Add generic ARM instruction set condition code checks.Leif Lindholm1-1/+1
2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds1-1/+8
2011-10-25Merge branches 'arnd-randcfg-fixes', 'debug', 'io' (early part), 'l2x0', 'p2v...Russell King1-1/+2
2011-10-23Merge branch 'ppi-irq-core-for-rmk' of git://github.com/mzyngier/arm-platform...Russell King1-0/+1
2011-10-17ARM: 7011/1: Add ARM cpu topology definitionVincent Guittot1-0/+1
2011-10-01ARM: pm: let platforms select cpu_suspend supportArnd Bergmann1-1/+1
2011-09-22Merge branch 'pm' into devel-stableRussell King1-1/+1
2011-09-20ARM: pm: preallocate a page table for suspend/resumeRussell King1-1/+1
2011-09-20ARM: kprobes: Add ARM instruction simulation test casesJon Medhurst1-0/+2
2011-09-20ARM: kprobes: Add Thumb instruction simulation test casesJon Medhurst1-0/+3
2011-09-20ARM: kprobes: Add basic API testsJon Medhurst1-0/+2
2011-07-13ARM: kprobes: Add Thumb instruction decoding stubsJon Medhurst1-0/+4
2011-07-13ARM: kprobes: Add kprobes-common.cJon Medhurst1-1/+1
2011-07-13ARM: kprobes: Rename kprobes-decode.c to kprobes-arm.cJon Medhurst1-1/+2
2011-05-27Merge branches 'devel', 'devel-stable' and 'fixes' into for-linusRussell King1-0/+1
2011-05-26ARM: 6938/1: fiq: Refactor {get,set}_fiq_regs() for Thumb-2Dave Martin1-1/+1
2011-05-11arm/dt: Allow CONFIG_OF on ARMGrant Likely1-0/+1
2011-04-02ARM: Make consolidated PM sleep code depend on PM_SLEEPRussell King1-1/+1
2011-02-22ARM: pm: add generic CPU suspend/resume supportRussell King1-0/+1
2011-01-06Merge branch 'devel-stable' into develRussell King1-0/+1
2011-01-06Merge branch 'misc' into develRussell King1-1/+3
2011-01-06Merge branch 'smp' into miscRussell King1-1/+1
2010-12-22Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King1-0/+1
2010-12-22ARM: sched_clock: provide common infrastructure for sched_clock()Russell King1-0/+1
2010-12-20ARM: SMP: split out software TLB maintainence broadcastingRussell King1-1/+1
2010-12-20ARM: pxa: add iwmmx support for PJ4Haojian Zhuang1-0/+1
2010-11-26ARM: always build swp_emulate as ARMv7Russell King1-0/+1
2010-11-19ARM: ftrace: function graph tracer supportTim Bird1-1/+2
2010-11-04ARM: 6396/1: Add SWP/SWPB emulation for ARMv7 processorsLeif Lindholm1-0/+1
2010-09-08ARM: 6358/1: hw-breakpoint: add HAVE_HW_BREAKPOINT to KconfigWill Deacon1-0/+1
2010-07-31Merge branch 'devel-stable' into develRussell King1-1/+3
2010-07-09ARM: 6120/1: kdump: implement copy_oldmem_page()Mika Westerberg1-0/+1
2010-07-07ARM: deprecate support for old way to pass kernel parametersUwe Kleine-König1-1/+3
2010-02-25Merge branch 'misc2' into develRussell King1-0/+1
2010-02-15ARM: move LED support code out of arch/arm/kernel/time.cRussell King1-0/+1
2010-02-12ARM: 5902/4: arm/perfevents: implement perf event support for ARMv6Jamie Iles1-0/+1
2010-02-12ARM: 5899/2: arm: provide a mechanism to reserve performance countersJamie Iles1-0/+1
2009-12-13Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King1-0/+2
2009-12-09ARM: Add an earlyprintk debug consoleCatalin Marinas1-0/+1
2009-12-02ARM: 5841/1: a driver for on-chip ETM and ETBAlexander Shishkin1-0/+2
2009-09-24Merge branch 'origin' into for-linusRussell King1-1/+2
2009-09-20arm, cris, mips, sparc, powerpc, um, xtensa: fix build with bash 4.0Sam Ravnborg1-1/+2
2009-09-15ARM: 5580/2: ARM TCM (Tightly-Coupled Memory) support v3Linus Walleij1-0/+1
2009-07-21[ARM] 5613/1: implement CALLER_ADDRESSxUwe Kleine-König1-1/+3
2009-05-17[ARM] smp: allow re-use of realview localtimer TWD supportRussell King1-0/+1
2009-05-17[ARM] smp: separate SCU support code from realviewRussell King1-0/+1
2009-03-23[ARM] pxa: add iWMMXt support for pxa168Eric Miao1-0/+1
2009-02-19[ARM] 5386/2: unwind: Add Makefile and Kconfig entries for ARM stack unwindingCatalin Marinas1-0/+1
2008-10-01[ARM] Improve non-executable supportRussell King1-1/+1
2008-07-23kgdb: support for ARCH=armJason Wessel1-0/+1
2008-06-02ftrace: core support for ARMAbhishek Sagar1-0/+5
2008-04-19Merge branch 'merge-fixes' into develRussell King1-1/+1
2008-04-18ARMv7: Add support for the ThumbEE state saving/restoringCatalin Marinas1-0/+1
2008-04-17Generic semaphore implementationMatthew Wilcox1-1/+1
2008-02-04[ARM] 4736/1: Export atags to userspace and allow kexec to use customised atagsRichard Purdie1-0/+1
2008-01-26ARM kprobes: core codeAbhishek Sagar1-1/+1
2008-01-26ARM kprobes: instruction single-stepping supportQuentin Barnes1-0/+1
2007-04-28[ARM] Add stacktrace support and make oprofile use itRussell King1-2/+2
2007-02-19Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+1
2007-02-16[ARM] 4137/1: Add kexec supportRichard Purdie1-0/+1
2007-02-09[APM] ARM: Convert to use shared APM emulation.Ralf Baechle1-1/+0
2006-12-03[ARM] 3881/4: xscale: clean up cp0/cp1 handlingLennert Buytenhek1-1/+3
2006-08-28[ARM] Add Integrator support for glibc outb() and friendsRussell King1-2/+1
2006-07-01[ARM] 3707/1: iwmmxt: use the generic thread notifier infrastructureLennert Buytenhek1-1/+1
2006-06-28[ARM] 3370/2: ep93xx: add crunch supportLennert Buytenhek1-0/+3
2006-04-24[ARM] nommu: trivial fixups for head-nommu.S and the MakefileHyok S. Choi1-1/+1
2006-01-14[ARM] 3109/1: old ABI compat: syscall wrappers for ABI impedance matchingNicolas Pitre1-0/+1
2006-01-04[ARM] Refine selection of ISA_DMA_API and generic dma.c codeRussell King1-1/+2
2006-01-03[ARM] Make kernel link address depend on PAGE_OFFSETRussell King1-1/+1
2005-10-29[ARM] 3061/1: cleanup the XIP link address messNicolas Pitre1-1/+1
2005-06-20[PATCH] ARM: Remove obsolete arch/arm/kernel/arch.cRussell King1-1/+1
2005-04-26[PATCH] ARM: make entry*.S includes more logicalRussell King1-5/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+38