1. 15 Nov, 2009 8 commits
  2. 15 Oct, 2009 1 commit
    • Josh Triplett's avatar
      kconfig: Make zconf.y work with current bison · 1456edbb
      Josh Triplett authored
      zconf.y includes zconf.hash.c from the initial code section.
      zconf.hash.c references the token constants from zconf.y.  However,
      current bison defines the token constants after the initial code
      section, making zconf.hash.c fail to compile.  Move the include of
      zconf.hash.c later in zconf.y, so bison puts it after the token
      constants.
      Signed-off-by: default avatarJosh Triplett <josh@joshtriplett.org>
      1456edbb
  3. 14 Oct, 2009 30 commits
  4. 13 Oct, 2009 1 commit
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block · 80f50691
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.dk/linux-2.6-block:
        cciss: Add cciss_allow_hpsa module parameter
        cciss: Fix multiple calls to pci_release_regions
        blk-settings: fix function parameter kernel-doc notation
        writeback: kill space in debugfs item name
        writeback: account IO throttling wait as iowait
        elv_iosched_store(): fix strstrip() misuse
        cfq-iosched: avoid probable slice overrun when idling
        cfq-iosched: apply bool value where we return 0/1
        cfq-iosched: fix think time allowed for seekers
        cfq-iosched: fix the slice residual sign
        cfq-iosched: abstract out the 'may this cfqq dispatch' logic
        block: use proper BLK_RW_ASYNC in blk_queue_start_tag()
        block: Seperate read and write statistics of in_flight requests v2
        block: get rid of kblock_schedule_delayed_work()
        cfq-iosched: fix possible problem with jiffies wraparound
        cfq-iosched: fix issue with rq-rq merging and fifo list ordering
      80f50691