<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers, branch v2.6.14.1</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers?h=v2.6.14.1</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers?h=v2.6.14.1'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2005-10-27T23:29:24Z</updated>
<entry>
<title>[PATCH] cpufreq: SMP fix for conservative governor</title>
<updated>2005-10-27T23:29:24Z</updated>
<author>
<name>Dave Jones</name>
<email>davej@redhat.com</email>
</author>
<published>2005-10-27T23:16:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=927321440976d0781a252eefe686ae6b0f236ae2'/>
<id>urn:sha1:927321440976d0781a252eefe686ae6b0f236ae2</id>
<content type='text'>
Don't try to access not-present CPUs.  Conservative governor will always
oops on SMP without this fix.

Fixes http://bugzilla.kernel.org/show_bug.cgi?id=4781

Signed-off-by: Venkatesh Pallipadi &lt;venkatesh.pallipadi@intel.com&gt;
Signed-off-by: Dave Jones &lt;davej@redhat.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>Merge master.kernel.org:/home/rmk/linux-2.6-serial</title>
<updated>2005-10-26T21:02:49Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-10-26T21:02:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=e02fd44056dd8077b49b4bd92c5799a75e89cd65'/>
<id>urn:sha1:e02fd44056dd8077b49b4bd92c5799a75e89cd65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] fix radeon_cp_init_ring_buffer()</title>
<updated>2005-10-26T17:46:19Z</updated>
<author>
<name>Ivan Kokshaysky</name>
<email>ink@jurassic.park.msu.ru</email>
</author>
<published>2005-10-26T10:05:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=b0917bd912d3708c50e1df1b5e1648d0547108a3'/>
<id>urn:sha1:b0917bd912d3708c50e1df1b5e1648d0547108a3</id>
<content type='text'>
I've seen similar failure on alpha.

Obviously, someone forgot to convert sg-&gt;handle stuff for
PCI gart case.

Signed-off-by: Dave Airlie &lt;airlied@linux.ie&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] md: make sure mdthreads will always respond to kthread_stop</title>
<updated>2005-10-26T17:39:42Z</updated>
<author>
<name>NeilBrown</name>
<email>neilb@suse.de</email>
</author>
<published>2005-10-26T08:58:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=8712e553562bbbed9b3a99370f08e9bc25908a76'/>
<id>urn:sha1:8712e553562bbbed9b3a99370f08e9bc25908a76</id>
<content type='text'>
There are still a couple of cases where md threads (the resync/recovery
thread) is not interruptible since the change to use kthreads.  All places
there it tests "signal_pending", it should also test kthread_should_stop,
as with this patch.

Signed-off-by: Neil Brown &lt;neilb@suse.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>PCI: be more verbose about resource quirks</title>
<updated>2005-10-26T03:40:09Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-10-26T03:40:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=6693e74a16ef563960764bd963f1048392135c3c'/>
<id>urn:sha1:6693e74a16ef563960764bd963f1048392135c3c</id>
<content type='text'>
When reserving an PCI quirk, note that in the kernel bootup messages.

Also, parse the strange PIIX4 device resources - they should get their
own PCI resource quirks, but for now just print out what it finds to
verify that the code does the right thing.

Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] qlogic lockup fix</title>
<updated>2005-10-25T20:51:48Z</updated>
<author>
<name>Andrew Morton</name>
<email>akpm@osdl.org</email>
</author>
<published>2005-10-25T18:00:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=444d1d9bb5b724f03344c9317bc01d54a9b39073'/>
<id>urn:sha1:444d1d9bb5b724f03344c9317bc01d54a9b39073</id>
<content type='text'>
If qla2x00_probe_one()'s call to qla2x00_iospace_config() fails, we call
qla2x00_free_device() to clean up.  But because ha-&gt;dpc_pid hasn't been set
yet, qla2x00_free_device() tries to stop a kernel thread which hasn't started
yet.  It does wait_for_completion() against an uninitialised completion struct
and the kernel hangs up.

Fix it by initialising ha-&gt;dpc_pid a bit earlier.

Cc: Andrew Vasquez &lt;andrew.vasquez@qlogic.com&gt;
Cc: James Bottomley &lt;James.Bottomley@steeleye.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[SERIAL] new hp diva console port</title>
<updated>2005-10-24T21:16:38Z</updated>
<author>
<name>Justin Chen</name>
<email>justin.chen@hp.com</email>
</author>
<published>2005-10-24T21:16:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=551f8f0e87becb415c522adccab524a7a05ca83a'/>
<id>urn:sha1:551f8f0e87becb415c522adccab524a7a05ca83a</id>
<content type='text'>
Add the new ID 0x132a and configure the new PCI Diva console port.  This
device supports only 1 single console UART.

Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[SERIAL] support the Exsys EX-4055 4S four-port card</title>
<updated>2005-10-24T21:11:57Z</updated>
<author>
<name>Bjorn Helgaas</name>
<email>bjorn.helgaas@hp.com</email>
</author>
<published>2005-10-24T21:11:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=add7b58e7558dd2894f3c17ca8574099fcba5c15'/>
<id>urn:sha1:add7b58e7558dd2894f3c17ca8574099fcba5c15</id>
<content type='text'>
Tested by Wolfgang Denk with this device:

    00:0f.0 Network controller: PLX Technology, Inc. PCI &lt;-&gt; IOBus Bridge (rev 01)
        Subsystem: Exsys EX-4055 4S(16C550) RS-232
        Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
        Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium &gt;TAbort- &lt;TAbort- &lt;MAbort- &gt;SERR- &lt;PERR-
        Interrupt: pin A routed to IRQ 10
        Region 0: Memory at 80100000 (32-bit, non-prefetchable) [size=128]
        Region 1: I/O ports at 7080 [size=128]
        Region 2: I/O ports at 7400 [size=32]

    00:0f.0 Class 0280: 10b5:9050 (rev 01)
        Subsystem: d84d:4055

Results with this patch:

    Serial: 8250/16550 driver $Revision: 1.90 $ 32 ports, IRQ sharing enabled
    ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    PCI: Found IRQ 10 for device 0000:00:0f.0
    ttyS4 at I/O 0x7400 (irq = 10) is a 16550A
    ttyS5 at I/O 0x7408 (irq = 10) is a 16550A
    ttyS6 at I/O 0x7410 (irq = 10) is a 16550A
    ttyS7 at I/O 0x7418 (irq = 10) is a 16550A

Signed-off-by: Bjorn Helgaas &lt;bjorn.helgaas@hp.com&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[PATCH] Return the line length via sysfs for fbdev</title>
<updated>2005-10-24T21:08:29Z</updated>
<author>
<name>James Simmons</name>
<email>jsimmons@infradead.org</email>
</author>
<published>2005-10-24T20:46:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=c14e2cfc18659c6ca67c2e10417c432eb978d976'/>
<id>urn:sha1:c14e2cfc18659c6ca67c2e10417c432eb978d976</id>
<content type='text'>
This small patch returns the stride/line length of the framebuffer via
sysfs.

Signed-off-by: James Simmons &lt;jsimmons@infradead.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6</title>
<updated>2005-10-24T00:13:14Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-10-24T00:13:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=ba9e358fd04190a59e605c2963a15e014139a707'/>
<id>urn:sha1:ba9e358fd04190a59e605c2963a15e014139a707</id>
<content type='text'>
</content>
</entry>
</feed>
