1. 22985bf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  2. a17ae4c s390: kernel: add SPDX identifiers to the remaining files by Greg Kroah-Hartman · 7 years ago
  3. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  4. 7bf76f01 s390/dasd: Change unsigned long long to unsigned long by Jan Höppner · 8 years ago
  5. 6e2ef5e s390/time: add support for the TOD clock epoch extension by Martin Schwidefsky · 8 years ago
  6. 2337e87 s390/kernel: Use stop_machine_cpuslocked() by Sebastian Andrzej Siewior · 8 years ago
  7. 06c5461 s390/time: Set ->min_delta_ticks and ->max_delta_ticks by Nicolai Stange · 8 years ago
  8. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  9. 3994a52 s390: kernel: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  10. ea417aa s390/debug: make debug event time stamps relative to the boot TOD clock by Martin Schwidefsky · 8 years ago
  11. 970ba6ac s390: use false/true when using bool by Heiko Carstens · 8 years ago
  12. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  13. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  14. 191ce9d s390/time: fix clocksource steering for negative clock offsets by Martin Schwidefsky · 8 years ago
  15. 75c7b6f s390/time: steer clocksource on STP sync events by Martin Schwidefsky · 8 years ago
  16. 2ace06e s390/time: adjust last_update_clock at clock synchronization by Martin Schwidefsky · 8 years ago
  17. b1c0854 s390/time: refactor clock sync by Martin Schwidefsky · 8 years ago
  18. 67f03de s390/time: avoid races when updating tb_update_count by David Hildenbrand · 9 years ago
  19. 0c00b1e s390/time: fixup the clock comparator on all cpus by David Hildenbrand · 9 years ago
  20. ca64f63 s390/time: cleanup etr leftovers by David Hildenbrand · 9 years ago
  21. 41ad022 s390/time: simplify stp time syncs by David Hildenbrand · 9 years ago
  22. fd5ada0 s390/time: remove ETR support by Martin Schwidefsky · 9 years ago
  23. 936cc85 s390/time: add leap seconds to initial system time by Martin Schwidefsky · 9 years ago
  24. 4027789 s390/time: LPAR offset handling by Martin Schwidefsky · 9 years ago
  25. 2f82f57 s390/time: STP sync clock correction by Martin Schwidefsky · 9 years ago
  26. 4cc7ecb7 param: convert some "on"/"off" users to strtobool by Kees Cook · 9 years ago
  27. baebc70 s390: Use pr_warn instead of pr_warning by Joe Perches · 9 years ago
  28. 29b0a82 s390/etr,stp: fix possible deadlock on machine check by Heiko Carstens · 9 years ago
  29. ca520ca Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  30. 5e359bf Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  31. 07aeed3 s390/time: Migrate to new 'set-state' interface by Viresh Kumar · 10 years ago
  32. fdf0365 KVM: s390: host STP toleration for VMs by Fan Zhang · 10 years ago
  33. 805de8f4 atomic: Replace atomic_{set,clear}_mask() usage by Peter Zijlstra · 10 years ago
  34. 689911c s390: time: Provide read_boot_clock64() and read_persistent_clock64() by Xunlei Pang · 10 years ago
  35. 876e788 time: Rename timekeeper::tkr to timekeeper::tkr_mono by Peter Zijlstra · 10 years ago
  36. f893598 clocksource: Mostly kill clocksource_register() by John Stultz · 10 years ago
  37. 7a5388d s390/kprobes: make use of NOKPROBE_SYMBOL() by Heiko Carstens · 10 years ago
  38. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  39. b7eacb5 s390/vdso: add vdso support for coarse clocks by Martin Schwidefsky · 11 years ago
  40. eb7e7d7 s390: Replace __get_cpu_var uses by Christoph Lameter · 11 years ago
  41. d28ede8 timekeeping: Create struct tk_read_base and use it in struct timekeeper by Thomas Gleixner · 11 years ago
  42. 4a0e637 clocksource: Get rid of cycle_last by Thomas Gleixner · 11 years ago
  43. b6f4296 s390/time: cast tv_nsec to u64 prior to shift in update_vsyscall by Martin Schwidefsky · 11 years ago
  44. 1dad093 s390/irq: Use defines for external interruption codes by Thomas Huth · 11 years ago
  45. 8adbf78 s390,time: revert direct ktime path for s390 clockevent device by Martin Schwidefsky · 11 years ago
  46. 79c74ec s390/time,vdso: convert to the new update_vsyscall interface by Martin Schwidefsky · 11 years ago
  47. 0587d40 s390/time: return with irqs disabled from psw_idle by Martin Schwidefsky · 12 years ago
  48. 1aae056 s390/time: rename tod clock access functions by Heiko Carstens · 12 years ago
  49. d911e03 s390/timer: avoid overflow when programming clock comparator by Heiko Carstens · 12 years ago
  50. ed4f209 s390/time: fix sched_clock() overflow by Heiko Carstens · 12 years ago
  51. 420f42e s390/irq: remove split irq fields from /proc/stat by Heiko Carstens · 12 years ago
  52. 03d3602 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  53. a8f6db4 s390/etr,stp: use -EOPNOTSUPP instead of -ENOSYS by Heiko Carstens · 13 years ago
  54. 7063942 time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLD by John Stultz · 13 years ago
  55. 189374a time: Move update_vsyscall definitions to timekeeper_internal.h by John Stultz · 13 years ago
  56. 27f6b41 s390/vtimer: rework virtual timer interface by Martin Schwidefsky · 13 years ago
  57. a53c8fa s390/comments: unify copyright messages and remove file names by Heiko Carstens · 13 years ago
  58. fde15c3 [S390] irq: external interrupt code passing by Heiko Carstens · 13 years ago
  59. cf1eb40 [S390] correct ktime to tod clock comparator conversion by Martin Schwidefsky · 13 years ago
  60. 3fbacff s390: time - convert sysdev_class to a regular subsystem by Kay Sievers · 13 years ago
  61. 638ad34 [S390] sparse: fix sparse warnings about missing prototypes by Martin Schwidefsky · 13 years ago
  62. e35f95b time, s390: Get rid of compile warning by Heiko Carstens · 13 years ago
  63. 4f37a68 s390: Use direct ktime path for s390 clockevent device by Martin Schwidefsky · 14 years ago
  64. d7b250e [S390] irq: merge irq.c and s390_ext.c by Heiko Carstens · 14 years ago
  65. 0f1959f [S390] convert old cpumask API into new one by KOSAKI Motohiro · 14 years ago
  66. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  67. 052ff46 [S390] irq: have detailed statistics for interrupt types by Heiko Carstens · 14 years ago
  68. 860dba4 [S390] add kprobes annotations by Martin Schwidefsky · 14 years ago
  69. f6649a7 [S390] cleanup lowcore access from external interrupts by Martin Schwidefsky · 14 years ago
  70. b62ad9a Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  71. 33fea79 [S390] etr: fix clock synchronization race by Martin Schwidefsky · 15 years ago
  72. 7615856 timkeeping: Fix update_vsyscall to provide wall_to_monotonic offset by John Stultz · 15 years ago
  73. e7858f5 Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into sched/core by Ingo Molnar · 15 years ago
  74. 3fc1f1e stop_machine: reimplement using cpu_stop by Tejun Heo · 15 years ago
  75. 157a1a2 [S390] vdso: use ntp adjusted clock multiplier by Hendrik Brueckner · 15 years ago
  76. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  77. e101541 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  78. b1e2ba8 [S390] Cleanup xtime usage by John Stultz · 15 years ago
  79. c9be0a3 sysdev: Pass attribute in sysdev_class attributes show/store by Andi Kleen · 15 years ago
  80. a8d6356 [S390] time: remove unused code by Heiko Carstens · 15 years ago
  81. 67dd2f5 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 15 years ago
  82. bd119ee [S390] etr/stp: put correct per cpu variable by Heiko Carstens · 15 years ago
  83. 0696b71 timekeeping: Fix clock_gettime vsyscall time warp by Lin Ming · 15 years ago
  84. a03fdb7 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  85. 3969522 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  86. 05e7ff7 [S390] introduce get_clock_monotonic by Heiko Carstens · 16 years ago
  87. b592e89 [SCSI] zfcp: Remove duplicated code for debug timestamps by Christof Schmitt · 16 years ago
  88. 23970e3 timekeeping: Introduce read_boot_clock by Martin Schwidefsky · 16 years ago
  89. d4f587c timekeeping: Increase granularity of read_persistent_clock() by Martin Schwidefsky · 16 years ago
  90. 155ec60 timekeeping: Introduce struct timekeeper by Martin Schwidefsky · 16 years ago
  91. f1b8274 clocksource: Cleanup clocksource selection by Martin Schwidefsky · 16 years ago
  92. d7d1104 [S390] time: convert from bootmem to slab by Heiko Carstens · 16 years ago
  93. 88dbd20 [S390] ftrace: add function graph tracer support by Heiko Carstens · 16 years ago
  94. f3d0a0d [S390] profile_tick called twice by Martin Schwidefsky · 16 years ago
  95. 8e19608 clocksource: pass clocksource to read() callback by Magnus Damm · 16 years ago
  96. ab96e79 [S390] boot cputime accounting by Martin Schwidefsky · 16 years ago
  97. b6112cc [S390] add read_persistent_clock by Martin Schwidefsky · 16 years ago
  98. 0436230 [S390] stp synchronization retry timer by Martin Schwidefsky · 16 years ago
  99. 8283cb4 [S390] clock sync mode flags by Martin Schwidefsky · 16 years ago
  100. 179cb81 [S390] etr/stp: fix possible deadlock by Heiko Carstens · 16 years ago