An error occurred fetching the project authors.
- 20 Sep, 2010 1 commit
-
-
Andreas Herrmann authored
The file names are somehow misleading as the code is not specific to AMD K8 CPUs anymore. The files accomodate code for other AMD CPU northbridges as well. Same is true for the config option which is valid for AMD CPU northbridges in general and not specific to K8. Signed-off-by:
Andreas Herrmann <andreas.herrmann3@amd.com> LKML-Reference: <20100917160343.GD4958@loge.amd.com> Signed-off-by:
H. Peter Anvin <hpa@linux.intel.com>
-
- 13 Mar, 2010 1 commit
-
-
Borislav Petkov authored
de957628 changed setting of the x86_init.iommu.iommu_init function ptr only when GART IOMMU is found. One side effect of it is that num_k8_northbridges is not initialized anymore if not explicitly called. This resulted in uninitialized pointers in <arch/x86/kernel/cpu/intel_cacheinfo.c:amd_calc_l3_indices()>, for example, which uses the num_k8_northbridges thing through node_to_k8_nb_misc(). Fix that through an initcall that runs right after the PCI subsystem and does all the scanning. Then, remove initialization in gart_iommu_init() which is a rootfs_initcall and we're running before that. What is more, since num_k8_northbridges is being used in other places beside GART IOMMU, include it whenever we add AMD CPU support. The previous dependency chain in kconfig contained K8_NB depends on AGP_AMD64|GART_IOMMU which was clearly incorrect. The more natural way in terms of hardware dependency should be AGP_AMD64|GART_IOMMU depends on K8_NB depends on CPU_SUP_AMD && PCI. Make it so Number One! Signed-off-by:
Borislav Petkov <borislav.petkov@amd.com> Cc: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Cc: Joerg Roedel <joerg.roedel@amd.com> LKML-Reference: <20100312144303.GA29262@aftab> Signed-off-by:
Ingo Molnar <mingo@elte.hu> Tested-by:
Joerg Roedel <joerg.roedel@amd.com>
-
- 29 Oct, 2009 1 commit
-
-
Pavel Vasilyev authored
The GART IOMMU code has no strong dependency to the AMD64 AGP code. So the automatic selection of AGP_AMD64 for GART can be removed. Cc: Dave Jones <davej@redhat.com> Signed-off-by:
Pavel Vasilyev <pavel@pavlinux.ru> Signed-off-by:
Joerg Roedel <joerg.roedel@amd.com>
-
- 29 Oct, 2007 1 commit
-
-
Joerg Roedel authored
This patch renames the IOMMU config option to GART_IOMMU because in fact it means the GART and not general support for an IOMMU on x86. Signed-off-by:
Joerg Roedel <joerg.roedel@amd.com> Acked-by:
Muli Ben-Yehuda <muli@il.ibm.com> Signed-off-by:
Ingo Molnar <mingo@elte.hu> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
-
- 16 Oct, 2007 1 commit
-
-
Randy Dunlap authored
Move AGP and DRM menus into the video graphics support menu. They use 'menuconfig' so that they can all be disabled with one selection. Make the console menu use 'menuconfig' so that it can all be disabled with one selection. Make the frame buffer menu use 'menuconfig' so that it can all be disabled with one selection. Signed-off-by:
Randy Dunlap <randy.dunlap@oracle.com> Acked-by:
Dave Airlie <airlied@linux.ie> Signed-off-by:
Antonino Daplas <adaplas@gmail.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
- 27 Jul, 2007 1 commit
-
-
Alan Hourihane authored
Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
- 12 Dec, 2006 1 commit
-
-
Matthew Wilcox authored
There's no point in troubling the Alpha, IA-64, PowerPC and PARISC people with SiS and VIA options. Andrew thinks it helps find bugs, but there's no evidence of that. Signed-off-by:
Matthew Wilcox <matthew@wil.cx> Signed-off-by:
Dave Jones <davej@redhat.com>
-
- 04 Oct, 2006 1 commit
-
-
Kyle McMartin authored
Signed-off-by:
Kyle McMartin <kyle@parisc-linux.org>
-
- 28 Jun, 2006 1 commit
-
-
Dave Jones authored
Fixes possible compile error in amd64 with pci=n pointed out by Adrian Bunk. Signed-off-by:
Dave Jones <davej@redhat.com>
-
- 26 Jun, 2006 1 commit
-
-
Andi Kleen authored
- Rename the GART_IOMMU option to IOMMU to make clear it's not just for AMD - Rewrite the help text to better emphatise this fact - Make it an embedded option because too many people get it wrong. To my astonishment I discovered the aacraid driver tests this symbol directly. This looks quite broken to me - it's an internal implementation detail of the PCI DMA API. Can the maintainer please clarify what this test was intended to do? Cc: linux-scsi@vger.kernel.org Cc: alan@redhat.com Cc: markh@osdl.org Signed-off-by:
Andi Kleen <ak@suse.de> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
- 22 Jun, 2006 1 commit
-
-
Roman Zippel authored
The AGP default doesn't work well with other selects, so use a select for GART_IOMMU as well. Remove a redundant default for SWIOTLB as well. Signed-off-by:
Roman Zippel <zippel@linux-m68k.org> Signed-off-by:
Andi Kleen <ak@suse.de> Cc: Andi Kleen <ak@muc.de> Cc: Dave Jones <davej@codemonkey.org.uk> Cc: Dave Airlie <airlied@linux.ie> Cc: Jeff Garzik <jeff@garzik.org> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
- 21 May, 2006 1 commit
-
-
Andi Kleen authored
Enable SIS AGP driver on x86-64 for EM64T systems Untested so far Signed-off-by:
Andi Kleen <ak@suse.de> Signed-off-by:
Dave Jones <davej@redhat.com>
-
- 25 Mar, 2006 1 commit
-
-
Andi Kleen authored
Untested so far [davej: but needed for some newer EM64T systems] Signed-off-by:
Andi Kleen <ak@suse.de> Signed-off-by:
Dave Jones <davej@redhat.com>
-
- 28 Feb, 2006 1 commit
-
-
Dave Jones authored
Eliminate trailing whitespace. s/if(/if (/ s/for(/for (/ Signed-off-by:
Dave Jones <davej@redhat.com>
-
- 10 Feb, 2006 1 commit
-
-
Adrian Bunk authored
This patch contains help text updates including the following: - XFree86 * -> X - there is no need for repeating part of the help text of the AGP option and having "If unsure, say Y/N." in the chip specific options. Signed-off-by:
Adrian Bunk <bunk@stusta.de> Signed-off-by:
Dave Jones <davej@redhat.com>
-
- 31 Oct, 2005 1 commit
-
-
Brian Gerst authored
Add CONFIG_X86_32 for i386. This allows selecting options that only apply to 32-bit systems. (X86 && !X86_64) becomes X86_32 (X86 || X86_64) becomes X86 Signed-off-by:
Brian Gerst <bgerst@didntduck.org> Cc: Sam Ravnborg <sam@ravnborg.org> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
- 16 Apr, 2005 1 commit
-
-
Linus Torvalds authored
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
-