summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-12-29x86/cpu_entry_area: Prevent wraparound in setup_cpu_entry_area_ptes() on 32bitThomas Gleixner1-1/+2
2017-12-29init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner2-8/+5
2017-12-29x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner13-88/+141
2017-12-29x86/cpu_entry_area: Move it to a separate unitThomas Gleixner6-135/+159
2017-12-29x86/mm: Create asm/invpcid.hPeter Zijlstra2-48/+54
2017-12-29x86/mm: Put MMU to hardware ASID translation in one placeDave Hansen1-11/+18
2017-12-29x86/mm: Remove hard-coded ASID limit checksDave Hansen1-2/+18
2017-12-29x86/mm: Move the CR3 construction functions to tlbflush.hDave Hansen3-32/+31
2017-12-29x86/mm: Add comments to clarify which TLB-flush functions are supposed to flu...Peter Zijlstra1-2/+21
2017-12-29x86/mm: Remove superfluous barriersPeter Zijlstra1-7/+1
2017-12-29x86/mm: Use __flush_tlb_one() for kernel memoryPeter Zijlstra1-1/+1
2017-12-29x86/microcode: Dont abuse the TLB-flush interfacePeter Zijlstra2-26/+6
2017-12-29x86/uv: Use the right TLB-flush APIPeter Zijlstra1-1/+1
2017-12-29x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stackDave Hansen11-38/+44
2017-12-29x86/ldt: Prevent LDT inheritance on execThomas Gleixner2-20/+19
2017-12-29x86/ldt: Rework lockingPeter Zijlstra3-13/+26
2017-12-29arch, mm: Allow arch_dup_mmap() to failThomas Gleixner4-7/+10
2017-12-29x86/vsyscall/64: Warn and fail vsyscall emulation in NATIVE modeAndy Lutomirski1-0/+4
2017-12-29x86/vsyscall/64: Explicitly set _PAGE_USER in the pagetable hierarchyAndy Lutomirski1-1/+33
2017-12-29x86/mm/dump_pagetables: Make the address hints correct and readableThomas Gleixner1-37/+53
2017-12-29x86/mm/dump_pagetables: Check PAGE_PRESENT for realThomas Gleixner1-1/+1
2017-12-29x86/Kconfig: Limit NR_CPUS on 32-bit to a sane amountThomas Gleixner1-1/+2
2017-12-29x86/insn-eval: Add utility functions to get segment selectorRicardo Neri1-0/+10
2017-12-29x86/decoder: Fix and update the opcodes mapRandy Dunlap1-2/+11
2017-12-25linux/compiler.h: Split into compiler.h and compiler_types.hWill Deacon3-3/+3
2017-12-25bpf, sparc: fix usage of wrong reg for load_skb_regs after callDaniel Borkmann1-2/+4
2017-12-25bpf, ppc64: do not reload skb pointers in non-skb contextDaniel Borkmann1-2/+4
2017-12-25bpf, s390x: do not reload skb pointers in non-skb contextDaniel Borkmann1-6/+5
2017-12-25ARM: exynos_defconfig: Enable UAS support for Odroid HC1 boardMarek Szyprowski1-1/+1
2017-12-25powerpc/watchdog: Do not trigger SMP crash from touch_nmi_watchdogNicholas Piggin1-2/+5
2017-12-25powerpc/xmon: Avoid tripping SMP hardlockup watchdogNicholas Piggin1-4/+13
2017-12-25kvm, mm: account kvm related kmem slabs to kmemcgShakeel Butt1-2/+2
2017-12-25x86/cpufeatures: Make CPU bugs stickyThomas Gleixner3-5/+7
2017-12-25x86/paravirt: Provide a way to check for hypervisorsThomas Gleixner1-10/+15
2017-12-25x86/paravirt: Dont patch flush_tlb_singleThomas Gleixner1-2/+0
2017-12-25x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski16-48/+60
2017-12-25x86/entry: Clean up the SYSENTER_stack codeAndy Lutomirski7-23/+21
2017-12-25x86/entry/64: Remove the SYSENTER stack canaryAndy Lutomirski4-11/+1
2017-12-25x86/entry/64: Move the IST stacks into struct cpu_entry_areaAndy Lutomirski3-32/+57
2017-12-25x86/entry/64: Create a per-CPU SYSCALL entry trampolineAndy Lutomirski5-1/+84
2017-12-25x86/entry/64: Return to userspace from the trampoline stackAndy Lutomirski1-4/+51
2017-12-25x86/entry/64: Use a per-CPU trampoline stack for IDT entriesAndy Lutomirski6-32/+72
2017-12-25x86/espfix/64: Stop assuming that pt_regs is on the entry stackAndy Lutomirski1-9/+28
2017-12-25x86/entry/64: Separate cpu_current_top_of_stack from TSS.sp0Andy Lutomirski5-6/+26
2017-12-25x86/entry: Remap the TSS into the CPU entry areaAndy Lutomirski7-15/+58
2017-12-25x86/entry: Move SYSENTER_stack to the beginning of struct tss_structAndy Lutomirski2-9/+33
2017-12-25x86/dumpstack: Handle stack overflow on all stacksAndy Lutomirski1-10/+14
2017-12-25x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tssAndy Lutomirski6-33/+37
2017-12-25x86/kasan/64: Teach KASAN about the cpu_entry_areaAndy Lutomirski1-1/+17
2017-12-25x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entr...Andy Lutomirski4-18/+44