1. b409ebf dmaengine: at_hdmac: remove ATC_DEFAULT_CTRLA constant by Nicolas Ferre · 13 years ago
  2. b89a9cb dmaengine: at_hdmac: remove some at_dma_slave comments by Nicolas Ferre · 13 years ago
  3. 454caf1 Merge branch 'fixes' into next by Vinod Koul · 13 years ago
  4. d411605 dmaengine: fix cyclic dma usage by Vinod Koul · 13 years ago
  5. 2ccaef0 dma: imx-sdma: make channel0 operations atomic by Richard Zhao · 13 years ago
  6. 922ee08 dmaengine: Fixup dmaengine_prep_slave_single() to be actually useful by Kuninori Morimoto · 13 years ago
  7. fdaf9c4 dmaengine: Use dma_sg_len(sg) instead of sg->length by Lars-Peter Clausen · 13 years ago
  8. cbb796c dmaengine: Use sg_dma_address instead of sg_phys by Lars-Peter Clausen · 13 years ago
  9. 12366ad DMA: PL330: Remove duplicate header file inclusion by Sachin Kamat · 13 years ago
  10. 0d68ad1 Merge branch 'fixes' into next by Vinod Koul · 13 years ago
  11. eab2158 dmaengine: pl330: dont complete descriptor for cyclic dma by Vinod Koul · 13 years ago
  12. abd9ccc dma: imx-sdma: keep the callbacks invoked in the tasklet by Huang Shijie · 13 years ago
  13. d3f797d dmaengine: dw_dma: add Device Tree probing capability by Viresh Kumar · 13 years ago
  14. 3075528 dmaengine: dw_dmac: Add clk_{un}prepare() support by Viresh Kumar · 13 years ago
  15. 56cbb3d Merge branch 'fixes' into next by Vinod Koul · 13 years ago
  16. affa115 dma/amba-pl08x: add support for the Nomadik variant by Linus Walleij · 13 years ago
  17. 88c08a3 dmaengine/amba-pl08x : reset phychan_hold on terminate all by Davide Ciminaghi · 13 years ago
  18. c847382 dma: pl330: fix a couple of compilation warnings by Olof Johansson · 13 years ago
  19. d29bf01 dma/amba-pl08x: check for terminal count status only by Linus Walleij · 13 years ago
  20. 7e426da dma/ste_dma40: fix erroneous comparison by Linus Walleij · 13 years ago
  21. 15e4b78 dma/ste_dma40: explicitly include regulator consumer header by Linus Walleij · 13 years ago
  22. 1bdae6f dma40: Improve the logic of stopping logical chan by Narayanan G · 13 years ago
  23. ed8b0d6 dmaengine: at_hdmac: remove clear-on-read in atc_dostart() by Nicolas Ferre · 13 years ago
  24. d04525e dma: mxs-dma: enable channel in device_issue_pending call by Shawn Guo · 13 years ago
  25. 60f2951 dmaengine: imx-dma: dont complete descriptor for cyclic dma by Vinod Koul · 13 years ago
  26. dd775ae Linux 3.4-rc1 by Linus Torvalds · 13 years ago
  27. b7ffff4 Merge branch 's3-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/amit/virtio-console by Linus Torvalds · 13 years ago
  28. 8bb1f22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  29. f22e08a Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  30. f187e9f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  31. adb3b1f Merge tag 'parisc-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6 by Linus Torvalds · 13 years ago
  32. a75ee6e Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  33. c0d0259 vfs: fix out-of-date dentry_unhash() comment by J. Bruce Fields · 13 years ago
  34. bad6118 vfs: split __lookup_hash by Miklos Szeredi · 13 years ago
  35. 81e6f52 untangling do_lookup() - take __lookup_hash()-calling case out of line. by Al Viro · 13 years ago
  36. a325554 untangling do_lookup() - switch to calling __lookup_hash() by Al Viro · 13 years ago
  37. a6ecdfc untangling do_lookup() - merge d_alloc_and_lookup() callers by Al Viro · 13 years ago
  38. ec335e9 untangling do_lookup() - merge failure exits in !dentry case by Al Viro · 13 years ago
  39. d774a05 untangling do_lookup() - massage !dentry case towards __lookup_hash() by Al Viro · 13 years ago
  40. 08b0ab7 untangling do_lookup() - get rid of need_reval in !dentry case by Al Viro · 13 years ago
  41. acc9cb3 untangling do_lookup() - eliminate a loop. by Al Viro · 13 years ago
  42. 37c17e1 untangling do_lookup() - expand the area under ->i_mutex by Al Viro · 13 years ago
  43. 3f6c7c7 untangling do_lookup() - isolate !dentry stuff from the rest of it. by Al Viro · 13 years ago
  44. cda309d vfs: move MAY_EXEC check from __lookup_hash() by Miklos Szeredi · 13 years ago
  45. 3637c05 vfs: don't revalidate just looked up dentry by Miklos Szeredi · 13 years ago
  46. fa4ee15 vfs: fix d_need_lookup/d_revalidate order in do_lookup by Miklos Szeredi · 13 years ago
  47. 4613ad1 ext3: move headers to fs/ext3/ by Al Viro · 13 years ago
  48. f7699f2 migrate ext2_fs.h guts to fs/ext2/ext2.h by Al Viro · 13 years ago
  49. 39429c5 new helper: ext2_image_size() by Al Viro · 13 years ago
  50. 2f99c36 get rid of pointless includes of ext2_fs.h by Al Viro · 13 years ago
  51. 4a165d2 ext2: No longer export ext2_fs.h to user space by Thierry Reding · 13 years ago
  52. 00292bb mtdchar: kill persistently held vfsmount by Al Viro · 13 years ago
  53. 22a71c3 pstore: trim pstore_get_inode() by Al Viro · 13 years ago
  54. a2e1859 aio: take final put_ioctx() into callers of io_destroy() by Al Viro · 13 years ago
  55. 06af121 aio: merge aio_cancel_all() with wait_for_all_aios() by Al Viro · 13 years ago
  56. a1c2aa1 selinuxfs: merge dentry allocation into sel_make_dir() by Al Viro · 13 years ago
  57. c9651e7 ASPM: Fix pcie devices with non-pcie children by Matthew Garrett · 13 years ago
  58. cdb0f9a selinux: inline avc_audit() and avc_has_perm_noaudit() into caller by Linus Torvalds · 13 years ago
  59. a554bea selinux: don't inline slow-path code into avc_has_perm_noaudit() by Linus Torvalds · 13 years ago
  60. e3831ed sched: Fix incorrect usage of for_each_cpu_mask() in select_fallback_rq() by Srivatsa S. Bhat · 13 years ago
  61. 8ebfdf2 Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 13 years ago
  62. f878d0b virtio-pci: switch to PM ops macro to initialise PM functions by Amit Shah · 13 years ago
  63. 04c2322 virtio-pci: S3 support by Amit Shah · 13 years ago
  64. 0517fdd virtio-pci: drop restore_common() by Amit Shah · 13 years ago
  65. f38f838 virtio: drop thaw PM operation by Amit Shah · 13 years ago
  66. e47d854 virtio: balloon: Allow stats update after restore from S4 by Amit Shah · 13 years ago
  67. fa2a451 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 13 years ago
  68. bde4d8b sparc32: fix fallout from system.h removal by Sam Ravnborg · 13 years ago
  69. 923f797 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 13 years ago
  70. a7697b9 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 13 years ago
  71. 2b17b43 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 13 years ago
  72. f558c27 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  73. 3a0d184 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  74. 623ff77 Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  75. c39e8ed Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  76. a335750 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 13 years ago
  77. 10f3cb4 Merge git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  78. 919c840 Merge tag 'for-v3.4-rc1' of git://git.infradead.org/battery-2.6 by Linus Torvalds · 13 years ago
  79. a9d38a4 Merge branch 'dunlap' (Randy's Documentation patches) by Linus Torvalds · 13 years ago
  80. c480138 Documentation: fix typo in ABI/stable/sysfs-driver-usb-usbtmc by Rafal Kapela · 13 years ago
  81. 78286cd Documentation: replace install commands with softdeps by Lucas De Marchi · 13 years ago
  82. 970e248 Documentation: remove references to /etc/modprobe.conf by Lucas De Marchi · 13 years ago
  83. 0960152 Documentation: input.txt: clarify mousedev 'cat' command syntax by Randy Dunlap · 13 years ago
  84. 9a7c48b Documentation: CodingStyle: add inline assembly guidelines by Josh Triplett · 13 years ago
  85. 21106b0 Documentation: sysrq: Crutcher Dunnavant is unavailable by Randy Dunlap · 13 years ago
  86. 673d29f Documentation: mention scripts/diffconfig tool by Javi Merino · 13 years ago
  87. f52a759 Documentation: remove 'mach' from dontdiff file by H Hartley Sweeten · 13 years ago
  88. d3c7de5 ARM: clps711x: fix missing include file by Olof Johansson · 13 years ago
  89. 86dfe44 ARM: fix builds due to missing <asm/system_misc.h> includes by Olof Johansson · 13 years ago
  90. f5cb92a genirq: Adjust irq thread affinity on IRQ_SET_MASK_OK_NOCOPY return value by Jiang Liu · 13 years ago
  91. d326f44 Merge branch 'tboot' into release by Len Brown · 13 years ago
  92. ec612fc Merge branch 'd3' into release by Len Brown · 13 years ago
  93. 73f0533 Merge branch 'apei' into release by Len Brown · 13 years ago
  94. 1a05e46 Merge branches 'acpica', 'bgrt', 'bz-11533', 'cpuidle', 'ec', 'hotplug', 'misc', 'red-hat-bz-727865', 'thermal', 'throttling', 'turbostat' and 'video' into release by Len Brown · 13 years ago
  95. 344e222 ACPI throttling: fix endian bug in acpi_read_throttling_status() by Dan Carpenter · 13 years ago
  96. c264c65 Disable MCP limit exceeded messages from Intel IPS driver by Andi Kleen · 14 years ago
  97. b60e7f6 ACPI video: Don't start video device until its associated input device has been allocated by Igor Murzov · 13 years ago
  98. 9613beb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  99. ea9f885 ACPI video: Harden video bus adding. by Igor Murzov · 13 years ago
  100. 40380f1 ia64: Fixup asm/cmpxchg.h by David Howells · 13 years ago