1. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  2. 80fe02b Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  3. b2db219 um: fix abort by Richard Weinberger · 13 years ago
  4. 9cb5bab Merge commit 'v2.6.39-rc7' into sched/core by Ingo Molnar · 13 years ago
  5. 534e3ad um: adjust current_thread_info() for newer gcc versions by Richard Weinberger · 13 years ago
  6. 365a0de uml: fix hppfs build by Randy Dunlap · 13 years ago
  7. 57d8e02 um: mdd support for 64 bit atomic operations by Richard Weinberger · 13 years ago
  8. 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  9. 42ac9e8 Merge commit 'v2.6.39-rc4' into sched/core by Ingo Molnar · 13 years ago
  10. 084189a um: disable CONFIG_CMPXCHG_LOCAL by Richard Weinberger · 13 years ago
  11. 6d56dad um: fix call tracer and bug handler by Richard Weinberger · 13 years ago
  12. 184748c sched: Provide scheduler_ipi() callback in response to smp_send_reschedule() by Peter Zijlstra · 13 years ago
  13. 6eab04a treewide: remove extra semicolons by Justin P. Mattock · 13 years ago
  14. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  15. 78c8982 genirq: Remove the now obsolete config options and select statements by Thomas Gleixner · 13 years ago
  16. df31a0a um: Use generic show_interrupts() by Thomas Gleixner · 13 years ago
  17. 0ebec35 um: Convert genirq namespace by Thomas Gleixner · 13 years ago
  18. 8a06dc4d um: remove file pointer from ioctl by Richard Weinberger · 13 years ago
  19. 13e165b uml: kernels on {i386,x86_64} produce bad coredumps by Paul Pluzhnikov · 13 years ago
  20. 504f52b mm: NUMA aware alloc_task_struct_node() by Eric Dumazet · 13 years ago
  21. a44f99c Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  22. 9b8c24f um: change to new flag variables by matt mooney · 13 years ago
  23. 79d8a8f Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
  24. 0310e43 Merge branch 'um-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  25. da849ab Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  26. 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
  27. 73d049a open-style analog of vfs_path_lookup() by Al Viro · 13 years ago
  28. c49aa5b x86: Remove dead config option X86_CPU by Jan Beulich · 13 years ago
  29. bfc39061 um, x86-64: Fix UML build after adding CFI annotations to lib/rwsem_64.S by Jan Beulich · 13 years ago
  30. 53c39ce um: Select GENERIC_HARDIRQS_NO_DEPRECATED by Thomas Gleixner · 13 years ago
  31. d5b4eea um: Use proper accessors in show_interrupts() by Thomas Gleixner · 13 years ago
  32. 1d119aa um: Convert irq_chips to new functions by Thomas Gleixner · 13 years ago
  33. 6ea96e7 um: Remove stale irq_chip.end by Thomas Gleixner · 13 years ago
  34. 22e6500 um: Replace deprecated spinlock initialization by Thomas Gleixner · 13 years ago
  35. 19df0c2 percpu: align percpu readmostly subsection to cacheline by Tejun Heo · 13 years ago
  36. dfff95c um: Use generic irq Kconfig by Thomas Gleixner · 13 years ago
  37. 1c77ff2 genirq: Remove __do_IRQ by Thomas Gleixner · 13 years ago
  38. 6a108a1 kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT by David Rientjes · 13 years ago
  39. 8ac1f83 thp: pte alloc trans splitting by Andrea Arcangeli · 13 years ago
  40. 0388fae uml: use simple_write_to_buffer() by Akinobu Mita · 13 years ago
  41. 07ecb79 uml: mmapper_kern needs MODULE_LICENSE by Randy Dunlap · 13 years ago
  42. 48a0b74 arch/um/drivers/line.c: safely iterate over list of winch handlers by Will Newton · 13 years ago
  43. 94295e2 um: mark CONFIG_HIGHMEM as broken by Richard Weinberger · 13 years ago
  44. 69e83da uml: disable winch irq before freeing handler data by Will Newton · 14 years ago
  45. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  46. 8818b67 um: fix ptrace build error by Richard Weinberger · 14 years ago
  47. 51399a3 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  48. 0a3d763 ptrace: cleanup arch_ptrace() on um by Namhyung Kim · 14 years ago
  49. 9b05a69 ptrace: change signature of arch_ptrace() by Namhyung Kim · 14 years ago
  50. be76d81 um: migrate from __do_IRQ() to generic_handle_irq() by Richard Weinberger · 14 years ago
  51. aa5fb4d uml: fix CONFIG_STATIC_LINK=y build failure with newer glibc by Roland McGrath · 14 years ago
  52. d911202 uml: define CONFIG_NO_DMA by FUJITA Tomonori · 14 years ago
  53. ece0e2b mm: remove pte_*map_nested() by Peter Zijlstra · 14 years ago
  54. dbec921 um: fix IRQ flag handling naming by Richard Weinberger · 14 years ago
  55. 6915e04 um: remove PAGE_SIZE alignment in linker script causing kernel segfault. by Richard Weinberger · 14 years ago
  56. 482db6d um: fix global timer issue when using CONFIG_NO_HZ by Richard Weinberger · 14 years ago
  57. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  58. 5704e44 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  59. 14d4962 Merge branch 'linus' into irq/core by Ingo Molnar · 14 years ago
  60. 9a181c5 uml: kill big kernel lock by Arnd Bergmann · 14 years ago
  61. e3c6cf6 uml: fix build by FUJITA Tomonori · 14 years ago
  62. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  63. 4752690 ubd: fix incorrect sector handling during request restart by Tejun Heo · 14 years ago
  64. 7c5f135 Merge branch 'x86/urgent' of into irq/sparseirq by Thomas Gleixner · 14 years ago
  65. 239060b Merge branch 'kbuild/rc-fixes' into kbuild/kconfig by Michal Marek · 14 years ago
  66. 4a73a43 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  67. 9337057 um: Proper Fix for f25c80a4: remove duplicate structure field initialization by Boaz Harrosh · 14 years ago
  68. d1ea13c genirq: Cleanup irq_chip->typename leftovers by Thomas Gleixner · 14 years ago
  69. cb1dcc0 uml: fix compile warning by Richard Weinberger · 14 years ago
  70. 838a2e5 kbuild: migrate all arch to the kconfig mainmenu upgrade by Arnaud Lacombe · 14 years ago
  71. 2637d13 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  72. f335397 Input: sysrq - drop tty argument form handle_sysrq() by Dmitry Torokhov · 14 years ago
  73. f3c072a uml: fix compile error in dma_get_cache_alignment() by Miklos Szeredi · 14 years ago
  74. d762746 Make do_execve() take a const filename pointer by David Howells · 14 years ago
  75. c788732 Mark arguments to certain syscalls as being const by David Howells · 14 years ago
  76. 26df076 Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
  77. 3b9c6c1 dma-mapping: remove dma_is_consistent API by FUJITA Tomonori · 14 years ago
  78. d6d1b65 param: simple locking for sysfs-writable charp parameters by Rusty Russell · 14 years ago
  79. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  80. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  81. 7833e7c arch/um/kernel/ptrace.c: remove dead PROC_MM by Christoph Egger · 14 years ago
  82. 4756227 um: call free_irq() only on enabled channels by Richard Weinberger · 14 years ago
  83. 005a59e Deal with missing exports for hostfs by Al Viro · 15 years ago
  84. faa38b5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  85. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  86. 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 · 14 years ago
  87. d9a73c0 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  88. 74bf40f Merge branch 'topic/misc' into for-linus by Takashi Iwai · 14 years ago
  89. 6ba7401 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  90. b292307 um: Fix read_persistent_clock fallout by Thomas Gleixner · 14 years ago
  91. bf67694 um, x86: Cast to (u64 *) inside set_64bit() by H. Peter Anvin · 14 years ago
  92. 9f31f57 um: Convert to use read_persistent_clock by John Stultz · 14 years ago
  93. 592913e time: Kill off CONFIG_GENERIC_TIME by John Stultz · 14 years ago
  94. f25c80a arch/um/drivers: remove duplicate structure field initialization by Julia Lawall · 14 years ago
  95. 90dc763 sound: push BKL into open functions by Arnd Bergmann · 14 years ago
  96. fb967ec um: os-linux/mem.c needs sys/stat.h by Liu Aleaxander · 14 years ago
  97. 055c472 um, hweight: Fix UML boot crash due to x86 optimized hweight by Borislav Petkov · 14 years ago
  98. fc0ccfceb8 arch/um: fix kunmap_atomic() call in skas/uaccess.c by Cesar Eduardo Barros · 14 years ago
  99. 1f73897 Merge branch 'for-35' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 14 years ago
  100. f137711 Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago