summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: 7585/1: kernel: fix nr_cpu_ids check in DT logical map initLorenzo Pieralisi2012-11-231-3/+7
* ARM: 7584/1: perf: fix link error when CONFIG_HW_PERF_EVENTS is not selectedMarc Zyngier2012-11-231-0/+2
* Merge branch 'bl-cpuinfo' of git://linux-arm.org/linux-2.6-lp into devel-stableRussell King2012-11-203-35/+37
|\
| * ARM: kernel: update cpuinfo to print all online CPUs featuresLorenzo Pieralisi2012-11-191-35/+35
| * ARM: kernel: add MIDR to per-CPU information dataLorenzo Pieralisi2012-11-192-0/+2
* | Merge branch 'cluster-boot-protocol' of git://linux-arm.org/linux-2.6-lp into...Russell King2012-11-208-48/+256
|\ \
| * | ARM: gic: use a private mapping for CPU target interfacesNicolas Pitre2012-11-191-9/+36
| * | ARM: kernel: add logical mappings look-upLorenzo Pieralisi2012-11-191-0/+17
| * | ARM: kernel: add cpu logical map DT init in setup_archLorenzo Pieralisi2012-11-191-0/+1
| * | ARM: kernel: add device tree init map functionLorenzo Pieralisi2012-11-193-0/+179
| * | ARM: kernel: smp_setup_processor_id() updatesLorenzo Pieralisi2012-11-191-3/+4
| * | ARM: kernel: update topology to use new MPIDR macrosLorenzo Pieralisi2012-11-191-10/+5
| * | ARM: kernel: enhance MPIDR macro definitionsLorenzo Pieralisi2012-11-192-26/+14
| |/
* | Merge branch 'asid-allocation' of git://git.kernel.org/pub/scm/linux/kernel/g...Russell King2012-11-193-185/+115
|\ \
| * | ARM: mm: use bitmap operations when allocating new ASIDsWill Deacon2012-11-051-19/+35
| * | ARM: mm: avoid taking ASID spinlock on fastpathWill Deacon2012-11-051-8/+15
| * | ARM: mm: remove IPI broadcasting on ASID rolloverWill Deacon2012-11-053-186/+93
* | | Merge branch 'for-rmk/prot-none' of git://git.kernel.org/pub/scm/linux/kernel...Russell King2012-11-197-12/+25
|\ \ \
| * | | ARM: mm: introduce present, faulting entries for PAGE_NONEWill Deacon2012-11-096-3/+16
| * | | ARM: mm: introduce L_PTE_VALID for page table entriesWill Deacon2012-11-095-6/+6
| * | | ARM: mm: don't use the access flag permissions mechanism for classic MMUWill Deacon2012-11-091-2/+2
| * | | ARM: mm: use pteval_t to represent page protection valuesWill Deacon2012-11-091-1/+1
| |/ /
* | | Merge branch 'hw-breakpoint' of git://git.kernel.org/pub/scm/linux/kernel/git...Russell King2012-11-193-91/+91
|\ \ \
| * | | ARM: cti: fix manipulation of debug lock registersWill Deacon2012-11-151-18/+2
| * | | ARM: hw_breakpoint: kill WARN_ONCE usageWill Deacon2012-11-091-5/+10
| * | | ARM: hw_breakpoint: use CRn as argument for debug reg accessor macrosDietmar Eggemann2012-11-092-24/+24
| * | | ARM: hw_breakpoint: check if monitor mode is enabled during validationWill Deacon2012-11-091-13/+15
| * | | ARM: hw_breakpoint: make boot quieter without CPUID feature registersWill Deacon2012-11-091-2/+2
| * | | ARM: hw_breakpoint: don't try to clear v6 debug registers during bootWill Deacon2012-11-091-3/+3
| * | | ARM: hw_breakpoint: fix ordering of debug register reset sequenceWill Deacon2012-11-091-10/+26
| * | | ARM: hw_breakpoint: fix monitor mode detection with v7.1Will Deacon2012-11-091-20/+5
| * | | ARM: hw_breakpoint: only clear OS lock when implemented on v7Will Deacon2012-11-091-6/+14
| |/ /
* | | Merge branch 'perf/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King2012-11-198-338/+385
|\ \ \
| * | | ARM: PMU: fix runtime PM enableJon Hunter2012-11-092-2/+1
| * | | ARM: perf: consistently use arm_pmu->name for PMU nameWill Deacon2012-11-093-5/+5
| * | | ARM: perf: return NOTIFY_DONE from cpu notifier when no available PMUWill Deacon2012-11-091-0/+2
| * | | ARM: perf: register cpu_notifier at driver initMark Rutland2012-11-091-2/+11
| * | | ARM: perf: check ARMv7 counter validity on a per-pmu basisSudeep KarkadaNagesha2012-11-091-64/+30
| * | | ARM: perf: consistently use struct perf_event in arm_pmu functionsSudeep KarkadaNagesha2012-11-096-121/+142
| * | | ARM: perf: allocate CPU PMU dynamically at probe timeSudeep KarkadaNagesha2012-11-094-144/+153
| * | | ARM: perf: add guest vs host discriminationMarc Zyngier2012-11-092-0/+41
| |/ /
* | | fanotify: fix FAN_Q_OVERFLOW case of fanotify_read()Al Viro2012-11-181-1/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-11-182-4/+3
|\ \ \
| * | | kill bogus BUG_ON() in do_close_on_exec()Al Viro2012-11-121-1/+0
| * | | missing const in alpha callers of do_mount()Al Viro2012-10-211-3/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2012-11-181-3/+3
|\ \ \ \
| * | | | m68k: fix sigset_t accessor functionsAndreas Schwab2012-11-181-3/+3
* | | | | Merge tag 'gpio-fixes-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-11-183-4/+27
|\ \ \ \ \
| * | | | | gpio-mcp23s08: Build I2C support even when CONFIG_I2C=mDaniel M. Weeks2012-11-171-3/+3
| * | | | | gpio: adnp: Depend on OF_GPIO instead of OFThierry Reding2012-11-171-1/+1