1. 2d42552 [S390] merge page_test_dirty and page_clear_dirty by Martin Schwidefsky · 13 years ago
  2. 0f1959f [S390] convert old cpumask API into new one by KOSAKI Motohiro · 13 years ago
  3. f2db2e6 [S390] pfault: cpu hotplug vs missing completion interrupts by Heiko Carstens · 13 years ago
  4. 4c2241f [S390] percpu: implement arch specific irqsafe_cpu_ops by Heiko Carstens · 13 years ago
  5. 043d070 [S390] Remove data execution protection by Martin Schwidefsky · 13 years ago
  6. df48d871 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  7. 448694a module: undo module RONX protection correctly. by Jan Glauber · 13 years ago
  8. f296388 ftrace/s390: mcount offset calculation by Martin Schwidefsky · 13 years ago
  9. badb8bb [S390] fix alloc_pgste check in init_new_context by Martin Schwidefsky · 13 years ago
  10. 83ace270 [S390] replace diag10() with diag10_range() function by Michael Holzheu · 13 years ago
  11. 3267382 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 13 years ago
  12. 5373db8 jump label: Add s390 support by Jan Glauber · 13 years ago
  13. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  14. 7c8d891 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 13 years ago
  15. 8547727 remove dma64_addr_t by FUJITA Tomonori · 13 years ago
  16. 61f2e7b bitops: remove minix bitops from asm/bitops.h by Akinobu Mita · 13 years ago
  17. f312eff bitops: remove ext2 non-atomic bitops from asm/bitops.h by Akinobu Mita · 13 years ago
  18. 50b9b47 s390: introduce little-endian bitops by Akinobu Mita · 13 years ago
  19. 54eaae3 [S390] cmpxchg: implement cmpxchg64() by Heiko Carstens · 13 years ago
  20. a2c9dbe [S390] xchg/cmpxchg: move to own header file by Heiko Carstens · 13 years ago
  21. 3c190c5 [S390] ccwgroup_driver: remove duplicate members by Sebastian Ott · 13 years ago
  22. 3bda058 [S390] ccw_driver: remove duplicate members by Sebastian Ott · 13 years ago
  23. d0d2e31 [S390] wire up sys_syncfs by Heiko Carstens · 13 years ago
  24. 26e8a33 [S390] wire up sys_clock_adjtime by Heiko Carstens · 13 years ago
  25. 5069496 [S390] wire up sys_open_by_handle_at by Heiko Carstens · 13 years ago
  26. 737fd5f [S390] wire up sys_name_to_handle_at by Heiko Carstens · 13 years ago
  27. 3e50594 add the common dma_addr_t typedef to include/linux/types.h by FUJITA Tomonori · 13 years ago
  28. 31598e8 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 13 years ago
  29. 0586bed Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  30. 305b152 [S390] Write protect module text and RO data by Jan Glauber · 13 years ago
  31. 8d7718a futex: Sanitize futex ops argument types by Michel Lespinasse · 13 years ago
  32. 37a9d91 futex: Sanitize cmpxchg_futex_value_locked API by Michel Lespinasse · 13 years ago
  33. dd30ac3 [S390] net: provide architecture specific NET_SKB_PAD by Horst Hartmann · 14 years ago
  34. 7657e41 [S390] atomic: use inline asm by Heiko Carstens · 14 years ago
  35. 03e3b5a [S390] atomic: use ACCESS_ONCE() for atomic_read() by Heiko Carstens · 14 years ago
  36. a3ec4a6 Merge commit 'v2.6.38-rc5' into core/locking by Ingo Molnar · 14 years ago
  37. 261cd29 s390: remove task_show_regs by Martin Schwidefsky · 14 years ago
  38. 786cca8 [S390] use asm-generic/cacheflush.h by Akinobu Mita · 14 years ago
  39. c84ca00 [S390] tlb: fix build error caused by THP by Heiko Carstens · 14 years ago
  40. aac7227 rwsem: Move duplicate function prototypes to linux/rwsem.h by Thomas Gleixner · 14 years ago
  41. 41e5887 rwsem: Unify the duplicate rwsem_is_locked() inlines by Thomas Gleixner · 14 years ago
  42. 12249b3 rwsem: Move duplicate init macros and functions to linux/rwsem.h by Thomas Gleixner · 14 years ago
  43. 1c8ed64 rwsem: Move duplicate struct rwsem declaration to linux/rwsem.h by Thomas Gleixner · 14 years ago
  44. c16a87c rwsem: Cleanup includes by Thomas Gleixner · 14 years ago
  45. d2c9dfc [S390] Randomize PIEs by Heiko Carstens · 14 years ago
  46. 3351918 [S390] Randomise the brk region by Heiko Carstens · 14 years ago
  47. a05c90f [S390] Add is_32bit_task() helper function by Heiko Carstens · 14 years ago
  48. 9887a1f [S390] Randomize lower bits of stack address by Heiko Carstens · 14 years ago
  49. 9046e40 [S390] mmap: consider stack address randomization by Heiko Carstens · 14 years ago
  50. fb5131e Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 14 years ago
  51. abb3594 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  52. 974de4d7 [S390] smp: remove cpu hotplug messages by Heiko Carstens · 14 years ago
  53. 34b133f [S390] mutex: Introduce arch_mutex_cpu_relax() by Gerald Schaefer · 14 years ago
  54. 4cc9bed [S390] cleanup ftrace backend functions by Martin Schwidefsky · 14 years ago
  55. 5e9a269 [S390] ptrace cleanup by Martin Schwidefsky · 14 years ago
  56. da7f51c [S390] smp/idle: call init_idle() before starting a new cpu by Heiko Carstens · 14 years ago
  57. e4dbb0f [S390] dasd: Add support for raw ECKD access. by Stefan Haberland · 14 years ago
  58. 5a27e60 [S390] dasd: Improve handling of stolen DASD reservation by Stefan Weinhuber · 14 years ago
  59. ce322cc [S390] cio: obtain mdc value per channel path by Sebastian Ott · 14 years ago
  60. 37e8952 [S390] nohz: optimize arch_needs_cpu() by Heiko Carstens · 14 years ago
  61. 3d6c76f [S390] qdio: outbound tasklet scan threshold by Jan Glauber · 14 years ago
  62. 6432c01 [S390] current_thread_info optimization by Martin Schwidefsky · 14 years ago
  63. b1b7509 [S390] extint: get rid of early code plus cleanup by Heiko Carstens · 14 years ago
  64. fb0a9d7 [S390] pfault: delay register of pfault interrupt by Heiko Carstens · 14 years ago
  65. 62d146f [S390] ap bus: add support for irq statistics by Holger Dengler · 14 years ago
  66. 85b81cd [S390] ctc: add support for irq statistics by Heiko Carstens · 14 years ago
  67. 355eb40 [S390] claw: add support for irq statistics by Heiko Carstens · 14 years ago
  68. 096a616 [S390] lcs: add support for irq statistics by Heiko Carstens · 14 years ago
  69. f48198d [S390] vmur: add support for irq statistics by Heiko Carstens · 14 years ago
  70. b8665172 [S390] tape: add support for irq statistics by Heiko Carstens · 14 years ago
  71. 3fe22f6 [S390] 3270: add support for irq statistics by Heiko Carstens · 14 years ago
  72. 12fae58 [S390] 3215: add support for irq statistics by Heiko Carstens · 14 years ago
  73. 3283942 [S390] dasd: add support for irq statistics by Heiko Carstens · 14 years ago
  74. 30d77c3 [S390] qdio: add qdio interrupts to interrupt statistics by Jan Glauber · 14 years ago
  75. 052ff46 [S390] irq: have detailed statistics for interrupt types by Heiko Carstens · 14 years ago
  76. 545b288 [S390] time: let local_tick_enable/disable() reprogram the clock comparator by Heiko Carstens · 14 years ago
  77. 17eb7a5 [S390] time: move local_tick_enable()/disable() to timex.h by Heiko Carstens · 14 years ago
  78. 92b8cbf [S390] kprobes: jprobe save and restore by Martin Schwidefsky · 14 years ago
  79. 371db06 [S390] kprobes: insn slots by Martin Schwidefsky · 14 years ago
  80. ba640a5 [S390] kprobes: instruction fixup by Martin Schwidefsky · 14 years ago
  81. 5a8b589 [S390] kprobes: instruction swap by Martin Schwidefsky · 14 years ago
  82. fc0a1fe [S390] kprobes: single step cleanup by Martin Schwidefsky · 14 years ago
  83. 17f7f4d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  84. d0ddf30f qeth: support ipv6 query arp cache for HiperSockets by Einar Lueck · 14 years ago
  85. 335d7af mutexes, sched: Introduce arch_mutex_cpu_relax() by Gerald Schaefer · 14 years ago
  86. ec6743b [S390] mm: add devmem_is_allowed() for STRICT_DEVMEM checking by Hendrik Brueckner · 14 years ago
  87. 196339f [S390] dasd: provide a Sense Path Group ID ioctl by Stefan Weinhuber · 14 years ago
  88. d57af9b taskstats: use real microsecond granularity for CPU times by Michael Holzheu · 14 years ago
  89. ece0e2b mm: remove pte_*map_nested() by Peter Zijlstra · 14 years ago
  90. 96f4a70 [S390] topology: export cpu topology via proc/sysinfo by Heiko Carstens · 14 years ago
  91. c30f91b [S390] topology: move topology sysinfo code by Heiko Carstens · 14 years ago
  92. 9186d7a [S390] topology: clean up facility detection by Heiko Carstens · 14 years ago
  93. 14375bc [S390] cleanup facility list handling by Martin Schwidefsky · 14 years ago
  94. ba6cadf [S390] remove ieee_instruction_pointer from thread_struct by Martin Schwidefsky · 14 years ago
  95. baa0715 [S390] cleanup system call parameter setup by Martin Schwidefsky · 14 years ago
  96. 178514d [S390] correct alignment of cpuid structure by Martin Schwidefsky · 14 years ago
  97. f6649a7 [S390] cleanup lowcore access from external interrupts by Martin Schwidefsky · 14 years ago
  98. 84afdce [S390] pgtable: move pte_mkhuge() from hugetlb.h to pgtable.h by Heiko Carstens · 14 years ago
  99. 585b954 [S390] cio: notify drivers of channel path events by Sebastian Ott · 14 years ago
  100. 189b93d [S390] switch_to: get rid of prev == next check by Heiko Carstens · 14 years ago