summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-01-0722-104/+44Star
|\
| * MIPS: 64-bit: Fix build if !CONFIG_MODULESJoshua Kinard2013-01-031-2/+2
| * MIPS: Wire up finit_module syscall.Ralf Baechle2012-12-285-6/+13
| * MIPS: Fix modpost error in modules attepting to use virt_addr_valid().Ralf Baechle2012-12-282-1/+10
| * MIPS: page.h: Remove now unnecessary #ifndef __ASSEMBLY__ wrapper.Ralf Baechle2012-12-281-4/+0Star
| * MIPS: Switch remaining assembler PAGE_SIZE users to <asm/asm-offsets.h>.Ralf Baechle2012-12-284-8/+6Star
| * MIPS: Include PAGE_S{IZE,HIFT} in <asm/offset.h>.Ralf Baechle2012-12-281-0/+3
| * MIPS: Don't include <asm/page.h> unnecessarily.Ralf Baechle2012-12-285-5/+0Star
| * MIPS: Fix comment.Ralf Baechle2012-12-271-4/+5
| * Revert "MIPS: Optimise TLB handlers for MIPS32/64 R2 cores."Ralf Baechle2012-12-271-16/+0Star
| * MIPS: perf: Fix build failure in XLP perf support.Manuel Lauss2012-12-271-38/+0Star
| * MIPS: Alchemy: Make 32kHz and r4k timer coexist peacefullyManuel Lauss2012-12-271-20/+5Star
* | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2013-01-078-56/+90
|\ \
| * | microblaze: Update microblaze defconfigsMichal Simek2013-01-042-45/+80
| * | microblaze: Fix pci compilation and sparse warningsMichal Simek2013-01-041-6/+5Star
| * | microblaze: Add finit_module syscallMichal Simek2013-01-032-1/+3
| * | microblaze: Kill __kmap_atomic()Michal Simek2013-01-031-1/+1
| * | microblaze: Change section flags for noMMUMichal Simek2013-01-031-1/+1
| * | microblaze: Microblaze wants sys_fork for noMMU tooMichal Simek2013-01-031-2/+0Star
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds2013-01-042-1/+6
|\ \ \
| * | | arm64: Always select ARM_AMBA and GENERIC_GPIOCatalin Marinas2013-01-041-0/+4
| * | | arm64: Keep the ARM64 Kconfig selects sortedCatalin Marinas2013-01-021-1/+1
| * | | arm64: Include linux/ptrace.h in asm/compat.hCatalin Marinas2013-01-021-0/+1
| | |/ | |/|
* | | Merge tag 'driver-core-3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-01-04221-747/+661Star
|\ \ \
| * | | ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-0427-90/+74Star
| * | | ALPHA: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-044-13/+11Star
| * | | IA64: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-0415-68/+42Star
| * | | MIPS: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-0423-65/+61Star
| * | | POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-0465-188/+172Star
| * | | SPARC: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-0423-100/+86Star
| * | | X86: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-0421-89/+84Star
| * | | ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-0443-134/+131Star
| | |/ | |/|
* | | Merge tag 'pinctrl-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Linus Torvalds2013-01-032-2/+5
|\ \ \
| * | | ARM: ux500: add pinctrl address resourcesFabio Baltieri2012-12-262-2/+5
| | |/ | |/|
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-01-032-6/+2Star
|\ \ \
| * | | powerpc: Add missing NULL terminator to avoid boot panic on PPC40xGabor Juhos2013-01-031-1/+2
| * | | powerpc/vdso: Remove redundant locking in update_vsyscall_tz()Shan Hai2013-01-031-5/+0Star
| | |/ | |/|
* / | Wire up finit_module syscallLuck, Tony2013-01-033-1/+3
|/ /
* | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2013-01-031-0/+4
|\ \
| * | watchdog: twl4030_wdt: add DT supportAaro Koskinen2013-01-021-0/+4
* | | Merge tag '3.8-pci-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/he...Linus Torvalds2013-01-031-1/+2
|\ \ \ | |/ / |/| |
| * | PCI: Work around Stratus ftServer broken PCIe hierarchy (fix DMI check)Myron Stowe2012-12-261-1/+2
| |/
* | Merge tag 'omap-late-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-12-3017-84/+100
|\ \
| * | arch/arm/mach-omap2/dpll3xxx.c: drop if around WARN_ONJulia Lawall2012-12-171-2/+1Star
| * | OMAP2: Fix a typo - replace regist with register.YOSHIFUJI Hideaki2012-12-171-1/+1
| * | ARM/omap: use module_platform_driver macroSrinivas Kandagatla2012-12-171-12/+1Star
| * | ARM: OMAP2+: PMU: Remove unused headerJon Hunter2012-12-171-2/+0Star
| * | ARM: OMAP4: remove duplicated include from omap_hwmod_44xx_data.cWei Yongjun2012-12-171-1/+0Star
| * | ARM: OMAP2+: omap2plus_defconfig: enable twl4030 SoC audioJavier Martinez Canillas2012-12-171-0/+1
| * | ARM: OMAP2+: omap2plus_defconfig: Add tps65217 supportAnilKumar Chimata2012-12-171-0/+2