index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-18
s390/debug: improve debug_event
Sebastian Ott
2
-15
/
+19
2017-10-18
s390/kexec: Fix checksum validation return code for kdump
Philipp Rudo
1
-3
/
+3
2017-10-16
s390: update defconfig
Martin Schwidefsky
4
-22
/
+10
2017-10-16
s390/debug: adjust coding style
Heiko Carstens
2
-582
/
+494
2017-10-12
s390/kprobes: remove KPROBE_SWAP_INST state
Heiko Carstens
2
-9
/
+0
2017-10-09
s390: cleanup string ops prototypes
Heiko Carstens
2
-25
/
+25
2017-10-09
s390: optimize memset implementation
Heiko Carstens
1
-8
/
+12
2017-10-09
s390/mm: use memset64 instead of clear_table
Heiko Carstens
4
-28
/
+12
2017-10-09
s390: implement memset16, memset32 & memset64
Heiko Carstens
2
-0
/
+66
2017-10-09
Merge branch 'sthyi' into features
Martin Schwidefsky
13
-71
/
+182
2017-10-09
s390/sthyi: add s390_sthyi system call
QingFeng Hao
6
-2
/
+43
2017-10-09
s390/sthyi: add cache to store hypervisor info
QingFeng Hao
4
-26
/
+71
2017-10-09
s390/sthyi: reorganize sthyi implementation
QingFeng Hao
6
-73
/
+98
2017-10-04
s390: use generic rwsem implementation
Heiko Carstens
2
-210
/
+1
2017-09-29
s390/disassembler: add new z14 instructions
Heiko Carstens
1
-1
/
+82
2017-09-29
s390/disassembler: add missing z13 instructions
Heiko Carstens
1
-2
/
+28
2017-09-29
s390/disassembler: add sthyi instruction
Heiko Carstens
1
-0
/
+1
2017-09-29
s390/disassembler: remove double instructions
Heiko Carstens
1
-6
/
+0
2017-09-29
s390/disassembler: fix LRDFU format
Heiko Carstens
1
-1
/
+1
2017-09-29
s390/disassembler: add missing end marker for e7 table
Heiko Carstens
1
-0
/
+1
2017-09-29
s390/virtio: remove the old KVM virtio transport
Thomas Huth
1
-13
/
+0
2017-09-29
s390/ccwgroup: tie a ccwgroup driver to its ccw driver
Julian Wiedmann
1
-0
/
+2
2017-09-29
s390/crypto: add s390 platform specific aes gcm support.
Harald Freudenberger
1
-3
/
+293
2017-09-29
s390/crypto: add inline assembly for KMA instruction to cpacf.h
Patrick Steuer
1
-1
/
+51
2017-09-28
s390/rwlock: introduce rwlock wait queueing
Martin Schwidefsky
4
-244
/
+72
2017-09-28
s390/spinlock: introduce spinlock wait queueing
Martin Schwidefsky
5
-43
/
+180
2017-09-28
s390/spinlock: use the cpu number +1 as spinlock value
Martin Schwidefsky
2
-17
/
+17
2017-09-28
s390/topology: add detection of dedicated vs shared CPUs
Martin Schwidefsky
5
-4
/
+56
2017-09-28
s390/cpumf: remove superfluous nr_cpumask_bits check
Heiko Carstens
1
-5
/
+1
2017-09-28
s390/ptrace: add runtime instrumention register get/set
Alice Frosi
1
-0
/
+109
2017-09-28
s390/runtime_instrumentation: clean up struct runtime_instr_cb
Alice Frosi
3
-48
/
+48
2017-09-28
s390: add support for FORTIFY_SOURCE
Heiko Carstens
4
-2
/
+5
2017-09-28
s390: get rid of exit_thread()
Heiko Carstens
2
-8
/
+0
2017-09-28
s390/guarded storage: simplify task exit handling
Heiko Carstens
3
-10
/
+6
2017-09-28
s390/ptrace: fix guarded storage regset handling
Heiko Carstens
1
-11
/
+22
2017-09-28
s390/guarded storage: fix possible memory corruption
Heiko Carstens
1
-0
/
+2
2017-09-28
s390/runtime instrumentation: simplify task exit handling
Heiko Carstens
3
-19
/
+20
2017-09-28
s390/runtime instrumention: fix possible memory corruption
Heiko Carstens
1
-2
/
+2
2017-09-28
s390: convert release_thread() into a static inline function
Heiko Carstens
2
-5
/
+1
2017-09-26
Merge branch 'WIP.x86/fpu' into x86/fpu, because it's ready
Ingo Molnar
15
-315
/
+375
2017-09-26
x86/fpu: Use using_compacted_format() instead of open coded X86_FEATURE_XSAVES
Eric Biggers
1
-1
/
+1
2017-09-26
x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_u...
Eric Biggers
1
-11
/
+5
2017-09-26
x86/fpu: Eliminate the 'xfeatures' local variable in copy_user_to_xstate()
Eric Biggers
1
-7
/
+4
2017-09-26
x86/fpu: Copy the full header in copy_user_to_xstate()
Eric Biggers
1
-2
/
+5
2017-09-26
x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_k...
Eric Biggers
1
-10
/
+2
2017-09-26
x86/fpu: Eliminate the 'xfeatures' local variable in copy_kernel_to_xstate()
Eric Biggers
1
-6
/
+4
2017-09-26
x86/fpu: Copy the full state_header in copy_kernel_to_xstate()
Eric Biggers
1
-2
/
+4
2017-09-26
x86/fpu: Use validate_xstate_header() to validate the xstate_header in __fpu_...
Eric Biggers
1
-7
/
+9
2017-09-26
x86/fpu: Use validate_xstate_header() to validate the xstate_header in xstate...
Eric Biggers
1
-13
/
+6
2017-09-26
x86/fpu: Introduce validate_xstate_header()
Eric Biggers
2
-0
/
+28
[next]