summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Alchemy: update development boards defconfigs with USB platform driversFlorian Fainelli2012-10-231-0/+2
* USB: move common alchemy USB routines to arch/mips/alchemy/common.cFlorian Fainelli2012-10-222-1/+615
* MIPS: Alchemy: use the OHCI platform driverFlorian Fainelli2012-10-224-2/+36
* sh: convert boards to use the OHCI platform driverFlorian Fainelli2012-10-224-4/+20
* MIPS: Netlogic: convert to use OHCI platform driverFlorian Fainelli2012-10-221-2/+7
* ARM: cns3xxx: use OHCI platform driverFlorian Fainelli2012-10-221-5/+13
* MIPS: PNX8550: use OHCI platform driverFlorian Fainelli2012-10-221-1/+30
* ARM: cns3xxx: use ehci platform driverFlorian Fainelli2012-10-221-1/+43
* MIPS: Alchemy: use the ehci platform driverFlorian Fainelli2012-10-221-1/+22
* MIPS: Netlogic: use ehci-platform driverFlorian Fainelli2012-10-221-1/+7
* MIPS: Loongson 1B: use ehci-platform instead of ehci-ls1x.Florian Fainelli2012-10-222-1/+8
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds2012-10-209-45/+83
|\
| * arm64: fix alignment padding in assembly codeMarc Zyngier2012-10-202-1/+7
| * arm64: ptrace: use HW_BREAKPOINT_EMPTY type for disabled breakpointsWill Deacon2012-10-181-16/+21
| * arm64: ptrace: make structure padding explicit for debug registersWill Deacon2012-10-182-7/+32
| * arm64: No need to set the x0-x2 registers in start_thread()Catalin Marinas2012-10-181-10/+0
| * arm64: Ignore memory blocks below PHYS_OFFSETCatalin Marinas2012-10-181-0/+12
| * arm64: Fix the update_vsyscall() prototypeCatalin Marinas2012-10-181-10/+10
| * arm64: Select MODULES_USE_ELF_RELACatalin Marinas2012-10-181-0/+1
| * arm64: Remove duplicate inclusion of mmu_context.h in smp.cSachin Kamat2012-10-161-1/+0
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-191-0/+6
|\ \
| * \ Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-10-201-0/+6
| |\ \
| | * | perf: Require exclude_guest to use PEBS - kernel side enforcementPeter Zijlstra2012-10-161-0/+6
* | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-1925-66/+120
|\ \ \ \
| * \ \ \ Merge tag 'kirkwood_fixes_for_v3.7' of git://git.infradead.org/users/jcooper/...Olof Johansson2012-10-193-12/+12
| |\ \ \ \
| | * | | | ARM: kirkwood: fix buttons on lsxl boardsMichael Walle2012-10-181-3/+5
| | * | | | ARM: kirkwood: fix LEDs names for lsxl boardsMichael Walle2012-10-181-5/+5
| | * | | | ARM: Kirkwood: fix disabling CACHE_FEROCEON_L2Jason Gunthorpe2012-10-182-4/+2
| | | |_|/ | | |/| |
| * | | | Merge branch 'testing/driver-warnings' of git://git.kernel.org/pub/scm/linux/...Olof Johansson2012-10-191-1/+1
| |\ \ \ \
| | * | | | ARM: s3c: mark s3c2440_clk_add as __init_refokArnd Bergmann2012-10-171-1/+1
| * | | | | Merge tag 'mvebu_dove_late_fixes_for_v3.7' of git://git.infradead.org/users/j...Olof Johansson2012-10-173-21/+41
| |\ \ \ \ \
| | * | | | | ARM: dove: Add crypto engine to DTSebastian Hesselbarth2012-10-172-1/+9
| | * | | | | ARM: dove: Remove watchdog from DTSebastian Hesselbarth2012-10-171-5/+0
| | * | | | | ARM: dove: Restructure SoC device tree descriptorSebastian Hesselbarth2012-10-171-12/+18
| | * | | | | ARM: dove: Fix clock names of sata and gbeSebastian Hesselbarth2012-10-171-2/+2
| | * | | | | ARM: dove: Fix tauros2 device tree initSebastian Hesselbarth2012-10-172-1/+7
| | * | | | | ARM: dove: Add pcie clock supportSebastian Hesselbarth2012-10-171-0/+5
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'omap-for-v3.7-rc1/fixes-take5-signed' of git://git.kernel.org/pub/...Olof Johansson2012-10-176-12/+34
| |\ \ \ \ \
| | * | | | | ARM: OMAP2+: Allow kernel to boot even if GPMC fails to reserve memoryJon Hunter2012-10-171-5/+19
| | * | | | | ARM: OMAP: clockdomain: Fix locking on _clkdm_clk_hwmod_enable / disableTero Kristo2012-10-171-4/+11
| | * | | | | ARM: OMAP4: devices: fixup OMAP4 DMIC platform device error messageSebastien Guiriec2012-10-161-1/+1
| | * | | | | ARM: OMAP2+: clock data: Add dev-id for the omap-gpmc dummy fckBenoit Cousson2012-10-161-1/+1
| | * | | | | ARM: OMAP: resolve sparse warning concerning debug_card_init()Paul Walmsley2012-10-161-0/+1
| | * | | | | ARM: OMAP4: Fix twd_local_timer_register regressionTony Lindgren2012-10-161-1/+1
| | |/ / / /
| * | | | | Merge tag 'tegra-for-3.7-fixes-for-rc2' of git://git.kernel.org/pub/scm/linux...Olof Johansson2012-10-177-5/+7
| |\ \ \ \ \
| | * | | | | ARM: tegra: add tegra_timer clockSivaram Nair2012-10-162-0/+2
| | * | | | | ARM: tegra: rename tegra system timerSivaram Nair2012-10-164-4/+4
| | * | | | | ARM: tegra30: clk: Fix output_rate overflowMark Zhang2012-10-161-1/+1
| | |/ / / /
| * | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/r...Olof Johansson2012-10-172-12/+12
| |\ \ \ \ \
| | * | | | | ARM: shmobile: r8a7779: use __iomem pointers for MMIOKuninori Morimoto2012-10-161-11/+11