04 Sep, 2005
1 commit
-
Signed-off-by: Len Brown
03 Sep, 2005
9 commits
-
http://bugzilla.kernel.org/show_bug.cgi?id=5128
Signed-off-by: Len Brown
-
http://bugzilla.kernel.org/show_bug.cgi?id=5060
Signed-off-by: Luming Yu
Signed-off-by: Len Brown -
http://bugzilla.kernel.org/show_bug.cgi?id=5128
Signed-off-by: Venkatesh Pallipadi
Signed-off-by: Len Brown -
Move pcibios_penalize_isa_irq() to pnpacpi_parse_allocated_irqresource().
Previously we passed the GSI, not the IRQ, and we did it even if parsing
the IRQ resource failed.Parse IRQ descriptors that contain multiple interrupts. This violates the
spec (in _CRS, only one interrupt per descriptor is allowed), but some
firmware, e.g., HP rx7620 and rx8620 descriptions of HPET, has this bug.Signed-off-by: Bjorn Helgaas
Cc: Adam Belay
Signed-off-by: Andrew Morton
Signed-off-by: Len Brown -
The 'bus' field in pci_dev structure should be checked before calling
pci_read_config_byte() because pci_bus_read_config_byte() called by
pci_read_config_byte() refers to 'bus' field.Signed-off-by: Kenji Kaneshige
Signed-off-by: Andrew Morton
Signed-off-by: Len Brown -
Signed-off-by: Adrian Bunk
Signed-off-by: Len Brown -
Fixed a problem with the internal Owner ID allocation and
deallocation mechanisms for control method execution and
recursive method invocation. This should eliminate the
OWNER_ID_LIMIT exceptions and "Invalid OwnerId" messages
seen on some systems. Recursive method invocation depth
is currently limited to 255. (Alexey Starikovskiy)http://bugzilla.kernel.org/show_bug.cgi?id=4892
Completely eliminated all vestiges of support for the
"module-level executable code" until this support is
fully implemented and debugged. This should eliminate the
NO_RETURN_VALUE exceptions seen during table load on some
systems that invoke this support.http://bugzilla.kernel.org/show_bug.cgi?id=5162
Fixed a problem within the resource manager code where
the transaction flags for a 64-bit address descriptor were
handled incorrectly in the type-specific flag byte.Consolidated duplicate code within the address descriptor
resource manager code, reducing overall subsystem code size.Signed-off-by: Robert Moore
Signed-off-by: Len Brown -
Signed-off-by: Len Brown
02 Sep, 2005
30 commits
-
This patch is against 2.6.10, but still applies cleanly. It's just
s/driverfs/sysfs/ in this file.Signed-off-by: Rolf Eike Beer
Signed-off-by: Linus Torvalds -
This patch is against 2.6.10, but still applies cleanly. It's just
s/driverfs/sysfs/ in these two files.Signed-off-by: Rolf Eike Beer
Signed-off-by: Linus Torvalds -
Signed-off-by: Miles Bader
Signed-off-by: Linus Torvalds -
Signed-off-by: Miles Bader
Signed-off-by: Linus Torvalds -
Signed-off-by: Miles Bader
Signed-off-by: Linus Torvalds -
Use MAP_PRIVATE when calling mmap to get memory for the code region.
The flat loader was using MAP_SHARED, but underlying changes to the
MMUless mmap means this is now wrong.Signed-off-by: Greg Ungerer
Signed-off-by: Linus Torvalds -
Updated defconfig for m68knommu arch.
Patch originaly submitted by Jan DittmerSigned-off-by: Greg Ungerer
Signed-off-by: Linus Torvalds -
. add support for the M5235EVB board
. add support for the SOM5282 board
. add support for the MOD5272 board
. fix end of memory define for eLITE boardSigned-off-by: Greg Ungerer
Signed-off-by: Linus Torvalds -
Need pfn_valid macro, even on MMUless platforms.
Enclose the macro args of __pa and __va in parentheses.Signed-off-by: Greg Ungerer
Signed-off-by: Linus Torvalds -
Use the THREAD_SIZE define when manipulating the stack instead of
hard coded values (for the 68328 and 68360 sub-architectures).Signed-off-by: Greg Ungerer
Signed-off-by: Linus Torvalds -
New architecture and board configuration support for m68knommu.
. add 523x ColdFire support
. add support for SOM5282 and MOD5272 boards
. break up the 527x to be separate 5271 and 5275. There is some
subtle differences that (like RAM config) that need to be dealt with
. add option to support selecting 4k kernel stackSigned-off-by: Greg Ungerer
Signed-off-by: Linus Torvalds -
Add support for the 523x ColdFire family of processors
Signed-off-by: Greg Ungerer
Signed-off-by: Linus Torvalds -
Make show_stack() consistent with other architectures.
Put the vector string names in the .rodata section.
Patch originally submitted by Philippe De Muyter .Signed-off-by: Greg Ungerer
Signed-off-by: Linus Torvalds -
Modify maintainers for uClinux (MMUless). Neither Dave nor Jeff
manitain the 2.6 code in mainline, so no point emailing them about
problems.Signed-off-by: Greg Ungerer
Signed-off-by: Linus Torvalds -
Correctly determine the end of ram for ram setups that do not
start at base address of 0. Add support for the MOD5272 board,
which doesn not have a ram base of 0.Signed-off-by: Greg Ungerer
Signed-off-by: Linus Torvalds -
. setup for the new 523x ColdFire family
. break up of 527x to be 5271 and 5275
. some white space cleanupSigned-off-by: Greg Ungerer
Signed-off-by: Linus Torvalds -
Low level initialization code for the 523x ColdFire processor family.
Signed-off-by: Greg Ungerer
Signed-off-by: Linus Torvalds -
We weren't explicitly setting the page table bits we desired
in user_prot in the protection table, which resulted in the
user mappings for v6 CPUs being marked global.Signed-off-by: Russell King
-
We run into problems if we blindly enable L2 prefetching without
checking that the L2 cache is actually enabled. Additionaly, if we
disable the L2 cache we need to ensure that we disable L2 prefetching.Signed-off-by: Kumar Gala
Signed-off-by: Benjamin Herrenschmidt
Signed-off-by: Linus Torvalds -
This fixes a problem with pci_map_rom() which doesn't properly
update the ROM BAR value with the address thas allocated for it by the
PCI code. This problem, among other, breaks boot on Mac laptops.It'ss a new version based on Linus latest one with better error
checking.Signed-off-by: Benjamin Herrenschmidt
Signed-off-by: Linus Torvalds