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
/
s390
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-16
s390: remove SALIPL loader
Heiko Carstens
1
-79
/
+8
2015-11-16
s390: wire up mlock2 system call
Heiko Carstens
2
-0
/
+2
2015-11-16
s390: remove g5 elf platform support
Heiko Carstens
1
-3
/
+0
2015-11-16
s390: avoid cache aliasing under z/VM and KVM
Martin Schwidefsky
1
-5
/
+1
2015-11-12
s390/sclp: _sclp_wait_int(): retain full PSW mask
Sascha Silbe
1
-1
/
+1
2015-11-11
s390: add support for ipl devices in subchannel sets > 0
Sebastian Ott
1
-11
/
+37
2015-11-11
s390/ipl: fix out of bounds access in scpdata_write
Sebastian Ott
1
-12
/
+5
2015-11-09
s390/diag: add a s390 prefix to the diagnose trace point
Martin Schwidefsky
2
-5
/
+5
2015-11-09
s390/head: fix error message on unsupported hardware
Sascha Silbe
1
-4
/
+4
2015-11-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
26
-547
/
+608
2015-11-03
s390: remove runtime instrumentation interrupts
Martin Schwidefsky
3
-63
/
+3
2015-11-03
s390/kernel: fix ptrace peek/poke for floating point registers
Martin Schwidefsky
1
-4
/
+4
2015-10-27
s390/topology: reduce per_cpu() invocations
Heiko Carstens
1
-12
/
+16
2015-10-27
s390/nmi: reduce size of percpu variable
Heiko Carstens
1
-3
/
+3
2015-10-27
s390/nmi: fix terminology
Heiko Carstens
1
-9
/
+9
2015-10-27
s390/nmi: remove casts
Heiko Carstens
1
-26
/
+26
2015-10-27
s390/nmi: remove pointless error strings
Heiko Carstens
1
-17
/
+12
2015-10-16
s390/fpu: split fpu-internal.h into fpu internals, api, and type headers
Hendrik Brueckner
3
-3
/
+2
2015-10-14
s390/etr,stp: fix possible deadlock on machine check
Heiko Carstens
2
-14
/
+33
2015-10-14
s390/udelay: make udelay have busy loop semantics
Heiko Carstens
2
-1
/
+4
2015-10-14
s390/cpumf: rework program parameter setting to detect guest samples
Christian Borntraeger
5
-21
/
+27
2015-10-14
s390/asm: make use of the OFFSET macro to define assember constants
Martin Schwidefsky
1
-140
/
+148
2015-10-14
s390/entry: add assembler macro to conveniently tests under mask
Hendrik Brueckner
1
-41
/
+65
2015-10-14
s390/fpu: add static FPU save area for init_task
Hendrik Brueckner
2
-4
/
+4
2015-10-14
s390/fpu: always enable the vector facility if it is available
Hendrik Brueckner
10
-179
/
+68
2015-10-14
s390/diag: add tracepoint for diagnose calls
Martin Schwidefsky
4
-4
/
+53
2015-10-14
s390/diag: add a statistic for diagnose calls
Martin Schwidefsky
6
-5
/
+138
2015-10-14
s390/crash_dump: use for_each_mem_range
Alexander Kuleshov
1
-12
/
+4
2015-10-14
s390/vdso: use correct memory barrier
Christian Borntraeger
1
-1
/
+1
2015-10-08
Merge branch 'perf/urgent' into perf/core, before pulling new changes
Ingo Molnar
3
-30
/
+67
2015-09-30
s390/vtime: correct scaled cputime of partially idle CPUs
Martin Schwidefsky
3
-30
/
+67
2015-09-28
Merge branch 'linus' into perf/core, to pick up fixes before applying new cha...
Ingo Molnar
7
-155
/
+127
2015-09-18
s390: wire up separate socketcalls system calls
Heiko Carstens
2
-0
/
+24
2015-09-18
s390/compat: remove superfluous compat wrappers
Heiko Carstens
2
-102
/
+51
2015-09-18
s390/compat: do not trace compat wrapper functions
Heiko Carstens
1
-6
/
+6
2015-09-17
s390/s390x: allocate sys_membarrier system call number
Mathieu Desnoyers
1
-0
/
+1
2015-09-17
s390: wire up userfaultfd system call
Heiko Carstens
1
-0
/
+1
2015-09-17
s390/vtime: correct scaled cputime for SMT
Martin Schwidefsky
1
-4
/
+8
2015-09-17
s390/cpum_cf: Corrected return code for unauthorized counter sets
Hendrik Brueckner
1
-4
/
+8
2015-09-17
s390/compat: correct uc_sigmask of the compat signal frame
Martin Schwidefsky
1
-4
/
+23
2015-09-17
s390: fix floating point register corruption
Heiko Carstens
1
-0
/
+2
2015-09-17
s390/hibernate: fix save and restore of vector registers
Martin Schwidefsky
1
-35
/
+3
2015-09-13
perf/core: Drop PERF_EVENT_TXN
Sukadev Bhattiprolu
1
-4
/
+1
2015-09-13
perf/core: Add a 'flags' parameter to the PMU transactional interfaces
Sukadev Bhattiprolu
1
-1
/
+29
2015-09-03
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-3
/
+3
2015-09-01
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-6
/
+0
2015-08-31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
23
-767
/
+857
2015-08-31
Merge tag 'kvm-4.3-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-3
/
+13
2015-08-27
s390/jump_label: Use %*ph to print small buffers
Alexander Kuleshov
1
-6
/
+3
2015-08-19
s390/nmi: initialize control register 0 earlier
Heiko Carstens
1
-1
/
+1
[next]