An error occurred fetching the project authors.
- 23 Jun, 2003 1 commit
-
-
David Mosberger authored
of same name declared in linux/irq.h. The expectation is that this variable will be removed eventually and then irq_descp() can be renamed to irq_desc() again. But for now, this makes it easier to compile against Linus' source tree.
-
- 09 Jun, 2003 1 commit
-
-
David Mosberger authored
ia64: cleaning up the INIT code
-
- 04 Jun, 2003 1 commit
-
-
David Mosberger authored
left-over bits from the old task-creation/destruction hacks. Fix typo in comment for pgprot_noncached().
-
- 15 May, 2003 1 commit
-
-
Tony Luck authored
This patch moves the kernel text and data into region 5 (0xa00...) by using a translation register to pin the entire area (i.e., no TLB faults). The 1st-order goal is to be able to boot a kernel even when there is no usable memory in the 64-128MB range. It is also a step towards enabling text-replication on NUMA.
-
- 14 May, 2003 1 commit
-
-
David Mosberger authored
so it handles not-present translations for region 5 (patch by John Marvin).
-
- 09 May, 2003 1 commit
-
-
David Mosberger authored
-
- 06 May, 2003 3 commits
-
-
David Mosberger authored
(show_min_state): Fix typo r11 -> r12.
-
Steven Cole authored
-
David Mosberger authored
with a special convention. Various minor fixes for gcc-pre3.4.
-
- 16 Apr, 2003 1 commit
-
-
David Mosberger authored
-
- 15 Apr, 2003 1 commit
-
-
David Mosberger authored
-
- 11 Apr, 2003 1 commit
-
-
David Mosberger authored
Various small 2.5.67 fixes.
-
- 03 Apr, 2003 1 commit
-
-
David Mosberger authored
-
- 27 Mar, 2003 1 commit
-
-
David Mosberger authored
-
- 24 Mar, 2003 1 commit
-
-
Keith Owens authored
We are not setting the 'always rendezvous for mca' flag. kdb needs it set to get decent mca debugging on all cpus but I do not want kdb to change sal behaviour. Since we do not recover from mca without a debugger, I see no reason why this flag should not be on for all kernels. The rendezvous timeout was set to 100 * HZ, but SAL expects the timeout to be in milliseconds, HZ may not be 1 millisecond. The patch makes the timeout an explicit 20 seconds, semi-arbitrary value.
-
- 11 Mar, 2003 1 commit
-
-
Alex Williamson authored
Here's another feature I'd like to add to MCA support; the ability to detect a flood of CMCs and switch to polling mode for retrieving CMC logs. Once no more CMC logs are found, return to and interrupt driven handler. If the flood threshold is never reached, the CMC handler simply behaves as it does today. It's useful to get the CMC logs to know that something isn't quite right, but if you end up with some bad memory it's too easy for them to interfere with useful work. I've tested this on an HP rx2600, with a known bad DIMM. This DIMM acts like it has a completely dead DRAM on it. With the current CMC handler, once I hit that range of memory addresses, the system essentially dies, constantly handling CMC errors. With this patch, the system hits the threshold quickly, but remains functional with no performance degredation once in polling mode. This patch applies against linux-2.4.20-ia64-021210 and includes: - Switching CMCs to polling mode at predeterimined threshold - If polling for CPEs, poll on all processors - Fix timestamp on log output
-
- 04 Mar, 2003 1 commit
-
-
David Mosberger authored
Keith Owens.
-
- 04 Feb, 2003 1 commit
-
-
David Mosberger authored
Triggered by analysis done by Philipp Marek.
-
- 06 Nov, 2002 1 commit
-
-
Tony Luck authored
I've attached a version of Jenna Hall's mca logging fixes, updated for 2.5.45. Jenna listed the benefits as: 1. Simplifies and fixes date reporting during MCA log printing (patch from Matthew Wilcox) 2. Fixes nested MCA handling 3. Fixes clearing of fatal error records from SAL logs upon reboot 4. Fixes returning the PAL min-state address upon return from OS_MCA Item #1 was already in 2.5.45. In addition to Jenna's changes, I deleted some unused debug code (and associated data min_state_labels[]), and dropped the #warning about save_and_cli() that you had added.
-
- 23 Sep, 2002 1 commit
-
-
Matthew Wilcox authored
The date/time in the SAL log header is already in BCD, so it can be printed directly as hex.
-
- 20 Sep, 2002 1 commit
-
-
David Mosberger authored
code-duplication that existed between ACPI and the ia64 IOSAPIC code. To make this work, the Makefiles had to be re-organized to ensure that the ACPI subsystem is initialized before PCI (even though both are called via subsys-initcalls).
-
- 31 Jul, 2002 1 commit
-
-
David Mosberger authored
-
- 19 Jul, 2002 2 commits
-
-
David Mosberger authored
-
Rusty Russell authored
The old form of designated initializers are obsolete: we need to replace them with the ISO C forms before 2.6. Gcc has always supported both forms anyway.
-
- 17 Jun, 2002 1 commit
-
-
Rusty Russell authored
This patch removes the concept of "logical" CPU numbers, in preparation for CPU hotplugging.
-
- 11 Apr, 2002 1 commit
-
-
David Mosberger authored
-
- 10 Apr, 2002 1 commit
-
-
David Mosberger authored
-
- 04 Apr, 2002 1 commit
-
-
Dave Jones authored
More bits from Matt Domsch. Fixes GUID printing, and updates to what's in the IA64 tree. Other cleanups are mentioned in the changelog in the patch.
-
- 28 Mar, 2002 1 commit
-
-
Matt Domsch authored
changes: * EFI_GUID macro defined per your suggestion - efi_guid_t is now a struct of char[16]. Fixed all GUID definitions. * Made one unified efi_guid_unparse() static inline in asm-ia64/efi.h. Removed three other definitions of similar in efivars.c and mca.c. * fixed endianness of fs/partitions/efi.c - thanks to Richard Hirst and his GPT work in Parted. * cleaned up find_valid_gpt() to make it easier to see what's going on and avoid future NULL ptr deref cases if this code gets modified yet again. * Only use partition table slots 0..max_p. The previous behaviour would let you delete a partition in the middle of the table, and on next boot all the partition numbers above that would switch down. This change makes it consistent with the MSDOS concept of primary partitions. /dev/sdaX exists iff the partition type is not NULL. * Moved CONFIG_PARTITION_EFI help text to fs/partitions/Config.help
-
- 08 Mar, 2002 1 commit
-
-
David Mosberger authored
-
- 05 Feb, 2002 5 commits
-
-
Linus Torvalds authored
- Ivan Kokshaysky: fix alpha dec_and_lock with modules, for alpha config entry - Kai Germaschewski: ISDN updates - Jeff Garzik: network driver updates, sysv fs update - Kai Mäkisara: SCSI tape update - Alan Cox: large drivers merge - Nikita Danilov: reiserfs procfs information - Andrew Morton: ext3 merge - Christoph Hellwig: vxfs livelock fix - Trond Myklebust: NFS updates - Jens Axboe: cpqarray + cciss dequeue fix - Tim Waugh: parport_serial base_baud setting - Matthew Dharm: usb-storage Freecom driver fixes - Dave McCracken: wait4() thread group race fix
-
Linus Torvalds authored
- David Mosberger: IA64 update - Geert Uytterhoeven: cleanup, new atyfb - Marcelo Tosatti: zone aging fixes - me, others: limit IO requests sanely
-
Linus Torvalds authored
- Hui-Fen Hsu: sis900 driver update - NIIBE Yutaka: Super-H update - Alan Cox: more resyncs (ARM down, but more to go) - David Miller: network zerocopy, Sparc sync, qlogic,FC fix, etc. - David Miller/me: get rid of various drivers hacks to do mmap alignment behind the back of the VM layer. Create a real protocol for it.
-
Linus Torvalds authored
- Bob Tracy: Cyrix MTRR setup fix (don't make it twice as big as asked for) - Trond Myklebust: rpciod needs to be PF_MEMALLOC to avoid deadlocks on memory allocation when writing out NFS data under low memory conditions. Fix up BKL and RPC interactions. - Jeff Garzik: tulip network driver update - fix truncate to call down to the filesystem with the kernel lock. - David Mosberger: ia64 update - David Mosberger: simplify ELF program header generation. - Alan Cox: merge from -ac series - Jeff Garzik: make serial.c recognize modem devices properly
-
Linus Torvalds authored
-