summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-02-13Revert "x86/apic: Only disable CPU x2apic mode when necessary"Linus Torvalds1-2/+1
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds70-718/+3276
2015-02-13x86/efi: Avoid triple faults during EFI mixed mode callsMatt Fleming5-203/+301
2015-02-13ARC: fix page address calculation if PAGE_OFFSET != LINUX_LINK_BASEAlexey Brodkin1-1/+2
2015-02-13lguest: don't look in console features to find emerg_wr.Rusty Russell1-33/+24
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds95-365/+148
2015-02-12lib/string.c: remove strnicmp()Rasmus Villemoes2-2/+0
2015-02-12kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes3-4/+4
2015-02-12powerpc: add running_clock for powerpc to prevent spurious softlockup warningsCyril Bur1-0/+32
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski75-184/+49
2015-02-12arch/frv/mm/extable.c: remove unused functionRickard Strandqvist1-23/+0
2015-02-12x86: mm: restore original pte_special checkMel Gorman1-7/+1
2015-02-12mm: remove remaining references to NUMA hinting bits and helpersMel Gorman6-127/+6
2015-02-12mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman1-1/+4
2015-02-12ppc64: add paranoid warnings for unexpected DSISR_PROTFAULTMel Gorman2-13/+15
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman5-12/+13
2015-02-12mm: add p[te|md] protnone helpers for use by NUMA balancingMel Gorman2-0/+32
2015-02-12Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-13/+4
2015-02-12Merge tag 'md/3.20' of git://neil.brown.name/mdLinus Torvalds1-0/+1
2015-02-12Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+2
2015-02-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds79-1450/+1807
2015-02-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds20-338/+209
2015-02-12s390/cacheinfo: coding style changesHeiko Carstens1-13/+3
2015-02-12s390/cacheinfo: fix shared cpu masksHeiko Carstens1-5/+4
2015-02-12s390/smp: reduce size of struct pcpuHeiko Carstens1-27/+27
2015-02-12s390/topology: convert cpu_topology array to per cpu variableHeiko Carstens2-26/+26
2015-02-12s390/topology: delay initialization of topology cpu masksHeiko Carstens3-62/+47
2015-02-12s390/vdso: fix clock_gettime for CLOCK_THREAD_CPUTIME_ID, -2 and -3Martin Schwidefsky1-4/+2
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds50-188/+81
2015-02-11Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds200-3098/+3536
2015-02-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds62-879/+1334
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds55-568/+1120
2015-02-11arch/powerpc/mm/subpage-prot.c: use walk->vma and walk_page_vma()Naoya Horiguchi1-4/+2
2015-02-11mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli5-21/+12
2015-02-11mm: fix false-positive warning on exit due mm_nr_pmds(mm)Kirill A. Shutemov2-0/+7
2015-02-11mm: account pmd page tables to the processKirill A. Shutemov1-5/+9
2015-02-11arm: define __PAGETABLE_PMD_FOLDED for !LPAEKirill A. Shutemov1-0/+2
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov29-29/+29
2015-02-11microblaze: define __PAGETABLE_PMD_FOLDEDKirill A. Shutemov1-0/+2
2015-02-11sparc32: fix broken set_pte()Kirill A. Shutemov1-1/+2
2015-02-11mm/hugetlb: pmd_huge() returns true for non-present hugepageNaoya Horiguchi2-2/+8
2015-02-11mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi11-126/+8
2015-02-11Merge tag 'mmc-v3.20-1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds1-6/+8
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+1
2015-02-11Merge tag 'sound-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds4-10/+42
2015-02-11lguest: remove NOTIFY call and eventfd facility.Rusty Russell1-1/+0
2015-02-11lguest: use the PCI console device's emerg_wr for early boot messages.Rusty Russell1-12/+134
2015-02-11lguest: Override pcibios_enable_irq/pcibios_disable_irq to our stupid PICRusty Russell1-0/+24
2015-02-11lguest: disable ACPI explicitly.Rusty Russell1-0/+4