- 18 Feb, 2003 40 commits
-
-
Andrew Morton authored
Make the prof_counter and prof_old_counter arrays use per-cpu data, and give them static scope. Also fix a signedness bug in the voyager implementation (from James)
-
Andrew Morton authored
Patch from Nikita Danilov <Nikita@Namesys.COM> this moves functions from identical per-architecture arch/*/kernel/profile.c into generic kernel/profile.c. Also, identical {x86,parisc,ppc64,sparc64}_profile_hook()'s are all replaced by the single kernel/profile.c:profile_hook(), which is #defined to noop in include/linux/profile.h if CONFIG_PROFILING is not set.
-
Andrew Morton authored
-
Andrew Morton authored
Patch from Andrey Panin <pazke@orbita1.ru> And finally, attached patch enables visws subarch support in kernel config.
-
Andrew Morton authored
Patch from Andrey Panin <pazke@orbita1.ru> Looks like I'm a maintainer of visws support now :))
-
Andrew Morton authored
Patch from Andrey Panin <pazke@orbita1.ru> This patch contains SGI visws OSS sound driver update.
-
Andrew Morton authored
Patch from Andrey Panin <pazke@orbita1.ru> This patch contains SGI visws framebuffer update. Patch makes it compile again and brings flatpanel monitor support back.
-
Andrew Morton authored
Patch from Andrey Panin <pazke@orbita1.ru> This patch contains core support for visws subarch.
-
Andrew Morton authored
Patch from Andrey Panin <pazke@orbita1.ru> This patch contains update of pci support for visws.
-
Andrew Morton authored
Patch from Andrey Panin <pazke@orbita1.ru> This patch adds misiing mach_apic.h file.
-
Andrew Morton authored
Patch from Andrey Panin <pazke@orbita1.ru> This trivial patch moves visws related header files into asm/mach-visws.
-
Andrew Morton authored
Patch from Andrey Panin <pazke@orbita1.ru> This simple patch adds some additional code into head.S. On visws bootup cpu starts in protected mode (so we don't need setup.S), but setting up pagetables and gdt is required before running rest of head.S.
-
Andrew Morton authored
Patch from Andrey Panin <pazke@orbita1.ru> This simple patch exports boottime gdt descriptor from trampoline.S. Visws uses it to initialize bootup cpu before running the rest of head.S
-
Andrew Morton authored
Patch from Andrey Panin <pazke@orbita1.ru> This patch marks startup_32 (in head.S) as kernel entry point, visws kernel loader uses raw elf kernel images and entry point at stext causes jump to wrong address.
-
Andrew Morton authored
Patch from Andrey Panin <pazke@orbita1.ru> This trivial patch exports some functions from 8259.c file. Visws subarch needs them to handle interrupts from legacy devices connected to PIIX4 i8259s, which are in turn connected to SGI Cobalt APIC.
-
Andrew Morton authored
Patch from Andrey Panin <pazke@orbita1.ru> I'm here again, starting another hopeless attempt to submmit visws subarch support for 2.5. This series of patches was tested by me and brave people from linux-visws-devel mailing list and our beloved workstations seem to work well under 2.5.xx. This patch moves enable_NMI_through_LVT0() function from io_apic.c to apic.c to allow SMP kernel build without io_apic.c included.
-
Andrew Morton authored
Patch from Stephen Hemminger <shemminger@osdl.org>
-
Andrew Morton authored
Patch from Stephen Hemminger <shemminger@osdl.org>
-
Andrew Morton authored
Patch from Andries.Brouwer@cwi.nl Remove MAX_BLKDEV from nfsd.
-
Andrew Morton authored
Patch from Dave Hansen <haveblue@us.ibm.com> The new kirq patch assumes flat addressing APIC mode where apicid = (1 << cpu). This isn't true for clustered mode. - Change name/type of irq_balance_mask. The type of apicid seems to be int. - Change instance of (1<<cpu) to cpu_to_logical_apicid() - Don't use target_cpu_mask, use min_loaded, and convert the real way Tested on Summit, and plain SMP. Martin Bligh and I figured this out together, and he agrees.
-
Andrew Morton authored
Patch from Andi Kleen <ak@muc.de> This simple patch allow me to symlink hugetlbpage.c for x86-64.
-
Andrew Morton authored
CIFS is using these. Given that the readpages() address_space op is supposed to add the pages to pagecache, it makes sense to make these functions available to modules. I can't say that I put a lot of though into the readpages API. It was designed as just enough functionality to be able to stuff a bunch of readahead pages into a single BIO. The only reason I made it an a_op at all was because we have toi enter the fs to pick up the ->get_block callback's address. But a couple of filesystems seem to be making use of it now. Reiser4 will need access at the do_page_cache_readahead() level too.
-
Andrew Morton authored
Patch from Martin Josefsson <gandalf@wlug.westbo.se> Here's a fix for an uninitialized timer in drm_drv.h, for some reason it initilizes the timer when the device is opened, not at init. It moves the initilization for the waitqueue to init aswell.
-
Andrew Morton authored
Patch from Hugh Dickins <hugh@veritas.com> 2.5.62's removal of scsi_set_pci_device broke the MPT Fusion build.
-
Andrew Morton authored
-
Steven Cole authored
This provides the following spelling fixes. posible -> possible messsage -> message reqeuest -> request exeption -> exception seqeunce -> sequence loggger -> logger resposible -> responsible qeueu -> queue microsecnds -> microseconds positiion -> position feilds -> fields
-
Steven Cole authored
This patch provides the following spelling fix. propogate -> propagate
-
Steven Cole authored
This patch provides the following spelling fixes. compatable -> compatible compatability -> compatibility
-
Steven Cole authored
This patch provides the following spelling fix. interupt -> interrupt
-
Steven Cole authored
This patch provides the following spelling fixes. adress -> address addres -> address except for cases in two files which appear to be in French and German. These were left as is.
-
Steven Cole authored
This provides the following spelling fix. accessable -> accessible
-
bk://are.twiddle.net/op-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://are.twiddle.net/pci-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Richard Henderson authored
into dorothy.sfbay.redhat.com:/dorothy/rth/linux/op-2.5
-
Richard Henderson authored
-
Richard Henderson authored
into dorothy.sfbay.redhat.com:/dorothy/rth/linux/axp-2.5
-
Richard Henderson authored
-
Richard Henderson authored
-
Richard Henderson authored
-
bk://kernel.bkbits.net/jgarzik/net-drivers-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-