1. 41d840e x86: change kernel_physical_mapping_init() __init to __meminit by Shaohua Li · 15 years ago
  2. 1260866 x86: Provide _sdata in the vmlinux.lds.S file by Catalin Marinas · 15 years ago
  3. 8c5dd8f x86: handle initrd that extends into unusable memory by Yinghai Lu · 15 years ago
  4. 512626a Merge branch 'for-linus' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  5. 8a1ca8c Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  6. b640f04 Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 15 years ago
  7. 871fa90 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 15 years ago
  8. 7702667 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  9. b415c49 slow_work_thread() should do the exclusive wait by Oleg Nesterov · 15 years ago
  10. 6adc74b Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 15 years ago
  11. c905959 Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  12. 0a33f80 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 15 years ago
  13. c29f5ec Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 15 years ago
  14. d3d07d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 15 years ago
  15. 6cd8e30 Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 15 years ago
  16. ddbb868 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 15 years ago
  17. 3296ca2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
  18. e893123 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  19. 27951da Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 15 years ago
  20. b8ec757 vgacon: use slab allocator instead of the bootmem allocator by Pekka Enberg · 15 years ago
  21. 22fb4e7 irq: use kcalloc() instead of the bootmem allocator by Pekka Enberg · 15 years ago
  22. 0fb5302 sched: use slab in cpupri_init() by Pekka Enberg · 15 years ago
  23. 4bdddf8 sched: use alloc_cpumask_var() instead of alloc_bootmem_cpumask_var() by Pekka Enberg · 15 years ago
  24. 959982f memcg: don't use bootmem allocator in setup code by Yinghai Lu · 15 years ago
  25. dad213ae irq/cpumask: make memoryless node zero happy by Yinghai Lu · 15 years ago
  26. 38c7fed x86: remove some alloc_bootmem_cpumask_var calling by Yinghai Lu · 15 years ago
  27. a5f4f52 vt: use kzalloc() instead of the bootmem allocator by Pekka Enberg · 15 years ago
  28. 36b7b6d sched: use kzalloc() instead of the bootmem allocator by Pekka Enberg · 15 years ago
  29. 444f478 init: introduce mm_init() by Pekka Enberg · 15 years ago
  30. 43ebdac vmalloc: use kzalloc() instead of alloc_bootmem() by Pekka Enberg · 15 years ago
  31. 83b519e slab: setup allocators earlier in the boot sequence by Pekka Enberg · 15 years ago
  32. c91c477 bootmem: fix slab fallback on numa by Pekka Enberg · 15 years ago
  33. 441c7e0 bootmem: use slab if bootmem is no longer available by Pekka Enberg · 15 years ago
  34. 3aa27bb kmemleak: Add the corresponding MAINTAINERS entry by Catalin Marinas · 15 years ago
  35. 0822ee4 kmemleak: Simple testing module for kmemleak by Catalin Marinas · 15 years ago
  36. 3bba00d kmemleak: Enable the building of the memory leak detector by Catalin Marinas · 15 years ago
  37. 2e1483c kmemleak: Remove some of the kmemleak false positives by Catalin Marinas · 15 years ago
  38. 4f2294b kmemleak: Add modules support by Catalin Marinas · 15 years ago
  39. dbb1f81 kmemleak: Add kmemleak_alloc callback from alloc_large_system_hash by Catalin Marinas · 15 years ago
  40. 89219d3 kmemleak: Add the vmalloc memory allocation/freeing hooks by Catalin Marinas · 15 years ago
  41. 06f22f1 kmemleak: Add the slub memory allocation/freeing hooks by Catalin Marinas · 15 years ago
  42. 4374e61 kmemleak: Add the slob memory allocation/freeing hooks by Catalin Marinas · 15 years ago
  43. d5cff63 kmemleak: Add the slab memory allocation/freeing hooks by Catalin Marinas · 15 years ago
  44. 04f7033 kmemleak: Add documentation on the memory leak detector by Catalin Marinas · 15 years ago
  45. 3c7b4e6 kmemleak: Add the base support by Catalin Marinas · 15 years ago
  46. 59c288f Merge branches 'frv' and 'mn10300' by Linus Torvalds · 15 years ago
  47. 5d28996 MN10300: Add utrace/tracehooks support by David Howells · 15 years ago
  48. fd4f683 MN10300: Don't set the dirty bit in the DTLB entries in the TLB-miss handler by David Howells · 15 years ago
  49. 4a3b989 FRV: Implement new-style ptrace by David Howells · 15 years ago
  50. 24ceb7e FRV: Don't turn on TIF_SYSCALL_TRACE unconditionally in syscall prologue by David Howells · 15 years ago
  51. b7bab88 FRV: Implement TIF_NOTIFY_RESUME by David Howells · 15 years ago
  52. aa1913c FRV: Remove in-kernel strace code by David Howells · 15 years ago
  53. db5c444 FRV: BUG to BUG_ON changes by Stoyan Gaydarov · 15 years ago
  54. d2f11bf FRV: bitops: Change the bitmap index from int to unsigned long by Justin Chen · 15 years ago
  55. 49c3556 Merge branch 'serial-from-alan' by Linus Torvalds · 15 years ago
  56. 940010c Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  57. 8dc8e5e perf_counter: Turn off by default by Ingo Molnar · 15 years ago
  58. cca3f45 perf_counter: Add counter->id to the throttle event by Peter Zijlstra · 15 years ago
  59. a308444 perf_counter: Better align code by Ingo Molnar · 15 years ago
  60. 8be6e8f perf_counter: Rename L2 to LL cache by Peter Zijlstra · 15 years ago
  61. f4dbfa8 perf_counter: Standardize event names by Peter Zijlstra · 15 years ago
  62. 1c432d8 perf_counter: Rename enums by Peter Zijlstra · 15 years ago
  63. f0e8527 moxa: prevent opening unavailable ports by Dirk Eibach · 15 years ago
  64. d7f8d43 imx: serial: use tty_encode_baud_rate to set true rate by Oskar Schirmer · 15 years ago
  65. b6e4913 imx: serial: add IrDA support to serial driver by Fabian Godehardt · 15 years ago
  66. 534fca0 imx: serial: use rational library function by Oskar Schirmer · 15 years ago
  67. 8759ef3 lib: isolate rational fractions helper function by Oskar Schirmer · 15 years ago
  68. 9f322ad imx: serial: handle initialisation failure correctly by Daniel Glöckner · 15 years ago
  69. 2e14639 imx: serial: be sure to stop xmit upon shutdown by Fabian Godehardt · 15 years ago
  70. 97775731 imx: serial: notify higher layers in case xmit IRQ was not called by Fabian Godehardt · 15 years ago
  71. 26bbb3f imx: serial: fix one bit field type by Daniel Glöckner · 15 years ago
  72. d3810cd imx: serial: fix whitespaces (no changes in functionality) by Oskar Schirmer · 15 years ago
  73. 3e3b5c0 tty: use prepare/finish_wait by Jiri Slaby · 15 years ago
  74. 5fc5b42 tty: remove sleep_on by Jiri Slaby · 15 years ago
  75. 4db2299 sierra: driver interface blacklisting by Elina Pasheva · 15 years ago
  76. b9a44bc1 sierra: driver urb handling improvements by Elina Pasheva · 15 years ago
  77. 00b040d tty: resolve some sierra breakage by Alan Cox · 15 years ago
  78. 7d55dea timbuart: Fix the termios logic by Alan Cox · 15 years ago
  79. 34aec59 serial: Added Timberdale UART driver by Richard Röjfors · 15 years ago
  80. e960bf7 tty: Add URL for ttydev queue by Alan Cox · 15 years ago
  81. 93d5581 devpts: unregister the file system on error by Alan Cox · 15 years ago
  82. 26a2e20 tty: Untangle termios and mm mutex dependencies by Alan Cox · 15 years ago
  83. 0b91421 tty: bfin_jtag_comm: emulate a TTY over the Blackfin EMUDAT/JTAG interface by Mike Frysinger · 15 years ago
  84. 7e9cd3a ftdi_sio: don't override modem bits by Alan Cox · 15 years ago
  85. 7f8d09e tty: fix bluetooth scribbling on low latency flags by Alan Cox · 15 years ago
  86. 557aaa7 ft232: support the ASYNC_LOW_LATENCY flag by Alan Cox · 15 years ago
  87. 4cc27bd USB: CP210X Replace CP2101 with CP210x by Craig Shelley · 15 years ago
  88. 93ef1f1 USB: CP210X Use official request code definitions by Craig Shelley · 15 years ago
  89. b7c7cbc USB: CP210X Add device IDs by Craig Shelley · 15 years ago
  90. 2860b79 Blackfin Serial Driver: disable dma rx interrupt only rather than all irqs by Sonic Zhang · 15 years ago
  91. 8450779 Blackfin Serial Driver: handle anomaly 05000231 by Sonic Zhang · 15 years ago
  92. 0efa4f2 Blackfin Serial Driver: annotate anomalies 05000215 and 05000099 by Sonic Zhang · 15 years ago
  93. 35ff693 Blackfin Serial Driver: handle irregular DMA register status in auto start mode by Sonic Zhang · 15 years ago
  94. f9d36da Blackfin Serial Driver: fix missing new lines when under load by Graf Yang · 15 years ago
  95. 7de7c55 Blackfin Serial Driver: fix baudrate for early_printk by Robin Getz · 15 years ago
  96. 8516c56 Blackfin Serial Driver: fix error while transferring large files by Sonic Zhang · 15 years ago
  97. 4328e3e Blackfin SPORT UART: rewrite inline assembly by Mike Frysinger · 15 years ago
  98. a19e8b2 Blackfin SPORT UART: fix data misses while using transmit frame sync by Michael Hennerich · 15 years ago
  99. b5c6794 Blackfin SPORT UART: fix typo in sport_set_termios prototype by Mike Frysinger · 15 years ago
  100. 08e0992 serial: add support for the TI AR7 internal UART by Florian Fainelli · 15 years ago