1. c0a3132 [PATCH] hrtimer: hrtimer core code by Thomas Gleixner · 20 years ago
  2. f8f46da [PATCH] hrtimer: introduce nsec_t type and conversion functions by Thomas Gleixner · 20 years ago
  3. 718bcce [PATCH] hrtimer: validate timespec of do_sys_settimeofday by Thomas Gleixner · 20 years ago
  4. 5f82b2b [PATCH] hrtimer: create and use timespec_valid macro by Thomas Gleixner · 20 years ago
  5. a924b04 [PATCH] hrtimer: make clockid_t arguments const by Thomas Gleixner · 20 years ago
  6. 199e705 [PATCH] hrtimer: export deinlined mktime by Andrew Morton · 20 years ago
  7. f481890 [PATCH] hrtimer: clean up mktime and make arguments const by Ingo Molnar · 20 years ago
  8. 753be62 [PATCH] hrtimer: deinline mktime and set_normalized_timespec by Thomas Gleixner · 20 years ago
  9. 67924be [PATCH] hrtimer: remove duplicate div_long_long_rem implementation by Thomas Gleixner · 20 years ago
  10. 3a0f69d [PATCH] common compat_sys_timer_create by Christoph Hellwig · 20 years ago
  11. 4ae362b [PATCH] kdump: read previous kernel's memory by Vivek Goyal · 20 years ago
  12. e996e58 [PATCH] kdump: save registers early (inline functions) by Vivek Goyal · 20 years ago
  13. 51be560 [PATCH] kdump: export per cpu crash notes pointer through sysfs by Vivek Goyal · 20 years ago
  14. cc57165 [PATCH] kdump: dynamic per cpu allocation of memory for saving cpu registers by Vivek Goyal · 20 years ago
  15. ed653a6 [PATCH] Remove set_fs() in stop_machine() by akpm@osdl.org · 20 years ago
  16. 80c0531 Merge master.kernel.org:/pub/scm/linux/kernel/git/mingo/mutex-2.6 by Linus Torvalds · 20 years ago
  17. dbc1651 [PATCH] rcu: don't set ->next_pending in rcu_start_batch() by Oleg Nesterov · 20 years ago
  18. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 20 years ago
  19. de5097c [PATCH] mutex subsystem, more debugging code by Ingo Molnar · 20 years ago
  20. 408894e [PATCH] mutex subsystem, debugging code by Ingo Molnar · 20 years ago
  21. 6053ee3 [PATCH] mutex subsystem, core by Ingo Molnar · 20 years ago
  22. 6150c32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge by Linus Torvalds · 20 years ago
  23. 6775177 [PATCH] rcu: uninline __rcu_pending() by Oleg Nesterov · 20 years ago
  24. 64ca900 [PATCH] Make vm86 support optional by Matt Mackall · 20 years ago
  25. e585e47 [PATCH] tiny: Make *[ug]id16 support optional by Matt Mackall · 20 years ago
  26. 0f59cc4 [PATCH] simplify k_getrusage() by Oleg Nesterov · 20 years ago
  27. f756d5e [PATCH] fix workqueue oops during cpu offline by Nathan Lynch · 20 years ago
  28. eb46996 [PATCH] kernel/module.c: remove redundant spinlock in resolve_symbol() by Ashutosh Naik · 20 years ago
  29. fb16979 [PATCH] modules: mark TAINT_FORCED_RMMOD correctly by Akinobu Mita · 20 years ago
  30. eea8b54 [PATCH] modules: prevent overriding of symbols by Ashutosh Naik · 20 years ago
  31. fe7d37d [PATCH] copy_process: error path cleanup by Oleg Nesterov · 20 years ago
  32. f7dd795 [PATCH] setpgid: should not accept ptraced childs by Oleg Nesterov · 20 years ago
  33. e19f247 [PATCH] setpgid: should work for sub-threads by Oren Laadan · 20 years ago
  34. ee0acf9 [PATCH] setpgid: should work for sub-threads by Oleg Nesterov · 20 years ago
  35. 9a5d302 [PATCH] fork: fix race in setting child's pgrp and tty by Oren Laadan · 20 years ago
  36. 5e38291 [PATCH] Don't attempt to power off if power off is not implemented by Eric W. Biederman · 20 years ago
  37. d84f520 [PATCH] Extend RCU torture module to test tickless idle CPU by Srivatsa Vaddagiri · 20 years ago
  38. 9841d61 [PATCH] Add tainting for proprietary helper modules by Dave Jones · 20 years ago
  39. 5160ee6 [PATCH] shrink dentry struct by Eric Dumazet · 20 years ago
  40. 86174cd [PATCH] remove unneeded sig->curr_target recalculation by Oleg Nesterov · 20 years ago
  41. 485a643 [PATCH] little do_group_exit() cleanup by Oleg Nesterov · 20 years ago
  42. 0811af2 [PATCH] kill_proc_info_as_uid: don't use hardcoded constants by Oleg Nesterov · 20 years ago
  43. 676121f [PATCH] Unchecked alloc_percpu() return in __create_workqueue() by Ben Collins · 20 years ago
  44. 71fabd5 [PATCH] sigaction should clear all signals on SIG_IGN, not just < 32 by George Anzinger · 20 years ago
  45. 025510c [PATCH] printk return value: fix it by Guillaume Chazarain · 20 years ago
  46. 6b9c7ed [PATCH] use ptrace_get_task_struct in various places by Christoph Hellwig · 20 years ago
  47. 095975d [PATCH] rcu file: use atomic primitives by Nick Piggin · 20 years ago
  48. 97a41e2 [PATCH] kernel/: small cleanups by Adrian Bunk · 20 years ago
  49. 03a285f [PATCH] cpuset: skip rcu check if task is in root cpuset by Paul Jackson · 20 years ago
  50. 7edc596 [PATCH] cpuset: mark number_of_cpusets read_mostly by Paul Jackson · 20 years ago
  51. 6b9c260 [PATCH] cpuset: use rcu directly optimization by Paul Jackson · 20 years ago
  52. c417f02 [PATCH] cpuset: remove test for null cpuset from alloc code path by Paul Jackson · 20 years ago
  53. 04c19fa [PATCH] cpuset: migrate all tasks in cpuset at once by Paul Jackson · 20 years ago
  54. 4225399 [PATCH] cpuset: rebind vma mempolicies fix by Paul Jackson · 20 years ago
  55. 202f72d [PATCH] cpuset: number_of_cpusets optimization by Paul Jackson · 20 years ago
  56. 74cb215 [PATCH] cpuset: numa_policy_rebind cleanup by Paul Jackson · 20 years ago
  57. 909d75a [PATCH] cpuset: implement cpuset_mems_allowed by Paul Jackson · 20 years ago
  58. cf2a473 [PATCH] cpuset: combine refresh_mems and update_mems by Paul Jackson · 20 years ago
  59. b4b2641 [PATCH] cpuset: fork hook fix by Paul Jackson · 20 years ago
  60. 59dac16 [PATCH] cpuset: update_nodemask code reformat by Paul Jackson · 20 years ago
  61. c5b2aff [PATCH] cpuset: minor spacing initializer fixes by Paul Jackson · 20 years ago
  62. 3e0d98b [PATCH] cpuset: memory pressure meter by Paul Jackson · 20 years ago
  63. 5966514 [PATCH] cpuset: mempolicy one more nodemask conversion by Paul Jackson · 20 years ago
  64. 2d89c92 [PATCH] Simpler signal-exit concurrency handling by Paul E. McKenney · 20 years ago
  65. e56d090 [PATCH] RCU signal handling by Ingo Molnar · 20 years ago
  66. 22fc6ec [PATCH] Change maxaligned_in_smp alignemnt macros to internodealigned_in_smp macros by Ravikiran G Thirumalai · 20 years ago
  67. 45b07ef [PATCH] cpusets: swap migration interface by Paul Jackson · 20 years ago
  68. 3974388 [PATCH] Swap Migration V5: sys_migrate_pages interface by Christoph Lameter · 20 years ago
  69. 15316ba [PATCH] add schedule_on_each_cpu() by Christoph Lameter · 20 years ago
  70. 8ad4b1f [PATCH] Make high and batch sizes of per_cpu_pagelists configurable by Rohit Seth · 20 years ago
  71. 9d0243b [PATCH] drop-pagecache by Andrew Morton · 20 years ago
  72. 54c3202 [PATCH] powerpc: Add arch-dependent copy_oldmem_page by Michael Ellerman · 20 years ago
  73. 67207b9 [PATCH] spufs: The SPU file system, base by Arnd Bergmann · 20 years ago
  74. 0aec63e [PATCH] Fix posix-cpu-timers sched_time accumulation by David S. Miller · 20 years ago
  75. 6fe2e70 [PATCH] kernel/module.c: removed dead code by Jayachandran C · 20 years ago
  76. 347a8dc [PATCH] s390: cleanup Kconfig by Martin Schwidefsky · 20 years ago
  77. 089545f [PATCH] s390: cputime_t fixes by Martin Schwidefsky · 20 years ago
  78. 277c6e2 [PATCH] swsusp: save image header first by Rafael J. Wysocki · 20 years ago
  79. 1adf6c8 [PATCH] swsusp: improve handling of swap partitions by Rafael J. Wysocki · 20 years ago
  80. ca0aec0 [PATCH] swsusp: make image size limit tunable by Rafael J. Wysocki · 20 years ago
  81. b3a93a2 [PATCH] swsusp: limit image size by Rafael J. Wysocki · 20 years ago
  82. c050ca7 [PATCH] swsusp: Drop duplicate prototypes by Pavel Machek · 20 years ago
  83. e5e2fa7 [PATCH] swsusp: fix enough_free_mem by Rafael J. Wysocki · 20 years ago
  84. 72a97e0 [PATCH] swsusp: improve freeing of memory by Rafael J. Wysocki · 20 years ago
  85. 7088a5c [PATCH] swsusp: introduce the swap map structure by Rafael J. Wysocki · 20 years ago
  86. f2d97f0 [PATCH] swsusp: remove encryption by Rafael J. Wysocki · 20 years ago
  87. eee4526 [PATCH] Alpha: convert to generic irq framework (generic part) by Ivan Kokshaysky · 20 years ago
  88. 7ee1dd3 [PATCH] FRV: Make futex code compilable on nommu [try #2] by David Howells · 20 years ago
  89. a576219 [PATCH] swsusp: resume_store() retval fix by Andrew Morton · 20 years ago
  90. db9edfd Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 20 years ago
  91. 25c862c Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 20 years ago
  92. f743ca5 [PATCH] kobject_uevent CONFIG_NET=n fix by akpm@osdl.org · 20 years ago
  93. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 20 years ago
  94. 0f76e5a [PATCH] add uevent_helper control in /sys/kernel/ by Kay Sievers · 20 years ago
  95. 0296b22 [PATCH] remove CONFIG_KOBJECT_UEVENT option by Kay Sievers · 20 years ago
  96. f4b09eb update the email address of Randy Dunlap by Adrian Bunk · 20 years ago
  97. febf7ea gitignore: ignore more generated files by · 20 years ago
  98. de9e007 sysctl: make sure to terminate strings with a NUL by Linus Torvalds · 20 years ago
  99. 82c9df8 [PATCH] Fix false old value return of sysctl by Yi Yang · 20 years ago
  100. 8febdd8 sysctl: don't overflow the user-supplied buffer with '\0' by Linus Torvalds · 20 years ago