- 07 May, 2002 40 commits
-
-
Ivan Kokshaysky authored
Summary of changes: - alpha, arm: code related to PCI-PCI bridges from pcibios_fixup_bus() removed - now it's generic; - pdev_sort_resource: sort resources all together, no matter IO or memory; - pbus_assign_resources_sorted: ditto; - pci_bridge_check_ranges, pci_setup_bridge: changed for prefetch support; - pbus_size_io, pbus_size_mem: core stuff; tested with randomly generated sets of resources; - pbus_size_bridges: pass #2 (pass #1 is PCI probing, common for all archs); - pbus_assign_resources: pass #3. Ivan.
-
Ivan Kokshaysky authored
This changes PCI resource allocation algorithm to 3 passes vs. current 2 passes. Extra pass is used for calculation of required size and alignment of PCI buses behind PCI-PCI bridges. After that, in the pass #3, these buses get allocated like regular PCI devices. This gives tighter PCI IO and memory packing - for instance, this fixes allocation problems on certain alphas with very small (112Mb) PCI memory range. Also, the new code - will allow mixed approach to resource allocation: architecture can keep BIOS settings for some devices, and re-allocate resources for others, including improperly initialized bridges; - makes prefetchable ranges support much simpler; - allows sizing of IO and memory ranges for the host bridges, which might be very useful in some situations. It was tested on various alphas; I haven't heard any complaints from rmk and rth, so probably all of this is ok. :-) Part 1: - for all archs, 4th argument (align) added to pcibios_align_resource (and its callers). It's necessary because this function will be called for bus resources as well, and in this case size != alignment. - for several archs, dead/bogus code removed from pcibios_fixup_pbus_ranges().
-
Petr Vandrovec authored
This allows user to select 'default' encoding, which has defined mapping for each of 255 byte values, so one can use it as a fallback when it finds filesystem with unknown encoding (EBCDIC for example) just to get characters through filesystem. Petr Vandrovec
-
Petr Vandrovec authored
During my lurking around NLS code I found that KOI8-RU returns character code instead of length of character for two characters. Petr Vandrovec
-
Roman Zippel authored
- kdev_t fixes - bio fixes - other cleanups and compile fixes
-
Roman Zippel authored
- small compile fixes - id update - add asm-ppc/zorro.h
-
Roman Zippel authored
extract show_trace()/show_trace_task() out of dump_stack().
-
Roman Zippel authored
Move several tlb functions into tlbflush.h.
-
Roman Zippel authored
update some proc functions to use the seq_file interface
-
Roman Zippel authored
Update INIT_RLIMITS.
-
Roman Zippel authored
These function were removed by a "cleanup", but they are still used.
-
Roman Zippel authored
Rename p_pptr into parent.
-
Roman Zippel authored
Compile fixes
-
Roman Zippel authored
This patch renames KTHREAD_SIZE into THREAD_SIZE, similiar to all other archs.
-
Roman Zippel authored
Add missing include files.
-
Roman Zippel authored
Fix idle functions.
-
Roman Zippel authored
- replace hwclk_time with rtc_time - use hwclk instead of gettod to set initial time
-
Roman Zippel authored
compile fix
-
Roman Zippel authored
Add missing license tags.
-
Roman Zippel authored
Update to the latest config.in.
-
Roman Zippel authored
This moves several cache flush function into cacheflush.h.
-
Roman Zippel authored
Add __clear_bit/__ffs/sched_find_first_bit.
-
Roman Zippel authored
Some compile fixes.
-
Roman Zippel authored
- sizeof changes from Kernel Janitor Project - several bug fixes found with fsx
-
Douglas Gilbert authored
Here is one fix and one enhancement to the scsi generic (sg) driver in 2.5.14 Changelog: - off by one fix for last scatter gather element - if possible compact kiobuf_map into scatter gather list
-
Douglas Gilbert authored
This is the OnStream variant of the st driver that has been in Dave's tree for some time. The change looks like it is from Willem Riede (osst@riede.org) and that it has been forwarded ported from lk 2.4 .
-
Douglas Gilbert authored
This ISA scsi adapter still seems to be popular given the number of people that supply patches for it collected in Dave's tree. The latest patch was from William Stinson (first item): - request_region cleanup - removal of old scsi error handling (leaving newer version) - scatterlist::address replaced - host_lock replacing io_request_lock Doug Gilbert P.S. This is a transfer from Dave's tree. It runs fine for me on a dual Celeron SMP box.
-
Linus Torvalds authored
after the manual merge of the PCI re-organization removed it.
-
Linus Torvalds authored
-
Dave Jones authored
The largest part of the OSS update from 2.4 Various changelog entries scattered throughout the patch.
-
Dave Jones authored
From 2.4 - Lindented - Add Docbook comments - Remove duplicate MODULE_LICENSE tag
-
Dave Jones authored
The PNPBIOS driver and the floppy driver both fight over reservation of the floppy port. This patch makes things friendly again. As the comment suggests, this fix could be done better, but until someone steps forward to fix this, this is the best we have.
-
Dave Jones authored
-
Dave Jones authored
copy_to_user already does the relevant checking.
-
Dave Jones authored
-
Dave Jones authored
Done by William Stinson. Adds error handling to request_region() calls, and converts some old check_region() calls too.
-
Dave Jones authored
This patch from 2.4 makes sure we don't prefetch past the end of a range to be copied (in case its at the end of a memrange) i386 case looks safe already, we just weren't optimal for the last chunk to be copied. Andi. same change needed for x86-64. Dave.
-
Dave Jones authored
Syncs up with latest from Stelian
-
Dave Jones authored
Brings up to date with the quirk in 2.4 This makes sure we only apply it on the right chipsets, and adjusts the bits that get poked depending on which we find.
-
Dave Jones authored
-