1. a8472b4 Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 11 years ago
  2. 3dc9acb aio: clean up and fix aio_setup_ring page mapping by Linus Torvalds · 11 years ago
  3. 8e321fe aio/migratepages: make aio migrate pages sane by Benjamin LaHaise · 11 years ago
  4. 1881686 aio: fix kioctx leak introduced by "aio: Fix a trinity splat" by Benjamin LaHaise · 11 years ago
  5. b7000ad Don't set the INITRD_COMPRESS environment variable automatically by Linus Torvalds · 11 years ago
  6. a6ddeee Merge tag 'xfs-for-linus-v3.13-rc5' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  7. 40b64ac mm: fix build of split ptlock code by Olof Johansson · 11 years ago
  8. 4773ef2 Merge tag 'arc-fixes-for-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 11 years ago
  9. a81ce79 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 11 years ago
  10. df36ac1 pstore: Don't allow high traffic options on fragile devices by Luck, Tony · 11 years ago
  11. eaadcfe Merge tag 'dmaengine-fixes-3.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 11 years ago
  12. 46dd083 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  13. 597d795 mm: do not allocate page->ptl dynamically, if spinlock_t fits to long by Kirill A. Shutemov · 11 years ago
  14. fff4068 mm: page_alloc: revert NUMA aspect of fair allocation policy by Johannes Weiner · 11 years ago
  15. 8798cee Revert "mm: page_alloc: exclude unreclaimable allocations from zone fairness policy" by Mel Gorman · 11 years ago
  16. ee53664 mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) support by Kirill A. Shutemov · 11 years ago
  17. 5e6d26c Merge tag 'signed-for-3.13' of git://github.com/agraf/linux-2.6 into kvm-master by Paolo Bonzini · 11 years ago
  18. 4203d0e Merge tag 'stable/for-linus-3.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
  19. 5263f0a Merge tag 'trace-fixes-v3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  20. cdc27c2 arm64: ptrace: avoid using HW_BREAKPOINT_EMPTY for disabled events by Will Deacon · 11 years ago
  21. f755669 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  22. 58cac3f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  23. 9b1be0f Merge tag 'sound-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  24. 1e01c7e ARC: Allow conditional multiple inclusion of uapi/asm/unistd.h by Vineet Gupta · 11 years ago
  25. 356f402 Merge tag 'asoc-v3.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 11 years ago
  26. 96b7fe0 Merge remote-tracking branches 'asoc/fix/adsp', 'asoc/fix/arizona', 'asoc/fix/atmel', 'asoc/fix/fsl', 'asoc/fix/kirkwood', 'asoc/fix/tegra', 'asoc/fix/wm8904' and 'asoc/fix/wm8962' into asoc-linus by Mark Brown · 11 years ago
  27. 3c19a0a Merge remote-tracking branch 'asoc/fix/dma' into asoc-linus by Mark Brown · 11 years ago
  28. 6da37d4 Merge remote-tracking branch 'asoc/fix/core' into asoc-linus by Mark Brown · 11 years ago
  29. 86fbf16 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  30. 98398c3 mm/hugetlb: check for pte NULL pointer in __page_check_address() by Jianguo Wu · 11 years ago
  31. 7ac1815 fix build with make 3.80 by Jan Beulich · 11 years ago
  32. 11c731e mm/mempolicy: fix !vma in new_vma_page() by Wanpeng Li · 11 years ago
  33. 584ec97 MAINTAINERS: add Davidlohr as GPT maintainer by Davidlohr Bueso · 11 years ago
  34. a49ecbc mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfully by Jianguo Wu · 11 years ago
  35. 6815bf3 mm/compaction: respect ignore_skip_hint in update_pageblock_skip by Joonsoo Kim · 11 years ago
  36. b0e5fd7 mm/mempolicy: correct putback method for isolate pages if failed by Joonsoo Kim · 11 years ago
  37. a844f38 mm: add missing dependency in Kconfig by Sima Baymani · 11 years ago
  38. 84ed8a9 sh: always link in helper functions extracted from libgcc by Geert Uytterhoeven · 11 years ago
  39. 73f038b mm: page_alloc: exclude unreclaimable allocations from zone fairness policy by Johannes Weiner · 11 years ago
  40. b0943d6 mm: numa: defer TLB flush for THP migration as long as possible by Mel Gorman · 11 years ago
  41. af2c140 mm: numa: guarantee that tlb_flush_pending updates are visible before page table updates by Mel Gorman · 11 years ago
  42. 2084140 mm: fix TLB flush race between migration, and change_protection_range by Rik van Riel · 11 years ago
  43. de466bd mm: numa: avoid unnecessary disruption of NUMA hinting during migration by Mel Gorman · 11 years ago
  44. 1667918 mm: numa: clear numa hinting information on mprotect by Mel Gorman · 11 years ago
  45. 3c67f47 sched: numa: skip inaccessible VMAs by Mel Gorman · 11 years ago
  46. eb4489f6 mm: numa: avoid unnecessary work on the failure path by Mel Gorman · 11 years ago
  47. c3a489c mm: numa: ensure anon_vma is locked to prevent parallel THP splits by Mel Gorman · 11 years ago
  48. 0c5f83c mm: numa: do not clear PTE for pte_numa update by Mel Gorman · 11 years ago
  49. 5a6dac3 mm: numa: do not clear PMD during PTE update scan by Mel Gorman · 11 years ago
  50. 67f8746 mm: clear pmd_numa before invalidating by Mel Gorman · 11 years ago
  51. f714f4f mm: numa: call MMU notifiers on THP migration by Mel Gorman · 11 years ago
  52. 2b4847e mm: numa: serialise parallel get_user_page against THP migration by Mel Gorman · 11 years ago
  53. c97102b kexec: migrate to reboot cpu by Vivek Goyal · 11 years ago
  54. a36c160 Merge tag 'usb-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  55. e523365 Merge tag 'tty-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  56. 1aba038 Merge tag 'staging-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  57. 2516b61 Merge tag 'driver-core-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  58. a81bddd Merge branch 'keys-devel' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 11 years ago
  59. 7787380 net_dma: mark broken by Dan Williams · 11 years ago
  60. 0baf8f6 dma: pl330: ensure DMA descriptors are zero-initialised by Will Deacon · 11 years ago
  61. 3a6c5d8 ALSA: hda - Add Dell headset detection quirk for one more laptop model by Hui Wang · 11 years ago
  62. f0199bc ASoC: wm8904: fix DSP mode B configuration by Bo Shen · 11 years ago
  63. 939fd1e ASoC: wm_adsp: Add small delay while polling DSP RAM start by Charles Keepax · 11 years ago
  64. df9059b KVM: PPC: Book3S HV: Don't drop low-order page address bits by Paul Mackerras · 11 years ago
  65. 36e7bb3 powerpc: book3s: kvm: Don't abuse host r2 in exit path by Aneesh Kumar K.V · 11 years ago
  66. fd6040e imx-drm: imx-drm-core: improve safety of imx_drm_add_crtc() by Russell King · 11 years ago
  67. 9fe73d4 imx-drm: imx-drm-core: make imx_drm_crtc_register() safer by Russell King · 11 years ago
  68. 942325c imx-drm: imx-drm-core: use defined constant for number of CRTCs. by Russell King · 11 years ago
  69. bd5121b imx-drm: imx-tve: don't call sleeping functions beneath enable_lock spinlock by Russell King · 11 years ago
  70. 4ae078d imx-drm: ipu-v3: fix potential CRTC device registration race by Russell King · 11 years ago
  71. 8007875 imx-drm: imx-drm-core: fix DRM cleanup paths by Russell King · 11 years ago
  72. 8283204 imx-drm: imx-drm-core: fix error cleanup path for imx_drm_add_crtc() by Russell King · 11 years ago
  73. 35eecf0 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  74. c2db11e tty: xuartps: Properly guard sysrq specific code by Soren Brinkmann · 11 years ago
  75. 8b80384 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  76. 7810692 Merge branch 'fixes-for-3.13' of git://gitorious.org/linux-can/linux-can by David S. Miller · 11 years ago
  77. a7c1263 Merge branch 'qlcnic' by David S. Miller · 11 years ago
  78. 0951c5c qlcnic: Dump mailbox registers when mailbox command times out. by Manish chopra · 11 years ago
  79. e49df79 qlcnic: Fix mailbox processing during diagnostic test by Manish chopra · 11 years ago
  80. 30fa15f qlcnic: Allow firmware dump collection when auto firmware recovery is disabled by Manish Chopra · 11 years ago
  81. 3fc38e2 qlcnic: Fix memory allocation by Manish Chopra · 11 years ago
  82. b17a44d qlcnic: Fix TSS/RSS validation for 83xx/84xx series adapter. by Himanshu Madhani · 11 years ago
  83. f956626 qlcnic: Fix TSS/RSS ring validation logic. by Himanshu Madhani · 11 years ago
  84. 3bf517d qlcnic: Fix diagnostic test for all adapters. by Himanshu Madhani · 11 years ago
  85. b84caae qlcnic: Fix usage of netif_tx_{wake, stop} api during link change. by Himanshu Madhani · 11 years ago
  86. fb5f183 usb: ohci-at91: fix irq and iomem resource retrieval by Boris BREZILLON · 11 years ago
  87. 7022ef8 xen-netback: fix fragments error handling in checksum_setup_ip() by Wei Yongjun · 11 years ago
  88. 53385d2 neigh: Netlink notification for administrative NUD state change by Bob Gilligan · 11 years ago
  89. c6236c0 staging: comedi: drivers: fix return value of comedi_load_firmware() by H Hartley Sweeten · 11 years ago
  90. 0283f7a staging: comedi: 8255_pci: fix for newer PCI-DIO48H by Ian Abbott · 11 years ago
  91. 27dc779 Merge tag 'iio-fixes-for-3.13c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 11 years ago
  92. b0031f2 Merge tag 's2mps11-build' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 11 years ago
  93. e39d990 iio:adc:ad7887 Fix channel reported endianness from cpu to big endian by Jonathan Cameron · 11 years ago
  94. 941ef73 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  95. dd05080 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  96. 1070d5a Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  97. 3425c0f iio:imu:adis16400 fix pressure channel scan type by Jonathan Cameron · 11 years ago
  98. c5fe7a41 staging:iio:mag:hmc5843 fix incorrect endianness of channel as a result of missuse of the IIO_ST macro. by Jonathan Cameron · 11 years ago
  99. 188b04d ipv4: improve documentation of ip_no_pmtu_disc by Hannes Frederic Sowa · 11 years ago
  100. 7089fdd Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago