summaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
Commit message (Expand)AuthorFilesLines
2009-09-16writeback: Fix bdi use after free in wb_work_complete()Nick Piggin1-2/+3
2009-09-16writeback: improve scalability of bdi writeback work queuesNick Piggin1-1/+2
2009-09-16writeback: remove smp_mb(), it's not needed with list_add_tail_rcu()Nick Piggin1-3/+3
2009-09-16writeback: use schedule_timeout_interruptible()Jens Axboe1-2/+1
2009-09-16writeback: add comments to bdi_work structureJens Axboe1-7/+11
2009-09-16writeback: splice dirty inode entries to default bdi on bdi_destroy()Jens Axboe1-1/+13
2009-09-16writeback: separate starting of sync vs opportunistic writebackJens Axboe5-95/+75
2009-09-16writeback: inline allocation failure handling in bdi_alloc_queue_work()Jens Axboe1-22/+27
2009-09-16writeback: use RCU to protect bdi_listJens Axboe4-28/+63
2009-09-16writeback: only use bdi_writeback_all() for WB_SYNC_NONE writeoutJens Axboe1-56/+14
2009-09-16fs: Assign bdi in super_blockJens Axboe7-1/+21
2009-09-16writeback: make wb_writeback() take an argument structureJens Axboe1-29/+49
2009-09-16writeback: merely wakeup flusher thread if work allocation fails for WB_SYNC_...Christoph Hellwig1-32/+14
2009-09-16writeback: get rid of wbc->for_writepagesJens Axboe7-11/+2
2009-09-16fs: remove bdev->bd_inode_backing_dev_infoJens Axboe4-8/+2
2009-09-15block: fix linkage problem with blk_iopoll and !CONFIG_BLOCKJens Axboe1-0/+4
2009-09-15slub: Fix build error in kmem_cache_open() with !CONFIG_SLUB_DEBUGIngo Molnar1-0/+2
2009-09-15Nicolas Pitre has a new email addressNicolas Pitre39-45/+45
2009-09-15ide: fixup for fujitsu diskWu Zhangjin1-0/+1
2009-09-15perf_counter: Fix buffer overflow in perf_copy_attr()Xiao Guangrong1-0/+1
2009-09-15V4L/DVB (12720): em28xx-cards: Add vendor/product id for Kworld DVD Maker 2Douglas Schilling Landgraf2-2/+5
2009-09-15SELinux: inline selinux_is_enabled in !CONFIG_SECURITY_SELINUXEric Paris1-1/+1
2009-09-15fix undefined reference to user_shm_unlockHugh Dickins1-1/+1
2009-09-15cleanup console_print()Anirban Sinha7-32/+11
2009-09-15PCI hotplug: clean up acpi_run_hpp()Bjorn Helgaas1-62/+22
2009-09-15PCI hotplug: acpiphp: use generic pci_configure_slot()Bjorn Helgaas3-87/+7
2009-09-15PCI hotplug: shpchp: use generic pci_configure_slot()Bjorn Helgaas2-68/+1
2009-09-15PCI hotplug: pciehp: use generic pci_configure_slot()Bjorn Helgaas2-138/+1
2009-09-15PCI hotplug: add pci_configure_slot()Bjorn Helgaas3-1/+197
2009-09-15PCI hotplug: clean up acpi_get_hp_params_from_firmware() interfaceBjorn Helgaas5-18/+13
2009-09-15PCI hotplug: acpiphp: don't cache hotplug_params in acpiphp_bridgeBjorn Helgaas2-34/+27
2009-09-15PCI hotplug: acpiphp: remove superfluous _HPP/_HPX evaluationBjorn Helgaas1-3/+0
2009-09-15KEYS: Fix garbage collectorDavid Howells4-35/+73
2009-09-15KEYS: Unlock tasklist when exiting early from keyctl_session_to_parentMarc Dionne1-0/+1
2009-09-15CRED: Allow put_cred() to cope with a NULL groups listDavid Howells1-1/+2
2009-09-14PCI: Clear saved_state after the state has been restoredRafael J. Wysocki3-9/+8
2009-09-14PCI PM: Return error codes from pci_pm_resume()Rafael J. Wysocki1-1/+1
2009-09-14PCI: use dev_printk in quirk messagesBjorn Helgaas1-15/+12
2009-09-14PCI / PCIe portdrv: Fix pcie_portdrv_slot_reset()Rafael J. Wysocki1-0/+1
2009-09-14at_hdmac: Rework suspend_late()/resume_early()Dan Williams1-7/+12
2009-09-14PM: Reset transition_started at dpm_resume_noirqXiaotian Feng1-1/+1
2009-09-14PM: Update kerneldoc comments in drivers/base/power/main.cRafael J. Wysocki1-85/+84
2009-09-14PM: Add convenience macro to make switching to dev_pm_ops less error-proneAlbin Tonnerre1-0/+14
2009-09-14hp-wmi: Switch driver to dev_pm_opsFrans Pop1-5/+10
2009-09-14floppy: Switch driver to dev_pm_opsFrans Pop1-2/+7
2009-09-14PM: Trivial fixesWu Fengguang1-2/+2
2009-09-14PM / Hibernate / Memory hotplug: Always use for_each_populated_zone()Gerald Schaefer1-6/+6
2009-09-14PM/Hibernate: Do not try to allocate too much memory too hard (rev. 2)Rafael J. Wysocki1-4/+39
2009-09-14PM/Hibernate: Do not release preallocated memory unnecessarily (rev. 2)Rafael J. Wysocki3-72/+147
2009-09-14PM/Hibernate: Rework shrinking of memoryRafael J. Wysocki1-47/+158