1. 21a1416 KVM: lock slots_lock around device assignment by Alex Williamson · 12 years ago
  2. 51b79be security: fix compile error in commoncap.c by Jonghwan Choi · 12 years ago
  3. 2225fd5 KVM: VMX: Fix kvm_set_shared_msr() called in preemptible context by Avi Kivity · 12 years ago
  4. dbfad21 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 12 years ago
  5. 743e89e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  6. af6d17c pch_uart: Fix dma channel unallocated issue by Tomoya MORINAGA · 12 years ago
  7. 7a6fbc9 ARM: clps711x: serial driver hungs are a result of call disable_irq within ISR by Alexander Shiyan · 12 years ago
  8. 1bc68a9 powerpc: fix system.h fallout in sysdev/scom.c [chroma_defconfig] by Paul Gortmaker · 12 years ago
  9. 8034761 USB: ehci-tegra: don't call set_irq_flags(IRQF_VALID) by Stephen Warren · 12 years ago
  10. 532f17b USB: yurex: Fix missing URB_NO_TRANSFER_DMA_MAP flag in urb by Tomoki Sekiyama · 12 years ago
  11. 523fc5c USB: yurex: Remove allocation of coherent buffer for setup-packet buffer by Tomoki Sekiyama · 12 years ago
  12. f4a728d drivers/usb/misc/usbtest.c: add kfrees by Julia Lawall · 12 years ago
  13. f941f69 USB: ehci-fsl: Fix kernel crash on mpc5121e by Anatolij Gustschin · 12 years ago
  14. 22b4a4f tcp: fix retransmit of partially acked frames by Eric Dumazet · 12 years ago
  15. b6a8958 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  16. 5bd7b41 uwb: fix error handling by Oliver Neukum · 12 years ago
  17. 9426cd0 uwb: fix use of del_timer_sync() in interrupt by Oliver Neukum · 12 years ago
  18. 0db7bd8 xz: Enable BCJ filters on SPARC and 32-bit x86 by Lasse Collin · 12 years ago
  19. 2fbe2bf EHCI: always clear the STS_FLR status bit by Alan Stern · 12 years ago
  20. 40df43a Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 12 years ago
  21. a71e23d xen/blkback: Fix warning error. by Konrad Rzeszutek Wilk · 12 years ago
  22. 681e4a5 Merge commit 'c104f1fa1ecf4ee0fc06e31b1f77630b2551be81' into stable/for-linus-3.4 by Konrad Rzeszutek Wilk · 12 years ago
  23. e88aa7b Fix modpost failures in fedora 17 by David Miller · 12 years ago
  24. 59e26ef atl1c: restore max-read-request-size in Device Conrol Register by Huang, Xiong · 12 years ago
  25. c24588a atl1c: using fixed TXQ configuration for l2cb and l1c by Huang, Xiong · 12 years ago
  26. 3f6f6a6 atl1c: remove dmaw_block by Huang, Xiong · 12 years ago
  27. 37bfccb atl1c: correct wrong definition of REG_DMA_CTRL by Huang, Xiong · 12 years ago
  28. 0cbec61 atl1c: wrong register used to stop TXQ by Huang, Xiong · 12 years ago
  29. 027392c atl1c: remove code related to rxq 1/2/3 by Huang, Xiong · 12 years ago
  30. 0af4833 atl1c: split 2 32bit registers of TPD to 4 16bit registers by Huang, Xiong · 12 years ago
  31. 8d5c683 atl1c: remove SMB/CMB DMA related code by Huang, Xiong · 12 years ago
  32. 864ad85 atl1c: remove VPD register by Huang, Xiong · 12 years ago
  33. f4e5db2 atl1c: remove HDS register by Huang, Xiong · 12 years ago
  34. 9f1fd0e atl1c: remove multiple-RX-Q code by Huang, Xiong · 12 years ago
  35. 70c9fbd atl1c: update author contact info & company/driver desciption by Huang, Xiong · 12 years ago
  36. 56fa9b1 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 12 years ago
  37. 0c8d32c libata: forbid port runtime pm by default, fixing regression by Lin Ming · 12 years ago
  38. 59ef43e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago
  39. 1196573f hwmon: (ads1015) Fix build warning by Guenter Roeck · 12 years ago
  40. 00250ec hwmon: fam15h_power: fix bogus values with current BIOSes by Andre Przywara · 12 years ago
  41. dbd717e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 12 years ago
  42. 25cd999 Btrfs: fix that check_int_data mount option was ignored by Stefan Behrens · 12 years ago
  43. 5c84fc3 Btrfs: don't count CRC or header errors twice while scrubbing by Stefan Behrens · 12 years ago
  44. 99ba55a Btrfs: fix btrfs_ioctl_dev_info() crash on missing device by Stefan Behrens · 12 years ago
  45. b9688bb btrfs: don't return EINTR by Arne Jansen · 12 years ago
  46. 253beeb Btrfs: double unlock bug in error handling by Dan Carpenter · 12 years ago
  47. 5cf1ab5 Btrfs: always store the mirror we read the eb from by Josef Bacik · 12 years ago
  48. 48d2823 fs/btrfs/volumes.c: add missing free_fs_devices by Julia Lawall · 12 years ago
  49. 8a3db18 btrfs: fix early abort in 'remount' by Sergei Trofimovich · 12 years ago
  50. 37db63a Btrfs: fix max chunk size check in chunk allocator by Ilya Dryomov · 12 years ago
  51. b916a59 Btrfs: add missing read locks in backref.c by Jan Schmidt · 12 years ago
  52. aefc1eb Btrfs: don't call free_extent_buffer twice in iterate_irefs by Jan Schmidt · 12 years ago
  53. 4735fb2 Btrfs: Make free_ipath() deal gracefully with NULL pointers by Jesper Juhl · 12 years ago
  54. cdc6a39 Btrfs: avoid possible use-after-free in clear_extent_bit() by Li Zefan · 12 years ago
  55. 8e52acf Btrfs: retrurn void from clear_state_bit by Li Zefan · 12 years ago
  56. 871383b btrfs: add missing unlocks to transaction abort paths by David Sterba · 12 years ago
  57. 8d082fb Btrfs: do not mount when we have a sectorsize unequal to PAGE_SIZE by Liu Bo · 12 years ago
  58. 91fbe33 Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 12 years ago
  59. 9ecf8c0 Revert "ACPI: Make ACPI interrupt threaded" by Thomas Gleixner · 12 years ago
  60. 207a232 btrfs: don't add both copies of DUP to reada extent tree by Arne Jansen · 12 years ago
  61. 8c9c2bf btrfs: fix race in reada by Arne Jansen · 12 years ago
  62. 848cce0 Btrfs: avoid setting ->d_op twice by Li Zefan · 12 years ago
  63. cbf2829 x86, apic: APIC code touches invalid MSR on P5 class machines by Bryan O'Donoghue · 12 years ago
  64. ca138f3 NFS: check for req==NULL in nfs_try_to_update_request cleanup by Fred Isaman · 12 years ago
  65. adae0fe SUNRPC: register PipeFS file system after pernet sybsystem by Stanislav Kinsbursky · 12 years ago
  66. 4806f62 iwlwifi: move iwl_rxon_context_id to user by Emmanuel Grumbach · 12 years ago
  67. bf8440e iwlwifi: improve TX cache footprint by Johannes Berg · 12 years ago
  68. 682e5f6 iwlwifi: split between AGG_ON and AGG_STARTING by Emmanuel Grumbach · 12 years ago
  69. c27cf68 iwlwifi: Remove inconsistent and redundant declaration by David Spinadel · 12 years ago
  70. a025ec3 iwlwifi: Added foreward declaration for iwl_cfg in op_mode by David Spinadel · 12 years ago
  71. 5c457d0 iwlwifi: Change disable calibration bit-set to enum by David Spinadel · 12 years ago
  72. ff8ead4 iwlwifi: remove unneeded includes by Emmanuel Grumbach · 12 years ago
  73. 87ce05a iwlwifi: remove the shared area by Emmanuel Grumbach · 12 years ago
  74. 4b9844f iwlwifi: don't use shared for the logger any more by Emmanuel Grumbach · 12 years ago
  75. 93faaee iwlwifi: driver holds its pointer to the transport by Emmanuel Grumbach · 12 years ago
  76. 035f7ff iwlwifi: transport holds its pointer to the config by Emmanuel Grumbach · 12 years ago
  77. 68f360d iwlwifi: driver holds its pointer to the config by Emmanuel Grumbach · 12 years ago
  78. 2152268 iwlwifi: op_mode holds its pointer to the config by Emmanuel Grumbach · 12 years ago
  79. 68e8dfd iwlwifi: op_mode holds its pointer to the transport by Emmanuel Grumbach · 12 years ago
  80. 9130bab iwlwifi: kill shrd->drv, driver points to transport by Emmanuel Grumbach · 12 years ago
  81. d9b7869 [media] rc-core: set mode for winbond-cir by David Härdeman · 12 years ago
  82. e4459e1 [media] drxk: Does not unlock mutex if sanity check failed in scu_command() by Alexey Khoroshilov · 12 years ago
  83. 3626479 [media] dvb_frontend: Fix a regression when switching back to DVB-S by Mauro Carvalho Chehab · 12 years ago
  84. e11aa05 tipc: Factor out name publication code to a separate function by Allan Stephens · 12 years ago
  85. 3f8375f tipc: introduce publication lists struct by Allan Stephens · 12 years ago
  86. b435092 tick: Fix oneshot broadcast setup really by Thomas Gleixner · 12 years ago
  87. c67dd31 usb: musb: davinci.c: add missing unregister by Julia Lawall · 12 years ago
  88. fc87e08 usb: musb: drop __deprecated flag by Felipe Balbi · 12 years ago
  89. 4659b7f ARM: imx: Fix imx5 idle logic bug by Robert Lee · 12 years ago
  90. de1de15 ARM: imx27-dt: Fix build due to removal of irq_domain_add_simple() by Fabio Estevam · 12 years ago
  91. 9fd4a50 ARM: imx_v4_v5_defconfig: Add support for CONFIG_REGULATOR_FIXED_VOLTAGE by Fabio Estevam · 12 years ago
  92. 99d9acd drm/i915: Do not set "Enable Panel Fitter" on SNB pageflips by Chris Wilson · 12 years ago
  93. cdf27f3 ASoC: fsi: update for dmaengine prep_slave_sg fallout. by Paul Mundt · 12 years ago
  94. 1e5cc26 batman-adv: skip the window protection test when the originator has no neighbours by Antonio Quartulli · 12 years ago
  95. c97c72b batman-adv: print OGM seq numbers as unsigned int by Antonio Quartulli · 12 years ago
  96. 0d12507 batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr) by Antonio Quartulli · 12 years ago
  97. 1eeb479 batman-adv: mark existing ogm variables as batman iv by Marek Lindner · 13 years ago
  98. 76e3d7f batman-adv: rename BATMAN_OGM_LEN to BATMAN_OGM_HLEN by Marek Lindner · 13 years ago
  99. cd8b78e batman-adv: refactoring API: find generalized name for bat_ogm_init_primary callback by Marek Lindner · 13 years ago
  100. 77af757 batman-adv: handle routing code initialization properly by Marek Lindner · 13 years ago