summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2011-09-2121-78/+92
|\
| * floppy: use del_timer_sync() in init cleanupCarsten Emde2011-09-211-4/+4
| * blk-cgroup: be able to remove the record of unplugged deviceWanlong Gao2011-09-211-21/+16
| * block: Don't check QUEUE_FLAG_SAME_COMP in __blk_complete_requestTao Ma2011-09-141-1/+1
| * mm: Add comment explaining task state setting in bdi_forker_thread()Jan Kara2011-09-021-0/+7
| * mm: Cleanup clearing of BDI_pending bit in bdi_forker_thread()Jan Kara2011-09-021-9/+14
| * block: simplify force plug flush code a little bitShaohua Li2011-08-242-7/+7
| * block: change force plug flush call orderShaohua Li2011-08-241-3/+3
| * block: Fix queue_flag update when rq_affinity goes from 2 to 1Eric Seppanen2011-08-241-4/+6
| * Merge branch 'stable/for-jens' of git://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe2011-08-232-4/+4
| |\
| | * xen-blkback: fixed indentation and commentsJoe Jin2011-08-222-3/+3
| | * xen-blkback: Don't disconnect backend until state switched to XenbusStateClosed.Joe Jin2011-08-221-1/+1
| * | block: separate priority boosting from REQ_METAChristoph Hellwig2011-08-2311-25/+32
| * | block: remove READ_META and WRITE_METAChristoph Hellwig2011-08-236-9/+7
* | | init: carefully handle loglevel option on kernel cmdline.Alexander Sverdlin2011-09-211-2/+13
* | | teach /proc/$pid/numa_maps about transparent hugepagesDave Hansen2011-09-211-0/+20
* | | break out numa_maps gather_pte_stats() checksDave Hansen2011-09-211-15/+24
* | | make /proc/$pid/numa_maps gather_stats() take variable page sizeDave Hansen2011-09-211-10/+11
* | | Merge branch 'fixes' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-09-2013-65/+52
|\ \ \
| * | | mach-integrator: fix VGA base regressionLinus Walleij2011-09-202-2/+2
| * | | arm/dt: Tegra: Update SDHCI nodes to match bindingsStephen Warren2011-09-202-9/+9
| * | | Merge branch 'samsung-fixes-2' of git://github.com/kgene/linux-samsung into HEADArnd Bergmann2011-09-158-53/+40
| |\ \ \
| | * | | ARM: EXYNOS4: fix incorrect pad configuration for keypad row linesThomas Abraham2011-09-151-5/+6
| | * | | ARM: SAMSUNG: fix to prevent declaring duplicatedKukjin Kim2011-09-151-0/+5
| | * | | ARM: SAMSUNG: fix watchdog reset issue with clk_get()Marek Szyprowski2011-09-153-7/+17
| | * | | ARM: S3C64XX: Remove un-used code backlight code on SMDK6410Banajit Goswami2011-09-151-39/+0
| | * | | ARM: EXYNOS4: restart clocksource while system resumesChanghwan Youn2011-09-151-0/+6
| | * | | ARM: EXYNOS4: Fix routing timer interrupt to offline CPUKukjin Kim2011-09-151-0/+2
| | * | | ARM: EXYNOS4: Fix return type of local_timer_setup()Kukjin Kim2011-09-151-1/+3
| | * | | ARM: EXYNOS4: Fix wrong pll type for vpllJonghwan Choi2011-09-151-1/+1
| * | | | ARM: Dove: fix second SPI initialization callNicolas Pitre2011-09-141-1/+1
| |/ / /
* | | | Merge branch 'for-linus' of git://github.com/chrismason/linuxLinus Torvalds2011-09-201-1/+6
|\ \ \ \
| * \ \ \ Merge branch 'btrfs-3.0' into for-linusChris Mason2011-09-201-1/+6
| |\ \ \ \
| | * | | | Btrfs: reserve sufficient space for ioctl cloneSage Weil2011-09-201-1/+6
* | | | | | staging: zcache: fix cleancache crashSeth Jennings2011-09-201-1/+1
* | | | | | Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2011-09-204-50/+21
|\ \ \ \ \ \
| * | | | | | cifs: Fix broken sec=ntlmv2/i sec option (try #2)Shirish Pargaonkar2011-09-191-43/+11
| * | | | | | Fix the conflict between rwpidforward and rw mount optionsSteve French2011-09-191-2/+2
| * | | | | | CIFS: Fix ERR_PTR dereference in cifs_get_rootPavel Shilovsky2011-09-191-4/+6
| * | | | | | cifs: fix possible memory corruption in CIFSFindNextJeff Layton2011-09-191-1/+2
* | | | | | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2011-09-204-16/+17
|\ \ \ \ \ \ \
| * | | | | | | watchdog: Initconst section fixes for watchdogAndi Kleen2011-09-201-1/+1
| * | | | | | | watchdog: lantiq: fix watchdogs timeout handlingJohn Crispin2011-09-201-4/+4
| * | | | | | | watchdog: hpwdt: prevent multiple "NMI occurred" messagesNaga Chumbalkar2011-09-201-4/+5
| * | | | | | | watchdog: WatchDog Timer Driver Core - use passed watchdog_deviceH Hartley Sweeten2011-09-201-7/+7
| |/ / / / / /
* | | | | | | Merge branch 'for-linus' of git://github.com/tiwai/soundLinus Torvalds2011-09-202-4/+6
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | ALSA: HDA: Add support for IDT 92HD93David Henningsson2011-09-201-0/+1
| * | | | | | ALSA: hda/realtek - Fix auto-mute with HP+LO configurationTakashi Iwai2011-09-191-4/+5
* | | | | | | Merge branch 'irq-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds2011-09-192-2/+2
|\ \ \ \ \ \ \
| * | | | | | | x86, iommu: Mark DMAR IRQ as non-threadedThomas Gleixner2011-09-131-1/+1
OpenPOWER on IntegriCloud