summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-09-26mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman1-1/+1
2014-09-26x86/mm: In the PTE swapout page reclaim case clear the accessed bit instead o...Shaohua Li1-7/+14
2014-09-26mm: per-thread vma cachingDavidlohr Bueso1-1/+3
2014-09-26x86/mm: Eliminate redundant page table walk during TLB range flushingMel Gorman1-27/+1
2014-09-26x86/mm: Clean up inconsistencies when flushing TLB rangesMel Gorman1-6/+6
2014-09-26mm, x86: Account for TLB flushes only when debuggingMel Gorman3-12/+12
2014-09-26arm64: flush TLS registers during execWill Deacon2-0/+24
2014-09-17MIPS: OCTEON: make get_system_type() thread-safeAaro Koskinen1-5/+13
2014-09-17MIPS: Remove BUG_ON(!is_fpu_owner()) in do_ade()Huacai Chen1-1/+0
2014-09-17MIPS: tlbex: Fix a missing statement for HUGETLBHuacai Chen1-0/+1
2014-09-17MIPS: Prevent user from setting FCSR cause bitsPaul Burton1-1/+2
2014-09-17MIPS: GIC: Prevent array overrunJeffrey Deans1-2/+4
2014-09-17powerpc/thp: Use ACCESS_ONCE when loading pmdpAneesh Kumar K.V1-1/+3
2014-09-17powerpc/thp: Invalidate with vpn in loopAneesh Kumar K.V1-16/+7
2014-09-17powerpc/thp: Handle combo pages in invalidateAneesh Kumar K.V3-5/+13
2014-09-17powerpc/thp: Invalidate old 64K based hash page mapping before insert of 4k pteAneesh Kumar K.V1-9/+70
2014-09-17powerpc/thp: Don't recompute vsid and ssize in loop on invalidateAneesh Kumar K.V4-43/+26
2014-09-17powerpc/thp: Add write barrier after updating the valid bitAneesh Kumar K.V1-1/+4
2014-09-17powerpc/pseries: Avoid deadlock on removing ddwGavin Shan1-6/+14
2014-09-17powerpc/pseries: Failure on removing device nodeGavin Shan1-1/+1
2014-09-17powerpc/mm: Use read barrier when creating real_pteAneesh Kumar K.V1-5/+25
2014-09-17powerpc/mm/numa: Fix break placementAndrey Utkin1-1/+1
2014-09-17s390/locking: Reenable optimistic spinningChristian Borntraeger1-0/+1
2014-09-12x86, cpu hotplug: Fix stack frame warning in check_irq_vectors_for_cpu_disable()Prarit Bhargava1-1/+8
2014-09-12x86: Add check for number of available vectors before CPU downPrarit Bhargava3-0/+77
2014-09-09openrisc: Rework signal handlingJonas Bonn2-118/+139
2014-09-03x86/xen: resume timer irqs earlyDavid Vrabel1-1/+1
2014-09-03x86/efi: Enforce CONFIG_RELOCATABLE for EFI boot stubMatt Fleming1-0/+1
2014-09-03x86_64/vsyscall: Fix warn_bad_vsyscall log outputAndy Lutomirski1-4/+4
2014-09-03x86: don't exclude low BIOS area when allocating address space for non-PCI cardsChristoph Schulz2-3/+9
2014-09-03Revert "KVM: x86: Increase the number of fixed MTRR regs to 10"Paolo Bonzini1-1/+1
2014-09-03KVM: x86: Inter-privilege level ret emulation is not implemenetedNadav Amit1-0/+4
2014-09-03ARM: OMAP3: Fix choice of omap3_restore_es function in OMAP34XX rev3.1.2 case.Jeremy Vial1-1/+2
2014-08-26arch/sparc/math-emu/math_32.c: drop stray break operatorAndrey Utkin1-1/+1
2014-08-26sparc64: ldc_connect() should not return EINVAL when handshake is in progress.Sowmini Varadhan1-1/+1
2014-08-26sparc64: Guard against flushing openfirmware mappings.David S. Miller2-10/+25
2014-08-26sparc64: Do not insert non-valid PTEs into the TSB hash table.David S. Miller1-0/+4
2014-08-26sparc64: Add membar to Niagara2 memcpy code.David S. Miller1-0/+1
2014-08-26sparc64: Fix huge TSB mapping on pre-UltraSPARC-III cpus.David S. Miller2-3/+17
2014-08-26sparc64: Don't bark so loudly about 32-bit tasks generating 64-bit fault addr...David S. Miller1-15/+1
2014-08-26sparc64: Give more detailed information in {pgd,pmd}_ERROR() and kill pte_ERR...David S. Miller1-3/+6
2014-08-26sparc64: Fix top-level fault handling bugs.David S. Miller1-30/+52
2014-08-26sparc64: Handle 32-bit tasks properly in compute_effective_address().David S. Miller1-3/+9
2014-08-19sparc64: Make itc_sync_lock rawKirill Tkhai1-3/+3
2014-08-19sparc64: Fix argument sign extension for compat_sys_futex().David S. Miller1-1/+1
2014-08-19x86/espfix/xen: Fix allocation of pages for paravirt page tablesBoris Ostrovsky1-3/+2
2014-08-19xtensa: add fixup for double exception raised in window overflowMax Filippov2-24/+138
2014-08-19x86_64/entry/xen: Do not invoke espfix64 on XenAndy Lutomirski3-21/+11
2014-08-19x86, espfix: Make it possible to disable 16-bit supportH. Peter Anvin4-5/+43
2014-08-19x86, espfix: Make espfix64 a Kconfig option, fix UMLH. Peter Anvin3-2/+6