| Commit message (Expand) | Author | Files | Lines |
2010-09-10 | virtio_blk: drop REQ_HARDBARRIER support | Tejun Heo | 1 | -13/+4 |
2010-09-10 | block/loop: implement REQ_FLUSH/FUA support | Tejun Heo | 1 | -9/+9 |
2010-09-10 | block: use REQ_FLUSH in blkdev_issue_flush() | Tejun Heo | 1 | -11/+6 |
2010-09-10 | block: update documentation for REQ_FLUSH / REQ_FUA | Christoph Hellwig | 3 | -263/+88 |
2010-09-10 | block: make sure FSEQ_DATA request has the same rq_disk as the original | Tejun Heo | 1 | -0/+7 |
2010-09-10 | block: kick queue after sequencing REQ_FLUSH/FUA | Tejun Heo | 1 | -3/+19 |
2010-09-10 | block: initialize flush request with WRITE_FLUSH instead of REQ_FLUSH | Tejun Heo | 1 | -1/+1 |
2010-09-10 | block: simplify queue_next_fseq | Christoph Hellwig | 1 | -16/+10 |
2010-09-10 | block: filter flush bio's in __generic_make_request() | Tejun Heo | 1 | -0/+13 |
2010-09-10 | block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requests | Tejun Heo | 7 | -84/+67 |
2010-09-10 | block: rename barrier/ordered to flush | Tejun Heo | 4 | -75/+72 |
2010-09-10 | block: rename blk-barrier.c to blk-flush.c | Tejun Heo | 2 | -1/+1 |
2010-09-10 | block: drop barrier ordering by queue draining | Tejun Heo | 6 | -220/+113 |
2010-09-10 | block: misc cleanups in barrier code | Tejun Heo | 4 | -38/+23 |
2010-09-10 | block: remove spurious uses of REQ_HARDBARRIER | Tejun Heo | 5 | -39/+5 |
2010-09-10 | block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush() | Tejun Heo | 15 | -102/+67 |
2010-09-10 | block: kill QUEUE_ORDERED_BY_TAG | Tejun Heo | 6 | -62/+13 |
2010-09-10 | block/loop: queue ordered mode should be DRAIN_FLUSH | Tejun Heo | 1 | -1/+1 |
2010-09-10 | ide: remove unnecessary blk_queue_flushing() test in do_ide_request() | Tejun Heo | 2 | -14/+0 |
2010-08-23 | Linux 2.6.36-rc2v2.6.36-rc2 | Linus Torvalds | 1 | -1/+1 |
2010-08-22 | drm/i915,intel_agp: Add support for Sandybridge D0 | Zhenyu Wang | 3 | -0/+4 |
2010-08-22 | drm/i915: fix render pipe control notify on sandybridge | Zhenyu Wang | 1 | -1/+6 |
2010-08-22 | agp/intel: set 40-bit dma mask on Sandybridge | Zhenyu Wang | 1 | -9/+15 |
2010-08-22 | drm/i915: Remove the conflicting BUG_ON() | Chris Wilson | 1 | -2/+0 |
2010-08-22 | drm/i915/suspend: s/IS_IRONLAKE/HAS_PCH_SPLIT/ | Chris Wilson | 1 | -37/+37 |
2010-08-22 | drm/i915/suspend: Flush register writes before busy-waiting. | Chris Wilson | 1 | -9/+18 |
2010-08-22 | i915: disable DAC on Ironlake also when doing CRT load detection. | Dave Airlie | 1 | -11/+12 |
2010-08-22 | drm/i915: wait for actual vblank, not just 20ms | Jesse Barnes | 7 | -30/+69 |
2010-08-21 | workqueue: Add basic tracepoints to track workqueue execution | Arjan van de Ven | 2 | -0/+71 |
2010-08-21 | Replace Configure with Enable in description of MAXSMP | Samuel Thibault | 1 | -2/+2 |
2010-08-21 | mm: make stack guard page logic use vm_prev pointer | Linus Torvalds | 1 | -4/+11 |
2010-08-21 | mm: make the mlock() stack guard page checks stricter | Linus Torvalds | 1 | -5/+16 |
2010-08-21 | mm: make the vma list be doubly linked | Linus Torvalds | 4 | -9/+28 |
2010-08-20 | mtd: nand: Fix probe of Samsung NAND chips | Tilman Sauerbeck | 1 | -0/+1 |
2010-08-20 | Documentation: fix ozlabs.org mailing list address | Stephen Rothwell | 1 | -1/+1 |
2010-08-20 | MAINTAINERS: Fix ozlabs.org mailing list addresses | Stephen Rothwell | 1 | -28/+28 |
2010-08-20 | Documentation: kernel-locking: mutex_trylock cannot be used in interrupt context | Stefan Richter | 1 | -2/+5 |
2010-08-20 | drivers/scsi/qla4xxx: fix build | Andrew Morton | 2 | -2/+2 |
2010-08-20 | uml: fix compile error in dma_get_cache_alignment() | Miklos Szeredi | 1 | -7/+0 |
2010-08-20 | oom: __task_cred() need rcu_read_lock() | KOSAKI Motohiro | 1 | -1/+1 |
2010-08-20 | oom: fix tasklist_lock leak | KOSAKI Motohiro | 1 | -3/+6 |
2010-08-20 | oom: fix NULL pointer dereference | KOSAKI Motohiro | 1 | -3/+2 |
2010-08-20 | drivers/mmc/host/sdhci-s3c.c: use the correct mutex and card detect function | Kyungmin Park | 1 | -3/+3 |
2010-08-20 | sdhci: add no hi-speed bit quirk support | Kyungmin Park | 2 | -1/+4 |
2010-08-20 | s5pc110: SDHCI-s3c support on s5pc110 | Kyungmin Park | 1 | -1/+1 |
2010-08-20 | s5pc110: SDHCI-s3c can override host capabilities | Kyungmin Park | 3 | -0/+6 |
2010-08-20 | lib/radix-tree.c: fix overflow in radix_tree_range_tag_if_tagged() | Jan Kara | 2 | -2/+6 |
2010-08-20 | revert "hwmon: f71882fg: add support for the Fintek F71808E" | Andrew Morton | 3 | -82/+11 |
2010-08-20 | kfifo: add explicit error checking in all the examples | Andrea Righi | 4 | -51/+144 |
2010-08-20 | kfifo: fix a memory leak in dma example | Andrea Righi | 1 | -3/+1 |