1. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  2. 476bc00 module_param: make bool parameters really bool (arch) by Rusty Russell · 13 years ago
  3. 2329abf module_param: make bool parameters really bool (core code) by Rusty Russell · 13 years ago
  4. 6d6a55e kernel/async: remove redundant declaration. by Rusty Russell · 13 years ago
  5. 29d4d6d printk: fix unnecessary module_param_name. by Rusty Russell · 13 years ago
  6. f17dda9 lirc_parallel: fix module parameter description. by Rusty Russell · 13 years ago
  7. 69116f2 module_param: avoid bool abuse, add bint for special cases. by Rusty Russell · 13 years ago
  8. bafeafe module_param: check type correctness for module_param_array by Rusty Russell · 13 years ago
  9. e49ce14 modpost: use linker section to generate table. by Rusty Russell · 13 years ago
  10. 626596e modpost: use a table rather than a giant if/else statement. by Rusty Russell · 13 years ago
  11. cca3e70 modules: sysfs - export: taint, coresize, initsize by Kay Sievers · 13 years ago
  12. 8487bfd kernel/params: replace DEBUGP with pr_debug by Jim Cromie · 13 years ago
  13. 5e12416 module: replace DEBUGP with pr_debug by Jim Cromie · 13 years ago
  14. bd77c04 module: struct module_ref should contains long fields by Eric Dumazet · 13 years ago
  15. 48fd118 module: Fix performance regression on modules with large symbol tables by Kevin Cernekee · 13 years ago
  16. 70b1e916 module: Add comments describing how the "strmap" logic works by Kevin Cernekee · 13 years ago
  17. 7c5465d pnfsblock: alloc short extent before submit bio by Peng Tao · 13 years ago
  18. c0411a9 pnfsblock: remove rpc_call_ops from struct parallel_io by Peng Tao · 13 years ago
  19. 72c5088 pnfsblock: move find lock page logic out of bl_write_pagelist by Peng Tao · 13 years ago
  20. 60c52e3 pnfsblock: cleanup bl_mark_sectors_init by Peng Tao · 13 years ago
  21. 74a6eeb pnfsblock: limit bio page count by Peng Tao · 13 years ago
  22. 93a3844 pnfsblock: don't spinlock when freeing block_dev by Peng Tao · 13 years ago
  23. 57582b3 pnfsblock: clean up _add_entry by Peng Tao · 13 years ago
  24. 82b906d pnfsblock: set read/write tk_status to pnfs_error by Peng Tao · 13 years ago
  25. 39e567a pnfsblock: acquire im_lock in _preload_range by Peng Tao · 13 years ago
  26. de040be NFS4: fix compile warnings in nfs4proc.c by Peng Tao · 13 years ago
  27. 363e0df0 nfs: check for integer overflow in decode_devicenotify_args() by Dan Carpenter · 13 years ago
  28. 13fff2f NFS: cleanup endian type in decode_ds_addr() by Dan Carpenter · 13 years ago
  29. 0e0243d NFS: add an endian notation by Dan Carpenter · 13 years ago
  30. 2485a4b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  31. 6733e54 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 13 years ago
  32. bcf8a3d Merge tag 'to-linus' of git://github.com/rustyrussell/linux by Linus Torvalds · 13 years ago
  33. 1398eee net: decrement memcg jump label when limit, not usage, is changed by Glauber Costa · 13 years ago
  34. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 13 years ago
  35. 61bd5e5 brcmsmac: fix reading of PCI sprom contents by Linus Torvalds · 13 years ago
  36. 0db13fc mmc: fix a deadlock between system suspend and MMC block IO by Guennadi Liakhovetski · 13 years ago
  37. 3abc1e80 mmc: sdhci: restore the enabled dma when do reset all by Shaohui Xie · 13 years ago
  38. 8234e86 mmc: dw_mmc: miscaculated the fifo-depth with wrong bit operation by Jaehoon Chung · 13 years ago
  39. 069c9f1 mmc: host: Adds support for eMMC 4.5 HS200 mode by Girish K S · 13 years ago
  40. a4924c7 mmc: core: HS200 mode support for eMMC 4.5 by Girish K S · 13 years ago
  41. ee5d19b mmc: dw_mmc: fixed wrong bit operation for SDMMC_GET_FCNT() by Jaehoon Chung · 13 years ago
  42. 8bc0678 mmc: core: Separate the timeout value for cache-ctrl by Seungwon Jeon · 13 years ago
  43. 984589e mmc: sdhci-spear: Fix compilation error by Viresh Kumar · 13 years ago
  44. 38a60ea mmc: sdhci: Deal with failure case in sdhci_suspend_host by Aaron Lu · 13 years ago
  45. 3f51429 mmc: dw_mmc: Clear the DDR mode for non-DDR by Seungwon Jeon · 13 years ago
  46. dd8df17 mmc: sd: Fix SDR12 timing regression by Alexander Elbs · 13 years ago
  47. c6ced0d mmc: sdhci: Fix tuning timer incorrect setting when suspending host by Aaron Lu · 13 years ago
  48. 9ee6045 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 13 years ago
  49. 220d9f2 ASoC: Fix DMA channel leak in imx-pcm-dma-mx2 driver. by Javier Martin · 13 years ago
  50. 046d0a3 MAINTAINERS: List i2c-omap and i2c-davinci drivers by Jean Delvare · 13 years ago
  51. d7a5e24 MAINTAINERS: i2c: Add third maintainer by Wolfram Sang · 13 years ago
  52. 245e99c i2c/gpio-i2cmux: Convert to use module_platform_driver() by Axel Lin · 13 years ago
  53. a3664b5 i2c/busses: Use module_platform_driver() by Axel Lin · 13 years ago
  54. a699ed6f i2c-dev: Use memdup_user by Thomas Meyer · 13 years ago
  55. 3527bd5 i2c: Convert to DEFINE_PCI_DEVICE_TABLE by Axel Lin · 13 years ago
  56. 65a2d74 i2c-ali1535: enable SPARC support by corentin.labbe · 13 years ago
  57. 7c1f59c i2c: Fix error value returned by several bus drivers by Jean Delvare · 13 years ago
  58. 83eb26a ceph: ensure prealloc_blob is in place when removing xattr by Alex Elder · 13 years ago
  59. 0e805a1 rbd: initialize snap_rwsem in rbd_add() by Alex Elder · 13 years ago
  60. a40dc6c ceph: enable/disable dentry complete flags via mount option by Sage Weil · 13 years ago
  61. 46f72b3 vfs: export symbol d_find_any_alias() by Sage Weil · 13 years ago
  62. bccd172 x86: Get rid of 'dubious one-bit signed bitfield' sprase warning by Anton Vorontsov · 13 years ago
  63. 8ea11f7 xen/balloon: Move the registration from device to subsystem. by Konrad Rzeszutek Wilk · 13 years ago
  64. d3b7737 Merge commit '070680218379e15c1901f4bf21b98e3cbf12b527' into stable/for-linus-fixes-3.3 by Konrad Rzeszutek Wilk · 13 years ago
  65. a429638 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
  66. 5cf9a4e x86/PCI: build amd_bus.o only when CONFIG_AMD_NB=y by Bjorn Helgaas · 13 years ago
  67. 9e4ce16 Merge branch 'topic/hda' into for-linus by Takashi Iwai · 13 years ago
  68. 627b796 Merge branch 'topic/misc' into for-linus by Takashi Iwai · 13 years ago
  69. 29abceb Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into topic/asoc by Takashi Iwai · 13 years ago
  70. fd83240 blockdev: convert some macros to static inlines by Stephen Rothwell · 13 years ago
  71. 0b4156e fs: remove unneeded plug in mpage_readpages() by Namjae Jeon · 13 years ago
  72. 4c4d285 Merge tag 'rmobile-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 13 years ago
  73. 56c8bc3 Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 13 years ago
  74. b8bf17d Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  75. b6c96c0 lguest: Make sure interrupt is allocated ok by lguest_setup_irq by Stratos Psomadakis · 13 years ago
  76. 07fe997 lguest: move the lguest tool to the tools directory by Davidlohr Bueso · 13 years ago
  77. 39082f7 lguest: switch segment-voodoo-numbers to readable symbols by Jacek Galowicz · 13 years ago
  78. e562966 virtio: balloon: Add freeze, restore handlers to support S4 by Amit Shah · 13 years ago
  79. be91c33 virtio: balloon: Move vq initialization into separate function by Amit Shah · 13 years ago
  80. 0741bcb virtio: net: Add freeze, restore handlers to support S4 by Amit Shah · 13 years ago
  81. 04486ed virtio: net: Move vq and vq buf removal into separate function by Amit Shah · 13 years ago
  82. 3f9c10b virtio: net: Move vq initialization into separate function by Amit Shah · 13 years ago
  83. f8fb5bc virtio: blk: Add freeze, restore handlers to support S4 by Amit Shah · 13 years ago
  84. 6abd6e5 virtio: blk: Move vq initialization to separate function by Amit Shah · 13 years ago
  85. c743d09 virtio: console: Disable callbacks for virtqueues at start of S4 freeze by Amit Shah · 13 years ago
  86. 2b8f41d virtio: console: Add freeze and restore handlers to support S4 by Amit Shah · 13 years ago
  87. a0e2dbf virtio: console: Move vq and vq buf removal into separate functions by Amit Shah · 13 years ago
  88. f0fe6f1 virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroff by Amit Shah · 13 years ago
  89. d077536 virtio: pci: switch to new PM API by Amit Shah · 13 years ago
  90. 4678d6f virtio_blk: fix config handler race by Michael S. Tsirkin · 13 years ago
  91. e93300b virtio: add debugging if driver doesn't kick. by Rusty Russell · 13 years ago
  92. ee7cd89 virtio: expose added descriptors immediately. by Rusty Russell · 13 years ago
  93. 3b720b8 virtio: avoid modulus operation. by Rusty Russell · 13 years ago
  94. 41f0377 virtio: support unlocked queue kick by Rusty Russell · 13 years ago
  95. f96fde4 virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf by Rusty Russell · 13 years ago
  96. 5dfc176 virtio: document functions better. by Rusty Russell · 13 years ago
  97. 1e214a5 virtio-balloon: Trivial cleanups by Sasha Levin · 13 years ago
  98. 7b21e34 virtio: harsher barriers for rpmsg. by Rusty Russell · 13 years ago
  99. aa9df4f mmc: core: Add option to prevent eMMC sleep command by Ulf Hansson · 13 years ago
  100. 7efab4f mmc: omap_hsmmc: use threaded irq handler for card-detect. by NeilBrown · 13 years ago