|
First
|
Prev |
Next
|
Last
Pages: 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072
[PATCH] Add support for IRQ_NOAUTOEN in __set_irq_handler Any reason for __set_irq_handler not supporting the IRQ_NOAUTOEN flag? /Esben kernel/irq/chip.c | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/kernel/irq/chip.c b/kernel/irq/chip.c index 964964b..42bb163 100644 --- a/kernel/irq/chip.c +++ b/kernel/irq/chip.c @@ -584,10 ... 19 Jun 2008 16:48
[PATCH] x86: fix compiling when CONFIG_X86_MPPARSE is not set Signed-off-by: Yinghai Lu <yhlu.kernel(a)gmail.com> --- arch/x86/Kconfig | 2 +- arch/x86/mm/k8topology_64.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) Index: linux-2.6/arch/x86/Kconfig =================================================================== --- linux-2.6.orig/arc... 19 Jun 2008 15:46
[PATCH (RESEND)] ecryptfs: propagate key errors up at mount time (re-sending this, forgot to actually put it on any list last time!) Mounting with invalid key signatures should probably fail, if they were specifically requested but not available. Also fix case checks in process_request_key_err() for the right sign of the errnos, as spotted by Jan Tluka. Signed-off-by: Eri... 19 Jun 2008 15:46
usb-storage: wait for device scanning before mounting root Stefan Richter wrote: The problem is AFAIU not exactly how many Scsi_Host instances (initiator port representations, or something remotely related to that) are instantiated, but rather _when_ they are instantiated. On multi protocol buses or networks like USB and FireWire, it makes sense to create t... 20 Jun 2008 13:16
usb-storage: wait for device scanning before mounting root This discussion seemed to die off ... did anything ever come of it? On Fri, Apr 25, 2008 at 03:11:23AM -0600, Matthew Wilcox wrote: On Fri, Apr 25, 2008 at 11:15:36AM +0300, Pekka J Enberg wrote: On Fri, 25 Apr 2008, Stefan Richter wrote: Besides, can't you use the generic async scan facility of the... 20 Jun 2008 12:14
[PATCH] Hugetlb: stop race when reading proc meminfo minor nit that hugetlb_report_{,node_}meminfo() does not lock the reading of nr_huge_pages, free_huge_pages, and friends so this is not an atomic set of information put into the buffer. If /proc/meminfo is read while the number of hugetlb pages is in flux it is possible to get incorrect output such as: HugePage... 19 Jun 2008 14:44
CFS vs cpu hotplug On Thu, 2008-06-19 at 18:19 +0200, Heiko Carstens wrote: Hi Ingo, Peter, I'm still seeing kernel crashes on cpu hotplug with Linus' current git tree. All I have to do is to make all cpus busy (make -j4 of the kernel source is sufficient) and then start cpu hotplug stress. It usually takes below a min... 10 Jul 2008 04:09
mm: add a ptep_modify_prot transaction abstraction Benjamin Herrenschmidt wrote: Which architecture are you interested in? If it isn't x86, you can probably get anything past Linus ;) I'll do some measurements to see what effect the batchable ptep_set_wrprotect() has on native. If it's significant, I'll propose making it conditional on CONF... 19 Jun 2008 14:44
Question about sys_ind (Partition ID fields) Is there a reason why the sys_ind field (The partition ID) is not cached in the hd_struct persistently? I noticed that after the initial check_partition calls through check_part[]() read all this data and only remember the starting sector and size of a given partition. Perhaps I am missing something, and its st... 19 Jun 2008 13:42
jedec_probe: Fix SST 16-bit chip detection On Thu, 2008-06-19 at 16:36 +0900, Atsushi Nemoto wrote: - .devtypes = CFI_DEVICETYPE_X16|CFI_DEVICETYPE_X8, + .devtypes = CFI_DEVICETYPE_X16, I believe you about the uaddr -- but can these devices really not be used in 8-bit mode? -- dwmw2 -- To unsubscribe fr... 20 Jun 2008 14:18 |