summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | ARM: Define CPU part numbers and implementorsChristoffer Dall2013-01-111-0/+33
| | |/ / /
| * | | | Merge branch 'for-rmk/virt/hyp-boot/updates' of git://git.kernel.org/pub/scm/...Russell King2013-01-233-16/+8
| |\ \ \ \
| | * | | | ARM: virt: hide CONFIG_ARM_VIRT_EXT from userWill Deacon2013-01-101-7/+3
| | * | | | ARM: virt: use PSR_N_BIT for detecting boot CPU mode mismatchWill Deacon2013-01-101-2/+2
| | * | | | ARM: virt: avoid clobbering lr when forcing svc modeRussell King2013-01-101-7/+3
| | |/ / /
| * | | | Merge branch 'for-rmk/hw-breakpoint' of git://git.kernel.org/pub/scm/linux/ke...Russell King2013-01-234-18/+62
| |\ \ \ \
| | * | | | ARM: hw_breakpoint: Debug powerdown support for self-hosted debugDietmar Eggemann2013-01-101-1/+27
| | * | | | ARM: hw_breakpoint: Check function for OS Save and Restore mechanismDietmar Eggemann2013-01-102-5/+26
| | * | | | ARM: coresight: common definition for (OS) Lock Access Register key valueDietmar Eggemann2013-01-103-12/+9
| | |/ / /
* | | | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-02-2026-540/+401
|\ \ \ \ \
| * \ \ \ \ Merge branch 'misc' into for-linusRussell King2013-02-2023-412/+216
| |\ \ \ \ \
| | * | | | | ARM: add SCHED_HRTICK config optionRussell King2013-02-171-0/+3
| | * | | | | ARM: 7650/1: mm: replace direct access to mm->context.id with new macroBen Dooks2013-02-163-3/+3
| | * | | | | ARM: 7649/1: mm: mm->context.id fix for big-endianBen Dooks2013-02-162-0/+8
| | * | | | | ARM: 7648/1: pci: Allow passing per-controller private dataThierry Reding2013-02-162-0/+4
| | * | | | | ARM: 7647/1: pci: Keep pci_common_init() around after initThierry Reding2013-02-161-3/+3
| | * | | | | ARM: fix warnings introduced by previous patchRussell King2013-02-161-2/+0
| | * | | | | ARM: 7646/1: mm: use static_vm for managing static mapped areasJoonsoo Kim2013-02-162-59/+46
| | * | | | | ARM: 7645/1: ioremap: introduce an infrastructure for static mapped areaJoonsoo Kim2013-02-162-0/+76
| | * | | | | ARM: 7644/1: vmregion: remove vmregion code entirelyJoonsoo Kim2013-02-163-237/+1
| | * | | | | MAINTAINERS: Re-assert MMCI driver maintainer statusRussell King2013-02-161-1/+2
| | * | | | | MAINTAINERS: add additional file for MMCI driverRussell King2013-02-161-0/+1
| | * | | | | MAINTAINERS: add maintainer entry for AMBA serial driversRussell King2013-02-161-0/+6
| | * | | | | ARM: 7637/1: memory: use SZ_ constants for defining the virtual memory layoutWill Deacon2013-02-161-4/+4
| | * | | | | ARM: 7635/1: versatile: fix the PCI IRQ regressionLinus Walleij2013-02-062-6/+20
| | * | | | | ARM: 7639/1: cache-l2x0: add missed dummy outer_resume entryBarry Song2013-02-061-0/+1
| | * | | | | ARM: 7632/1: spinlock: avoid exclusive accesses on unlock() pathWill Deacon2013-01-281-15/+1
| | * | | | | ARM: smp: remove wrapper functionsRussell King2013-01-141-23/+8
| | * | | | | ARM: 7626/1: arm/crypto: Make asm SHA-1 and AES code Thumb-2 compatibleDave Martin2013-01-132-59/+29
| | | |/ / / | | |/| | |
| * | | | | Merge branches 'fixes' and 'mmci' into for-linusRussell King2013-02-202-126/+183
| |\ \ \ \ \
| | * | | | | ARM: 7630/1: mmc: mmci: Fixup and cleanup code for DMA handlingUlf Hansson2013-01-281-82/+105
| | * | | | | ARM: 7631/1: mmc: mmci: Add new VE MMCI variantPawel Moll2013-01-282-0/+15
| | * | | | | ARM: 7623/1: mmc: mmci: Fixup clock gating when freq is 0 for ST-variantsUlf Hansson2013-01-231-0/+13
| | * | | | | ARM: 7622/1: mmc: mmci: Gate the clock in runtime suspend to save powerUlf Hansson2013-01-231-0/+29
| | * | | | | ARM: 7620/1: mmc: mmci: Convert to use mmc_regulator_get_supplyUlf Hansson2013-01-082-44/+11
| | * | | | | ARM: 7618/1: mmc: mmci: Support MMC_PM_KEEP_POWERUlf Hansson2013-01-081-0/+4
| | * | | | | ARM: 7617/1: mmc: mmci: Support for DDR modeUlf Hansson2013-01-081-0/+6
| * | | | | | ARM: 7643/1: sched: correct update_sched_clock()Joonsoo Kim2013-02-111-2/+2
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2013-02-203-8/+2
|\ \ \ \ \ \ \
| * | | | | | | m68k: Sort out !CONFIG_MMU_SUN3 vs. CONFIG_HAS_DMAGeert Uytterhoeven2013-02-092-8/+1
| * | | | | | | swim: Add missing spinlock initJean Delvare2013-02-091-0/+1
| |/ / / / / /
* | | | | | | Merge tag 'edac_3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2013-02-204-168/+120
|\ \ \ \ \ \ \
| * | | | | | | mpc85xx_edac: Fix typoBaruch Siach2013-02-101-2/+2
| * | | | | | | EDAC, MCE, AMD: Remove unneeded exportsBorislav Petkov2013-01-222-18/+8
| * | | | | | | EDAC, MCE, AMD: Add MCE decoding support for Family 16hJacob Shin2013-01-222-17/+81
| * | | | | | | EDAC, MCE, AMD: Make MC2 decoding per-familyJacob Shin2013-01-222-27/+30
| * | | | | | | amd64_edac: Remove dead codeBorislav Petkov2013-01-221-105/+0
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-20374-8060/+10713
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Rafael J. Wysocki2013-02-1835-553/+360
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'misc' into releaseLen Brown2013-02-188-140/+15
| | |\ \ \ \ \ \ \