aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAge
* ixp4xx: Declare MODULE_FIRMWARE usageTim Gardner2012-11-21
* IXP4xx: Remove time limit for PCI TRDY to enable use of slow devices.Krzysztof Hałasa2012-11-21
* IXP4xx: Fix off-by-one bug in Goramo MultiLink platform.Krzysztof Hałasa2012-11-21
* IXP4xx: Fix Goramo MultiLink platform compilation.Krzysztof Hałasa2012-11-21
* Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-11-16
|\
| * KVM: x86: Fix invalid secondary exec controls in vmx_cpuid_update()Takashi Iwai2012-11-16
* | Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds2012-11-16
|\ \ | |/ |/|
| * revert "mm: fix-up zone present pages"Andrew Morton2012-11-16
| * mips, arc: fix build failureDavid Rientjes2012-11-16
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-11-16
|\ \
| * \ Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesArnd Bergmann2012-11-16
| |\ \
| | * | ARM: at91/usbh: fix overcurrent gpio setupJohan Hovold2012-11-16
| | * | ARM: at91/AT91SAM9G45: fix crypto peripherals irq issue due to sparse irq sup...Nicolas Royer2012-11-16
| * | | Merge tag 'imx-fixes-rc' of git://git.pengutronix.de/git/imx/linux-2.6 into f...Arnd Bergmann2012-11-16
| |\ \ \
| | * | | ARM: imx: ehci: fix host power mask bitChristoph Fritz2012-11-16
| | * | | ARM i.MX: fix error-valued pointer dereference in clk_register_gate2()Wei Yongjun2012-11-16
| * | | | ARM: boot: Fix usage of kechoFabio Estevam2012-11-12
| * | | | Merge tag 'omap-for-v3.7-rc4/fixes-signed' of git://git.kernel.org/pub/scm/li...Arnd Bergmann2012-11-12
| |\ \ \ \
| | * \ \ \ Merge tag 'omap-fixes-b2-for-3.7-rc' of git://git.kernel.org/pub/scm/linux/ke...Tony Lindgren2012-11-06
| | |\ \ \ \
| | | * | | | ARM: OMAP4: hwmod data: do not enable or reset the McPDM during kernel initPaul Walmsley2012-10-31
| | | * | | | ARM: OMAP2+: hwmod: add flag to prevent hwmod code from touching IP block dur...Paul Walmsley2012-10-31
| | | * | | | ARM: OMAP: hwmod: wait for sysreset complete after enabling hwmodTero Kristo2012-10-30
| | | * | | | ARM: OMAP2+: clockdomain: Fix OMAP4 ISS clk domain to support only SWSUPMiguel Vadillo2012-10-30
| | * | | | | Merge tag 'for_3.7-rc5-fixes-pm' of git://git.kernel.org/pub/scm/linux/kernel...Tony Lindgren2012-11-06
| | |\ \ \ \ \
| | | * | | | | ARM: OMAP4: PM: fix regulator name for VDD_MPUKevin Hilman2012-11-05
| | | * | | | | ARM: OMAP2+: PM: add missing newline to VC warning messageKevin Hilman2012-10-25
| * | | | | | | Merge tag 'omap-for-v3.7-rc4/musb-regression-signed' of git://git.kernel.org/...Arnd Bergmann2012-11-12
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: OMAP: ocp2scp: create omap device for ocp2scpKishon Vijay Abraham I2012-11-07
| | * | | | | | | ARM: OMAP4: add _dev_attr_ to ocp2scp for representing usb_phyKishon Vijay Abraham I2012-11-07
| | |/ / / / / /
| * | | | | | | Merge branch 'for-3.7/fixes-for-rc4' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson2012-11-06
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: dt: tegra: fix length of pad control and mux registersPritesh Raithatha2012-10-30
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | ARM: highbank: retry wfi on reset requestRob Herring2012-11-06
| * | | | | | | Merge branch 'upload/fix' of git://github.com/hzhuang1/linux into fixesOlof Johansson2012-11-06
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | ARM: pxa/spitz_pm: Fix hang when resuming from STRMarko Katic2012-10-27
| | * | | | | | ARM: pxa: hx4700: Fix backlight PWM device numberPaul Parsons2012-10-27
| | | |/ / / / | | |/| | | |
* | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds2012-11-16
|\ \ \ \ \ \ \
| * | | | | | | arm64: Distinguish between user and kernel XN bitsCatalin Marinas2012-11-16
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-11-16
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | s390/mm: have 16 byte aligned struct pagesHeiko Carstens2012-11-13
| * | | | | | s390/gup: fix access_ok() usage in __get_user_pages_fast()Heiko Carstens2012-11-13
| * | | | | | s390/gup: add missing TASK_SIZE check to get_user_pages_fast()Heiko Carstens2012-11-13
| * | | | | | s390/topology: fix core id vs physical package id mix-upHeiko Carstens2012-11-12
| * | | | | | s390/signal: set correct address space controlMartin Schwidefsky2012-11-12
| |/ / / / /
* | | | | | Merge tag 'for-linus' of git://github.com/gxt/linuxLinus Torvalds2012-11-15
|\ \ \ \ \ \
| * | | | | | arch/unicore32: remove CONFIG_EXPERIMENTALKees Cook2012-11-09
| * | | | | | unicore32: switch to generic sys_execve()Al Viro2012-11-09
| * | | | | | unicore32: switch to generic kernel_thread()/kernel_execve()Al Viro2012-11-09
| * | | | | | unicore32: Use Kbuild infrastructure for kvm_para.hGuan Xuetao2012-11-09
| * | | | | | UAPI: (Scripted) Disintegrate arch/unicore32/include/asmDavid Howells2012-11-09
| * | | | | | UniCore32-bugfix: Remove definitions in asm/bug.h to solve difference between...Guan Xuetao2012-11-09