summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2017-10-18s390/kexec: Fix checksum validation return code for kdumpPhilipp Rudo
2017-10-16s390: update defconfigMartin Schwidefsky
2017-10-16s390/debug: adjust coding styleHeiko Carstens
2017-10-12s390/kprobes: remove KPROBE_SWAP_INST stateHeiko Carstens
2017-10-09s390: cleanup string ops prototypesHeiko Carstens
2017-10-09s390: optimize memset implementationHeiko Carstens
2017-10-09s390/mm: use memset64 instead of clear_tableHeiko Carstens
2017-10-09s390: implement memset16, memset32 & memset64Heiko Carstens
2017-10-09Merge branch 'sthyi' into featuresMartin Schwidefsky
2017-10-09s390/sthyi: add s390_sthyi system callQingFeng Hao
2017-10-09s390/sthyi: add cache to store hypervisor infoQingFeng Hao
2017-10-09s390/sthyi: reorganize sthyi implementationQingFeng Hao
2017-10-04s390: use generic rwsem implementationHeiko Carstens
2017-09-29s390/disassembler: add new z14 instructionsHeiko Carstens
2017-09-29s390/disassembler: add missing z13 instructionsHeiko Carstens
2017-09-29s390/disassembler: add sthyi instructionHeiko Carstens
2017-09-29s390/disassembler: remove double instructionsHeiko Carstens
2017-09-29s390/disassembler: fix LRDFU formatHeiko Carstens
2017-09-29s390/disassembler: add missing end marker for e7 tableHeiko Carstens
2017-09-29s390/virtio: remove the old KVM virtio transportThomas Huth
2017-09-29s390/ccwgroup: tie a ccwgroup driver to its ccw driverJulian Wiedmann
2017-09-29s390/crypto: add s390 platform specific aes gcm support.Harald Freudenberger
2017-09-29s390/crypto: add inline assembly for KMA instruction to cpacf.hPatrick Steuer
2017-09-28s390/rwlock: introduce rwlock wait queueingMartin Schwidefsky
2017-09-28s390/spinlock: introduce spinlock wait queueingMartin Schwidefsky
2017-09-28s390/spinlock: use the cpu number +1 as spinlock valueMartin Schwidefsky
2017-09-28s390/topology: add detection of dedicated vs shared CPUsMartin Schwidefsky
2017-09-28s390/cpumf: remove superfluous nr_cpumask_bits checkHeiko Carstens
2017-09-28s390/ptrace: add runtime instrumention register get/setAlice Frosi
2017-09-28s390/runtime_instrumentation: clean up struct runtime_instr_cbAlice Frosi
2017-09-28s390: add support for FORTIFY_SOURCEHeiko Carstens
2017-09-28s390: get rid of exit_thread()Heiko Carstens
2017-09-28s390/guarded storage: simplify task exit handlingHeiko Carstens
2017-09-28s390/ptrace: fix guarded storage regset handlingHeiko Carstens
2017-09-28s390/guarded storage: fix possible memory corruptionHeiko Carstens
2017-09-28s390/runtime instrumentation: simplify task exit handlingHeiko Carstens
2017-09-28s390/runtime instrumention: fix possible memory corruptionHeiko Carstens
2017-09-28s390: convert release_thread() into a static inline functionHeiko Carstens
2017-09-26Merge branch 'WIP.x86/fpu' into x86/fpu, because it's readyIngo Molnar
2017-09-26x86/fpu: Use using_compacted_format() instead of open coded X86_FEATURE_XSAVESEric Biggers
2017-09-26x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_u...Eric Biggers
2017-09-26x86/fpu: Eliminate the 'xfeatures' local variable in copy_user_to_xstate()Eric Biggers
2017-09-26x86/fpu: Copy the full header in copy_user_to_xstate()Eric Biggers
2017-09-26x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_k...Eric Biggers
2017-09-26x86/fpu: Eliminate the 'xfeatures' local variable in copy_kernel_to_xstate()Eric Biggers
2017-09-26x86/fpu: Copy the full state_header in copy_kernel_to_xstate()Eric Biggers
2017-09-26x86/fpu: Use validate_xstate_header() to validate the xstate_header in __fpu_...Eric Biggers
2017-09-26x86/fpu: Use validate_xstate_header() to validate the xstate_header in xstate...Eric Biggers
2017-09-26x86/fpu: Introduce validate_xstate_header()Eric Biggers
2017-09-26x86/fpu: Rename fpu__activate_fpstate_read/write() to fpu__prepare_[read|writ...Ingo Molnar