1. a004cd4 sched: Fix return value of migration_init() by Thomas Gleixner · 15 years ago
  2. ab30046 crypto: api - Fix aligned ctx helper by Herbert Xu · 15 years ago
  3. 0b767b4 crypto: hmac - Prehash ipad/opad by Herbert Xu · 15 years ago
  4. d6c585a x86: geode: Mark mfgpt irq IRQF_TIMER to prevent resume failure by Thomas Gleixner · 15 years ago
  5. 7b4ffcf crypto: aes - Undefined behaviour in crypto_aes_expand_key by Phil Carmody · 15 years ago
  6. 0044f3e crypto: shash - Test for the algorithms import function before exporting it by Steffen Klassert · 15 years ago
  7. 5befbd5 crypto: ahash - Use GFP_KERNEL on allocation if the request can sleep by Steffen Klassert · 15 years ago
  8. 4fef5f9 OMAP4: sDMA: Update the request lines and new registers. by Santosh Shilimkar · 15 years ago
  9. 74d1541 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  10. 5a6338d Fix typos in comments in via-velocity header. by Dave Jones · 15 years ago
  11. 2cf71d2 Remove unnecessary forward declarations from velocity NIC driver. by Dave Jones · 15 years ago
  12. c406740 Fix up CodingStyle problems in via-velocity.c by Dave Jones · 15 years ago
  13. 83c98a8 Remove unused zero-copy code from velocity NIC driver. by Dave Jones · 15 years ago
  14. 67edfef TCP: Add comments to (near) all functions in tcp_output.c v3 by Andi Kleen · 15 years ago
  15. 40d4e3d af_packet: style cleanups by Eric Dumazet · 15 years ago
  16. c9a73cd net: move macsonic's probe function to .devinit.text by Uwe Kleine-König · 15 years ago
  17. 0c9cd39 net: move xtsonic's probe function to .devinit.text by Uwe Kleine-König · 15 years ago
  18. ffe8553 net: move sb1250-mac's probe function to .devinit.text by Uwe Kleine-König · 15 years ago
  19. dd93667 net: move meth's probe function to .devinit.text by Uwe Kleine-König · 15 years ago
  20. 2e76bae net: move jazzsonic's probe function to .devinit.text by Uwe Kleine-König · 15 years ago
  21. a65a688 net: move sgiseeq's probe function to .devinit.text by Uwe Kleine-König · 15 years ago
  22. 27a242e veth: Zero timestamp in xmit path. by Ben Greear · 15 years ago
  23. dd52856 can: sja1000: Add support for the new 4 channel EMS CPC-PCI cards by Sebastian Haas · 15 years ago
  24. 69222e2 dm9000: switch to dev_pm_ops by Mike Rapoport · 15 years ago
  25. 5be93b9 be2net: Add GRO support to the be2net driver. LRO is not supported anymore. by Ajit Khaparde · 15 years ago
  26. 2eee40c Phonet: dropped datagrams accounting by Rémi Denis-Courmont · 15 years ago
  27. 2e2fb4b Phonet: account for dropped RX packets by Rémi Denis-Courmont · 15 years ago
  28. c1dc13e Phonet: sockets list through proc_fs by Rémi Denis-Courmont · 15 years ago
  29. 75e3375 tracing/ksym_tracer: support quick clear for ksym_trace_filter -- v2 by Xiao Guangrong · 15 years ago
  30. 8e06854 tracing/ksym_tracer: fix write operation of ksym_trace_filter by Xiao Guangrong · 15 years ago
  31. d857ace tracing/ksym_tracer: fix the output of ksym tracer by Xiao Guangrong · 15 years ago
  32. d9ab771 Driver Core: Make PM operations a const pointer by Dmitry Torokhov · 15 years ago
  33. 5dea271 dm table: pass correct dev area size to device_area_is_valid by Mike Snitzer · 15 years ago
  34. a732c20 dm: remove queue next_ordered workaround for barriers by Mike Snitzer · 15 years ago
  35. 6988568 dm raid1: wake kmirrord when requeueing delayed bios after remote recovery by Mikulas Patocka · 15 years ago
  36. ffafa60 ixgbe: remove unnecessary call to device_init_wakeup by Andy Gospodarek · 15 years ago
  37. 6012786 ixgbe: Don't priority tag control frames in DCB mode by Lucy Liu · 15 years ago
  38. 0d55158 ixgbe: Enable FCoE offload when DCB is enabled for 82599 by Yi Zou · 15 years ago
  39. 0584974 ocfs2: Define credit counts for quota operations by Jan Kara · 15 years ago
  40. 4539f1d ocfs2: Remove syncjiff field from quota info by Jan Kara · 15 years ago
  41. 1c1d979 ocfs2: Fix initialization of blockcheck stats by Jan Kara · 15 years ago
  42. 7669f54 ocfs2: Zero out padding of on disk dquot structure by Jan Kara · 15 years ago
  43. 0e7f387 ocfs2: Initialize blocks allocated to local quota file by Jan Kara · 15 years ago
  44. 4b3fa19 ocfs2: Mark buffer uptodate before calling ocfs2_journal_access_dq() by Jan Kara · 15 years ago
  45. b57ac2c ocfs2: Make global quota files blocksize aligned by Jan Kara · 15 years ago
  46. 82e1264 ocfs2: Use ocfs2_rec_clusters in ocfs2_adjust_adjacent_records. by Tao Ma · 15 years ago
  47. dacac4d net: Rework mdio-ofgpio driver to use of_mdio infrastructure by Mark Ware · 15 years ago
  48. bd171d5 ftrace: Only update $offset when we update $ref_func by Matt Fleming · 15 years ago
  49. fc4c735 ftrace: Fix the conditional that updates $ref_func by Matt Fleming · 15 years ago
  50. 4a19fb1 jfs: Fix early release of acl in jfs_get_acl by Stefan Bader · 15 years ago
  51. b30c494 ALSA: snd_usb_caiaq: add support for Audio2DJ by Daniel Mack · 15 years ago
  52. 947ca21 ALSA: pcm - Fix hwptr buffer-size overlap bug by Takashi Iwai · 15 years ago
  53. 8650ae3 tracing: only truncate ftrace files when O_TRUNC is set by Steven Rostedt · 15 years ago
  54. 4c739ff tracing: show proper address for trace-printk format by Steven Rostedt · 15 years ago
  55. 636eace tracing/stat: Fix seqfile memory leak by Li Zefan · 15 years ago
  56. 8782711 function-graph: Fix seqfile memory leak by Li Zefan · 15 years ago
  57. d8cc1ab trace_stack: Fix seqfile memory leak by Li Zefan · 15 years ago
  58. f0166e5 ieee802154: move headers out of extra directory by Dmitry Eremin-Solenikov · 15 years ago
  59. 878fa89 IEEE80154: Add documentation to the IEEE80154 netlink and fakehard driver by Daniel Silverstone · 15 years ago
  60. 8935064 ALSA: pcm - Fix warnings in debug loggings by Takashi Iwai · 15 years ago
  61. 474828a ALSA: Allow passing platform_data to devices attached to AC97 bus by Marek Vasut · 15 years ago
  62. b5d6f93 ALSA: hda - Add description of new models for ALC889/889A by Takashi Iwai · 15 years ago
  63. a7569af ASoC: MAX9877: fix write operation for register by Joonyoung Shim · 15 years ago
  64. 459dc35 ASoC: Add support for Conexant CX20442-11 voice modem codec by Janusz Krzysztofik · 15 years ago
  65. a3beddd Merge branch 'sh/kfr2r09' by Paul Mundt · 15 years ago
  66. 5bdef86 sh: kfr2r09 board support - mach-type and defconfig by Magnus Damm · 15 years ago
  67. 915190f [ARM] 5614/1: at91: atmel_lcdfb: add at91sam9g10 support to atmel LCD driver by Nicolas Ferre · 15 years ago
  68. 87a8c37 ALSA: hda - Add better Intel IbexPeak platform support by Jaroslav Kysela · 15 years ago
  69. 3f3f1d9 [ARM] 5619/1: Add spi mfp api for w90p910 spi driver by wanzongshun · 15 years ago
  70. c16d5d5 [ARM] 5618/1: Add spi resource define for w90p910 spi driver by wanzongshun · 15 years ago
  71. b481476 [ARM] 5617/1: rename this spi device as w90p910-spi by wanzongshun · 15 years ago
  72. 768db4e [ARM] 5616/1: Add mac resource define for w90p910 mac driver by wanzongshun · 15 years ago
  73. 42ff4cf [ARM] 5610/1: Add fmi resource define for w90p910 platform by wanzongshun · 15 years ago
  74. 3174c88 [ARM] 5611/1: ep93xx: update ts72xx nor flash support by Hartley Sweeten · 15 years ago
  75. cedb811 ALSA: pcm - Add logging of hwptr updates and interrupt updates by Takashi Iwai · 15 years ago
  76. 11a7926 Input: bf54x-keys - convert printk() to dev_*() by Mike Frysinger · 15 years ago
  77. 4832958 Input: add Blackfin rotary input driver by Michael Hennerich · 15 years ago
  78. c30853d Merge branch 'for-2.6.31' into for-2.6.32 by Mark Brown · 15 years ago
  79. d756b27 ASoC: OMAP: Staticise pcm creation function of omap-pcm by Lopez Cruz, Misael · 15 years ago
  80. 06c7128 ASoC: tlv320aic3x: Enable PLL when not bypassed by Chaithrika U S · 15 years ago
  81. 808347f dmaengine: at_hdmac: add DMA slave transfers by Nicolas Ferre · 15 years ago
  82. dc78baa dmaengine: at_hdmac: new driver for the Atmel AHB DMA Controller by Nicolas Ferre · 15 years ago
  83. 52ec775 Input: pxa27x_keypad - remove extra clk_disable by Dmitry Torokhov · 15 years ago
  84. f1aef8b dmaengine: dmatest: correct thread_count while using multiple thread per channel by Nicolas Ferre · 15 years ago
  85. 0a2ff57d dmaengine: dmatest: add a maximum number of test iterations by Nicolas Ferre · 15 years ago
  86. bd07211 Merge commit 'v2.6.31-rc4' into next by Dmitry Torokhov · 15 years ago
  87. c019894 drivers/dma: Remove unnecessary semicolons by Joe Perches · 15 years ago
  88. e3d4330 drivers/dma/fsldma.c: Remove unnecessary semicolons by Joe Perches · 15 years ago
  89. 39a6bf1 sh: kfr2r09 board support - KEYSC keypad by Magnus Damm · 15 years ago
  90. a366aa64 sh: kfr2r09 board support - NOR flash by Magnus Damm · 15 years ago
  91. e7d1651 sh: kfr2r09 board support - SCIF console by Magnus Damm · 15 years ago
  92. 955c986 sh: convert processor device setup functions to arch_initcall() by Magnus Damm · 15 years ago
  93. c690be1 i2c: change i2c-sh_mobile.c module_init() to subsys_initcall() by Magnus Damm · 15 years ago
  94. 2c59b0b usb: m66592-udc platform data on_chip support by Magnus Damm · 15 years ago
  95. cf4f1e7 usb: move r8a66597 register defines by Magnus Damm · 15 years ago
  96. 1d3e216 [ARM] pxa/em-x270: fix compile failure when CONFIG_APM_EMULATION=n by Mike Rapoport · 15 years ago
  97. 4be3bd7 Linux 2.6.31-rc4 by Linus Torvalds · 15 years ago
  98. 2ded9e2 drm/i915: hdmi detection according by reading edid by ling.ma@intel.com · 15 years ago
  99. b600ffa Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  100. 81cbf6d Merge branch 'lockdep-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep by Linus Torvalds · 15 years ago