summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* sh: don't use module_init in non-modular psw.c codePaul Gortmaker2015-06-161-1/+1
* mn10300: don't use module_init in non-modular flash.c codePaul Gortmaker2015-06-161-2/+1
* parisc64: don't use module_init for non-modular core perf codePaul Gortmaker2015-06-161-2/+1
* parisc: don't use module_init for non-modular core pdc_cons codePaul Gortmaker2015-06-161-2/+1
* cris: don't use module_init for non-modular core intmem.c codePaul Gortmaker2015-06-161-2/+1
* ia64: don't use module_init in non-modular sim/simscsi.c codePaul Gortmaker2015-06-161-10/+1
* ia64: don't use module_init for non-modular core kernel/mca.c codePaul Gortmaker2015-06-161-2/+1
* arm: don't use module_init in non-modular mach-vexpress/spc.c codePaul Gortmaker2015-06-161-1/+1
* powerpc: don't use module_init in non-modular 83xx suspend codePaul Gortmaker2015-06-161-2/+1
* powerpc: use device_initcall for registering rtc devicesPaul Gortmaker2015-06-162-3/+2
* x86: don't use module_init in non-modular devicetree.c codePaul Gortmaker2015-06-161-1/+1
* x86: don't use module_init in non-modular intel_mid_vrtc.cPaul Gortmaker2015-06-161-2/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-06-144-13/+10
|\
| * MIPS: MSA: bugfix - disable MSA correctly for new threads/processes.Ralf Baechle2015-06-101-1/+1
| * MIPS: Loongson: Do not register 8250 platform device from module.Ralf Baechle2015-06-101-3/+1
| * MIPS: Cobalt: Do not build MTD platform device registration code as module.Ralf Baechle2015-06-101-2/+1
| * MIPS: pgtable-bits: Fix XPA damage to R6 definitions.Markos Chandras2015-06-091-7/+7
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-143-15/+18
|\ \
| * | Revert "perf/x86/intel/uncore: Move uncore_box_init() out of driver initializ...Ingo Molnar2015-06-092-12/+15
| * | perf/x86/intel/uncore: Fix CBOX bit wide and UBOX reg on Haswell-EPKan Liang2015-06-071-3/+3
* | | Merge tag 'misc-for-linus-4.1-rc8' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-06-102-1/+2
|\ \ \
| * | | score: Fix exception handler labelGuenter Roeck2015-06-101-1/+1
| * | | blackfin: Fix build errorGuenter Roeck2015-06-101-0/+1
| | |/ | |/|
* | | arch/x86/kvm/mmu.c: work around gcc-4.4.4 bugAndrew Morton2015-06-101-7/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-06-082-5/+10
|\ \ \
| * | | s390/bpf: fix bpf frame pointer setupMichael Holzheu2015-06-031-4/+7
| * | | s390/bpf: fix stack allocationMichael Holzheu2015-06-031-1/+3
* | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-088-34/+41
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge tag 'omap-for-v4.1/fixes-rc6' of git://git.kernel.org/pub/scm/linux/ker...Kevin Hilman2015-06-085-31/+32
| |\ \ \
| | * | | ARM: dts: am335x-boneblack: disable RTC-only sleep to avoid hardware damageMatthijs van Duin2015-06-011-0/+19
| | * | | ARM: dts: AM35xx: fix system control module clocksTero Kristo2015-06-011-7/+7
| | * | | ARM: dts: Fix n900 dts file to work around 4.1 touchscreen regression on n900Pavel Machek2015-05-291-2/+2
| | * | | ARM: dts: Fix dm816x to use right compatible flag for MUSBTony Lindgren2015-05-291-2/+2
| | * | | ARM: OMAP3: Fix booting with thumb2 kernelTony Lindgren2015-05-281-20/+2
| * | | | Merge tag 'v4.1-next-arm64-fixes' of https://github.com/mbgg/linux-mediatek i...Arnd Bergmann2015-06-011-1/+2
| |\ \ \ \
| | * | | | arm64: dts: mt8173-evb: fix model nameYingjoe Chen2015-06-011-1/+2
| * | | | | Merge tag 'samsung-fixes-4.1-4' of https://github.com/krzk/linux into fixesArnd Bergmann2015-06-011-2/+2
| |\ \ \ \ \
| | * | | | | ARM: exynos: Fix wake-up interrupts for Exynos3250Marc Zyngier2015-06-011-2/+2
| * | | | | | Merge tag 'mvebu-fixes-4.1-3' of git://git.infradead.org/linux-mvebu into fixesArnd Bergmann2015-06-011-0/+5
| |\ \ \ \ \ \
| | * | | | | | ARM: mvebu: armada-xp-linksys-mamba: Disable internal RTCImre Kaloz2015-05-281-0/+5
* | | | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-06-078-13/+8
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | MIPS: KVM: Do not sign extend on unsigned MMIO loadNicholas Mc Guire2015-06-061-1/+1
| * | | | | | | MIPS: BPF: Fix stack pointer allocationMarkos Chandras2015-06-061-5/+1
| * | | | | | | MIPS: Loongson-3: Fix a cpu-hotplug issue in loongson3_ipi_interrupt()Huacai Chen2015-06-061-1/+1
| * | | | | | | MIPS: Fix enabling of DEBUG_STACKOVERFLOWJames Hogan2015-06-061-1/+1
| * | | | | | | MIPS: c-r4k: Fix typo in probe_scache()Joshua Kinard2015-06-061-1/+1
| * | | | | | | MIPS: Avoid an FPE exception in FCSR mask probingMaciej W. Rozycki2015-06-031-2/+1
| * | | | | | | MIPS: ath79: Add a missing new line in log messageAlban Bedel2015-06-021-1/+1
| * | | | | | | MIPS: ralink: Fix clearing the illegal access interruptJonas Gorski2015-06-011-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-056-34/+48
|\ \ \ \ \ \ \