aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-01-03Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2-6/+2
2013-01-03Wire up finit_module syscallLuck, Tony3-1/+3
2013-01-03powerpc: Add missing NULL terminator to avoid boot panic on PPC40xGabor Juhos1-1/+2
2013-01-03powerpc/vdso: Remove redundant locking in update_vsyscall_tz()Shan Hai1-5/+0
2013-01-02Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-0/+4
2013-01-02Merge tag '3.8-pci-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/he...Linus Torvalds1-1/+2
2013-01-02watchdog: twl4030_wdt: add DT supportAaro Koskinen1-0/+4
2012-12-30Merge tag 'omap-late-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds17-84/+100
2012-12-26PCI: Work around Stratus ftServer broken PCIe hierarchy (fix DMI check)Myron Stowe1-1/+2
2012-12-23sunxi: Change the machine compatible string.Maxime Ripard1-2/+2
2012-12-23ARM: multi_v7_defconfig: Add ARCH_SUNXIMaxime Ripard1-0/+1
2012-12-21Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds7-36/+4
2012-12-21ARM: dts: fix duplicated build target and alphabetical sort out for exynosKukjin Kim1-3/+2
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds105-309/+54
2012-12-20Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds6-7/+11
2012-12-20Merge tag 'fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds22-180/+201
2012-12-20vfs: turn is_dir argument to kern_path_create into a lookup_flags argJeff Layton1-1/+1
2012-12-20ARM: OMAP2+: Trivial fix for IOMMU merge issueTony Lindgren1-2/+2
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-133/+53
2012-12-20ARM: OMAP2+: Fix compillation error in mach-omap2/timer.cPeter Ujfalusi1-1/+1
2012-12-20Merge branch 'v3.8-samsung-fixes-audio' of git://git.kernel.org/pub/scm/linux...Olof Johansson9-169/+182
2012-12-20Merge branch 'v3.8-samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson8-10/+18
2012-12-20ARM: sunxi: rename device tree source filesOlof Johansson4-0/+0
2012-12-20ARM: OMAP: Fix build breakage due to missing include in i2c.cVaibhav Bedia1-0/+1
2012-12-20Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds3-5/+5
2012-12-20Merge tags 'disintegrate-h8300-20121219', 'disintegrate-m32r-20121219' and 'd...Linus Torvalds112-1241/+1381
2012-12-20Merge tag 'cris-for-linus-3.8' of git://jni.nu/crisLinus Torvalds55-645/+689
2012-12-20Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds42-350/+300
2012-12-20UAPI: Fix up empty files in arch/cris/David Howells3-0/+5
2012-12-20CRIS: locking: fix the return value of arch_read_trylock()Wei Yongjun1-1/+1
2012-12-20Merge tag 'disintegrate-cris-20121009' of git://git.infradead.org/users/dhowe...Jesper Nilsson53-639/+682
2012-12-20CRIS: use kbuild.h instead of defining macros in asm-offset.cJames Hogan1-5/+1
2012-12-20UAPI: (Scripted) Disintegrate arch/score/include/asmDavid Howells35-80/+118
2012-12-20ARM: 7607/1: realview: fix private peripheral memory base for EB rev. B boardsWill Deacon1-1/+1
2012-12-20ARM: 7606/1: cache: flush to LoUU instead of LoUIS on uniprocessor CPUsWill Deacon1-2/+4
2012-12-20ARM: missing ->mmap_sem around find_vma() in swp_emulate.cAl Viro1-0/+2
2012-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds7-12/+67
2012-12-19sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in CAMELLIA code.David S. Miller1-0/+3
2012-12-19sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in DES code.David S. Miller1-0/+6
2012-12-19sparc64: Fix ECB looping constructs in AES code.David S. Miller1-0/+1
2012-12-19sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in AES code.David S. Miller1-0/+4
2012-12-19sparc64: Fix AES ctr mode block size.David S. Miller1-3/+24
2012-12-19sparc64: Fix unrolled AES 256-bit key loops.David S. Miller1-6/+14
2012-12-19alpha: switch to generic sigaltstackAl Viro2-9/+2
2012-12-19new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro3-25/+7
2012-12-19generic compat_sys_sigaltstack()Al Viro8-67/+6
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro12-21/+7
2012-12-19new helper: compat_user_stack_pointer()Al Viro2-2/+10
2012-12-19unify SS_ONSTACK/SS_DISABLE definitionsAl Viro16-97/+0
2012-12-19new helper: current_user_stack_pointer()Al Viro6-0/+10
2012-12-19missing user_stack_pointer() instancesAl Viro9-0/+10
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro56-89/+0
2012-12-19COMPAT_SYSCALL_DEFINE: infrastructureAl Viro1-0/+3
2012-12-19Merge tag 'xtensa-20121218' of git://github.com/czankel/xtensa-linuxLinus Torvalds80-422/+2096
2012-12-19Merge branch 'x86/nuke386' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-52/+1
2012-12-19Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdLinus Torvalds9-87/+75
2012-12-19ARM: EXYNOS: Avoid passing the clks through platform dataPadmavathi Venna1-12/+0
2012-12-19ARM: S5PV210: Avoid passing the clks through platform dataPadmavathi Venna1-16/+0
2012-12-19ARM: S5P64X0: Add I2S clkdev supportPadmavathi Venna3-47/+75
2012-12-19ARM: S5PC100: Add I2S clkdev supportPadmavathi Venna2-34/+30
2012-12-19ARM: S3C64XX: Add I2S clkdev supportPadmavathi Venna2-60/+77
2012-12-19ARM: EXYNOS: Fix MSHC clocks instance namesDongjin Kim1-2/+2
2012-12-19ARM: EXYNOS: Fix NULL pointer dereference bug in SMDKV310Sachin Kamat1-2/+2
2012-12-19ARM: EXYNOS: Fix NULL pointer dereference bug in SMDK4X12Sachin Kamat1-2/+2
2012-12-19ARM: EXYNOS: Fix NULL pointer dereference bug in OrigenSachin Kamat1-2/+2
2012-12-19Merge tag 'for-v3.8-part2' of git://git.infradead.org/battery-2.6Linus Torvalds1-0/+6
2012-12-19UAPI: (Scripted) Disintegrate arch/m32r/include/asmDavid Howells38-615/+668
2012-12-19UAPI: (Scripted) Disintegrate arch/h8300/include/asmDavid Howells39-546/+595
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds12-14/+7
2012-12-19Merge tag 'byteswap-for-linus-20121219' of git://git.infradead.org/users/dwmw...Linus Torvalds1-0/+19
2012-12-18xtensa: don't try to build DTB when OF is disabledMax Filippov2-2/+2
2012-12-18xtensa: set the correct ethernet address for xtfpgaChris Zankel1-2/+34
2012-12-18xtensa: clean up files to make them code-style compliantChris Zankel49-175/+160
2012-12-18xtensa: provide endianness macro for sparseMax Filippov1-0/+7
2012-12-18xtensa: fix RASID SR initializationMax Filippov1-1/+1
2012-12-18xtensa: initialize CPENABLE SR when core has oneMax Filippov1-1/+1
2012-12-18xtensa: reset all timers on initializationMax Filippov1-1/+1
2012-12-18Use for_each_compatible_node() macro.Wei Yongjun1-2/+2
2012-12-18xtensa: add XTFPGA DTSMax Filippov5-0/+122
2012-12-18xtensa: add support for the XTFPGA boardsMax Filippov9-0/+472
2012-12-18xtensa: add device trees supportMax Filippov7-25/+164
2012-12-18xtensa: add IRQ domains supportMax Filippov3-34/+94
2012-12-18xtensa: add U-Boot image support (uImage).Max Filippov2-1/+16
2012-12-18xtensa: clean up boot make rulesMax Filippov3-29/+33
2012-12-18xtensa: fix mb and wmb definitionsMax Filippov1-3/+3
2012-12-18xtensa: add s32c1i-based spinlock implementationsMax Filippov1-1/+187
2012-12-18xtensa: add s32c1i-based bitops implementationsMax Filippov1-1/+126
2012-12-18xtensa: add s32c1i-based atomic ops implementationsMax Filippov2-106/+236
2012-12-18xtensa: add s32c1i sanity checkMax Filippov3-0/+135
2012-12-18xtensa: add trap_set_handler functionMax Filippov2-0/+34
2012-12-18xtensa: initialize atomctl SRMax Filippov2-0/+58
2012-12-18xtensa: save and restore scompare1 SR on kernel entryMax Filippov3-1/+15
2012-12-18xtensa: display s32c1i feature flag in cpuinfoMax Filippov1-0/+3
2012-12-18xtensa: fix CPU cache flags formattingMax Filippov1-3/+3
2012-12-18xtensa: properly fix missing compiler barrier in simcallMax Filippov1-6/+1
2012-12-18xtensa: fix build warning for arch/xtensa/mm/tlb.cMax Filippov1-1/+1
2012-12-18xtensa: provide DMA_ERROR_CODE definitionMax Filippov1-0/+2
2012-12-18xtensa: ISS: add BASE_BAUD definition to serial.hMax Filippov1-0/+15
2012-12-18xtensa: provide proper assembler function boundaries with ENDPROC()Chris Zankel7-25/+147
2012-12-18xtensa: make DoubleExceptionVector literals fit the gapMax Filippov1-4/+10
2012-12-18xtensa: add config option to disable linker relaxationChris Zankel2-2/+15
2012-12-18xtensa: unbalanced parenthesesNicolas Kaiser1-2/+2
2012-12-18xtensa:fix the incompatible pointer type warning in time.cWanlong Gao1-1/+1
2012-12-18ARM: SAMSUNG: Add missing include guard to gpio-core.hMichael Spang1-0/+5
2012-12-18ARM: EXYNOS: fix skip scu_enable() for EXYNOS5440Kukjin Kim1-1/+1
2012-12-18ARM: EXYNOS: fix GIC using for EXYNOS5440Kukjin Kim1-1/+2
2012-12-18ARM: EXYNOS: fix build error when MFC is not selectedKukjin Kim1-0/+2
2012-12-18Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds7-15/+91
2012-12-18sparc64: Define pte_accessible()David S. Miller1-1/+7
2012-12-18sparc: huge_ptep_set_* functions need to call set_huge_pte_at()Dave Kleikamp1-2/+8
2012-12-18Merge branch 'akpm' (more patches from Andrew)Linus Torvalds3-16/+91
2012-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds6-34/+126
2012-12-18h8300: select generic atomic64_t supportFengguang Wu1-0/+1
2012-12-18arch/x86/platform/iris/iris.c: register a platform device and a platform driverShérab1-10/+57
2012-12-18CRIS: fix I/O macrosCorey Minyard1-6/+33
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-83/+2
2012-12-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-0/+37
2012-12-18Merge tag 'stable/for-linus-3.8-rc0-bugfix-tag' of git://git.kernel.org/pub/s...Linus Torvalds2-4/+5
2012-12-18arch/tile: set CORE_DUMP_USE_REGSET on tileSimon Marchi1-0/+2
2012-12-18arch/tile: implement arch_ptrace using user_regset on tileSimon Marchi1-9/+6
2012-12-18arch/tile: implement user_regset interface on tileSimon Marchi1-0/+62
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli...Linus Torvalds38-948/+972
2012-12-18Merge tag 'disintegrate-alpha-20121217' of git://git.infradead.org/users/dhow...Linus Torvalds54-1275/+1349
2012-12-18Merge tag 'for-3.8' of git://openrisc.net/~jonas/linuxLinus Torvalds3-6/+2
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds9-8/+350
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds97-686/+1251
2012-12-18x86, paravirt: fix build error when thp is disabledDavid Rientjes1-2/+0
2012-12-18Merge tag 'md-3.8' of git://neil.brown.name/mdLinus Torvalds1-2/+3
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds17-101/+37
2012-12-17xen/vcpu: Fix vcpu restore path.Wei Liu1-3/+4
2012-12-17xen/smp: Use smp_store_boot_cpu_info() to store cpu info for BSP during boot ...Konrad Rzeszutek Wilk1-1/+1
2012-12-17Merge tag 'ep93xx-fixes-for-3.8' of git://github.com/RyanMallon/linux-ep93xx ...Olof Johansson1-7/+3
2012-12-17Merge tag 'imx-fixes-rc' of git://git.pengutronix.de/git/imx/linux-2.6 into f...Olof Johansson5-13/+39
2012-12-17Merge tag 'omap-for-v3.8/fixes-for-merge-window-v4-signed' of git://git.kerne...Olof Johansson21-231/+58
2012-12-17Merge tag 'omap-fixes-a-for-v3.8-window' of git://git.kernel.org/pub/scm/linu...Olof Johansson7-54/+189
2012-12-17ARM: davinci: remove rtc kicker releaseAfzal Mohammed1-12/+1
2012-12-17compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas10-63/+9
2012-12-17percpu_rw_semaphore: introduce CONFIG_PERCPU_RWSEMOleg Nesterov1-0/+1
2012-12-17include/linux/init.h: use the stringify operator for the __define_initcall macroMatthew Leach1-18/+18
2012-12-17frv: properly use the declarations provided by <asm/sections.h>Geert Uytterhoeven1-7/+5
2012-12-17frv: fix use of extinct _sbss and _ebss in debug codeGeert Uytterhoeven2-2/+2
2012-12-17create non-empty arch/x86/include/uapi/asm/ filesAndrew Morton2-0/+2
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-2/+2
2012-12-18Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt205-1135/+1971
2012-12-17x86, 386 removal: Remove support for IRQ 13 FPU error reportingH. Peter Anvin3-52/+1
2012-12-17arch/arm/mach-omap2/dpll3xxx.c: drop if around WARN_ONJulia Lawall1-2/+1
2012-12-17OMAP2: Fix a typo - replace regist with register.YOSHIFUJI Hideaki1-1/+1
2012-12-17ARM/omap: use module_platform_driver macroSrinivas Kandagatla1-12/+1
2012-12-17ARM: OMAP2+: PMU: Remove unused headerJon Hunter1-2/+0
2012-12-17ARM: OMAP4: remove duplicated include from omap_hwmod_44xx_data.cWei Yongjun1-1/+0
2012-12-17ARM: OMAP2+: omap2plus_defconfig: enable twl4030 SoC audioJavier Martinez Canillas1-0/+1
2012-12-17ARM: OMAP2+: omap2plus_defconfig: Add tps65217 supportAnilKumar Chimata1-0/+2
2012-12-17ARM: OMAP2+: enable devtmpfs and devtmpfs automountJavier Martinez Canillas1-0/+2
2012-12-17ARM: OMAP2+: omap_twl: Change TWL4030_MODULE_PM_RECEIVER to TWL_MODULE_PM_REC...Peter Ujfalusi1-4/+4
2012-12-17ARM: OMAP2+: Drop plat/cpu.h for omap2plusTony Lindgren5-11/+3
2012-12-17ARM: OMAP: Split fb.c to remove last remaining cpu_is_omap usageTony Lindgren5-51/+85
2012-12-17ARM: sunxi: Change device tree naming scheme for sunxiMaxime Ripard3-6/+6
2012-12-17ARM: ux500: fix missing includeLinus Walleij1-0/+1
2012-12-17ARM: u300: delete custom pin hog codeLinus Walleij1-34/+0
2012-12-17Merge tag 'tegra-for-3.8-fixes-for-rc1' of git://git.kernel.org/pub/scm/linux...Olof Johansson2-4/+2
2012-12-17ARM: davinci: fix build break due to missing includeOlof Johansson1-0/+1
2012-12-17ARM: exynos: Fix warning due to missing 'inline' in stubOlof Johansson1-1/+1
2012-12-17Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-8/+33
2012-12-17UAPI: (Scripted) Disintegrate arch/alpha/include/asmDavid Howells54-1275/+1349
2012-12-17ARM: imx: Move platform-mx2-emma to arch/arm/mach-imx/devicesFabio Estevam1-2/+2
2012-12-17ARM i.MX51 clock: Fix regression since enabling MIPI/HSP clocksSascha Hauer1-0/+16
2012-12-17ARM: dts: mx27: Fix the AIPI bus for FECFabio Estevam3-11/+21
2012-12-17s390/ccwdev: Include asm/schid.h.Cornelia Huck1-3/+1
2012-12-16ARM: OMAP: rx51: Register platform device for rx51_batteryPali Rohár1-0/+6
2012-12-16Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds38-971/+680
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-51/+59
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-3/+45
2012-12-16Merge branch 'omap-for-v3.8/fixes-for-merge-window' into omap-for-v3.8/fixes-...Tony Lindgren20-228/+58
2012-12-16ARM: OMAP2+: common: remove use of vramJavier Martinez Canillas1-3/+0
2012-12-16Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'...Joerg Roedel22-1048/+57
2012-12-16ARM: 7605/1: vmlinux.lds: Move .notes section next to the rodataPawel Moll1-2/+2
2012-12-16ARM: 7602/1: Pass real "__machine_arch_type" variable to setup_machine_tags()...Alexander Shiyan1-1/+1
2012-12-16ARM: 7600/1: include CONFIG_DEBUG_LL_INCLUDE rather than mach/debug-macro.SShawn Guo1-1/+1
2012-12-15Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)"Linus Torvalds5-51/+110
2012-12-15Merge tag 'fbdev-for-3.8' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds17-222/+134
2012-12-15Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds48-577/+679
2012-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds22-620/+3160
2012-12-15Revert "x86, mm: Include the entire kernel memory map in trampoline_pgd"Linus Torvalds3-128/+3
2012-12-15Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown44-159/+216
2012-12-15ASoC: atmel-ssc: change disable to disable in dts nodeBo Shen4-6/+6
2012-12-15ARM: OMAP3/4: cpuidle: fix sparse and checkpatch warningsPaul Walmsley2-17/+25
2012-12-15ARM: OMAP4: clock data: DPLLs are missing bypass clocks in their parent listsPaul Walmsley1-6/+25
2012-12-15ARM: OMAP4: clock data: div_iva_hs_clk is a power-of-two dividerPaul Walmsley1-3/+3
2012-12-15ARM: OMAP4: Fix EMU clock domain always onJon Hunter1-1/+2
2012-12-15ARM: OMAP4460: Workaround ABE DPLL failing to turn-onJon Hunter1-0/+22
2012-12-15ARM: OMAP4: Enhance support for DPLLs with 4X multiplierJon Hunter4-23/+99
2012-12-15ARM: OMAP4: Add function table for non-M4X dpllsJon Hunter1-4/+13
2012-12-15ARM: OMAP4: Update timer clock aliasesJon Hunter1-4/+4
2012-12-14Merge tag 'disintegrate-x86-20121214' of git://git.infradead.org/users/dhowel...Linus Torvalds80-1428/+1587
2012-12-14Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds44-192/+1574
2012-12-14ARM: OMAP: Move plat/omap-serial.h to include/linux/platform_data/serial-omap.hTony Lindgren2-53/+1
2012-12-14ARM: dts: Add build target for omap4-panda-a4Jon Hunter1-0/+1
2012-12-14ARM: dts: OMAP2420: Correct H4 board memory sizeJon Hunter1-1/+1
2012-12-14Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds27-818/+1039