aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-07-11Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds17-31/+26
2012-07-11xtensa: fix incorrect memsetAlan Cox1-1/+1
2012-07-11h8300/uaccess: add mising __clear_user()Geert Uytterhoeven1-0/+2
2012-07-11h8300/uaccess: remove assignment to __gu_val in unhandled case of get_user()Geert Uytterhoeven1-1/+0
2012-07-11h8300/time: add missing #include <asm/irq_regs.h>Geert Uytterhoeven1-0/+1
2012-07-11h8300/signal: fix typo "statis"Geert Uytterhoeven1-1/+1
2012-07-11h8300/pgtable: add missing #include <asm-generic/pgtable.h>Geert Uytterhoeven1-0/+3
2012-07-11mn10300: use "#elif defined(CONFIG_*)" instead of "#elif CONFIG_*"Geert Uytterhoeven1-2/+2
2012-07-11mn10300: mm/dma-alloc.c needs <linux/export.h>Geert Uytterhoeven1-0/+1
2012-07-11mn10300: kernel/traps.c needs <linux/export.h>Geert Uytterhoeven1-0/+1
2012-07-11mn10300: kernel/internal.h needs <linux/irqreturn.h>Geert Uytterhoeven1-0/+2
2012-07-11mn10300: remove duplicate definition of PTRACE_O_TRACESYSGOODGeert Uytterhoeven1-3/+0
2012-07-11mn10300: move setup_jiffies_interrupt() to cevt-mn10300.cGeert Uytterhoeven7-23/+12
2012-07-11Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds1-2/+7
2012-07-11Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-15/+44
2012-07-11MN10300: Fix a missing semicolonDavid Howells1-1/+1
2012-07-10Merge tag 'fixes-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-2/+2
2012-07-10Merge tag 'omap-fixes-for-v3.5-rc6' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann5-10/+30
2012-07-10powerpc/numa: Avoid stupid uninitialized warning from gccBenjamin Herrenschmidt1-1/+1
2012-07-10powerpc: Fix build of some debug irq codeBenjamin Herrenschmidt2-3/+3
2012-07-10powerpc: More fixes for lazy IRQ vs. idleBenjamin Herrenschmidt4-12/+64
2012-07-09ARM: OMAP2+: omap2plus_defconfig: EHCI driver is not stable, disable itKevin Hilman1-1/+0
2012-07-07Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds11-28/+59
2012-07-06ARM: shmobile: fix platsmp.c build when ARCH_SH73A0=nMagnus Damm1-0/+5
2012-07-06Merge branch 'ux500/fixes-3.5' into fixesArnd Bergmann2-5/+9
2012-07-06ARM: ux500: Over-ride the DT device naming scheme for pinctrlLee Jones1-0/+2
2012-07-06ARM: ux500: Fix build errors/warnings when MACH_UX500_DT is not setLee Jones2-5/+7
2012-07-06Merge branch 'for_3.5/fixes/pm-3' of git://git.kernel.org/pub/scm/linux/kerne...Tony Lindgren4-9/+30
2012-07-05ARM: OMAP2+: hwmod code/clockdomain data: fix 32K sync timerPaul Walmsley4-9/+30
2012-07-05Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-47/+56
2012-07-05Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2012-07-05mips: pci-lantiq: Fix check for valid gpioRoland Stigge1-2/+2
2012-07-05ARM: fix warning caused by wrongly typed arm_dma_limitRussell King1-1/+1
2012-07-05ARM: fix warnings about atomic64_readRussell King1-1/+1
2012-07-05ARM: 7440/1: kprobes: only test 'sub pc, pc, #1b-2b+8-2' on ARMv6Rabin Vincent1-2/+2
2012-07-05Merge tag 'omap-fixes-for-v3.5-rc5' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann3-15/+17
2012-07-05Merge branch 'mxs/fixes-for-3.5' of git://git.linaro.org/people/shawnguo/linu...Arnd Bergmann1-0/+11
2012-07-05ARM: 7441/1: perf: return -EOPNOTSUPP if requested mode exclusion is unavailableWill Deacon1-1/+1
2012-07-05ARM: 7443/1: Revert "new way of handling ERESTART_RESTARTBLOCK"Will Deacon3-13/+28
2012-07-05ARM: 7442/1: Revert "remove unused restart trampoline"Will Deacon3-0/+17
2012-07-05ARM: fix set_domain() macroRussell King1-9/+9
2012-07-05Merge tag 'omap-fixes-b-for-3.5rc' of git://git.kernel.org/pub/scm/linux/kern...Tony Lindgren1-14/+14
2012-07-05ARM: apx4devkit: fix FEC enabling PHY clockLauri Hintsala1-0/+11
2012-07-04ARM: fix mach-versatile/pci.c warningRussell King1-1/+0
2012-07-04ARM: OMAP2+: hwmod data: Fix wrong McBSP clock alias on OMAP4Benoit Cousson1-4/+4
2012-07-04ARM: OMAP4: hwmod data: temporarily comment out data for the usb_host_fs and ...Paul Walmsley1-10/+10
2012-07-04Merge branch 'fixes' of git://github.com/hzhuang1/linux into fixesArnd Bergmann1-29/+0
2012-07-04Merge tag 'v3.5-imx-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into...Arnd Bergmann2-2/+9
2012-07-04ARM: Orion: Fix WDT compile for Dove and MV78xx0Andrew Lunn4-0/+5
2012-07-04ARM: mmp: remove mach/gpio-pxa.hPaul Bolle1-29/+0
2012-07-04ARM: imx: assert SCC gate stays enabledUwe Kleine-König1-1/+8
2012-07-03KVM: MMU: fix shrinking page from the empty mmuXiao Guangrong1-0/+3
2012-07-02Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2-2/+2
2012-07-02ARM: OMAP4: TWL6030: ensure sys_nirq1 is mux'd and wakeup enabledKevin Hilman1-0/+2
2012-07-02ARM: OMAP2: Overo: init I2C before MMC to fix MMC suspend/resume failureKevin Hilman1-1/+1
2012-07-02ARM: imx27_visstrim_m10: Do not include <asm/system.h>Fabio Estevam1-1/+1
2012-07-02powerpc/kvm: sldi should be sldMichael Neuling1-1/+1
2012-07-02powerpc/xmon: Use cpumask iterator to avoid warningAnton Blanchard1-1/+1
2012-07-01Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-0/+76
2012-07-01ARM: 7438/1: fill possible PMD empty section gapsNicolas Pitre1-0/+74
2012-07-01ARM: pxa: hx4700: Fix basic suspend/resumePaul Parsons1-1/+14
2012-06-30Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-19/+37
2012-06-30Merge branch 'v3.5-samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson3-6/+6
2012-06-30ARM: imx6q: fix suspend regression caused by common clk migrationShawn Guo1-2/+4
2012-06-30Merge tag 'omap-fixes-for-v3.5-rc4' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2-6/+4
2012-06-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2-11/+24
2012-06-30Merge branches 'acpi_pad-bugzilla-42981', 'apei-bugzilla-43282', 'video-bugzi...Len Brown2661-88457/+98165
2012-06-29Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds8-64/+54
2012-06-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-14/+27
2012-06-29powerpc/pseries: Fix software invalidate TCEMichael Neuling1-2/+2
2012-06-29powerpc: check_and_cede_processor() never cedesAnton Blanchard2-1/+6
2012-06-29powerpc/ftrace: Do not trace restore_interrupts()Steven Rostedt1-1/+1
2012-06-29powerpc: Fix Section mismatch warnings in prom_init.cLi Zhong1-2/+2
2012-06-29ppc64: fix missing to check all bits of _TIF_USER_WORK_MASK in preemptTiejun Chen1-57/+40
2012-06-29powerpc: Fix uninitialised error in numa.cMichael Neuling1-1/+1
2012-06-29powerpc: Fix BPF_JIT code to link with multiple TOCsMichael Ellerman1-0/+2
2012-06-28Merge branches 'sh/urgent' and 'sh/trivial' into sh-fixes-for-linusPaul Mundt11-11/+11
2012-06-28sh: Convert sh_clk_mstp32_register to sh_clk_mstp_registerNobuhiro Iwamatsu11-11/+11
2012-06-28sh: kfr2r09: fix compile breakageGuennadi Liakhovetski1-2/+2
2012-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds1-0/+7
2012-06-27ARM: OMAP4470: Fix OMAP4470 boot failureJon Hunter1-1/+4
2012-06-27ARM: EXYNOS: Fix EXYNOS_DEV_DMA Kconfig entrySachin Kamat1-4/+4
2012-06-26x86, cpufeature: Remove stray %s, add -w to mkcapflags.plH. Peter Anvin1-2/+2
2012-06-26ARM: OMAP2+: nand: fix build error when CONFIG_MTD_ONENAND_OMAP2=nKevin Hilman1-5/+0
2012-06-25Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2012-06-25x86, cpufeature: Catch duplicate CPU feature stringsH. Peter Anvin1-5/+18
2012-06-25x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERMH. Peter Anvin2-2/+2
2012-06-25ARM: dma-mapping: fix buffer chunk allocation orderMarek Szyprowski1-1/+1
2012-06-25m68knommu: define a local devm_clk_get() functionGreg Ungerer1-0/+7
2012-06-24Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/...Olof Johansson8-5/+23
2012-06-24Fix typo in printed messagesAnatol Pomozov1-1/+1
2012-06-24Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-30/+66
2012-06-24Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds23-42/+77
2012-06-23ARM: Orion: Fix Virtual/Physical mixup with watchdogAndrew Lunn5-2/+5
2012-06-23ARM: Kirkwood: clk_register_gate_fn: add fn assignmentMarc Kleine-Budde1-0/+1
2012-06-23ARM: Orion5x - Restore parts of io.h, with reworkAndrew Lunn2-0/+23
2012-06-23Merge tag 'omap-fixes-a-for-3.5rc' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson7-5/+28
2012-06-23Merge tag 'omap-fixes-for-v3.5-rc3' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson6-31/+19
2012-06-23ARM: shmobile: r8a7779: Route all interrupts to ARMPhil Edworthy1-0/+7
2012-06-22ARM: 7428/1: Prevent KALLSYM size mismatch on ARM.David Brown1-0/+2
2012-06-21ARM: OMAP4: hwmod data: Force HDMI in no-idle while enabledRicardo Neri1-0/+5
2012-06-21ARM: OMAP2+: mux: fix sparse warningPaul Walmsley1-0/+1
2012-06-21ARM: OMAP2+: CM: increase the module disable timeoutPaul Walmsley2-2/+13
2012-06-21ARM: OMAP4: clock data: add clockdomains for clocks used as main clocksPaul Walmsley1-0/+5
2012-06-21ARM: OMAP4: hwmod data: fix 32k sync timer idle modesPaul Walmsley1-2/+1
2012-06-21ARM: OMAP4+: hwmod: fix issue causing IPs not going back to Smart-StandbyDjamil Elaidi1-1/+1
2012-06-21ARM: shmobile: kzm9d: use late init machine hookKuninori Morimoto1-0/+1
2012-06-21ARM: shmobile: kzm9g: use late init machine hookKuninori Morimoto1-0/+1
2012-06-21ARM: mach-shmobile: armadillo800eva: Use late init machine hookLaurent Pinchart1-0/+1
2012-06-20Merge tag 'driver-core-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-62/+12
2012-06-20Merge tag 'tty-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-53/+1
2012-06-20Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds52-96/+91
2012-06-20Viresh has movedViresh Kumar46-46/+46
2012-06-20h8300: use the declarations provided by <asm/sections.h>Geert Uytterhoeven2-22/+18
2012-06-20h8300: fix use of extinct _sbss and _ebssGeert Uytterhoeven2-5/+5
2012-06-20xtensa: use the declarations provided by <asm/sections.h>Geert Uytterhoeven1-11/+7
2012-06-20xtensa: use "test -e" instead of bashism "test -a"Geert Uytterhoeven1-2/+2
2012-06-20xtensa: replace xtensa-specific _f{data,text} by _s{data,text}Geert Uytterhoeven2-5/+4
2012-06-20thp: avoid atomic64_read in pmd_read_atomic for 32bit PAEAndrea Arcangeli1-13/+17
2012-06-21ARM: SAMSUNG: Fix for S3C2412 EBI memory mappingJose Miguel Goncalves1-1/+1
2012-06-20Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds5-1/+12
2012-06-20ARM: OMAP: Fix Beagleboard DVI reset gpioRuss Dill1-16/+12
2012-06-20arm/dts: OMAP2: Fix interrupt controller bindingJon Hunter1-0/+2
2012-06-20ARM: OMAP2: Fix tusb6010 GPIO interrupt for n8x0Tony Lindgren1-1/+1
2012-06-20ARM: OMAP2+: Fix MUSB ifdefs for platform init codeTony Lindgren3-14/+4
2012-06-20ARM: mach-shmobile: add missing GPIO IRQ configuration on mackerelGuennadi Liakhovetski1-0/+3
2012-06-20ARM: mach-shmobile: Fix build when SMP is enabled and EMEV2 is not enabledNobuhiro Iwamatsu1-0/+5
2012-06-20ARM: shmobile: sh7372: bugfix: chclr_offset baseKuninori Morimoto1-1/+1
2012-06-20ARM: shmobile: sh73a0: bugfix: SY-DMAC numberKuninori Morimoto1-4/+4
2012-06-20ARM: SAMSUNG: Should check for IS_ERR(clk) instead of NULLJonghwan Choi1-1/+1
2012-06-19Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds1-0/+1
2012-06-19KVM: PPC: Book3S HV: Drop locks around call to kvmppc_pin_guest_pagePaul Mackerras1-30/+66
2012-06-18ARM: tegra: make tegra_cpu_reset_handler_enable() __initStephen Warren1-1/+1
2012-06-18arch/tile: big-endian: properly bswap instruction bundles when backtracingChris Metcalf1-2/+7
2012-06-18[media] Revert "[media] media: mx2_camera: Fix mbus format handling"Guennadi Liakhovetski1-0/+2
2012-06-18x86: Fix kernel-doc warningsWanpeng Li2-5/+5
2012-06-17ARM: OMAP: PM: Lock clocks list while generating summaryTodd Poynor1-0/+2
2012-06-17ARM: iconnect: Remove include of removed linux/spi/orion_spi.hAndrew Lunn1-3/+0
2012-06-17Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds46-176/+396
2012-06-16ARM: Kirkwood: Fix clk problems modular ethernet driverAndrew Lunn1-1/+7
2012-06-16arm: versatile: fix and enable PCI I/O spaceArnd Bergmann5-19/+49
2012-06-16Merge branch 'fixes' of git://github.com/hzhuang1/linux into fixesOlof Johansson2-2/+9
2012-06-16Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds1-1/+1
2012-06-16tile: fix bug in get_user() for 4-byte valuesChris Metcalf1-1/+1
2012-06-16ARM: 7425/1: extable: ensure fixup entries are 4-byte alignedWill Deacon2-0/+2
2012-06-15Merge branch 'fixes-for-linus' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds5-13/+14
2012-06-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds1-0/+3
2012-06-15Merge tag 'stable/for-linus-3.5-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-1/+46
2012-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2-126/+0
2012-06-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-7/+10
2012-06-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2012-06-15kmsg - kmsg_dump() use iterator to receive log buffer contentKay Sievers2-62/+12
2012-06-15Make hard_irq_disable() actually hard-disable interruptsPaul Mackerras1-0/+3
2012-06-14x86, compat: Use test_thread_flag(TIF_IA32) in compat signal deliverySuresh Siddha1-1/+1
2012-06-14xen: mark local pages as FOREIGN in the m2p_overrideStefano Stabellini1-0/+36
2012-06-14ARM: 7421/1: bpf_jit: BPF_S_ANC_ALU_XOR_X supportMircea Gherzan2-0/+9
2012-06-14ARM: 7423/1: kprobes: run t32_simulate_ldr_literal() without insn slotRabin Vincent1-1/+1
2012-06-14Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+0
2012-06-14x86: dma-mapping: fix broken allocation when dma_mask has been providedMarek Szyprowski1-1/+2
2012-06-13Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds45-346/+106
2012-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds4-78/+11
2012-06-13Merge tag 'omapdss-for-3.5-rc2' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds1-2/+2
2012-06-13perf/x86: Fix broken LBR fixup codeStephane Eranian1-1/+1
2012-06-13x86/smp: Fix topology checks on AMD MCM CPUsBorislav Petkov1-2/+5
2012-06-13ARM: dma-mapping: fix debug messages in dmabounce codeMarek Szyprowski1-8/+8
2012-06-13Merge branches 'sh/urgent', 'sh/core', 'sh/clockevents', 'sh/asm-generic' and...Paul Mundt1264-30792/+31018
2012-06-13sh: Kill off additional asm-generic wrappers.Paul Mundt6-10/+5
2012-06-13sh: Setup CROSS_COMPILE at the topGeert Uytterhoeven1-6/+6
2012-06-13sh: Fix up link time defsym warnings.Paul Mundt1-2/+2
2012-06-13sh: use the new generic strnlen_user() functionPaul Mundt7-117/+57
2012-06-13sh: switch to generic strncpy_from_user().Paul Mundt6-114/+5
2012-06-13sh: Kill off last dead UBC headerPaul Bolle1-28/+0
2012-06-12serial/amba-pl011: move custom pin control to driverLinus Walleij1-53/+1
2012-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds5-8/+13
2012-06-11x86: kvmclock: remove check_and_clear_guest_paused warningMarcelo Tosatti1-5/+0
2012-06-12m68k: make syscall_trace_enter/leave exist for non-MMU classic m68k typesGreg Ungerer1-1/+1
2012-06-12m68knommu: fix 68360 local setting of timer interrupt handlerGreg Ungerer1-2/+5
2012-06-12m68knommu: fix 68328 local setting of timer interrupt handlerGreg Ungerer1-2/+4
2012-06-12m68k: fix inclusion of arch_gettimeoffset for non-MMU 68k classic CPU typesGreg Ungerer1-2/+2
2012-06-12m68knommu: m528x qspi definition fixSteven King1-1/+1
2012-06-11sparc: remove two unused headersPaul Bolle2-126/+0
2012-06-11ACPI: Add a quirk for "AMILO PRO V2030" to ignore the timer overridingFeng Tang1-0/+8
2012-06-11ACPI: Remove one board specific WARN when ignoring timer overridingFeng Tang1-5/+0
2012-06-11ACPI: Make acpi_skip_timer_override cover all source_irq==0 casesFeng Tang1-6/+8
2012-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+4
2012-06-11ARM: mm: fix type of the arm_dma_limit global variableMarek Szyprowski2-2/+2
2012-06-11ARM: dma-mapping: Add missing static storage class specifierSachin Kamat1-2/+2
2012-06-11x86/mm: Fix some kernel-doc warningsWanpeng Li2-3/+3
2012-06-11ARM: MMP: add pxa910-ssp into ssp_id_tableQiao Zhou1-0/+1
2012-06-09x86, um: Correct syscall table type attributes breaking gcc 4.8Martin Pelikan1-2/+2
2012-06-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+9
2012-06-08Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2-9/+16
2012-06-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds13-91/+168
2012-06-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-62/+143
2012-06-08x86/nmi: Fix section mismatch warnings on 32-bitDon Zickus2-2/+16
2012-06-08powerpc: Fix kernel panic during kernel module loadSteffen Rumler1-6/+5
2012-06-08x86/uv: Fix UV2 BAU legacy modeCliff Wickman2-2/+0
2012-06-08x86/mm: Only add extra pages count for the first memory range during pre-allo...Yinghai Lu1-1/+2
2012-06-08Merge tag 'omap-fixes-for-v3.5-rc1' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson13-49/+110
2012-06-07ARM: highbank: Add smc calls to enable/disable the L2Rob Herring4-1/+47