1. 9e56529 x86: Use .cfi_sections for assembly code by Roland McGrath · 15 years ago
  2. 5967ed8 x86-64: Reduce SMP locks table size by Jan Beulich · 15 years ago
  3. 402af0d x86, asm: Introduce and use percpu_inc() by Jan Beulich · 15 years ago
  4. 1d16b0f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6 by Linus Torvalds · 15 years ago
  5. 032b734 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  6. e41c11e sfc: Change falcon_probe_board() to fail for unsupported boards by Ben Hutchings · 15 years ago
  7. f49a458 sfc: Always close net device at the end of a disabling reset by Ben Hutchings · 15 years ago
  8. aabc564 sfc: Wait at most 10ms for the MC to finish reading out MAC statistics by Ben Hutchings · 15 years ago
  9. c078669 sctp: Fix oops when sending queued ASCONF chunks by Vlad Yasevich · 15 years ago
  10. a8170c3 sctp: fix to calc the INIT/INIT-ACK chunk length correctly is set by Wei Yongjun · 15 years ago
  11. 81419d8 sctp: per_cpu variables should be in bh_disabled section by Vlad Yasevich · 15 years ago
  12. 0c42749 sctp: fix potential reference of a freed pointer by Vlad Yasevich · 15 years ago
  13. 561b173 sctp: avoid irq lock inversion while call sk->sk_data_ready() by Wei Yongjun · 15 years ago
  14. 8d238b2 Revert "tcp: bind() fix when many ports are bound" by David S. Miller · 15 years ago
  15. 3fb938b Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 15 years ago
  16. 970b064 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  17. 696e65c Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 15 years ago
  18. 4b99fef regulator: fix enabling regulator issue on max8925 by Haojian Zhuang · 15 years ago
  19. 33f60e9 coda: move backing-dev.h kernel include inside __KERNEL__ by Jens Axboe · 15 years ago
  20. eb4fd8c net/usb: add sierra_net.c driver by Elina Pasheva · 15 years ago
  21. 55964d7 cdc_ether: fix autosuspend for mbm devices by Torgny Johansson · 15 years ago
  22. 477fffb bluetooth: handle l2cap_create_connless_pdu() errors by Dan Carpenter · 15 years ago
  23. 761ed01b gianfar: Wait for both RX and TX to stop by Andy Fleming · 15 years ago
  24. 1600f9d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
  25. 11e39d9 Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  26. 03449cd keys: the request_key() syscall should link an existing key to the dest keyring by David Howells · 15 years ago
  27. a2cb9ae gpio: fix pca953x set_type 'scheduling while atomic' bug by Marc Zyngier · 15 years ago
  28. 3835541 procfs: fix tid fdinfo by Jerome Marchand · 15 years ago
  29. 9e584fb arch/avr32: fix build failure caused by wrong prototype by Peter Huewe · 15 years ago
  30. b59ec78 keys: don't need to use RCU in keyring_read() as semaphore is held by David Howells · 15 years ago
  31. d87ff58 ipheth: potential null dereferences on error path by Dan Carpenter · 15 years ago
  32. 2a91515 smc91c92_cs: spin_unlock_irqrestore before calling smc_interrupt() by Ken Kawasaki · 15 years ago
  33. dacf4fc drivers/usb/net/kaweth.c: add device "Allied Telesyn AT-USB10 USB Ethernet Adapter" by Andreas Hartmann · 15 years ago
  34. 587611d bnx2: Update version to 2.0.9. by Michael Chan · 15 years ago
  35. 212f993 bnx2: Prevent "scheduling while atomic" warning with cnic, bonding and vlan. by Michael Chan · 15 years ago
  36. c441b8d bnx2: Fix lost MSI-X problem on 5709 NICs. by Michael Chan · 15 years ago
  37. e95ef5d cxgb3: Wait longer for control packets on initialization by Andre Detsch · 15 years ago
  38. 6f461f6 e1000e: enable/disable ASPM L0s and L1 and ERT according to hardware errata by Bruce Allan · 15 years ago
  39. 61fac74 ixgbe: Power down PHY during driver resets by Peter Waskiewicz · 15 years ago
  40. 16a5b3c Remove redundant check for CONFIG_MMU by Christoph Egger · 15 years ago
  41. bc113f1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus by Linus Torvalds · 15 years ago
  42. 93a9248 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 15 years ago
  43. 17282b9 Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 15 years ago
  44. 5892753 mmap: check ->vm_ops before dereferencing by Rik van Riel · 15 years ago
  45. a231a1f Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
  46. 0bfb824 Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  47. d8d8b63 watchdog: booke_wdt: fix build - unconstify watchdog_info by Anton Vorontsov · 15 years ago
  48. 0661b1a mtd: ensure that bdi entries are properly initialized and registered by Jens Axboe · 15 years ago
  49. a33eb6b Move mtd_bdi_*mappable to mtdcore.c by Jörn Engel · 15 years ago
  50. 88b0450 drm/radeon: Fix sparc regression in r300_scratch() by David Miller · 15 years ago
  51. e32ee7f drm: make sure vblank interrupts are disabled at DPMS time by Jesse Barnes · 15 years ago
  52. 908ba2b r8169: more broken register writes workaround by françois romieu · 15 years ago
  53. 87aeec7 r8169: failure to enable mwi should not be fatal by françois romieu · 15 years ago
  54. 2bc3c11 nfsd4: bug in read_buf by Neil Brown · 15 years ago
  55. 4eb8b90 bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only. by YOSHIFUJI Hideaki / 吉藤英明 · 15 years ago
  56. 322af98 watchdog: sbc_fitpc2_wdt: fixed "scheduling while atomic" bug. by Denis Turischev · 15 years ago
  57. 93c0c8b ieee802154: Fix oops during ieee802154_sock_ioctl by Stefan Schmidt · 15 years ago
  58. fcf1dd7 watchdog: sbc_fitpc2_wdt: fixed I/O operations order by Denis Turischev · 15 years ago
  59. dc8bf1b tg3: Fix INTx fallback when MSI fails by Andre Detsch · 15 years ago
  60. 8691331 Watchdog: sb_wdog.c: Fix sibyte watchdog initialization by Guenter Roeck · 15 years ago
  61. 83bf6f1 pcmcia: fix matching rules for pseudo-multi-function cards by Alexander Kurz · 15 years ago
  62. dd77ef9 xfs: more swap extent fixes for dynamic fork offsets by Dave Chinner · 15 years ago
  63. e6d086d btrfs: convert to using bdi_setup_and_register() by Jens Axboe · 15 years ago
  64. 180ce7e crypto: authenc - Add EINPROGRESS check by Herbert Xu · 15 years ago
  65. b91ce4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  66. 6443bb1 ipv6: Fix inet6_csk_bind_conflict() by Eric Dumazet · 15 years ago
  67. 202f2bb Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  68. 5129a46 Catch filesystems lacking s_bdi by Jörn Engel · 15 years ago
  69. 401da6a e100: Fix the TX workqueue race by Alan Cox · 15 years ago
  70. e0d1f70 squashfs: fix potential buffer over-run on 4K block file systems by Phillip Lougher · 15 years ago
  71. 370ec3d squashfs: add missing buffer free by Phillip Lougher · 15 years ago
  72. 1cb08e9 squashfs: fix warn_on when root inode is corrupted by Phillip Lougher · 15 years ago
  73. ddc9b34 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 15 years ago
  74. 8e500ff Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  75. 383bee6b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  76. b39c8be Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86 by Linus Torvalds · 15 years ago
  77. df37bd1 initramfs: handle unrecognised decompressor when unpacking by Phillip Lougher · 15 years ago
  78. 22eccdd ksm: check for ERR_PTR from follow_page() by Dan Carpenter · 15 years ago
  79. 453dc65 VMware Balloon driver by Dmitry Torokhov · 15 years ago
  80. b8af67e fs/block_dev.c: fix performance regression in O_DIRECT|O_SYNC writes to block devices by Anton Blanchard · 15 years ago
  81. 98d5ce0 lib/vsprintf.c: add missing EXPORT_SYMBOL(simple_strtoll) by Hans Verkuil · 15 years ago
  82. 81fa08f w1: fix omap 1-wire driver compilation by Amit Kucheria · 15 years ago
  83. 31f2b0e rmap: anon_vma_prepare() can leak anon_vma_chain by Oleg Nesterov · 15 years ago
  84. 93b4a44 keys: fix an RCU warning by David Howells · 15 years ago
  85. ccdb400 lib: fix the use of LZO to decompress initramfs images by Albin Tonnerre · 15 years ago
  86. 23be746 hugetlb: fix infinite loop in get_futex_key() when backed by huge pages by Mel Gorman · 15 years ago
  87. 9a6a1ec w1: w1 temp: fix negative termperature calculation by Ian Dall · 15 years ago
  88. 7716fa6 cgroups: fix procs documentation by KAMEZAWA Hiroyuki · 15 years ago
  89. 8a3bdfe drivers/video/efifb.c: support framebuffer for NVIDIA 9400M in MacBook Pro 5,1 by Thomas Gerlach · 15 years ago
  90. 9bd14a8 lis3: add support for HP ProBook 432x/442x/452x/522x by Takashi Iwai · 15 years ago
  91. a88a2b8 mtd: fix Orion NAND driver compilation with ARM OABI by Paulius Zaleckas · 15 years ago
  92. e59464c flex_array: fix the panic when calling flex_array_alloc() without __GFP_ZERO by Changli Gao · 15 years ago
  93. 46da276 kernel/sys.c: fix compat uname machine by Andreas Schwab · 15 years ago
  94. fb2162d reiserfs: fix corruption during shrinking of xattrs by Jeff Mahoney · 15 years ago
  95. 93d5c9b memcg: fix prepare migration by Andrea Arcangeli · 15 years ago
  96. cac36f7 reiserfs: fix permissions on .reiserfs_priv by Jeff Mahoney · 15 years ago
  97. 7ce97d4 gianfar: Fix potential oops during OF address translation by Anton Vorontsov · 15 years ago
  98. 3b1fd3e fsl_pq_mdio: Fix kernel oops during OF address translation by Anton Vorontsov · 15 years ago
  99. 223e632 omap: delete unused bootloader tag variables by Aaro Koskinen · 15 years ago
  100. cf25eb9 omap: Devkit8000: Remove unused pins by Thomas Weber · 15 years ago