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
2013-10-24
s390/cache: get rid of compile warning
Heiko Carstens
1
-3
/
+2
2013-10-24
s390/compat,signal: change return values to -EFAULT
Heiko Carstens
2
-17
/
+19
2013-10-24
s390: Remove zfcpdump NR_CPUS dependency
Michael Holzheu
2
-14
/
+31
2013-10-24
s390/ftrace: prepare_ftrace_return() function call order
Heiko Carstens
1
-5
/
+4
2013-10-24
s390/crashdump: remove unused variable
Heiko Carstens
1
-1
/
+0
2013-10-24
s390/mm: do not initialize storage keys
Martin Schwidefsky
1
-0
/
+2
2013-10-24
s390/uaccess: always run the kernel in home space
Martin Schwidefsky
10
-75
/
+33
2013-10-24
s390/bitops: use generic find bit functions / reimplement _left variant
Heiko Carstens
2
-49
/
+1
2013-10-24
s390/bitops: optimize set_bit() for constant values
Heiko Carstens
1
-1
/
+1
2013-10-24
s390/bitops: remove CONFIG_SMP / simplify non-atomic bitops
Heiko Carstens
1
-6
/
+0
2013-10-24
s390/kprobes: allow kprobes only on known instructions
Heiko Carstens
2
-1
/
+3
2013-10-24
s390/kprobes: use insn_length helper function
Heiko Carstens
1
-4
/
+5
2013-10-24
s390/dis: move disassembler function prototypes to proper header file
Heiko Carstens
1
-0
/
+1
2013-10-24
s390/dis: move common definitions to a header file
Suzuki K. Poulose
1
-28
/
+1
2013-10-24
s390/dis: rename structures for unique types
Suzuki K. Poulose
1
-28
/
+28
2013-10-24
s390/kprobes: have more correct if statement in s390_get_insn_slot()
Heiko Carstens
1
-1
/
+1
2013-10-22
s390/time: correct use of store clock fast
Martin Schwidefsky
1
-1
/
+1
2013-10-15
s390/compat,signal: fix return value of copy_siginfo_(to|from)_user32()
Heiko Carstens
1
-2
/
+2
2013-09-30
s390: fix system call restart after inferior call
Martin Schwidefsky
2
-0
/
+2
2013-09-30
s390: Allow vmalloc target buffers for copy_from_oldmem()
Michael Holzheu
1
-22
/
+20
2013-09-30
s390/kprobes: add exrl to list of prohibited opcodes
Heiko Carstens
1
-1
/
+5
2013-09-11
s390/vmcore: use vmcore for zfcpdump
Michael Holzheu
1
-18
/
+104
2013-09-11
s390/vmcore: implement remap_oldmem_pfn_range for s390
Jan Willeke
1
-0
/
+26
2013-09-11
s390/vmcore: use ELF header in new memory feature
Michael Holzheu
1
-27
/
+54
2013-09-11
s390/kprobes: add support for pc-relative long displacement instructions
Heiko Carstens
1
-7
/
+137
2013-09-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
12
-96
/
+69
2013-09-09
s390/irq: reduce size of external interrupt handler hash array
Heiko Carstens
1
-2
/
+4
2013-09-07
s390/compat,uid16: use current_cred()
Heiko Carstens
1
-4
/
+5
2013-09-07
s390/ftrace: avoid pointer arithmetics with function pointers
Heiko Carstens
1
-2
/
+2
2013-09-07
s390: make various functions static, add declarations to header files
Heiko Carstens
6
-15
/
+11
2013-09-07
s390/compat signal: add couple of __force annotations
Heiko Carstens
1
-5
/
+5
2013-09-04
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+1
2013-09-04
s390/irq: rework irq subclass handling
Heiko Carstens
3
-43
/
+20
2013-09-04
s390/irq: use hlists for external interrupt handler array
Heiko Carstens
1
-12
/
+12
2013-09-04
s390/dumpstack: convert print_symbol to %pSR
Heiko Carstens
1
-10
/
+10
2013-09-04
s390/perf: Remove print_hex_dump_bytes() debug output
Hendrik Brueckner
1
-4
/
+1
2013-08-30
s390/pci: update function handle after resume from hibernate
Sebastian Ott
1
-0
/
+2
2013-08-30
s390/hibernate: add early resume function
Sebastian Ott
2
-5
/
+11
2013-08-28
s390/tx: allow program interruption filtering in user space
Martin Schwidefsky
1
-3
/
+3
2013-08-28
s390/time: return with irqs disabled from psw_idle
Martin Schwidefsky
4
-4
/
+4
2013-08-22
s390/kprobes: add support for compare and branch instructions
Heiko Carstens
1
-2
/
+19
2013-08-22
s390/time: clock comparator revalidation
Martin Schwidefsky
1
-4
/
+1
2013-08-22
s390/mm: cleanup page table definitions
Martin Schwidefsky
1
-2
/
+2
2013-08-22
s390: convert interrupt handling to use generic hardirq
Martin Schwidefsky
3
-106
/
+75
2013-08-22
s390: replace remaining strict_strtoul() with kstrtoul()
Heiko Carstens
2
-2
/
+2
2013-08-14
Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Ingo Molnar
1
-0
/
+1
2013-08-14
vtime: Describe overriden functions in dedicated arch headers
Frederic Weisbecker
1
-0
/
+1
2013-07-26
s390/perf: fix compile error (undefined reference sie_exit)
Heiko Carstens
1
-4
/
+5
2013-07-26
s390: add support for IBM zBC12 machine
Heiko Carstens
1
-0
/
+1
2013-07-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2
-15
/
+86
[next]