aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-11-12Merge tag 'omap-for-v3.7-rc4/fixes-signed' of git://git.kernel.org/pub/scm/li...Arnd Bergmann6-17/+66
2012-11-12Merge tag 'omap-for-v3.7-rc4/musb-regression-signed' of git://git.kernel.org/...Arnd Bergmann2-0/+107
2012-11-07ARM: OMAP: ocp2scp: create omap device for ocp2scpKishon Vijay Abraham I1-0/+79
2012-11-07ARM: OMAP4: add _dev_attr_ to ocp2scp for representing usb_phyKishon Vijay Abraham I1-0/+28
2012-11-06Merge tag 'omap-fixes-b2-for-3.7-rc' of git://git.kernel.org/pub/scm/linux/ke...Tony Lindgren4-15/+64
2012-11-06Merge tag 'for_3.7-rc5-fixes-pm' of git://git.kernel.org/pub/scm/linux/kernel...Tony Lindgren2-2/+2
2012-11-06Merge branch 'for-3.7/fixes-for-rc4' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson1-2/+2
2012-11-06ARM: highbank: retry wfi on reset requestRob Herring1-1/+2
2012-11-06Merge branch 'upload/fix' of git://github.com/hzhuang1/linux into fixesOlof Johansson2-7/+9
2012-11-05ARM: OMAP4: PM: fix regulator name for VDD_MPUKevin Hilman1-1/+1
2012-11-02Merge tag 'frv-fixes-20121102' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-32/+14
2012-11-02Merge tag 'stable/for-linus-3.7-rc4-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-11/+25
2012-11-02frv: fix the broken preemptAl Viro1-20/+3
2012-11-02frv: switch to saner kernel_execve() semanticsAl Viro3-6/+1
2012-11-02FRV: Fix the new-style kernel_thread() stuffDavid Howells1-2/+3
2012-11-02FRV: Fix the preemption handlingDavid Howells1-1/+1
2012-11-02FRV: Don't objcopy the GNU build_id noteDavid Howells1-4/+6
2012-11-02FRV: Add missing linux/export.h #inclusionsDavid Howells1-0/+1
2012-11-01Merge tag 'xtensa-next-20121101' of git://github.com/czankel/xtensa-linuxLinus Torvalds10-132/+104
2012-10-31KVM: x86: fix vcpu->mmio_fragments overflowXiao Guangrong1-26/+34
2012-10-31xen/mmu: Use Xen specific TLB flush instead of the generic one.Konrad Rzeszutek Wilk1-1/+20
2012-10-31ARM: OMAP4: hwmod data: do not enable or reset the McPDM during kernel initPaul Walmsley1-0/+8
2012-10-31ARM: OMAP2+: hwmod: add flag to prevent hwmod code from touching IP block dur...Paul Walmsley2-0/+9
2012-10-30ARM: dt: tegra: fix length of pad control and mux registersPritesh Raithatha1-2/+2
2012-10-30xen/arm: use the __HVC macroStefano Stabellini1-9/+5
2012-10-30x86: remove obsolete comment from asm/xen/hypervisor.hOlaf Hering1-1/+0
2012-10-29ARM: OMAP: hwmod: wait for sysreset complete after enabling hwmodTero Kristo1-14/+46
2012-10-29ARM: OMAP2+: clockdomain: Fix OMAP4 ISS clk domain to support only SWSUPMiguel Vadillo1-1/+1
2012-10-28Merge tag 'fixes-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds54-86/+217
2012-10-28ARM: pxa/spitz_pm: Fix hang when resuming from STRMarko Katic1-6/+2
2012-10-28ARM: pxa: hx4700: Fix backlight PWM device numberPaul Parsons1-1/+7
2012-10-27Revert "ARM i.MX25: Fix PWM per clock lookups"Arnd Bergmann1-4/+4
2012-10-27ARM: versatile: fix versatile_defconfigArnd Bergmann1-0/+1
2012-10-27ARM: mvebu: update defconfig with 3.7 changesThomas Petazzoni1-3/+7
2012-10-27ARM: at91: fix at91x40 buildArnd Bergmann1-1/+1
2012-10-26Merge tag 'tty-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+2
2012-10-26Merge branch 'fixes_for_linus' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds1-1/+0
2012-10-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-58/+100
2012-10-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-47/+228
2012-10-26Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/r...Arnd Bergmann1-1/+1
2012-10-26Merge branch 'v3.7-samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann9-2/+55
2012-10-26Merge tag 'efi-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mfle...Ingo Molnar3-8/+23
2012-10-26Revert "ARM: dma-mapping: support debug_dma_mapping_error"Marek Szyprowski1-1/+0
2012-10-25Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds14-30/+50
2012-10-25Merge branch 'fixes_for_linus' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds3-2/+2
2012-10-25x86, mm: Undo incorrect revert in arch/x86/mm/init.cYinghai Lu1-4/+0
2012-10-25xtensa: switch to generic sys_execve()Max Filippov4-27/+3
2012-10-25xtensa: switch to generic kernel_execve()Max Filippov2-17/+2
2012-10-25xtensa: switch to generic kernel_thread()Max Filippov5-63/+61
2012-10-25xtensa: reset windowbase/windowstart when cloning the VMChris Zankel1-1/+25