index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
s390/dasd: fix disconnected device with valid path mask
Stefan Haberland
2015-11-03
1
-1
/
+6
*
s390/dasd: fix invalid PAV assignment after suspend/resume
Stefan Haberland
2015-11-03
1
-4
/
+16
*
s390/dasd: fix double free in dasd_eckd_read_conf
Stefan Haberland
2015-11-03
1
-12
/
+25
*
s390/kernel: fix ptrace peek/poke for floating point registers
Martin Schwidefsky
2015-11-03
1
-4
/
+4
*
s390/cio: move ccw_device_stlck functions
Sebastian Ott
2015-10-27
3
-70
/
+60
*
s390/cio: move ccw_device_call_handler
Sebastian Ott
2015-10-27
3
-48
/
+38
*
s390/topology: reduce per_cpu() invocations
Heiko Carstens
2015-10-27
1
-12
/
+16
*
s390/nmi: reduce size of percpu variable
Heiko Carstens
2015-10-27
1
-3
/
+3
*
s390/nmi: fix terminology
Heiko Carstens
2015-10-27
1
-9
/
+9
*
s390/nmi: remove casts
Heiko Carstens
2015-10-27
3
-72
/
+75
*
s390/nmi: remove pointless error strings
Heiko Carstens
2015-10-27
1
-17
/
+12
*
s390: don't store registers on disabled wait anymore
Heiko Carstens
2015-10-27
1
-41
/
+5
*
s390: get rid of __set_psw_mask()
Heiko Carstens
2015-10-27
1
-16
/
+11
*
s390/fpu: split fpu-internal.h into fpu internals, api, and type headers
Hendrik Brueckner
2015-10-16
9
-42
/
+64
*
s390/dasd: fix list_del corruption after lcu changes
Stefan Haberland
2015-10-15
1
-1
/
+4
*
s390/spinlock: remove unneeded serializations at unlock
Christian Borntraeger
2015-10-14
1
-3
/
+0
*
s390/zcrypt: use system work queue for ap_scan_bus
Martin Schwidefsky
2015-10-14
1
-18
/
+8
*
s390/zcrypt: remove support for PCICC and PCICA cards
Martin Schwidefsky
2015-10-14
6
-1445
/
+2
*
s390/zcrypt: introduce state machine for the AP bus
Martin Schwidefsky
2015-10-14
2
-562
/
+520
*
s390/zcrypt: use explicit return code for flushed requests
Martin Schwidefsky
2015-10-14
6
-66
/
+88
*
s390/zcrypt: cleanup AP bus timer code
Martin Schwidefsky
2015-10-14
1
-18
/
+6
*
s390/zcrypt: fix suspend/resume of AP bus devices
Martin Schwidefsky
2015-10-14
1
-166
/
+160
*
s390/zcrypt: fix device unregister race
Martin Schwidefsky
2015-10-14
1
-2
/
+0
*
s390/zcrypt: fix memory leak with ap configuration data
Martin Schwidefsky
2015-10-14
2
-133
/
+117
*
s390/zcrypt: remove duplicate low level functions
Martin Schwidefsky
2015-10-14
2
-117
/
+32
*
s390/etr,stp: fix possible deadlock on machine check
Heiko Carstens
2015-10-14
3
-18
/
+39
*
s390/pci: reshuffle struct used to write debug data
Sebastian Ott
2015-10-14
1
-3
/
+3
*
s390/bitops: remove 31 bit related comments
Heiko Carstens
2015-10-14
2
-22
/
+13
*
s390/cmpxchg: remove dead code
Heiko Carstens
2015-10-14
1
-27
/
+3
*
s390/nmi: change type of mcck_interruption_code lowcore field
Heiko Carstens
2015-10-14
1
-1
/
+1
*
s390/flags: use _BITUL macro
Heiko Carstens
2015-10-14
3
-17
/
+22
*
s390/flags: fix flag handling
Heiko Carstens
2015-10-14
2
-6
/
+6
*
s390/udelay: make udelay have busy loop semantics
Heiko Carstens
2015-10-14
6
-17
/
+35
*
s390/compiler.h Fix sparse vs. hotpatch
Christian Borntraeger
2015-10-14
1
-1
/
+1
*
s390/cpumf: rework program parameter setting to detect guest samples
Christian Borntraeger
2015-10-14
8
-24
/
+40
*
s390/asm: make use of the OFFSET macro to define assember constants
Martin Schwidefsky
2015-10-14
1
-140
/
+148
*
s390/sclp: avoid merged message output
Martin Schwidefsky
2015-10-14
3
-83
/
+78
*
s390/entry: add assembler macro to conveniently tests under mask
Hendrik Brueckner
2015-10-14
3
-64
/
+98
*
s390/fpu: add static FPU save area for init_task
Hendrik Brueckner
2015-10-14
3
-4
/
+6
*
s390/fpu: always enable the vector facility if it is available
Hendrik Brueckner
2015-10-14
13
-199
/
+70
*
s390/mm: try to avoid storage key operation in ptep_set_access_flags
Martin Schwidefsky
2015-10-14
1
-2
/
+5
*
s390/barrier: remove unnecessary serialization in atomics and bitops
Martin Schwidefsky
2015-10-14
2
-3
/
+0
*
s390/diag: add tracepoint for diagnose calls
Martin Schwidefsky
2015-10-14
6
-14
/
+98
*
s390/diag: add a statistic for diagnose calls
Martin Schwidefsky
2015-10-14
19
-19
/
+282
*
s390/bitops: implement cache friendly test_and_set_bit_lock
Martin Schwidefsky
2015-10-14
1
-1
/
+22
*
s390/mm: implement soft-dirty bits for user memory change tracking
Martin Schwidefsky
2015-10-14
3
-4
/
+58
*
mm: add architecture primitives for software dirty bit clearing
Martin Schwidefsky
2015-10-14
3
-2
/
+22
*
s390/cio: introduce pathmask_to_pos
Sebastian Ott
2015-10-14
3
-9
/
+16
*
s390/cio: reactivate cmf after hibernate
Sebastian Ott
2015-10-14
3
-0
/
+15
*
s390/cio: use kmem_cache for extended measurement block allocation
Sebastian Ott
2015-10-14
1
-38
/
+26
[next]