1. 06 Apr, 2010 1 commit
    • Mikulas Patocka's avatar
      ide: Fix IDE taskfile with cfq scheduler · 720fc22a
      Mikulas Patocka authored
      When ide taskfile access is being used (for example with hdparm --security
      commands) and cfq scheduler is selected, the scheduler crashes on BUG in
      cfq_put_request.
      
      The reason is that the cfq scheduler is tracking counts of read and write
      requests separately; the ide-taskfile subsystem allocates a read request and
      then flips the flag to make it a write request. The counters in cfq will
      mismatch.
      
      This patch changes ide-taskfile to allocate the READ or WRITE request as
      required and don't change the flag later.
      Signed-off-by: default avatarMikulas Patocka <mpatocka@redhat.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      720fc22a
  2. 01 Apr, 2010 2 commits
  3. 29 Mar, 2010 1 commit
  4. 27 Mar, 2010 1 commit
  5. 26 Mar, 2010 13 commits
  6. 25 Mar, 2010 20 commits
  7. 24 Mar, 2010 2 commits
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linux · 01e77706
      Linus Torvalds authored
      * 'for-linus' of git://gitorious.org/linux-omap-dss2/linux:
        OMAP: DSS2: panel-generic: re-implement mode changing
        OMAP: DSS2: initialize dss clk sources properly
        OMAP: DSS2: VRAM: Fix early_param for vram
      01e77706
    • Linus Torvalds's avatar
      Merge master.kernel.org:/home/rmk/linux-2.6-arm · 1ff31056
      Linus Torvalds authored
      * master.kernel.org:/home/rmk/linux-2.6-arm:
        [ARM] Orion5x: replace KEY_WLAN with KEY_WPS_BUTTON
        [ARM] Kirkwood: WPS button keycode mapping
        pxa168fb: fix incorrect resource calculation
        [ARM] pxa/raumfeld: fix button name
        [ARM] pxa/raumfeld: remove duplicated #include
        [ARM] locomo: fix unpaired spin_lock_irqsave
        [ARM] locomo: fix SPI register offset
        [ARM] pxa/sharpsl: add dependency of max1111 driver to sharpsl_pm
        [ARM] pxa: remove unnecessary 'select FB_W100' from some platforms
        [ARM] pxa: remove spi cs gpio direction to avoid clash with driver
        [ARM] mmp: fix for variables in uncompress.h being discarded
        [ARM] pxa: fix for variables in uncompress.h being discarded
        ARM: Update mach-types
        ARM: Fix IXP23xx build error in mach/memory.h
      1ff31056