summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | ARM: 7199/2: only look for TCM on ARMv5 and laterLinus Walleij2011-12-131-3/+19
| | | |/ | | |/|
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-01-061-2/+4
|\ \ \ \
| * \ \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2011-12-141-2/+4
| |\ \ \ \
| | * | | | nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker2011-12-111-2/+4
| | * | | | nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker2011-12-111-2/+2
| | * | | | nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker2011-12-111-2/+2
* | | | | | Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l...Ingo Molnar2011-12-201-0/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | memblock: Fix include breakages caused by 24aa07882bTejun Heo2011-12-081-0/+1
* | | | | | ARM: unwinder: fix bisection to find origin in .idx sectionUwe Kleine-König2011-12-151-2/+2
| |/ / / / |/| | | |
* | | | | ARM: 7204/1: arch/arm/kernel/setup.c: initialize arm_dma_zone_size earlierArnaud Patard2011-12-111-6/+6
* | | | | ARM: 7185/1: perf: don't assign platform_device on unsupported CPUsWill Deacon2011-12-061-0/+3
* | | | | ARM: 7187/1: fix unwinding for XIP kernelsUwe Kleine-König2011-12-062-47/+84
| |/ / / |/| | |
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-12-061-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | perf: Don't use -ENOSPC for out of PMU resourcesPeter Zijlstra2011-11-141-3/+3
| | |/ | |/|
* | | ARM: 7182/1: ARM cpu topology: fix warningVincent Guittot2011-12-011-1/+1
* | | ARM: 7181/1: Restrict kprobes probing SWP instructions to ARMv5 and belowJon Medhurst (Tixy)2011-12-012-10/+19
* | | ARM: 7180/1: Change kprobes testcase with unpredictable STRD instructionJon Medhurst (Tixy)2011-12-011-1/+1
* | | ARM: 7174/1: Fix build error in kprobes test code on Thumb2 kernelsJon Medhurst2011-11-262-38/+78
* | | ARM: 7170/2: fix compilation breakage in entry-armv.SGuennadi Liakhovetski2011-11-261-1/+1
* | | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/...Russell King2011-11-222-1/+11
|\ \ \
| * | | ARM: perf: check that we have a platform device when reserving PMUWill Deacon2011-11-221-0/+3
| * | | ARM: perf: initialise used_mask for fake PMU during validationWill Deacon2011-11-171-1/+7
| * | | ARM: PMU: re-export release_pmu symbol to modulesWill Deacon2011-11-161-0/+1
| |/ /
* | / ARM: 7161/1: errata: no automatic store buffer drainWill Deacon2011-11-211-0/+3
| |/ |/|
* | ARM: wire up process_vm_writev and process_vm_readv syscallsRussell King2011-11-171-0/+2
* | ARM: 7160/1: setup: avoid overflowing {elf,arch}_name from proc_info_listWill Deacon2011-11-121-2/+4
* | ARM: 7150/1: Allow kernel unaligned accesses on ARMv6+ processorsCatalin Marinas2011-11-081-1/+1
* | Revert "ARM: 7098/1: kdump: copy kernel relocation code at the kexec prepare ...Russell King2011-11-071-18/+17Star
|/
* arm: fix implicit module.h users by adding it to arch/arm as required.Paul Gortmaker2011-11-011-0/+1
* arm: convert core files from module.h to export.hPaul Gortmaker2011-11-0114-14/+14
* arm: remove several unnecessary module.h include instancesPaul Gortmaker2011-11-013-3/+0Star
* arm: fix implicit memset/string.h usage in various arch/arm filesPaul Gortmaker2011-11-011-0/+1
* arm: add elf.h to arch/arm/kernel/ptrace.cPaul Gortmaker2011-11-011-0/+1
* Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2011-10-2822-894/+5562
|\
| * Merge branch 'ppi-irq-core-for-rmk' of git://github.com/mzyngier/arm-platform...Russell King2011-10-237-40/+224
| |\
| | * ARM: gic, local timers: use the request_percpu_irq() interfaceMarc Zyngier2011-10-232-17/+46
| | * ARM: gic: consolidate PPI handlingMarc Zyngier2011-10-232-30/+5Star
| * | Merge branch 'mach_memory_h' of git://git.linaro.org/people/nico/linux into d...Russell King2011-10-182-52/+17Star
| |\ \
| | * | ARM: prepare for removal of a bunch of <mach/memory.h> filesNicolas Pitre2011-09-261-1/+1
| | * | ARM: add an extra temp register to the low level debugging addruart macroNicolas Pitre2011-09-262-3/+3
| | * | Merge the enabling by default of ARM_PATCH_PHYS_VIRTNicolas Pitre2011-08-291-48/+13Star
| | |\ \
| * | | | ARM: 7127/1: hw_breakpoint: skip v7-specific reset on v6 coresWill Deacon2011-10-081-0/+5
| * | | | Merge branch 'pm' into devel-stableRussell King2011-09-223-59/+100
| |\ \ \ \
| | * | | | ARM: pm: add L2 cache cleaning for suspendRussell King2011-09-211-0/+3
| | * | | | ARM: pm: convert some assembly to CRussell King2011-09-212-39/+38Star
| | * | | | ARM: pm: get rid of cpu_resume_turn_mmu_onRussell King2011-09-212-8/+4Star
| | * | | | ARM: pm: only use preallocated page table during resumeRussell King2011-09-212-17/+19
| | * | | | ARM: pm: preallocate a page table for suspend/resumeRussell King2011-09-213-22/+61
| | * | | | ARM: pm: force non-zero return value from __cpu_suspend when abortingRussell King2011-09-211-0/+2
| * | | | | Merge branch 'kprobes-test' of git://git.yxit.co.uk/linux into devel-stableRussell King2011-09-218-0/+4676
| |\ \ \ \ \