summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2017-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-12-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-12-21kvm: x86: fix RSM when PCID is non-zeroPaolo Bonzini
2017-12-20Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2017-12-19Do not hash userspace addresses in fault handlersKees Cook
2017-12-18Merge branch 'parisc-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-12-18Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2017-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2017-12-18Merge tag 'kvm-arm-fixes-for-v4.15-2' of git://git.kernel.org/pub/scm/linux/k...Paolo Bonzini
2017-12-18KVM: Fix stack-out-of-bounds read in write_mmioWanpeng Li
2017-12-18arm64: kvm: Prevent restoring stale PMSCR_EL1 for vcpuJulien Thierry
2017-12-17ARM: 8731/1: Fix csum_partial_copy_from_user() stack mismatchChunyan Zhang
2017-12-17parisc: Reduce thread stack to 16 kbJohn David Anglin
2017-12-17Revert "parisc: Re-enable interrupts early"John David Anglin
2017-12-17parisc: remove duplicate includesPravin Shedge
2017-12-17parisc: Align os_hpmc_size on word boundaryHelge Deller
2017-12-17parisc: Fix indenting in puts()Helge Deller
2017-12-17x86/cpufeatures: Make CPU bugs stickyThomas Gleixner
2017-12-17x86/paravirt: Provide a way to check for hypervisorsThomas Gleixner
2017-12-17x86/paravirt: Dont patch flush_tlb_singleThomas Gleixner
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