summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-01-02x86/smpboot: Remove stale TLB flush invocationsThomas Gleixner1-9/+0
2018-01-02x86/mm/64: Fix reboot interaction with CR4.PCIDEAndy Lutomirski1-0/+4
2018-01-02x86/mm: Enable CR4.PCIDE on supported systemsAndy Lutomirski3-0/+36
2018-01-02x86/mm: Add the 'nopcid' boot option to turn off PCIDAndy Lutomirski1-0/+18
2018-01-02x86/mm: Disable PCID on 32-bit kernelsAndy Lutomirski2-1/+11
2018-01-02x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP codeAndy Lutomirski7-104/+5
2018-01-02x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range()Andy Lutomirski2-28/+5
2018-01-02x86/mm: Make flush_tlb_mm_range() more predictableAndy Lutomirski1-5/+7
2018-01-02x86/mm: Remove flush_tlb() and flush_tlb_current_task()Andy Lutomirski2-26/+0
2018-01-02x86/vm86/32: Switch to flush_tlb_mm_range() in mark_screen_rdonly()Andy Lutomirski1-1/+1
2018-01-02powerpc/perf: Dereference BHRB entries safelyRavi Bangoria1-2/+6
2018-01-02kvm: x86: fix RSM when PCID is non-zeroPaolo Bonzini1-7/+25
2018-01-02KVM: X86: Fix load RFLAGS w/o the fixed bitWanpeng Li1-1/+1
2017-12-25alpha: fix build failuresSudip Mukherjee1-0/+1
2017-12-25MIPS: math-emu: Fix final emulation phase for certain instructionsAleksandar Markovic1-14/+14
2017-12-25ARM: dma-mapping: disallow dma_get_sgtable() for non-kernel managed memoryRussell King1-1/+19
2017-12-25ARM: dts: am335x-evmsk: adjust mmc2 param to allow suspendReizer, Eyal1-0/+1
2017-12-25ARM: dts: ti: fix PCI bus dtc warningsRob Herring1-0/+2
2017-12-25KVM: VMX: Fix enable VPID conditionsWanpeng Li1-1/+8
2017-12-25KVM: x86: correct async page present tracepointWanpeng Li1-1/+1
2017-12-25arm: kprobes: Align stack to 8-bytes in test codeJon Medhurst1-3/+8
2017-12-25arm: kprobes: Fix the return address of multiple kretprobesMasami Hiramatsu1-2/+22
2017-12-25x86/irq: Do not substract irq_tlb_count from irq_call_countAaron Lu2-6/+1
2017-12-25ARM: Hide finish_arch_post_lock_switch() from modulesSteven Rostedt1-0/+2
2017-12-25x86/mm, sched/core: Turn off IRQs in switch_mm()Andy Lutomirski2-0/+13
2017-12-25x86/mm, sched/core: Uninline switch_mm()Andy Lutomirski2-96/+104
2017-12-25x86/mm: Build arch/x86/mm/tlb.c even on !SMPAndy Lutomirski2-2/+5
2017-12-25mm/rmap: batched invalidations should use existing apiNadav Amit2-7/+1
2017-12-25x86/mm: If INVPCID is available, use it to flush global mappingsAndy Lutomirski1-0/+9
2017-12-25x86/mm: Add a 'noinvpcid' boot option to turn off INVPCIDAndy Lutomirski1-0/+16
2017-12-25x86/mm: Fix INVPCID asm constraintBorislav Petkov1-2/+2
2017-12-25x86/mm: Add INVPCID helpersAndy Lutomirski1-0/+48
2017-12-25arm64: Initialise high_memory global variable earlierSteve Capper1-1/+1
2017-12-20pinctrl: adi2: Fix Kconfig build problemLinus Walleij2-2/+6
2017-12-20powerpc/perf/hv-24x7: Fix incorrect comparison in memordMichael Ellerman1-1/+1
2017-12-20powerpc/ipic: Fix status get and status clearChristophe Leroy1-2/+2
2017-12-20powerpc/opal: Fix EBUSY bug in acquiring tokensWilliam A. Kennington III1-3/+3
2017-12-20powerpc/powernv/cpufreq: Fix the frequency read by /proc/cpuinfoShriya1-1/+1
2017-12-20openrisc: fix issue handling 8 byte get_user callsStafford Horne1-1/+1
2017-12-20crypto: salsa20 - fix blkcipher_walk API usageEric Biggers1-7/+0
2017-12-16arm: KVM: Fix VTTBR_BADDR_MASK BUG_ON off-by-oneMarc Zyngier1-2/+1
2017-12-16Revert "x86/mm/pat: Ensure cpa->pfn only contains page frame numbers"Greg Kroah-Hartman2-16/+17
2017-12-16Revert "x86/efi: Hoist page table switching code into efi_call_virt()"Greg Kroah-Hartman3-36/+56
2017-12-16Revert "x86/efi: Build our own page table structures"Greg Kroah-Hartman4-102/+40
2017-12-16s390: always save and restore all registers on context switchHeiko Carstens1-10/+9
2017-12-16sparc64/mm: set fields in deferred pagesPavel Tatashin1-1/+8
2017-12-16powerpc/powernv/ioda2: Gracefully fail if too many TCE levels requestedAlexey Kardashevskiy1-0/+3
2017-12-16axonram: Fix gendisk handlingJan Kara1-1/+4
2017-12-16arm64: KVM: Survive unknown traps from guestsMark Rutland1-7/+12
2017-12-16arm: KVM: Survive unknown traps from guestsMark Rutland2-7/+13