summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ag5evm' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/...Olof Johansson2012-09-051-1/+0
|\
| * ARM: mach-shmobile: remove duplicated include from board-ag5evm.cWei Yongjun2012-08-311-1/+0
* | Merge tag 'ks8695-time-for-arm-soc' of http://git.kernel.org/pub/scm/linux/ke...Olof Johansson2012-09-053-84/+92
|\ \
| * | ARM: ks8695: convert to generic time and clocksourceLinus Walleij2012-09-052-39/+69
| * | ARM: ks8695: delete resume hook from timerLinus Walleij2012-09-051-1/+0
| * | ARM: ks8695: use [readl|writel]_relaxed()Linus Walleij2012-09-051-12/+12
| * | ARM: ks8695: merge the timer header into the timer driverLinus Walleij2012-09-052-41/+20
| |/
* | Merge tag 'arm-perf-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Olof Johansson2012-09-0423-448/+420
|\ \
| * | ARM: perf: move irq registration into pmu implementationSudeep KarkadaNagesha2012-08-233-61/+79
| * | ARM: perf: move CPU-specific PMU handling code into separate fileWill Deacon2012-08-233-211/+233
| * | ARM: perf: prepare for moving CPU PMU code into separate fileWill Deacon2012-08-236-52/+53
| * | ARM: perf: probe devicetree in preference to current CPUWill Deacon2012-08-234-103/+110
| * | ARM: perf: remove mysterious compiler barrierWill Deacon2012-08-231-1/+0
| * | ARM: pmu: remove arm_pmu_type enumerationSudeep KarkadaNagesha2012-08-2314-36/+13
| * | ARM: pmu: remove unused reservation mechanismWill Deacon2012-08-235-86/+1
| * | ARM: perf: add devicetree bindings for 11MPcore, A5, A7 and A15 PMUsWill Deacon2012-08-231-1/+5
| * | ARM: PMU: Add runtime PM SupportJon Hunter2012-08-232-16/+45
| |/
* | Merge branch 'marco-prepare' of git://gitorious.org/sirfprima2-kernel/sirfpri...Olof Johansson2012-09-048-531/+44
|\ \
| * | ARM: SIRF: make sirf irqchip driver optional since new SoCs will have GICBarry Song2012-08-283-2/+6
| * | ARM: PRIMA2: adjust Kconfig to support select SoC featuresBarry Song2012-08-283-9/+23
| * | ARM: PRIMA2: use DT_MACHINE_START and convert to generic boardBarry Song2012-08-282-6/+7
| * | clk: prima2: move from arch/arm/mach to drivers/clkBarry Song2012-08-242-1172/+0
| * | ARM: PRIMA2: convert to common clk and finish full clk treeBinghua Duan2012-08-244-267/+933
| |/
* | Merge branch 'cleanup/io-pci' into next/cleanupArnd Bergmann2012-09-04177-2533/+1974
|\ \
| * \ Merge commit 'a849088aa1' from rmk/fixes into cleanup/io-pciArnd Bergmann2012-09-042035-32384/+65417
| |\ \
| | * | ARM: Fix ioremap() of address zeroRussell King2012-08-252-2/+5
| | |/
| | * mm: hugetlbfs: correctly populate shared pmdMichal Hocko2012-08-211-5/+16
| | * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2012-08-212-4/+2
| | |\
| | | * m68k: select CONFIG_GENERIC_ATOMIC64 for all m68k CPU typesGreg Ungerer2012-08-172-4/+1
| | | * m68knommu: select CONFIG_HAVE_CLK for ColdFire CPU typesGreg Ungerer2012-08-171-0/+1
| | * | Merge tag 'please-pull-ia64-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-08-202-2/+0
| | |\ \
| | | * | [IA64] defconfig: Remove CONFIG_MISC_DEVICESFabio Estevam2012-08-202-2/+0
| | | |/
| | * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-08-208-14/+52
| | |\ \
| | | * | x32: Use compat shims for {g,s}etsockoptMike Frysinger2012-08-181-2/+4
| | | * | Revert "x86-64/efi: Use EFI to deal with platform wall clock"H. Peter Anvin2012-08-142-10/+30
| | | * | x86, apic: fix broken legacy interrupts in the logical apic modeSuresh Siddha2012-08-141-0/+10
| | | * | x86, build: Globally set -fno-picAndrew Boie2012-08-103-2/+6
| | | * | x86, avx: don't use avx instructions with "noxsave" boot paramSuresh Siddha2012-08-081-0/+2
| | * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-08-203-144/+165
| | |\ \ \
| | | * | | perf/x86: disable PEBS on a guest entry.Gleb Natapov2012-08-131-1/+9
| | | * | | perf/x86: Add Intel Westmere-EX uncore supportYan, Zheng2012-08-132-33/+68
| | | * | | perf/x86: Fixes for Nehalem-EX uncore driverYan, Zheng2012-08-132-109/+87
| | | * | | perf, x86: Fix uncore_types_exit section mismatchBorislav Petkov2012-08-131-1/+1
| | * | | | Merge branch 'alpha' (alpha architecture patches)Linus Torvalds2012-08-1920-1167/+177
| | |\ \ \ \
| | | * | | | alpha: Fix fall-out from disintegrating asm/system.hMichael Cree2012-08-191-0/+1
| | | * | | | Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the castsMel Gorman2012-08-191-2/+2
| | | * | | | alpha: fix fpu.h usage in userspaceMike Frysinger2012-08-191-0/+2
| | | * | | | alpha/mm/fault.c: Port OOM changes to do_page_faultKautuk Consul2012-08-191-6/+30
| | | * | | | alpha: take kernel_execve() out of entry.SAl Viro2012-08-193-53/+19
| | | * | | | alpha: take a bunch of syscalls into osf_sys.cAl Viro2012-08-194-111/+54
OpenPOWER on IntegriCloud