First
|
Prev |
Next
|
Last
Pages: 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751
pci/dmar: Don't complain that IOPAIC is not supported On Thu, 2010-04-08 at 19:58 +0100, Yinghai Lu wrote: INTR_REMAP handle that type, so if that is used, we should not complain that Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- drivers/pci/dmar.c | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/drivers/pci/... 9 Apr 2010 12:16
blkio: Add io_queued and avg_queue_size stats On Thu, Apr 08, 2010 at 09:15:10PM -0700, Divyesh Shah wrote: These stats are useful for getting a feel for the queue depth of the cgroup, i.e., how filled up its queues are at a given instant and over the existence of the cgroup. This ability is useful when debugging problems in the wild as it helps unders... 9 Apr 2010 23:23
mutex: Provide mutex_is_contended On 04/08/2010 03:17 PM, Peter Zijlstra wrote: Usable for lock-breaks and such. Signed-off-by: Peter Zijlstra<a.p.zijlstra(a)chello.nl> Reviewed-by: Rik van Riel <riel(a)redhat.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.o... 9 Apr 2010 12:16
cfq-iosched: Fix the incorrect timeslice accounting with forced_dispatch. On Fri, Apr 9, 2010 at 7:09 AM, Vivek Goyal <vgoyal(a)redhat.com> wrote: On Thu, Apr 08, 2010 at 07:19:00PM -0700, Divyesh Shah wrote: When CFQ dispatches requests forcefully due to a barrier or changing iosched, it runs through all cfqq's dispatching requests and then expires each queue. However, it does ... 9 Apr 2010 12:16
[PATCH v2] procfs: Push down the bkl from ioctl Push down the bkl from procfs's ioctl main handler to its users. Only three procfs users implement an ioctl (non unlocked) handler. Turn them into unlocked_ioctl and push down the Devil inside. v2: PDE(inode)->data doesn't need to be under bkl Signed-off-by: Frederic Weisbecker <fweisbec(a)gmail.com> Acked-by: A... 9 Apr 2010 11:09
mlock and pageout race? Hi, Kosaki. I don't want to make noise due to off-topic. So I open new thread. On Fri, 2010-04-09 at 17:17 +0900, KOSAKI Motohiro wrote: Hi Minchan, OFF-TOPIC: I think you pointed out good thing, too. :) You mean although application call mlock of any vma, few pages on the vma... 9 Apr 2010 11:08
[PATCH 2/2] ibft: For UEFI machines actually do scan ACPI for iBFT. For machines with IBFT 1.03 do scan the ACPI table for 'iBFT' or for 'IBFT'. If the machine is in UEFI mode, only do the ACPI table scan. For all other machines (pre IBFT 1.03) do a memory scan if not found in the ACPI tables. Author: Konrad Rzeszutek Wilk <konrad(a)kernel.org> Acked-by: Peter Jones <pjones(a)redhat... 9 Apr 2010 11:08
[PATCH] Update iBFT to 1.03 This patch writen by Peter Jones and Mike Christie expands on the iBFT firmware driver to support v1.03 of the spec. The spec in question is available at: ftp://ftp.software.ibm.com/systems/support/bladecenter/iscsi_boot_firmware_table_v1.03.pdf Linux kernel has support for the iBFT 1.0 spec and this update to ... 9 Apr 2010 11:08
[PATCH 03/12] eeprom_read()/eeprom_write() should update ppos instead of file->f_pos eeprom_read()/eeprom_write() modify file->f_pos directly instead of the ppos given. The VFS later updates the file->f_pos and overwrites it with the unchanged value of ppos. Since nothing touches the struct file in eeprom_read()/eeprom_write() now, the on stack allocated struct file in eeprom_read_buf()/eeprom_writ... 9 Apr 2010 11:08
[PATCH 05/12] mISDN: Remove unnecessary test on f_pos This test is not doing anything since it is always false if the mISDN_read() is called from vfs_read(). Besides that the driver uses nonseekable_open() and is not using off or file->f_pos anywhere. Signed-off-by: Jan Blunck <jblunck(a)suse.de> --- drivers/isdn/mISDN/timerdev.c | 2 -- 1 files changed, 0 inser... 9 Apr 2010 11:08 |