Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
21214b042d51b056b4eaa332b4cf426250d0e9e2
/
arch
3037a52
s390/nmi: do register validation as early as possible
by Martin Schwidefsky
· 7 years ago
6c81511
s390/nmi: allocation of the extended save area
by Martin Schwidefsky
· 7 years ago
cc65450
s390/ctl_reg: move control register definitions to ctl_reg.h
by Martin Schwidefsky
· 7 years ago
ad3bc0a
s390/ctl_reg: use decoding unions in update_cr_regs
by Martin Schwidefsky
· 7 years ago
00a8f88
s390/nmi: use smp_emergency_stop instead of smp_send_stop
by Martin Schwidefsky
· 7 years ago
608796f
s390/vdso: move boot_vdso_data to vdso.c
by Martin Schwidefsky
· 7 years ago
f554be4
s390/spinlock: use cpu alternatives to enable niai instruction
by Vasily Gorbik
· 7 years ago
686140a
s390: introduce CPU alternatives
by Vasily Gorbik
· 7 years ago
0dcd91a
s390/debug: only write data once
by Sebastian Ott
· 7 years ago
94158e5
s390/debug: improve debug_event
by Sebastian Ott
· 7 years ago
7c3eaaa
s390/kexec: Fix checksum validation return code for kdump
by Philipp Rudo
· 7 years ago
fe3af62
s390: update defconfig
by Martin Schwidefsky
· 8 years ago
496da0d
s390/debug: adjust coding style
by Heiko Carstens
· 7 years ago
df8bbd0
s390/kprobes: remove KPROBE_SWAP_INST state
by Heiko Carstens
· 7 years ago
49913f1
s390: cleanup string ops prototypes
by Heiko Carstens
· 7 years ago
993fef9
s390: optimize memset implementation
by Heiko Carstens
· 7 years ago
41879ff
s390/mm: use memset64 instead of clear_table
by Heiko Carstens
· 7 years ago
0b77d67
s390: implement memset16, memset32 & memset64
by Heiko Carstens
· 7 years ago
3bdf567
Merge branch 'sthyi' into features
by Martin Schwidefsky
· 7 years ago
3d8757b
s390/sthyi: add s390_sthyi system call
by QingFeng Hao
· 7 years ago
9fb6c9b
s390/sthyi: add cache to store hypervisor info
by QingFeng Hao
· 7 years ago
b7c92f1
s390/sthyi: reorganize sthyi implementation
by QingFeng Hao
· 7 years ago
91a1fad
s390: use generic rwsem implementation
by Heiko Carstens
· 7 years ago
e0d281d
s390/disassembler: add new z14 instructions
by Heiko Carstens
· 7 years ago
ea7c360
s390/disassembler: add missing z13 instructions
by Heiko Carstens
· 7 years ago
630f789
s390/disassembler: add sthyi instruction
by Heiko Carstens
· 7 years ago
7e1263b
s390/disassembler: remove double instructions
by Heiko Carstens
· 7 years ago
caefea1
s390/disassembler: fix LRDFU format
by Heiko Carstens
· 7 years ago
5c50538
s390/disassembler: add missing end marker for e7 table
by Heiko Carstens
· 7 years ago
7fb2b2d
s390/virtio: remove the old KVM virtio transport
by Thomas Huth
· 7 years ago
f9a5d70
s390/ccwgroup: tie a ccwgroup driver to its ccw driver
by Julian Wiedmann
· 7 years ago
bf7fa03
s390/crypto: add s390 platform specific aes gcm support.
by Harald Freudenberger
· 7 years ago
eecd49c
s390/crypto: add inline assembly for KMA instruction to cpacf.h
by Patrick Steuer
· 7 years ago
eb3b7b8
s390/rwlock: introduce rwlock wait queueing
by Martin Schwidefsky
· 8 years ago
b96f7d8
s390/spinlock: introduce spinlock wait queueing
by Martin Schwidefsky
· 8 years ago
8153380
s390/spinlock: use the cpu number +1 as spinlock value
by Martin Schwidefsky
· 8 years ago
1887aa0
s390/topology: add detection of dedicated vs shared CPUs
by Martin Schwidefsky
· 7 years ago
1922099
s390/cpumf: remove superfluous nr_cpumask_bits check
by Heiko Carstens
· 7 years ago
262832b
s390/ptrace: add runtime instrumention register get/set
by Alice Frosi
· 7 years ago
bb59c2d
s390/runtime_instrumentation: clean up struct runtime_instr_cb
by Alice Frosi
· 7 years ago
7996203
s390: add support for FORTIFY_SOURCE
by Heiko Carstens
· 7 years ago
59a19ea
s390: get rid of exit_thread()
by Heiko Carstens
· 7 years ago
7b83c62
s390/guarded storage: simplify task exit handling
by Heiko Carstens
· 7 years ago
5ef2d52
s390/ptrace: fix guarded storage regset handling
by Heiko Carstens
· 7 years ago
fa1edf3
s390/guarded storage: fix possible memory corruption
by Heiko Carstens
· 7 years ago
8d9047f
s390/runtime instrumentation: simplify task exit handling
by Heiko Carstens
· 7 years ago
d6e646a
s390/runtime instrumention: fix possible memory corruption
by Heiko Carstens
· 7 years ago
8076428
s390: convert release_thread() into a static inline function
by Heiko Carstens
· 7 years ago
8474c53
Merge branch 'WIP.x86/fpu' into x86/fpu, because it's ready
by Ingo Molnar
· 7 years ago
738f48c
x86/fpu: Use using_compacted_format() instead of open coded X86_FEATURE_XSAVES
by Eric Biggers
· 7 years ago
98c0fad9
x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_user_to_xstate()
by Eric Biggers
· 7 years ago
3d70347
x86/fpu: Eliminate the 'xfeatures' local variable in copy_user_to_xstate()
by Eric Biggers
· 7 years ago
af2c432
x86/fpu: Copy the full header in copy_user_to_xstate()
by Eric Biggers
· 7 years ago
af95774
x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_kernel_to_xstate()
by Eric Biggers
· 7 years ago
b89eda4
x86/fpu: Eliminate the 'xfeatures' local variable in copy_kernel_to_xstate()
by Eric Biggers
· 7 years ago
80d8ae8
x86/fpu: Copy the full state_header in copy_kernel_to_xstate()
by Eric Biggers
· 7 years ago
b11e2e1
x86/fpu: Use validate_xstate_header() to validate the xstate_header in __fpu__restore_sig()
by Eric Biggers
· 7 years ago
cf9df81
x86/fpu: Use validate_xstate_header() to validate the xstate_header in xstateregs_set()
by Eric Biggers
· 7 years ago
e63e5d5
x86/fpu: Introduce validate_xstate_header()
by Eric Biggers
· 7 years ago
369a036
x86/fpu: Rename fpu__activate_fpstate_read/write() to fpu__prepare_[read|write]()
by Ingo Molnar
· 7 years ago
2ce03d8
x86/fpu: Rename fpu__activate_curr() to fpu__initialize()
by Ingo Molnar
· 7 years ago
e10078e
x86/fpu: Simplify and speed up fpu__copy()
by Ingo Molnar
· 7 years ago
7f1487c
x86/fpu: Fix stale comments about lazy FPU logic
by Ingo Molnar
· 7 years ago
e4a81bf
x86/fpu: Rename fpu::fpstate_active to fpu::initialized
by Ingo Molnar
· 7 years ago
685c930
x86/fpu: Remove fpu__current_fpstate_write_begin/end()
by Ingo Molnar
· 7 years ago
4618e90
x86/fpu: Fix fpu__activate_fpstate_read() and update comments
by Ingo Molnar
· 7 years ago
cf03461
Merge tag 'microblaze-4.14-rc3' of git://git.monstr.eu/linux-2.6-microblaze
by Linus Torvalds
· 7 years ago
428dbf1
arch: change default endian for microblaze
by Babu Moger
· 7 years ago
64c9985
microblaze: Cocci spatch "vma_pages"
by Thomas Meyer
· 7 years ago
0add537
microblaze: Add missing kvm_para.h to Kbuild
by Michal Simek
· 7 years ago
d5c8028
x86/fpu: Reinitialize FPU registers if restoring FPU state fails
by Eric Biggers
· 7 years ago
814fb7b
x86/fpu: Don't let userspace set bogus xcomp_bv
by Eric Biggers
· 7 years ago
a141fd5
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
a430643
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
03eaec8
x86/fpu: Turn WARN_ON() in context switch into WARN_ON_FPU()
by Andi Kleen
· 7 years ago
4f8cef5
x86/fpu: Fix boolreturn.cocci warnings
by kbuild test robot
· 7 years ago
0852b37
x86/fpu: Add FPU state copying quirk to handle XRSTOR failure on Intel Skylake CPUs
by Rik van Riel
· 7 years ago
99dc26b
x86/fpu: Remove struct fpu::fpregs_active
by Ingo Molnar
· 7 years ago
6cf4edb
x86/fpu: Decouple fpregs_activate()/fpregs_deactivate() from fpu->fpregs_active
by Ingo Molnar
· 7 years ago
f1c8cd0
x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_active
by Ingo Molnar
· 7 years ago
b6aa855
x86/fpu: Split the state handling in fpu__drop()
by Ingo Molnar
· 7 years ago
a10b6a1
x86/fpu: Make the fpu state change in fpu__clear() scheduler-atomic
by Ingo Molnar
· 7 years ago
b3a1630
x86/fpu: Simplify fpu->fpregs_active use
by Ingo Molnar
· 7 years ago
6d7f7da
x86/fpu: Flip the parameter order in copy_*_to_xstate()
by Ingo Molnar
· 7 years ago
7b9094c
x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() API
by Ingo Molnar
· 7 years ago
59dffa4
x86/fpu: Remove 'ubuf' parameter from the copy_kernel_to_xstate() API
by Ingo Molnar
· 7 years ago
79fecc2
x86/fpu: Split copy_user_to_xstate() into copy_kernel_to_xstate() & copy_user_to_xstate()
by Ingo Molnar
· 7 years ago
8c0817f
x86/fpu: Simplify __copy_xstate_to_kernel() return values
by Ingo Molnar
· 7 years ago
6ff15f8
x86/fpu: Change 'size_total' parameter to unsigned and standardize the size checks in copy_xstate_to_*()
by Ingo Molnar
· 7 years ago
56583c9
x86/fpu: Clarify parameter names in the copy_xstate_to_*() methods
by Ingo Molnar
· 7 years ago
8a5b731
x86/fpu: Remove the 'start_pos' parameter from the __copy_xstate_to_*() functions
by Ingo Molnar
· 7 years ago
becb2bb
x86/fpu: Clean up the parameter definitions of copy_xstate_to_*()
by Ingo Molnar
· 7 years ago
d7eda6c
x86/fpu: Clean up parameter order in the copy_xstate_to_*() APIs
by Ingo Molnar
· 7 years ago
a69c158
x86/fpu: Remove 'kbuf' parameter from the copy_xstate_to_user() APIs
by Ingo Molnar
· 7 years ago
4d981cf
x86/fpu: Remove 'ubuf' parameter from the copy_xstate_to_kernel() APIs
by Ingo Molnar
· 7 years ago
f0d4f30
x86/fpu: Split copy_xstate_to_user() into copy_xstate_to_kernel() & copy_xstate_to_user()
by Ingo Molnar
· 7 years ago
656f083
x86/fpu: Rename copyin_to_xsaves()/copyout_from_xsaves() to copy_user_to_xstate()/copy_xstate_to_user()
by Ingo Molnar
· 7 years ago
cd4175b1
Merge branch 'parisc-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 7 years ago
f5caf62
x86/asm: Fix inline asm call constraints for Clang
by Josh Poimboeuf
· 7 years ago
e2577d2
Merge tag 'pci-v4.14-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 7 years ago
Next »