summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)Author
2018-01-02s390/diag: add diag26c support for VNIC infoJulian Wiedmann
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-12-23x86/cpu_entry_area: Prevent wraparound in setup_cpu_entry_area_ptes() on 32bitThomas Gleixner
2017-12-23bpf: sparc64: Add JIT support for multi-function programs.David Miller
2017-12-22Merge tag 'powerpc-4.15-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-12-22Merge tag 'for-linus-4.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-12-22init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner
2017-12-22x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner
2017-12-22x86/cpu_entry_area: Move it to a separate unitThomas Gleixner
2017-12-22x86/mm: Create asm/invpcid.hPeter Zijlstra
2017-12-22x86/mm: Put MMU to hardware ASID translation in one placeDave Hansen
2017-12-22x86/mm: Remove hard-coded ASID limit checksDave Hansen
2017-12-22x86/mm: Move the CR3 construction functions to tlbflush.hDave Hansen
2017-12-22x86/mm: Add comments to clarify which TLB-flush functions are supposed to flu...Peter Zijlstra
2017-12-22x86/mm: Remove superfluous barriersPeter Zijlstra
2017-12-22x86/mm: Use __flush_tlb_one() for kernel memoryPeter Zijlstra
2017-12-22x86/microcode: Dont abuse the TLB-flush interfacePeter Zijlstra
2017-12-22x86/uv: Use the right TLB-flush APIPeter Zijlstra
2017-12-22x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stackDave Hansen
2017-12-22x86/ldt: Prevent LDT inheritance on execThomas Gleixner
2017-12-22x86/ldt: Rework lockingPeter Zijlstra
2017-12-22arch, mm: Allow arch_dup_mmap() to failThomas Gleixner
2017-12-22x86/vsyscall/64: Warn and fail vsyscall emulation in NATIVE modeAndy Lutomirski
2017-12-22x86/vsyscall/64: Explicitly set _PAGE_USER in the pagetable hierarchyAndy Lutomirski
2017-12-22x86/mm/dump_pagetables: Make the address hints correct and readableThomas Gleixner
2017-12-22x86/mm/dump_pagetables: Check PAGE_PRESENT for realThomas Gleixner
2017-12-22x86/Kconfig: Limit NR_CPUS on 32-bit to a sane amountThomas Gleixner
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-22KVM: PPC: Book3S HV: Fix pending_pri value in kvmppc_xive_get_icp()Laurent Vivier
2017-12-22KVM: PPC: Book3S: fix XIVE migration of pending interruptsCédric Le Goater
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-20xen/balloon: Mark unallocated host memory as UNUSABLEBoris Ostrovsky
2017-12-19Do not hash userspace addresses in fault handlersKees Cook
2017-12-19x86-64/Xen: eliminate W+X mappingsJan Beulich
2017-12-19bcm63xx_enet: use platform data for dma channel numbersJonas Gorski
2017-12-19powerpc/kernel: Print actual address of regs when oopsingMichael Ellerman
2017-12-19bpf: arm64: fix uninitialized variableAlexei Starovoitov
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/bpf-nextDavid S. Miller
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