1. 43570fd mm,slub,x86: decouple size of struct page from CONFIG_CMPXCHG_LOCAL by Heiko Carstens · 12 years ago
  2. 0d259cf include/linux/linkage.h: remove unused ATTRIB_NORET macro by Joe Perches · 12 years ago
  3. ff2d8b1 treewide: convert uses of ATTRIB_NORETURN to __noreturn by Joe Perches · 12 years ago
  4. 9402c95 treewide: remove useless NORET_TYPE macro and uses by Joe Perches · 12 years ago
  5. 80bf007 include/linux/linkage.h: remove unused NORET_AND macro by Joe Perches · 12 years ago
  6. 4da4785 kernel.h: neaten panic prototype by Joe Perches · 12 years ago
  7. efeb156 kprobes: silence DEBUG_STRICT_USER_COPY_CHECKS=y warning by Stephen Boyd · 12 years ago
  8. a2ef990 proc: fix null pointer deref in proc_pid_permission() by Xiaotian Feng · 12 years ago
  9. 91dce7d pptp: Accept packet with seq zero by Bradley Peterson · 12 years ago
  10. 5b7bf42 RDS: Remove some unused iWARP code by Roland Dreier · 12 years ago
  11. 8d82f21 net: fsl: fec: handle 10Mbps speed in RMII mode by Eric Benard · 12 years ago
  12. 25cecd7 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c: add missing iounmap by Julia Lawall · 12 years ago
  13. 20d4369 drivers/net/ethernet/tundra/tsi108_eth.c: add missing iounmap by Julia Lawall · 12 years ago
  14. 8363658 ksz884x: fix mtu for VLAN by Doug Kehn · 12 years ago
  15. ddecf0f net_sched: sfq: add optional RED on top of SFQ by Eric Dumazet · 12 years ago
  16. 72092cc dp83640: Fix NOHZ local_softirq_pending 08 warning by Manfred Rudigier · 12 years ago
  17. 9c4886e gianfar: Fix invalid TX frames returned on error queue when time stamping by Manfred Rudigier · 12 years ago
  18. db83d13 gianfar: Fix missing sock reference when processing TX time stamps by Manfred Rudigier · 12 years ago
  19. eb8a54a7 phylib: introduce mdiobus_alloc_size() by Timur Tabi · 12 years ago
  20. 2485a4b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  21. 6733e54 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 12 years ago
  22. bcf8a3d Merge tag 'to-linus' of git://github.com/rustyrussell/linux by Linus Torvalds · 12 years ago
  23. 1398eee net: decrement memcg jump label when limit, not usage, is changed by Glauber Costa · 12 years ago
  24. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 12 years ago
  25. 61bd5e5 brcmsmac: fix reading of PCI sprom contents by Linus Torvalds · 12 years ago
  26. 9ee6045 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 12 years ago
  27. bccd172 x86: Get rid of 'dubious one-bit signed bitfield' sprase warning by Anton Vorontsov · 12 years ago
  28. a429638 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  29. 5cf9a4e x86/PCI: build amd_bus.o only when CONFIG_AMD_NB=y by Bjorn Helgaas · 12 years ago
  30. 9e4ce16 Merge branch 'topic/hda' into for-linus by Takashi Iwai · 12 years ago
  31. 627b796 Merge branch 'topic/misc' into for-linus by Takashi Iwai · 12 years ago
  32. 29abceb Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into topic/asoc by Takashi Iwai · 12 years ago
  33. 4c4d285 Merge tag 'rmobile-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 12 years ago
  34. 56c8bc3 Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 12 years ago
  35. b8bf17d Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  36. b6c96c0 lguest: Make sure interrupt is allocated ok by lguest_setup_irq by Stratos Psomadakis · 12 years ago
  37. 07fe997 lguest: move the lguest tool to the tools directory by Davidlohr Bueso · 12 years ago
  38. 39082f7 lguest: switch segment-voodoo-numbers to readable symbols by Jacek Galowicz · 12 years ago
  39. e562966 virtio: balloon: Add freeze, restore handlers to support S4 by Amit Shah · 12 years ago
  40. be91c33 virtio: balloon: Move vq initialization into separate function by Amit Shah · 12 years ago
  41. 0741bcb virtio: net: Add freeze, restore handlers to support S4 by Amit Shah · 12 years ago
  42. 04486ed virtio: net: Move vq and vq buf removal into separate function by Amit Shah · 12 years ago
  43. 3f9c10b virtio: net: Move vq initialization into separate function by Amit Shah · 12 years ago
  44. f8fb5bc virtio: blk: Add freeze, restore handlers to support S4 by Amit Shah · 12 years ago
  45. 6abd6e5 virtio: blk: Move vq initialization to separate function by Amit Shah · 12 years ago
  46. c743d09 virtio: console: Disable callbacks for virtqueues at start of S4 freeze by Amit Shah · 12 years ago
  47. 2b8f41d virtio: console: Add freeze and restore handlers to support S4 by Amit Shah · 12 years ago
  48. a0e2dbf virtio: console: Move vq and vq buf removal into separate functions by Amit Shah · 12 years ago
  49. f0fe6f1 virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroff by Amit Shah · 12 years ago
  50. d077536 virtio: pci: switch to new PM API by Amit Shah · 12 years ago
  51. 4678d6f virtio_blk: fix config handler race by Michael S. Tsirkin · 12 years ago
  52. e93300b virtio: add debugging if driver doesn't kick. by Rusty Russell · 12 years ago
  53. ee7cd89 virtio: expose added descriptors immediately. by Rusty Russell · 12 years ago
  54. 3b720b8 virtio: avoid modulus operation. by Rusty Russell · 12 years ago
  55. 41f0377 virtio: support unlocked queue kick by Rusty Russell · 12 years ago
  56. f96fde4 virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf by Rusty Russell · 12 years ago
  57. 5dfc176 virtio: document functions better. by Rusty Russell · 12 years ago
  58. 1e214a5 virtio-balloon: Trivial cleanups by Sasha Levin · 13 years ago
  59. 7b21e34 virtio: harsher barriers for rpmsg. by Rusty Russell · 12 years ago
  60. 1c1744c sh: magicpanelr2: Update for parse_mtd_partitions() fallout. by Paul Mundt · 12 years ago
  61. 603129a sh: mach-rsk: Update for parse_mtd_partitions() fallout. by Paul Mundt · 12 years ago
  62. b1bdd25 Merge branch 'sh/nommu' into sh-latest by Paul Mundt · 12 years ago
  63. c1537b4 sh: sh2a: Improve cache flush/invalidate functions by Phil Edworthy · 12 years ago
  64. 9d14070 Merge branch 'sh/hwblk' into sh-latest by Paul Mundt · 12 years ago
  65. 9f06cf3 Merge branch 'sh/pm-runtime' into sh-latest by Paul Mundt · 12 years ago
  66. d3442b2 sh: also without PM_RUNTIME pm_runtime.o must be built by Guennadi Liakhovetski · 12 years ago
  67. a4d5247 sh: add a resource name for shdma by Shimoda, Yoshihiro · 12 years ago
  68. e64e1b1 Merge branch 'rmobile/smp' into rmobile-latest by Paul Mundt · 12 years ago
  69. 2005246 arm: mach-shmobile: add a resource name for shdma by Shimoda, Yoshihiro · 12 years ago
  70. 9fc5c3e Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  71. 541048a Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  72. bcede2f Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  73. d0b9706 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  74. 02d9295 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 12 years ago
  75. b24ca57 Merge git://git.infradead.org/battery-2.6 by Linus Torvalds · 12 years ago
  76. 6296e5d Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 12 years ago
  77. c086ae4 Merge tag 'md-3.3-fixes' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  78. 7b67e75 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 12 years ago
  79. f40aaf6 ARM: mach-shmobile: r8a7779 SMP support V3 by Magnus Damm · 12 years ago
  80. 9f13a1f cpu: Register a generic CPU device on architectures that currently do not by Ben Hutchings · 12 years ago
  81. 024f784 cpu: Do not return errors from cpu_dev_init() which will be ignored by Ben Hutchings · 12 years ago
  82. 3b09c84 inet_diag: Rename inet_diag_req_compat into inet_diag_req by Pavel Emelyanov · 12 years ago
  83. c899136 inet_diag: Rename inet_diag_req into inet_diag_req_v2 by Pavel Emelyanov · 12 years ago
  84. f515e6b bond_alb: don't disable softirq under bond_alb_xmit by Maxim Uvarov · 12 years ago
  85. 1140afa mac80211: fix rx->key NULL pointer dereference in promiscuous mode by Stanislaw Gruszka · 12 years ago
  86. bdd3ae3 nl80211: fix old station flags compatibility by Johannes Berg · 12 years ago
  87. 5878cf4 Merge branch 'slab/urgent' into slab/for-linus by Pekka Enberg · 12 years ago
  88. bced76a sched: Fix lockup by limiting load-balance retries on lock-break by Peter Zijlstra · 12 years ago
  89. d6b2450 Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc into topic/asoc by Takashi Iwai · 12 years ago
  90. e48b46b ASoC: twl6040 - Add method to query optimum PDM_DL1 gain by Liam Girdwood · 12 years ago
  91. f2cbba7 ALSA: hda - Fix the lost power-setup of seconary pins after PM resume by Takashi Iwai · 12 years ago
  92. 8c3f5d8 ALSA: usb-audio: add Yamaha MOX6/MOX8 support by Clemens Ladisch · 12 years ago
  93. 56225e4 ALSA: virtuoso: add S/PDIF input support for all Xonars by Clemens Ladisch · 13 years ago
  94. 52cd0a7 ALSA: ice1724 - Support for ooAoo SQ210a by Pavel Hofman · 12 years ago
  95. 2b151ef ALSA: ice1724 - Allow card info based on model only by Pavel Hofman · 12 years ago
  96. ffd364d ALSA: ice1724 - Create capture pcm only for ADC-enabled configurations by Pavel Hofman · 12 years ago
  97. f7de8ba ALSA: hdspm - Provide unique driver id based on card serial by Adrian Knoth · 12 years ago
  98. 52965cc Input: bcm5974 - set BUTTONPAD property by Jussi Pakkanen · 12 years ago
  99. 4fa0771 Input: serio_raw - return proper result when serio_raw_write fails by Dmitry Torokhov · 12 years ago
  100. 0c62fbf Input: serio_raw - really signal HUP upon disconnect by Dmitry Torokhov · 12 years ago