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