summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)Author
2017-12-17x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski
2017-12-17x86/entry: Clean up the SYSENTER_stack codeAndy Lutomirski
2017-12-17x86/entry/64: Remove the SYSENTER stack canaryAndy Lutomirski
2017-12-17x86/entry/64: Move the IST stacks into struct cpu_entry_areaAndy Lutomirski
2017-12-17x86/entry/64: Create a per-CPU SYSCALL entry trampolineAndy Lutomirski
2017-12-17x86/entry/64: Return to userspace from the trampoline stackAndy Lutomirski
2017-12-17x86/entry/64: Use a per-CPU trampoline stack for IDT entriesAndy Lutomirski
2017-12-17x86/espfix/64: Stop assuming that pt_regs is on the entry stackAndy Lutomirski
2017-12-17x86/entry/64: Separate cpu_current_top_of_stack from TSS.sp0Andy Lutomirski
2017-12-17x86/entry: Remap the TSS into the CPU entry areaAndy Lutomirski
2017-12-17x86/entry: Move SYSENTER_stack to the beginning of struct tss_structAndy Lutomirski
2017-12-17x86/dumpstack: Handle stack overflow on all stacksAndy Lutomirski
2017-12-17x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tssAndy Lutomirski
2017-12-17x86/kasan/64: Teach KASAN about the cpu_entry_areaAndy Lutomirski
2017-12-17x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entr...Andy Lutomirski
2017-12-17x86/entry/gdt: Put per-CPU GDT remaps in ascending orderAndy Lutomirski
2017-12-17x86/dumpstack: Add get_stack_info() support for the SYSENTER stackAndy Lutomirski
2017-12-17x86/entry/64: Allocate and enable the SYSENTER stackAndy Lutomirski
2017-12-17x86/irq/64: Print the offending IP in the stack overflow warningAndy Lutomirski
2017-12-17x86/irq: Remove an old outdated comment about context tracking racesAndy Lutomirski
2017-12-17x86/unwinder: Handle stack overflows more gracefullyJosh Poimboeuf
2017-12-17x86/unwinder/orc: Dont bail on stack overflowAndy Lutomirski
2017-12-17x86/entry/64/paravirt: Use paravirt-safe macro to access eflagsBoris Ostrovsky
2017-12-17x86/mm/kasan: Don't use vmemmap_populate() to initialize shadowAndrey Ryabinin
2017-12-17locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon
2017-12-17bpf: fix build issues on um due to mising bpf_perf_event.hDaniel Borkmann
2017-12-17perf/x86: Enable free running PEBS for REGS_USER/INTRAndi Kleen
2017-12-17x86: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMDRudolf Marek
2017-12-17x86/cpufeature: Add User-Mode Instruction Prevention definitionsRicardo Neri
2017-12-17Merge commit 'upstream-x86-virt' into WIP.x86/mmIngo Molnar
2017-12-17Merge branch 'upstream-acpi-fixes' into WIP.x86/pti.baseIngo Molnar
2017-12-17Merge branch 'upstream-x86-selftests' into WIP.x86/pti.baseIngo Molnar
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar
2017-12-15Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds
2017-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-12-15Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2017-12-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-12-15Merge tag 'for-linus-4.15-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-12-15bpf, sparc: fix usage of wrong reg for load_skb_regs after callDaniel Borkmann
2017-12-15bpf, ppc64: do not reload skb pointers in non-skb contextDaniel Borkmann
2017-12-15bpf, s390x: do not reload skb pointers in non-skb contextDaniel Borkmann
2017-12-15arm64: fpsimd: Fix copying of FP state from signal frame into task structWill Deacon
2017-12-15x86/decoder: Fix and update the opcodes mapRandy Dunlap
2017-12-15x86/power: Make restore_processor_context() saneAndy Lutomirski
2017-12-15x86/power/32: Move SYSENTER MSR restoration to fix_processor_context()Andy Lutomirski
2017-12-15x86/power/64: Use struct desc_ptr for the IDT in struct saved_contextAndy Lutomirski
2017-12-15KVM/x86: Check input paging mode when cs.l is setLan Tianyu
2017-12-14Merge tag 'pci-v4.15-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-12-14kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker
2017-12-14arm64/sve: Report SVE to userspace via CPUID only if supportedDave Martin