summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-03-161-1/+1
|\
| * percpu: align percpu readmostly subsection to cachelineTejun Heo2011-01-251-1/+1
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-03-151-3/+1
|\ \
| * | arm: Switch from do_timer() to xtime_update()Torben Hohn2011-01-311-3/+1
* | | ARM: 6768/1: hw_breakpoint: ensure debug logic is powered up on v7 coresWill Deacon2011-02-261-3/+23
* | | ARM: 6767/1: ptrace: fix register indexing in GETHBPREGS requestWill Deacon2011-02-261-3/+3
* | | ARM: 6745/1: kprobes insn decoding fixNicolas Pitre2011-02-211-1/+1
* | | ARM: Keep exit text/data around for SMP_ON_UPRussell King2011-02-211-0/+9
* | | ARM: Ensure predictable endian state on signal handler entryRussell King2011-02-211-1/+3
* | | ARM: 6740/1: Place correctly notes section in the linker scriptPawel Moll2011-02-211-0/+2
* | | ARM: 6676/1: Correct the cpu_architecture() function for ARMv7Catalin Marinas2011-02-191-2/+2
* | | ARM: 6742/1: pmu: avoid setting IRQ affinity on UP systemsWill Deacon2011-02-191-8/+14
* | | ARM: 6657/1: hw_breakpoint: fix ptrace breakpoint advertising on unsupported ...Will Deacon2011-02-111-5/+13
* | | ARM: 6656/1: hw_breakpoint: avoid UNPREDICTABLE behaviour when reading DBGDSCRWill Deacon2011-02-111-13/+13
* | | ARM: 6654/1: perf/oprofile: fix off-by-one in stack checkRabin Vincent2011-02-101-1/+1
* | | ARM: fixup SMP alternatives in modulesRussell King2011-02-102-13/+47
* | | ARM: smp_on_up: allow non-ARM SMP processorsRussell King2011-01-311-12/+10
|/ /
* | ARM: twd: ensure timer reload is reprogrammed on entry to periodic modeRussell King2011-01-251-5/+2
|/
* Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-01-152-21/+24
|\
| * ARM: ecard: irq_data conversion.Lennert Buytenhek2011-01-131-14/+14
| * ARM: core irq_data conversion.Lennert Buytenhek2011-01-131-7/+10
* | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-01-157-18/+32
|\ \
| * | ARM: fix missing branch in __error_aRussell King2011-01-151-0/+2
| * | ARM: fix /proc/$PID/stack on SMPRussell King2011-01-151-3/+6
| * | ARM: 6625/1: use memblock memory regions for "System RAM" I/O resourcesDima Zavin2011-01-141-10/+6
| * | ARM: 6620/1: Change misleading warning when CONFIG_CMDLINE_FORCE is usedAlexander Holler2011-01-121-2/+4
| * | ARM: 6619/1: nommu: avoid mapping vectors page when !CONFIG_MMUWill Deacon2011-01-111-0/+2
| * | ARM: sched_clock: make minsec argument to clocks_calc_mult_shift() zeroRussell King2011-01-111-1/+1
| * | ARM: sched_clock: allow init_sched_clock() to be called earlyRussell King2011-01-112-1/+10
| * | ARM: twd: fix display of twd frequencyRussell King2011-01-111-1/+1
| |/
* | mm: unify module_alloc code for vmallocDavid Rientjes2011-01-131-11/+3
|/
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-01-0627-3189/+3989
|\
| * Merge branch 'devel-stable' into develRussell King2011-01-0611-296/+538
| |\
| | * Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King2010-12-226-14/+147
| | |\
| | | * ARM: pxa: add iwmmx support for PJ4Haojian Zhuang2010-12-203-13/+137
| | * | Merge branch 'hw-breakpoint' of git://repo.or.cz/linux-2.6/linux-wd into deve...Russell King2010-12-184-226/+344
| | |\ \
| | | * | ARM: hw_breakpoint: do not fail initcall if monitor mode is disabledWill Deacon2010-12-151-29/+25
| | | * | ARM: hw_breakpoint: fix warnings generated by sparseWill Deacon2010-12-061-7/+13
| | | * | ARM: ptrace: fix style issue with hw_breakpoint interfaceWill Deacon2010-12-061-2/+2
| | | * | ARM: hw_breakpoint: disallow per-cpu breakpoints without overflow handlerWill Deacon2010-12-061-2/+4
| | | * | ARM: hw_breakpoint: unify single-stepping code for watchpoints and breakpointsWill Deacon2010-12-061-41/+40
| | | * | ARM: hw_breakpoint: do not allocate new breakpoints with preemption disabledWill Deacon2010-12-061-57/+77
| | | * | ARM: hw_breakpoint: don't advertise reserved breakpointsWill Deacon2010-12-061-89/+117
| | | * | ARM: hw_breakpoint: disable preemption during debug exception handlingWill Deacon2010-12-063-5/+36
| | | * | ARM: hw_breakpoint: correct and simplify alignment fixup codeWill Deacon2010-12-061-26/+31
| | | * | ARM: hw_breakpoint: reset control registers in hotplug pathWill Deacon2010-12-061-1/+15
| | | * | ARM: hw_breakpoint: ensure OS lock is clear before writing to debug registersWill Deacon2010-12-061-5/+22
| | * | | ARM: 6521/1: perf: use raw_spinlock_t for pmu_lockWill Deacon2010-12-044-35/+35
| | * | | ARM: 6512/1: perf: fix warnings generated by sparseWill Deacon2010-12-044-23/+23
| * | | | Merge branch 'pgt' (early part) into develRussell King2011-01-062-42/+6
| |\ \ \ \
OpenPOWER on IntegriCloud