1. 09e1f70 Blackfin arch: unify the duplicated _real_start functions by Mike Frysinger · 16 years ago
  2. 778307d Blackfin arch: remove support for Anomaly 05000125 as it doesnt exist on any supported processor/silicon by Mike Frysinger · 16 years ago
  3. e93cafe [MTD] [NOR] cfi_cmdset_0001: Timeouts for erase, write and unlock operations by Anders Grafström · 16 years ago
  4. 2e489e0 [MTD] [NOR] Add qry_mode_on()/qry_omde_off() to deal with odd chips by Alexey Korolev · 16 years ago
  5. a0e7229 [MTD] [NOR] Add "Spansion" to MTD_CFI_AMDSTD kconfig menu description by George G. Davis · 16 years ago
  6. 26b994f [CIFS] Code cleanup in old sessionsetup code by Steve French · 16 years ago
  7. 0967d61 Linux 2.6.27-rc2 by Linus Torvalds · 16 years ago
  8. 1835107 Re-introduce "[SCSI] extend the last_sector_bug flag to cover more sectors" by Linus Torvalds · 16 years ago
  9. 9508991 [CIFS] cifs_mkdir and cifs_create should respect the setgid bit on parent dir by Jeff Layton · 16 years ago
  10. 2dd2dfa Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID arg by Jeff Layton · 16 years ago
  11. 6fc000e change CIFSSMBSetTimes to CIFSSMBSetPathInfo by Jeff Layton · 16 years ago
  12. 063ea27 [CIFS] fix trailing whitespace by Steve French · 16 years ago
  13. 4e1e7fb bundle up Unix SET_PATH_INFO args into a struct and change name by Jeff Layton · 16 years ago
  14. e63e032 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  15. ffb2084 AX.25: Fix sysctl registration if !CONFIG_AX25_DAMA_SLAVE by Ralf Baechle · 16 years ago
  16. ff2a79a pktgen: mac count by Robert Olsson · 16 years ago
  17. 1211a64 pktgen: random flow by Robert Olsson · 16 years ago
  18. ef647f1 bridge: Eliminate unnecessary forward delay by Stephen Hemminger · 16 years ago
  19. 37193fb docbook: fix s390 fatal error after header files moved by Randy Dunlap · 16 years ago
  20. 8c275ce drivers/media/video/vino.c needs v4l2-ioctl.h by Andrew Morton · 16 years ago
  21. dfe195f mm: fix uninitialized variables for find_vma_prepare callers by Benny Halevy · 16 years ago
  22. bf1db69 pm_qos: spelling fixes by Richard Hughes · 16 years ago
  23. 7c44319 proc: fix warnings by Alexander Beregalov · 16 years ago
  24. dc39778 drivers/misc/sgi-gru/grutlbpurge.c: removed duplicated #include by Huang Weiyi · 16 years ago
  25. dc60bf1 omfs: fix warning by Alexander Beregalov · 16 years ago
  26. 32ab8f9 kernel-doc: skip nested struct/union cleanly by Randy Dunlap · 16 years ago
  27. d2dc1f4 dma: fix order calculation in dma_mark_declared_memory_occupied() by Jan Beulich · 16 years ago
  28. 978cc90 atyfb_base.c: fix warning by Alexander Beregalov · 16 years ago
  29. 5394ba0 drivers/video/fsl-diu-fb.c: add missing of_node_put by Julia Lawall · 16 years ago
  30. 9bd6ceb radeonfb: give i2c buses nicer names by Jean Delvare · 16 years ago
  31. c213ddf fbcon: fix scrolling after logo is cleared by Krzysztof Helt · 16 years ago
  32. efc4918 radeon: misc corrections by David Miller · 16 years ago
  33. f6ac436 Remove the deprecated cli() sti() functions by Mark Asselstine · 16 years ago
  34. 8cd6819 backlight: add MODULE_ALIAS() to pwm_backlight driver by Ben Dooks · 16 years ago
  35. 14563a4 backlight: add more information output to pwm_backlight by Ben Dooks · 16 years ago
  36. 26cb8bb blackfin RTC driver: drop PIE/stopwatch code since the hardware can only do a max of 1HZ and this same functionality is provided by UIE by Mike Frysinger · 16 years ago
  37. e12af37 blackfin RTC driver: convert PIE handling to irq_set_state() as pointed out by David Brownell by Mike Frysinger · 16 years ago
  38. 140fab1 blackfin RTC driver: wait for the write complete interrupt complete before sleeping by Mike Frysinger · 16 years ago
  39. 3b128fe blackfin RTC driver: disable the write complete irq upon close by Mike Frysinger · 16 years ago
  40. 605eb8b blackfin RTC driver: don't bother passing the rtc struct down to bfin_rtc_int_{set,clear} since it isnt needed (shaves off ~100bytes) by Mike Frysinger · 16 years ago
  41. 813006f blackfin RTC driver: add support for power management framework by Mike Frysinger · 16 years ago
  42. 5aeb776 blackfin RTC driver: Fix bug Only RTC interrupt can wake up deeper sleep core by Sonic Zhang · 16 years ago
  43. dd279f6 blackfin RTC driver: if we dont define irq_set_freq, the common rtc-dev layer will give us the same behavior of returning ENOTTY by Mike Frysinger · 16 years ago
  44. c69ad71 genirq: better warning on irqchip->set_type() failure by David Brownell · 16 years ago
  45. 5b2becc semaphore: __down_common: use signal_pending_state() by Oleg Nesterov · 16 years ago
  46. 3219445 relay: fix "full buffer with exactly full last subbuffer" accounting problem by Tom Zanussi · 16 years ago
  47. 60cadec spi: new orion_spi driver by Shadi Ammouri · 16 years ago
  48. 756fcab block/cciss.c: remove pointless curr_queue calculation by Hannes Reinecke · 16 years ago
  49. 594a881 vt8623fb: fix kernel oops by Ondrej Zajicek · 16 years ago
  50. c6e2bee kdump: report actual value of VMCOREINFO_OSRELEASE in VMCOREINFO by Bernhard Walle · 16 years ago
  51. 775587b powerpc: 86xx: mpc8610_hpcd: add watchdog node by Anton Vorontsov · 16 years ago
  52. 5c9ffc9 mm_init.c: avoid ifdef-inside-macro-expansion by Andrew Morton · 16 years ago
  53. 35ad1c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  54. e34a8ae async_tx: fix missing braces in async_xor_zero_sum by Dan Williams · 16 years ago
  55. 580da34 Fix USB storage hang on command abort by Alan Stern · 16 years ago
  56. 9e96af8 Fix missing braces in cifs_revalidate() by Suresh Jayaraman · 16 years ago
  57. f454cbe ide: ->cable_detect method cannot be marked __devinit by Bartlomiej Zolnierkiewicz · 16 years ago
  58. 36de994 ide: ->quirkproc method cannot be marked __devinit by Bartlomiej Zolnierkiewicz · 16 years ago
  59. 24307ff cs5520: add enablebits checking by Bartlomiej Zolnierkiewicz · 16 years ago
  60. af744e3 cdrom: don't check CDC_PLAY_AUDIO in cdrom_count_tracks() by Tejun Heo · 16 years ago
  61. 938bb03 ide-cd: fix endianity for the error message in cdrom_read_capacity by Petr Tesarik · 16 years ago
  62. c5bfc37 ide: remove CONFIG_IDE_MAX_HWIFS by Adrian Bunk · 16 years ago
  63. 0e25f71 remove unneeded #include <linux/ide.h>'s by Adrian Bunk · 16 years ago
  64. d3e33ff ide: fix regression caused by ide_device_{get,put}() addition (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  65. b5b9309 remove unnecessary <linux/hdreg.h> includes by Bartlomiej Zolnierkiewicz · 16 years ago
  66. 39b986a ide: sanitize struct ide_port_ops documentation (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  67. 242f442 ide: fix ide_fix_driveid() by Bartlomiej Zolnierkiewicz · 16 years ago
  68. 367fdcb ide: fix pre-EIDE SWDMA support on big-endian by Bartlomiej Zolnierkiewicz · 16 years ago
  69. 3663b73 avr32: Use <mach/foo.h> instead of <asm/arch/foo.h> by Haavard Skinnemoen · 16 years ago
  70. 964d219 avr32: Introduce arch/avr32/mach-*/include/mach by Haavard Skinnemoen · 16 years ago
  71. 84db8d7 avr32: Move include/asm-avr32 to arch/avr32/include/asm by Haavard Skinnemoen · 16 years ago
  72. d6a2989 Blackfin arch: Fix bugs - Make kgdb code apparent to app debugging. by Sonic Zhang · 16 years ago
  73. fe5aeb9 Blackfin arch: use symbolic IRQ_PF define rather than hardcoded by Mike Frysinger · 16 years ago
  74. 9080891 Blackfin arch: remove pata resources from generic board by Mike Frysinger · 16 years ago
  75. b9da3b9 Blackfin arch: add support for board tcm-bf537 by Mike Frysinger · 16 years ago
  76. 8ea8949 Blackfin arch: add board resources for parallel flash on cm-bf537 by Mike Frysinger · 16 years ago
  77. aa58297 Blackfin arch: be consistant with parition names, and ensure the bus is identified by Robin Getz · 16 years ago
  78. 4a88d0c Blackfin arch: Functional power management support by Michael Hennerich · 16 years ago
  79. 5400c5a Blackfin arch: Fix bug - This change eliminates impact on application debugging by Jie Zhang · 16 years ago
  80. 0f0625d Blackfin arch: remove useless mtd defines in uClinux by Mike Frysinger · 16 years ago
  81. 33e3349 Merge branch 'no-ath9k' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  82. ad61980 bridge: fix compile warning in net/bridge/br_netfilter.c by Rami Rosen · 16 years ago
  83. 95c3e8b ipv4: remove unused field in struct flowi (include/net/flow.h). by Rami Rosen · 16 years ago
  84. 5595cff SLUB: dynamic per-cache MIN_PARTIAL by Pekka Enberg · 16 years ago
  85. 2f751b6 tg3: Fix 'scheduling while atomic' errors by Matt Carlson · 16 years ago
  86. cc6533e net: Kill plain NET_XMIT_BYPASS. by David S. Miller · 16 years ago
  87. 0310fa2 Allow raid10 resync to happening in larger chunks. by NeilBrown · 16 years ago
  88. c89a8ee Allow faulty devices to be removed from a readonly array. by NeilBrown · 16 years ago
  89. ac4090d Don't let a blocked_rdev interfere with read request in raid5/6 by NeilBrown · 16 years ago
  90. dba034e Fail safely when trying to grow an array with a write-intent bitmap. by NeilBrown · 16 years ago
  91. 2b25000 Restore force switch of md array to readonly at reboot time. by NeilBrown · 16 years ago
  92. 19052c0 Make writes to md/safe_mode_delay immediately effective. by NeilBrown · 16 years ago
  93. c27f339 net_sched: Add qdisc __NET_XMIT_BYPASS flag by Jarek Poplawski · 16 years ago
  94. 378a2f0 net_sched: Add qdisc __NET_XMIT_STOLEN flag by Jarek Poplawski · 16 years ago
  95. ca5de40 fs: rename buffer trylock by Nick Piggin · 16 years ago
  96. 529ae9a mm: rename page trylock by Nick Piggin · 16 years ago
  97. e9ba969 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  98. 929bada powerpc/44x: Incorrect NOR offset in Warp DTS by Sean MacLennan · 16 years ago
  99. 1d555cf powerpc/44x: Warp DTS changes for board updates by Sean MacLennan · 16 years ago
  100. 048040a powerpc/4xx: Cleanup Warp for i2c driver changes. by Sean MacLennan · 16 years ago