summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-09-153-7/+10
|\
| * ARM: 6352/1: perf: fix event validationWill Deacon2010-09-021-2/+2
| * ARM: 6343/1: wire up fanotify and prlimit64 syscalls on ARMMikael Pettersson2010-09-011-0/+3
| * ARM: 6330/1: perf: reword comments relating to perf_event_do_pendingWill Deacon2010-09-011-4/+4
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-08-281-1/+1
| |\
| | * Input: sysrq - drop tty argument from sysrq ops handlersDmitry Torokhov2010-08-191-1/+1
* | | perf: Remove the sysfs bitsPeter Zijlstra2010-09-091-8/+1
* | | perf: Rework the PMU methodsPeter Zijlstra2010-09-091-35/+61
* | | perf: Per PMU disablePeter Zijlstra2010-09-091-14/+14
* | | perf: Reduce perf_disable() usagePeter Zijlstra2010-09-091-0/+3
* | | perf: Register PMU implementationsPeter Zijlstra2010-09-091-12/+26
* | | perf: Deconstify struct pmuPeter Zijlstra2010-09-091-1/+1
* | | Merge branch 'linus' into perf/coreIngo Molnar2010-08-253-6/+11
|\ \ \ | |/ /
| * | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-08-172-1/+2
| |\ \
| | * | ARM: 6329/1: wire up sys_accept4() on ARMMikael Pettersson2010-08-151-0/+1
| | * | ARM: 6326/1: kgdb: fix GDB_MAX_REGS no longer usederic miao2010-08-141-1/+1
| | |/
| * | Make do_execve() take a const filename pointerDavid Howells2010-08-171-5/+9
| |/
* | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2010-08-1922-206/+685
|\ \ | |/
| * Mark arguments to certain syscalls as being constDavid Howells2010-08-132-5/+5
| * Merge branches 'master' and 'devel' into for-linusRussell King2010-08-101-0/+34
| |\
| | * Merge branch 'devel-stable' into develRussell King2010-08-091-43/+81
| | |\
| | * | ARM: 6191/1: Do not compile the Thumb-2 module relocations on an ARM kernelCatalin Marinas2010-08-051-0/+4
| | * | ARM: 6190/1: Remove dummy loads from the original relocation addressCatalin Marinas2010-08-051-2/+0
| | * | ARM: 6189/1: Add support for the MOVW/MOVT relocations in Thumb-2Catalin Marinas2010-08-051-0/+32
| * | | ARM: 6294/1: etm: do a dummy read from OSSRR during initializationAlexander Shishkin2010-08-101-1/+3
| * | | ARM: 6292/1: coresight: add ETM management registersAlexander Shishkin2010-08-101-1/+1
| * | | ARM: 6288/1: ftrace: document mcount formatsRabin Vincent2010-08-101-0/+36
| * | | ARM: 6287/1: ftrace: clean up mcount assembly indentationRabin Vincent2010-08-101-44/+44
| * | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-061-9/+9
| |\ \ \ | | |_|/ | |/| |
| * | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-08-051-43/+81
| |\ \ \ | | |_|/ | |/| |
| | * | arm,kgdb: Add ability to trap into debugger on notify_dieJason Wessel2010-08-051-0/+34
| | * | kgdb,arm: Individual register get/set for armJason Wessel2010-08-051-43/+47
| * | | Merge branch 'devel-stable' into develRussell King2010-07-317-10/+38
| |\ \ \
| | * \ \ Merge branch 'arm/booting' of git://git.pengutronix.de/git/ukl/linux-2.6 into...Russell King2010-07-294-10/+14
| | |\ \ \
| | | * | | ARM: deprecate support for old way to pass kernel parametersUwe Kleine-König2010-07-074-10/+14
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nico/orion into devel-stableRussell King2010-07-214-22/+24
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | ARM: stack protector: change the canary value per taskNicolas Pitre2010-06-142-0/+11
| | * | | | ARM: initial stack protector (-fstack-protector) supportNicolas Pitre2010-06-141-0/+6
| | * | | | [ARM] implement arch_randomize_brk()Nicolas Pitre2010-06-141-0/+7
| | | |/ / | | |/| |
| * | | | Merge branch 'misc' into develRussell King2010-07-315-61/+116
| |\ \ \ \
| | * | | | ARM: call machine_shutdown() from machine_halt(), etcRussell King2010-07-273-9/+18
| | * | | | ARM: SMP: Always enable clock event broadcast supportRussell King2010-07-272-2/+7
| | * | | | ARM: Factor out common code from cpu_proc_fin()Russell King2010-07-272-5/+18
| | * | | | Merge branch 'origin' into miscRussell King2010-07-274-22/+24
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | ARM: 6225/1: make TCM allocation static and common for all archsLinus Walleij2010-07-271-43/+48
| | * | | | ARM: 6223/1: support multiple TCM banksLinus Walleij2010-07-181-22/+46
| | * | | | ARM: 6222/1: add memory types for the TCMsLinus Walleij2010-07-181-3/+2
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-----. \ \ \ \ Merge branches 'at91', 'ep93xx', 'kexec', 'iop', 'lmb', 'nomadik', 'nuc', 'pl...Russell King2010-07-319-43/+329
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | / / | | | |_|_|_|/ / | | |/| | | | |
| | | | * | | | ARM: Convert platform reservations to use LMB rather than bootmemRussell King2010-07-271-1/+1
| | | | * | | | ARM: initial LMB trialRussell King2010-07-271-0/+3
OpenPOWER on IntegriCloud