1. ce3dc44 s390: add support for virtually mapped kernel stacks by Martin Schwidefsky · 7 years ago
  2. 8282cd6 s390/boot: make head.S and als.c be part of the decompressor only by Vasily Gorbik · 7 years ago
  3. 971a9ca s390/early: move functions which may not access bss section to extra file by Heiko Carstens · 7 years ago
  4. d60a540 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  5. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  6. 3d8757b s390/sthyi: add s390_sthyi system call by QingFeng Hao · 7 years ago
  7. 916cda1 s390: add a system call for guarded storage by Martin Schwidefsky · 9 years ago
  8. b5a882f s390: restore address space when returning to user space by Heiko Carstens · 8 years ago
  9. be2412c s390/als: convert architecture level set code to C by Heiko Carstens · 9 years ago
  10. 521b00c s390: add missing declarations by Heiko Carstens · 9 years ago
  11. db7e007 s390/udelay: make udelay have busy loop semantics by Heiko Carstens · 9 years ago
  12. b5510d9 s390/fpu: always enable the vector facility if it is available by Hendrik Brueckner · 9 years ago
  13. e0a5054 s390/signal: add sys_sigreturn and sys_rt_sigreturn declarations by Heiko Carstens · 10 years ago
  14. 4eafad7 s390/kernel: add system calls for PCI memory access by Alexey Ishchuk · 10 years ago
  15. 8070361 s390: add support for vector extension by Martin Schwidefsky · 10 years ago
  16. b5f87f1 s390/idle: consolidate idle functions and definitions by Martin Schwidefsky · 10 years ago
  17. 2a0a5b2 s390/uprobes: architecture backend for uprobes by Jan Willeke · 10 years ago
  18. 067bf2d s390: Use get_signal() signal_setup_done() by Richard Weinberger · 11 years ago
  19. 5b098c2 s390/compat: get rid of compat wrapper assembly code by Heiko Carstens · 11 years ago
  20. 00fcb149 s390/compat: convert system call wrappers to C part 15 by Heiko Carstens · 11 years ago
  21. 86d295e s390/compat: convert system call wrappers to C part 05 by Heiko Carstens · 11 years ago
  22. 1060786 s390/mm,tlb: correct tlb flush on page table upgrade by Martin Schwidefsky · 11 years ago
  23. 63df41d6 s390: make various functions static, add declarations to header files by Heiko Carstens · 11 years ago
  24. 48f6b00 s390/irq: store interrupt information in pt_regs by Martin Schwidefsky · 12 years ago
  25. 91c15a9 s390/hibernate: Save and restore absolute zero pages by Michael Holzheu · 12 years ago
  26. 7eddd99 s390: switch to generic old sigaction() by Al Viro · 12 years ago
  27. e181ee4 s390: switch to generic old sigsuspend by Al Viro · 12 years ago
  28. e214125 s390: switch to generic sigaltstack by Al Viro · 12 years ago
  29. c7708fa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  30. 24465a4 take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.h by Al Viro · 12 years ago
  31. b01a37a s390/traps: preinitialize program check table by Heiko Carstens · 12 years ago
  32. 65f22a9 s390: fold execve_tail() into start_thread(), convert to generic sys_execve() by Al Viro · 12 years ago
  33. 27f6b41 s390/vtimer: rework virtual timer interface by Martin Schwidefsky · 12 years ago
  34. a610d6e pull clearing RESTORE_SIGMASK into block_sigmask() by Al Viro · 13 years ago
  35. fde15c3 [S390] irq: external interrupt code passing by Heiko Carstens · 13 years ago
  36. 4c1051e [S390] rework idle code by Martin Schwidefsky · 13 years ago
  37. 8b646bd [S390] rework smp code by Martin Schwidefsky · 13 years ago
  38. aa33c8c [S390] cleanup trap handling by Martin Schwidefsky · 13 years ago
  39. 638ad34 [S390] sparse: fix sparse warnings about missing prototypes by Martin Schwidefsky · 13 years ago
  40. fdb204d [S390] cleanup program check handler prototypes by Martin Schwidefsky · 13 years ago
  41. 5e9a269 [S390] ptrace cleanup by Martin Schwidefsky · 14 years ago
  42. f6649a7 [S390] cleanup lowcore access from external interrupts by Martin Schwidefsky · 14 years ago
  43. 1e54622 [S390] cleanup lowcore access from program checks by Martin Schwidefsky · 14 years ago
  44. 7af048d [S390] s390: fix build error (sys_execve) by Sebastian Ott · 14 years ago
  45. c788732 Mark arguments to certain syscalls as being const by David Howells · 14 years ago
  46. 3a11037 [S390] sys_personality: follow u_long to unsigned int conversion by Heiko Carstens · 14 years ago
  47. e28cbf2 improve sys_newuname() for compat architectures by Christoph Hellwig · 15 years ago
  48. baed7fc Add generic sys_ipc wrapper by Christoph Hellwig · 15 years ago
  49. a467937 Add generic sys_old_mmap() by Christoph Hellwig · 15 years ago
  50. 5d0e528 Add generic sys_old_select() by Christoph Hellwig · 15 years ago
  51. 3e86a8c [S390] Convert sys_execve to function with parameters. by Heiko Carstens · 15 years ago
  52. 2d70ca2 [S390] Convert sys_clone to function with parameters. by Heiko Carstens · 15 years ago
  53. 2668945 [CVE-2009-0029] s390 specific system call wrappers by Heiko Carstens · 16 years ago
  54. 1134723 [CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2 by Heiko Carstens · 16 years ago
  55. f47d52a [S390] remove code for oldselect system call by Heiko Carstens · 16 years ago
  56. a806170 [S390] Fix a lot of sparse warnings. by Heiko Carstens · 17 years ago