summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorLines
2015-02-21kprobes/x86: Check for invalid ftrace location in __recover_probed_insn()Petr Mladek-0/+14
2015-02-21kprobes/x86: Use 5-byte NOP when the code might be modified by ftracePetr Mladek-14/+28
2015-02-20MIPS: sead3: Corrected get_c0_perfcount_intNiklas Cassel-1/+1
2015-02-20MIPS: mm: Remove dead macro definitionsAndreas Ruprecht-16/+0
2015-02-20MIPS: OCTEON: irq: add CIB and other fixesDavid Daney-269/+780
2015-02-20MIPS: OCTEON: Don't do acknowledge operations for level triggered irqs.David Daney-2/+43
2015-02-20MIPS: OCTEON: More OCTEONIII supportChandrakala Chavva-2/+326
2015-02-20MIPS: OCTEON: Remove setting of processor specific CVMCTL icache bits.Chad Reese-20/+0
2015-02-20MIPS: OCTEON: Core-15169 Workaround and general CVMSEG cleanup.David Daney-6/+17
2015-02-20MIPS: OCTEON: Update octeon-model.h code for new SoCs.David Daney-27/+90
2015-02-20MIPS: OCTEON: Implement DCache errata workaround for all CN6XXXDavid Daney-4/+8
2015-02-20MIPS: OCTEON: Add little-endian support to asm/octeon/octeon.hDavid Daney-30/+105
2015-02-20MIPS: OCTEON: Implement the core-16057 workaroundDavid Daney-0/+22
2015-02-20MIPS: OCTEON: Delete unused COP2 saving codeAleksey Makarov-26/+0
2015-02-20MIPS: OCTEON: Use correct instruction to read 64-bit COP0 registerChandrakala Chavva-3/+3
2015-02-20MIPS: OCTEON: Save and restore CP2 SHA3 stateDavid Daney-11/+35
2015-02-20MIPS: OCTEON: Fix FP context save.David Daney-12/+7
2015-02-20MIPS: OCTEON: Save/Restore wider multiply registers in OCTEON III CPUsDavid Daney-32/+150
2015-02-20MIPS: boot: Provide more uImage optionsMarkos Chandras-2/+55
2015-02-20MIPS: Remove unneeded #ifdef __KERNEL__ from asm/processor.hDavid Daney-6/+0
2015-02-20MIPS: ip22-gio: Remove legacy suspend/resume supportLars-Peter Clausen-26/+0
2015-02-20mips: pci: Add ifdef around pci_proc_domainZubair Lutfullah Kakakhel-0/+2
2015-02-20MIPS: Alchemy: Fix cpu clock calculationManuel Lauss-0/+2
2015-02-20MIPS: Alchemy: remove declaration for set_cpuspecManuel Lauss-1/+0
2015-02-20MIPS: Alchemy: preset loops_per_jiffy based on CPU clockManuel Lauss-0/+9
2015-02-20MIPS: Alchemy: fix Au1000/Au1500 LRCLK calculationManuel Lauss-5/+14
2015-02-20MIPS: Add set/clear CP0 macros for PageGrain registerSteven J. Hill-4/+5
2015-02-20ARM: 8305/1: DMA: Fix kzalloc flags in __iommu_alloc_buffer()Alexandre Courbot-1/+1
2015-02-20hypfs: switch to read_iter/write_iterAl Viro-27/+24
2015-02-20x86/mm/ASLR: Avoid PAGE_SIZE redefinition for UML subarchJiri Kosina-2/+0
2015-02-19x86: pte_protnone() and pmd_protnone() must check entry is not presentDavid Vrabel-2/+4
2015-02-19MIPS: Usage and cosmetic cleanups of page table bits.Steven J. Hill-62/+38
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds-3/+3
2015-02-19Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds-5/+5
2015-02-19s390/spinlock: disabled compare-and-delay by defaultMartin Schwidefsky-5/+7
2015-02-19Merge branch 'mipsr6-for-3.20' of git://git.linux-mips.org/pub/scm/mchandras/...Ralf Baechle-415/+4405
2015-02-19MIPS: Export MSA functions used by lose_fpu(1) for KVMJames Hogan-0/+4
2015-02-19MIPS: Export FP functions used by lose_fpu(1) for KVMJames Hogan-0/+6
2015-02-19MIPS: BCM3384: Fix outdated use of mips_cpu_intc_init()Kevin Cernekee-1/+1
2015-02-19MIPS: Provide correct siginfo_t.si_stimePetr Malat-37/+3
2015-02-19MIPS: Makefile: Move the ASEs checks after setting the core's CFLAGSMarkos Chandras-18/+17
2015-02-19MIPS: Makefile: Pass -march option on Loongson3A coresRalf Baechle-0/+10
2015-02-19Merge tag 'microcode_fixes_for-3.21' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar-1/+10
2015-02-19x86/microcode/intel: Handle truncated microcode images more robustlyQuentin Casasnovas-0/+9
2015-02-19x86/microcode/intel: Guard against stack overflow in the loaderQuentin Casasnovas-1/+1
2015-02-19Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar-20/+66
2015-02-19x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert-3/+3
2015-02-19Merge branch 'tip-x86-mm' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Ingo Molnar-2/+26
2015-02-19x86/mm/init: Fix incorrect page size in init_memory_mapping() printksDave Hansen-2/+26
2015-02-19x86/mm/ASLR: Propagate base load address calculationJiri Kosina-17/+63