linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BK PATCHES] misc merges
@ 2003-03-22 22:27 Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2003-03-22 22:27 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: lkml

[-- Attachment #1: Type: text/plain, Size: 412 bytes --]

The main thing here is the PCI cacheline size for, for the PCI MWI 
mini-API (that I added).  We need runtime, not compile-time, CPU 
cacheline size detection due to generic vendor kernels.

As IvanK notes, this is a conservative "just-the-fix" change.  A more 
aggressive change is pending later on, that will move cacheline size 
fixups elsewhere (most likely pci_enable_device, but possibly 
pci_set_master).

[-- Attachment #2: misc-2.5.txt --]
[-- Type: text/plain, Size: 1395 bytes --]

Linus, please do a

	bk pull bk://kernel.bkbits.net/jgarzik/misc-2.5

This will update the following files:

 arch/i386/pci/common.c   |   10 +++++++++
 drivers/char/hw_random.c |    3 +-
 drivers/pci/pci.c        |   48 +++++++++++++++++++++++------------------------
 3 files changed, 36 insertions(+), 25 deletions(-)

through these ChangeSets:

<jgarzik@redhat.com> (03/03/22 1.1202)
   [hw_random] fix amd x86-64 RNG pci id
   
   Contributed by Andi Kleen

<ink@jurassic.park.msu.ru> (03/03/22 1.1201)
   [PATCH] PCI MWI cacheline size fix
   
   This is rather conservative variant of previous patch:
   - no changes required for drivers or architectures with HAVE_ARCH_PCI_MWI;
   - do respect BIOS settings: if the cacheline size is multiple
     of that we have expected, assume that this is on purpose;
   - assume cacheline size of 32 bytes for all x86s except K7/K8 and P4.
     Actually it's good for 386/486s as quite a few PCI devices do not support
     smaller values.
   
   If you all are fine with it, I can make a 2.4 counterpart.
   
   As for more aggressive changes: I'd prefer to wait until pending
   stuff from rmk and myself gets in and the whole thing stabilizes.
   Then we can start fine tuning of MWI, FBB, latency timers and so on.
   
   Ivan.

<jgarzik@redhat.com> (03/03/20 1.1101.23.1)
   [hw_random] add AMD x86-64 pci id
   
   Contributed by Andi Kleen


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [BK PATCHES] misc merges
@ 2003-04-26  4:17 Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2003-04-26  4:17 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2: misc-2.5.txt --]
[-- Type: text/plain, Size: 1331 bytes --]

Linus, please do a

	bk pull bk://kernel.bkbits.net/jgarzik/misc-2.5

This will update the following files:

 arch/i386/kernel/io_apic.c |    2 -
 drivers/char/hw_random.c   |    4 +--
 drivers/scsi/ncr53c8xx.c   |   31 +++++++++++-------------
 drivers/scsi/sym53c8xx.c   |   57 ++++++++++++++++++++++-----------------------
 include/linux/interrupt.h  |    2 -
 include/linux/quotaops.h   |    1 
 include/linux/sched.h      |    2 -
 include/linux/timer.h      |    2 -
 sound/oss/trident.c        |    4 +--
 9 files changed, 52 insertions(+), 53 deletions(-)

through these ChangeSets:

<Valdis.Kletnieks@vt.edu> (03/04/25 1.1256)
   cpp cleanups: use KERNEL_VERSION macro from linux/version.h
   
   Updated ncr53c8xx and sym53c8xx scsi drivers.

<Valdis.Kletnieks@vt.edu> (03/04/25 1.1255)
   cpp cleanups for ia32/io_apic.c, sound/oss/trident.c

<jgarzik@redhat.com> (03/04/25 1.1254)
   [hw_random] fix bug, bump version
   
   Fix ugly bug in read(2) path for odd buffer sizes.
   Noticed by Joseph Chan @ Via.
   
   Bump version to 1.0.0.

<pixi@burble.org> (03/04/25 1.1253)
   [quota] provide no-op sync_dquots_dev, one .config case wants it

<jgarzik@redhat.com> (03/04/25 1.1252)
   s/#if/#ifdef/ for a few CONFIG_SMP tests in public headers
   
   Headers touched: linux/interrupt.h, linux/sched.h, linux/timer.h


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-04-26  4:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-22 22:27 [BK PATCHES] misc merges Jeff Garzik
2003-04-26  4:17 Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).