aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-09-25ACPI: identify device tree root by null parent pointer, not ACPI_BUS_TYPEBjorn Helgaas2-8/+13
2009-09-25ACPI: enumerate namespace before adding functional fixed hardware devicesBjorn Helgaas1-2/+2
2009-09-25ACPI: convert acpi_bus_scan() to operate on an acpi_handleBjorn Helgaas1-17/+17
2009-09-25ACPI: add acpi_bus_get_parent() and remove "parent" argumentsBjorn Helgaas1-13/+37
2009-09-25ACPI: remove unnecessary argument checkingBjorn Helgaas1-6/+2
2009-09-25ACPI: remove redundant "type" argumentsBjorn Helgaas1-7/+7
2009-09-25ACPI: remove acpi_device_set_context() "type" argumentBjorn Helgaas1-17/+15
2009-09-25ACPI: use device_type rather than comparing HIDBjorn Helgaas1-6/+4
2009-09-25ACPI: save device_type in acpi_deviceBjorn Helgaas2-1/+3
2009-09-25ACPI: remove redundant "handle" and "parent" argumentsBjorn Helgaas1-15/+12
2009-09-25ACPI: remove unused acpi_bus_scan_fixed() argumentBjorn Helgaas1-5/+2
2009-09-25ACPI: add debug for device additionBjorn Helgaas1-2/+10
2009-09-25ACPICA: fixup after acpi_get_object_info() changeBjorn Helgaas1-1/+0
2009-09-25Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-davemDavid S. Miller1-141/+88
2009-09-25cifs: fix locking and list handling code in cifs_open and its helperJeff Layton1-19/+3
2009-09-25alpha: fix build after vmlinux.lds.S cleanupSam Ravnborg1-0/+1
2009-09-25mips: fix build of vmlinux.ldsManuel Lauss2-6/+8
2009-09-25Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds5-72/+142
2009-09-25writeback: writeback_inodes_sb() should use bdi_start_writeback()Jens Axboe1-1/+1
2009-09-25writeback: don't delay inodes redirtied by a fast dirtierWu Fengguang1-3/+9
2009-09-25writeback: make the super_block pinning more efficientJens Axboe1-17/+29
2009-09-25writeback: don't resort for a single super_block in move_expired_inodes()Jens Axboe1-1/+11
2009-09-25writeback: move inodes from one super_block togetherShaohua Li1-3/+18
2009-09-25writeback: get rid to incorrect references to pdflush in commentsJens Axboe5-19/+17
2009-09-25writeback: improve readability of the wb_writeback() continue/break logicJens Axboe1-20/+23
2009-09-25writeback: cleanup writeback_single_inode()Wu Fengguang1-8/+7
2009-09-25writeback: kupdate writeback shall not stop when more io is possibleWu Fengguang1-2/+2
2009-09-25writeback: stop background writeback when below background thresholdWu Fengguang2-14/+20
2009-09-25writeback: balance_dirty_pages() shall write more than dirtied pagesWu Fengguang1-6/+10
2009-09-25fs: Fix busyloop in wb_writeback()Jan Kara1-1/+18
2009-09-25[IA64] implement ticket locks for ItaniumTony Luck6-218/+92
2009-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds55-1284/+3409
2009-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds3-0/+362
2009-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds93-2909/+2610
2009-09-25Merge branch 'x86/asm' into x86/urgentIngo Molnar7-76/+25
2009-09-25[WATCHDOG] Add support for the Avionic Design Xanthos watchdog timer.Thierry Reding3-0/+362
2009-09-25sh_mobile_ceu_camera: fix compile breakage, caused by a bad mergeGuennadi Liakhovetski1-2/+2
2009-09-25sh: Add support DMA Engine to SH7780Nobuhiro Iwamatsu1-0/+14
2009-09-25sh: Add support DMA Engine to SH7722Nobuhiro Iwamatsu1-0/+14
2009-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Paul Mundt623-12842/+29885
2009-09-25sh: enable onenand support in kfr2r09 defconfig.Paul Mundt1-2/+7
2009-09-25sh: update defconfigs.Paul Mundt48-1271/+3269
2009-09-25[CIFS] Remove build warningSteve French1-2/+2
2009-09-25cifs: fix problems with last two commitsJeff Layton1-1/+1
2009-09-25sh: add FSI driver support for ms7724seKuninori Morimoto1-0/+89
2009-09-25[CIFS] Fix build break when keys support turned offSteve French1-1/+1
2009-09-24Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_devLinus Torvalds6-87/+23
2009-09-24Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds31-65/+222
2009-09-24NOMMU: Ignore mmap() address param as it is a hintDavid Howells1-4/+4
2009-09-24NOMMU: Fallback for is_vmalloc_or_module_addr() should be inlineDavid Howells1-1/+1