summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* MIPS: SmartMIPS: Disable assembler warningsMarkos Chandras2014-09-171-1/+10
* MIPS: Move CPU topology macros to topology.hHuacai Chen2014-08-272-5/+8
* MIPS: Wire up new syscalls getrandom and memfd_create.Ralf Baechle2014-08-265-6/+20
* MIPS: Fix a warning for virt_to_pageZubair Lutfullah Kakakhel2014-08-261-1/+2
* arch/mips/net/bpf_jit.c: fix failure checkAndrey Utkin2014-08-261-2/+3
* MIPS: COP2: CPP macro safety fixes.Ralf Baechle2014-08-262-11/+11
* MIPS: Kconfig: Select SMP symbols for CMPMarkos Chandras2014-08-261-0/+2
* MIPS: ZBOOT: add missing <linux/string.h> includeAurelien Jarno2014-08-261-0/+1
* MIPS: IP28: Fix/clean spaces.hThomas Bogendoerfer2014-08-261-7/+0Star
* MIPS: IP28: Select correct L1_CACHE_SHIFTThomas Bogendoerfer2014-08-261-0/+1
* MIPS: BCM63xx: delete double assignmentJulia Lawall2014-08-261-2/+2
* MIPS: Spelling s/confugrations/configurations/Geert Uytterhoeven2014-08-261-1/+1
* MIPS: OCTEON: make get_system_type() thread-safeAaro Koskinen2014-08-261-5/+13
* MIPS: CPS: Initialize EVA before bringing up VPEs from secondary coresMarkos Chandras2014-08-261-0/+4
* MIPS: Malta: EVA: Rename 'eva_entry' to 'platform_eva_init'Markos Chandras2014-08-261-6/+16
* MIPS: EVA: Add new EVA headerMarkos Chandras2014-08-261-0/+43
* MIPS: scall64-o32: Fix indirect syscall detectionMarkos Chandras2014-08-261-4/+8
* MIPS: syscall: Fix AUDIT value for O32 processes on MIPS64Markos Chandras2014-08-261-3/+5
* MIPS: Loongson: Fix COP2 usage for preemptible kernelHuacai Chen2014-08-261-4/+4
* MIPS: NL: Fix nlm_xlp_defconfig build errorGuenter Roeck2014-08-261-7/+0Star
* MIPS: Remove race window in page fault handlingLars Persson2014-08-262-13/+22
* MIPS: Malta: Improve system memory detection for '{e, }memsize' >= 2GMarkos Chandras2014-08-261-4/+10
* MIPS: Alchemy: Fix db1200 PSC clock enablementManuel Lauss2014-08-261-5/+1Star
* MIPS: BCM47XX: Fix reboot problem on BCM4705/BCM4785Hauke Mehrtens2014-08-261-2/+11
* MIPS: Remove duplicated include from numa.cWei Yongjun2014-08-261-2/+0Star
* MIPS: Add common plat_irq_dispatch declarationSergey Ryazanov2014-08-262-1/+2
* MIPS: MSP71xx: remove unused plat_irq_dispatch() argumentSergey Ryazanov2014-08-261-1/+1
* MIPS: GIC: Remove useless parens from GICBIS().Ralf Baechle2014-08-261-1/+1
* MIPS: perf: Mark pmu interupt IRQF_NO_THREADYang Wei2014-08-261-1/+1
* MIPS: kdump: Set correct value to kexec_indirection_page variableYang Wei2014-08-251-2/+6
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2014-08-161-0/+3
|\
| * intel_idle: Disable Baytrail Core and Module C6 auto-demotionLen Brown2014-08-151-0/+3
* | Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-152-6/+6
|\ \
| * | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-122-6/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2014-08-154-5/+71
|\ \ \
| * | | sparc: Hook up memfd_create system call.David S. Miller2014-08-143-4/+5
| * | | sparc64: Properly claim resources as each PCI bus is probed.David S. Miller2014-08-141-0/+32
| * | | sparc64: Skip bogus PCI bridge ranges.David S. Miller2014-08-141-0/+11
| * | | sparc64: Expand PCI bridge probing debug logging.David S. Miller2014-08-141-1/+23
* | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2014-08-141-1/+1
|\ \ \ \
| * | | | kbuild: allow to override Python command nameMasahiro Yamada2014-07-181-1/+1
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-08-1428-223/+387
|\ \ \ \ \
| * | | | | powerpc/thp: Add tracepoints to track hugepage invalidateAneesh Kumar K.V2014-08-132-0/+10
| * | | | | powerpc/mm: Use read barrier when creating real_pteAneesh Kumar K.V2014-08-131-5/+25
| * | | | | powerpc/thp: Use ACCESS_ONCE when loading pmdpAneesh Kumar K.V2014-08-131-1/+3
| * | | | | powerpc/thp: Invalidate with vpn in loopAneesh Kumar K.V2014-08-131-16/+7Star
| * | | | | powerpc/thp: Handle combo pages in invalidateAneesh Kumar K.V2014-08-133-5/+13
| * | | | | powerpc/thp: Invalidate old 64K based hash page mapping before insert of 4k pteAneesh Kumar K.V2014-08-131-9/+70
| * | | | | powerpc/thp: Don't recompute vsid and ssize in loop on invalidateAneesh Kumar K.V2014-08-134-43/+26Star
| * | | | | powerpc/thp: Add write barrier after updating the valid bitAneesh Kumar K.V2014-08-131-1/+4