aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-02-23s390/pkey: Introduce pkey kernel moduleGravatar Harald Freudenberger 6-0/+206
2017-02-23s390/nmi: purge tlbs after control register validationGravatar Heiko Carstens 1-1/+2
2017-02-23s390/nmi: fix order of register validationGravatar Heiko Carstens 1-12/+12
2017-02-23s390/crypto: Add PCKMO inline functionGravatar Harald Freudenberger 1-0/+32
2017-02-23s390/mm: use _SEGMENT_ENTRY_EMPTY in the codeGravatar Dominik Dingel 3-11/+11
2017-02-23s390: opt into HAVE_COPY_THREAD_TLSGravatar Heiko Carstens 2-3/+3
2017-02-23s390: restore address space when returning to user spaceGravatar Heiko Carstens 5-25/+53
2017-02-23s390: rename CIF_ASCE to CIF_ASCE_PRIMARYGravatar Heiko Carstens 3-15/+15
2017-02-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 18-245/+21
2017-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 81-2611/+5526
2017-02-22mm: drop unused argument of zap_page_range()Gravatar Kirill A. Shutemov 2-2/+2
2017-02-22lib/show_mem.c: teach show_mem to work with the given nodemaskGravatar Michal Hocko 2-2/+2
2017-02-22arch, mm: remove arch specific show_memGravatar Michal Hocko 5-197/+0
2017-02-22powerpc: do not make the entire heap executableGravatar Denys Vlasenko 1-1/+3
2017-02-22mm/memory_hotplug: set magic number to page->freelist instead of page->lru.nextGravatar Yasuaki Ishimatsu 1-1/+1
2017-02-22parisc: use generic current.hGravatar Davidlohr Bueso 2-15/+1
2017-02-22score: remove asm/current.hGravatar Davidlohr Bueso 2-7/+1
2017-02-22m32r: fix build warningGravatar Sudip Mukherjee 1-5/+10
2017-02-22m32r: use generic current.hGravatar Davidlohr Bueso 2-15/+1
2017-02-22Merge tag 'tty-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 31-273/+124
2017-02-22Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 9-34/+492
2017-02-22Merge tag 'usb-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-2/+4
2017-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 65-377/+959
2017-02-22Merge tag 'arc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Gravatar Linus Torvalds 16-133/+115
2017-02-22Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 125-976/+3839
2017-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 74-548/+552
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 26-123/+49
2017-02-22Merge tag 'gcc-plugins-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+22
2017-02-21Merge branch 'for-next/gcc-plugin/structleak' into for-linus/gcc-pluginsGravatar Kees Cook 1-0/+22
2017-02-21Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 22-87/+62
2017-02-21Merge tag 'media/v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Gravatar Linus Torvalds 4-5/+18
2017-02-21Merge tag 'pinctrl-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-75/+0
2017-02-21Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 36-50/+77
2017-02-21Merge tag 'mips_4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Gravatar Linus Torvalds 248-1024/+4066
2017-02-21Merge tag 'for-linus-4.11-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 16-308/+358
2017-02-21Merge tag 'mmc-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcGravatar Linus Torvalds 13-5/+23
2017-02-21bpf: fix unlocking of jited image when module ronx not setGravatar Daniel Borkmann 3-3/+3
2017-02-21arch: add ARCH_HAS_SET_MEMORY configGravatar Daniel Borkmann 5-0/+8
2017-02-21x86/kvm: Provide optimized version of vcpu_is_preempted() for x86-64Gravatar Waiman Long 2-0/+33
2017-02-21x86/paravirt: Change vcp_is_preempted() arg type to longGravatar Waiman Long 4-4/+4
2017-02-21KVM: VMX: use correct vmcs_read/write for guest segment selector/baseGravatar Chao Peng 1-2/+2
2017-02-21x86/kvm/vmx: Defer TR reload after VM exitGravatar Andy Lutomirski 4-14/+72
2017-02-21x86/asm/64: Drop __cacheline_aligned from struct x86_hw_tssGravatar Andy Lutomirski 1-1/+1
2017-02-21x86/kvm/vmx: Simplify segment_base()Gravatar Andy Lutomirski 1-8/+7
2017-02-21x86/kvm/vmx: Get rid of segment_base() on 64-bit kernelsGravatar Andy Lutomirski 1-4/+7
2017-02-21x86/kvm/vmx: Don't fetch the TSS base from the GDTGravatar Andy Lutomirski 1-10/+4
2017-02-21x86/asm: Define the kernel TSS limit in a macroGravatar Andy Lutomirski 2-9/+11
2017-02-20Merge tag 'acpi-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 2-3/+5
2017-02-20Merge tag 'pm-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 13-22/+26
2017-02-20Merge tag 'spi-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Gravatar Linus Torvalds 3-155/+27