1. 2008220 Revert "sys_time() speedup" by Linus Torvalds · 17 years ago
  2. efa7e86 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 17 years ago
  3. 0b1937a FRV: Fix linkage problems by David Howells · 17 years ago
  4. c36c282 Pull ia64-clocksource into release branch by Tony Luck · 17 years ago
  5. 1f564ad [IA64] remove time interpolator by Bob Picco · 17 years ago
  6. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  7. e436d80 [PATCH] sched: implement cpu_clock(cpu) high-speed time source by Ingo Molnar · 17 years ago
  8. 969bb4e [PATCH] sched: fix the all pinned logic in load_balance_newidle() by Suresh Siddha · 17 years ago
  9. 9439aab [PATCH] sched: fix newly idle load balance in case of SMT by Suresh Siddha · 17 years ago
  10. ed2c12f kernel/sysctl.c: finish off the warning comments by Andrew Morton · 17 years ago
  11. d7e28ff lguest: the host code by Rusty Russell · 17 years ago
  12. 5992b6d lguest: export symbols for lguest as a module by Rusty Russell · 17 years ago
  13. 6819457 timer.c: cleanup recently introduced whitespace damage by Thomas Gleixner · 17 years ago
  14. 71120f1 timekeeping: fixup shadow variable argument by Thomas Gleixner · 17 years ago
  15. c71063c lockdep debugging: give stacktrace for init_error by Johannes Berg · 17 years ago
  16. d38e1d5 lockstat: better class name representation by Peter Zijlstra · 17 years ago
  17. 9664567 lockstat: measure lock bouncing by Peter Zijlstra · 17 years ago
  18. 4b32d0a lockdep: various fixes by Peter Zijlstra · 17 years ago
  19. 4fe8774 lockstat: hook into spinlock_t, rwlock_t, rwsem and mutex by Peter Zijlstra · 17 years ago
  20. c46261d lockstat: human readability tweaks by Peter Zijlstra · 17 years ago
  21. f20786f lockstat: core infrastructure by Peter Zijlstra · 17 years ago
  22. 8e18257 lockdep: reduce the ifdeffery by Peter Zijlstra · 17 years ago
  23. ca58abc lockdep: sanitise CONFIG_PROVE_LOCKING by Peter Zijlstra · 17 years ago
  24. da1a679 Add /sys/kernel/notes by Roland McGrath · 17 years ago
  25. 01c55ed kernel/relay.c: make functions static by Adrian Bunk · 17 years ago
  26. 3cb4a0b coredump masking: add an interface for core dump filter by Kawai, Hidehiro · 17 years ago
  27. 6c5d523 coredump masking: reimplementation of dumpable using two flags by Kawai, Hidehiro · 17 years ago
  28. 76fdbb2 coredump masking: bound suid_dumpable sysctl by Kawai, Hidehiro · 17 years ago
  29. b6a2fea mm: variable length argument support by Ollie Wild · 17 years ago
  30. bdf4c48 audit: rework execve audit by Peter Zijlstra · 17 years ago
  31. f34e3b6 use the new percpu interface for shared data by Fenghua Yu · 17 years ago
  32. 3d7e338 jprobes: make jprobes a little safer for users by Michael Ellerman · 17 years ago
  33. 77afcf7 PM: Integrate beeping flag with existing acpi_sleep flags by Pavel Machek · 17 years ago
  34. 5a60d62 PM: Optional beeping during resume from suspend to RAM by Nigel Cunningham · 17 years ago
  35. bd804eb PM: Introduce pm_power_off_prepare by Rafael J. Wysocki · 17 years ago
  36. 6c961df PM: Reduce code duplication between main.c and user.c by Rafael J. Wysocki · 17 years ago
  37. ccd4b65 PM: prevent frozen user mode helpers from failing the freezing of tasks by Rafael J. Wysocki · 17 years ago
  38. 8cdd493 PM: disable usermode helper before hibernation and suspend by Rafael J. Wysocki · 17 years ago
  39. b10d911 PM: introduce hibernation and suspend notifiers by Rafael J. Wysocki · 17 years ago
  40. c2cf7d8 Freezer: remove redundant check in try_to_freeze_tasks by Rafael J. Wysocki · 17 years ago
  41. e7cd8a7 Freezer: return int from freeze_processes by Rafael J. Wysocki · 17 years ago
  42. f4a3a7d Freezer: use __set_current_state in refrigerator by Rafael J. Wysocki · 17 years ago
  43. 0c1eecf Freezer: avoid freezing kernel threads prematurely by Rafael J. Wysocki · 17 years ago
  44. b1457bc Hibernation: prepare to enter the low power state by Rafael J. Wysocki · 17 years ago
  45. 10a1803 swsusp: fix hibernation code ordering by Rafael J. Wysocki · 17 years ago
  46. a634cc1 swsusp: introduce restore platform operations by Rafael J. Wysocki · 17 years ago
  47. 7777fab swsusp: remove code duplication between disk.c and user.c by Rafael J. Wysocki · 17 years ago
  48. 127067a swsusp: remove incorrect code from user.c by Rafael J. Wysocki · 17 years ago
  49. a034982 PM: Do not require dev spew to get PM_DEBUG by Ben Collins · 17 years ago
  50. 328616e freezer: run show_state() when freezing times out by Andrew Morton · 17 years ago
  51. 83c5407 mm: fault feedback #2 by Nick Piggin · 17 years ago
  52. 471d055 PM: Remove deprecated sysfs files by Alan Stern · 17 years ago
  53. 86313c4 usermodehelper: Tidy up waiting by Jeremy Fitzhardinge · 17 years ago
  54. 10a0a8d Add common orderly_poweroff() by Jeremy Fitzhardinge · 17 years ago
  55. 0ab4dc9 usermodehelper: split setup from execution by Jeremy Fitzhardinge · 17 years ago
  56. 6f686d3 kernel/auditfilter: kill bogus uninit'd-var compiler warning by Jeff Garzik · 17 years ago
  57. 49c13b5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 17 years ago
  58. 13c2216 destroy_workqueue() can livelock by Oleg Nesterov · 17 years ago
  59. 9281ace kallsyms: make KSYM_NAME_LEN include space for trailing '\0' by Tejun Heo · 17 years ago
  60. 62239ac proper prototype for proc_nr_files() by Adrian Bunk · 17 years ago
  61. f284ce7 PTRACE_POKEDATA consolidation by Alexey Dobriyan · 17 years ago
  62. 7664732 PTRACE_PEEKDATA consolidation by Alexey Dobriyan · 17 years ago
  63. bcdcd8e Report that kernel is tainted if there was an OOPS by Pavel Emelianov · 17 years ago
  64. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  65. 94f6030 Slab allocators: Replace explicit zeroing with __GFP_ZERO by Christoph Lameter · 17 years ago
  66. 396faf0 Allow huge page allocations to use GFP_HIGH_MOVABLE by Mel Gorman · 17 years ago
  67. 7713a7d [HRTIMER] Fix cpu pointer arg to clockevents_notify() by David Miller · 17 years ago
  68. 7144521 Remove duplicate comments from sysctl.c by Linus Torvalds · 17 years ago
  69. 10b275d Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
  70. 1492192 kernel/printk.c: document possible deadlock against scheduler by Jiri Kosina · 17 years ago
  71. 24da1cb modules: remove modlist_lock by Rusty Russell · 17 years ago
  72. 1f1f642 make cancel_xxx_work_sync() return a boolean by Oleg Nesterov · 17 years ago
  73. f5a421a rename cancel_rearming_delayed_work() to cancel_delayed_work_sync() by Oleg Nesterov · 17 years ago
  74. f84d5a7 is_power_of_2: kernel/kfifo.c by vignesh babu · 17 years ago
  75. cf99aba make seccomp zerocost in schedule by Andrea Arcangeli · 17 years ago
  76. 1d9d02f move seccomp from /proc to a prctl by Andrea Arcangeli · 17 years ago
  77. 19769b7 sprint_symbol() cleanup by Andrew Morton · 17 years ago
  78. 2be7fe0 sysctl.c: add text telling people to use CTL_UNNUMBERED by Andrew Morton · 17 years ago
  79. 36cf3b5 FUTEX: Tidy up the code by Thomas Gleixner · 17 years ago
  80. 4e44f34 sys_time() speedup by Ingo Molnar · 17 years ago
  81. 213dd26 namespace: ensure clone_flags are always stored in an unsigned long by Eric W. Biederman · 17 years ago
  82. b716395 diskquota: 32bit quota tools on 64bit architectures by Vasily Tarasov · 17 years ago
  83. 6d9525b kerneldoc fix in audit_core_dumps by Henrik Kretzschmar · 17 years ago
  84. 98c0d07 add a kmem_cache for nsproxy objects by Cedric Le Goater · 17 years ago
  85. 467e9f4 fix create_new_namespaces() return value by Cedric Le Goater · 17 years ago
  86. 77ec739 user namespace: add unshare by Serge E. Hallyn · 17 years ago
  87. acce292 user namespace: add the framework by Cedric Le Goater · 17 years ago
  88. 7d69a1f remove CONFIG_UTS_NS and CONFIG_IPC_NS by Cedric Le Goater · 17 years ago
  89. 522ed77 Audit: add TTY input auditing by Miloslav Trmac · 17 years ago
  90. 4f27c00 Improve behaviour of spurious IRQ detect by Alan Cox · 17 years ago
  91. b663a79 taskstats: add context-switch counters by Maxim Uvarov · 17 years ago
  92. aa0ac36 Remove capability.h from mm.h by Alexey Dobriyan · 17 years ago
  93. c5c061b8 Add a flag to indicate deferrable timers in /proc/timer_stats by Venki Pallipadi · 17 years ago
  94. e84845c add printk.time option, deprecate 'time' by Randy Dunlap · 17 years ago
  95. 78c1b06 Remove clockevents_{release,request}_device by Andi Kleen · 17 years ago
  96. c2aef33 Reduce cpuset.c write_lock_irq() to read_lock() by Paul Menage · 17 years ago
  97. 45807a1 vdso: print fatal signals by Ingo Molnar · 17 years ago
  98. 708f4b5 Make /proc/modules use seq_list_xxx helpers by Pavel Emelianov · 17 years ago
  99. 1c6b4aa cpu hotplug: fix ksoftirqd termination on cpu hotplug with naughty realtime process by Satoru Takeuchi · 17 years ago
  100. 85653af Fix stop_machine_run problem with naughty real time process by Satoru Takeuchi · 17 years ago