- 08 Sep, 2003 5 commits
-
-
Jesse Barnes authored
For some reason, we had a structure field called 'current'. This patch fixes that.
-
Jesse Barnes authored
Fix a couple of sn2 files.
-
David Mosberger authored
-
David Mosberger authored
away static variables with no compiler-visible use.
-
Jes Sorensen authored
This patch eliminates two unused SN2 header files: include/asm-ia64/sn/klclock.h and include/asm-ia64/sn/ioc3.h.
-
- 05 Sep, 2003 5 commits
-
-
David Mosberger authored
-
David Mosberger authored
-
David Mosberger authored
-
Stéphane Eranian authored
This patch fixes the following: - correct a bug in pfm_close() which was causing some per-process sessions to not unreserve on exit. - changed the permission checking to load a context to allow more flexibility, modeled after ptrace_attach().
-
David Mosberger authored
(last two numbers got transposed). Thanks to Arun Sharma for finding this. New glibc's will have the value corrected, but we leave the kernel at the old (bogus) value to retain backwards- compatibility (and while a strange value, the old value works just fine).
-
- 02 Sep, 2003 1 commit
-
-
David Mosberger authored
platforms).
-
- 28 Aug, 2003 6 commits
-
-
Stéphane Eranian authored
This patch:- added support for the fake HP simulator PMU. Most of the code provided by Ian Wienand. Allows a kernel compiled for the simulator and with CONFIG_PERFMON enabled to boot. - cleaned up all CTX_*() macros for the context state changes. - relaxed constraint for system-wide session by allowing all task with access to the context's file descriptor to manipulate the context as long as they run on the CPU the context is attached to.
-
Tony Luck authored
efi_memmap_walk() repeatedly trims the same entry, instead of trimming each of the entries in the granule.
-
Matthew Chapman authored
Patch should be self-explanatory.
-
Tony Luck authored
CONFIG_PM is set without a menu entry to turn it on/off.
-
Bjorn Helgaas authored
I was confused about this bit of code in acpi_boot_init(): smp_boot_data.cpu_count = available_cpus; if (available_cpus == 0) { printk(KERN_INFO "ACPI: Found 0 CPUS; assuming 1\n"); available_cpus = 1; /* We've got at least one of these, no? */ } smp_build_cpu_map(); because it first saves available cpus in smp_boot_data, then potentially modifies available_cpus. This looked at first like a bug, but I think actually works out correctly, because smp_boot_data.cpu_count is only used in smp_build_cpu_map(), and if cpu_count is zero, it prevents us from looking at smp_boot_data.cpu_phys_id[0], which hasn't been initialized. This should only happen with really buggy firmware, so I'm not even sure it's worth doing more than panicking, but if we're going to deal with it, I propose the following patch to avoid even the appearance of a bug. This just does what acpi_parse_lsapic() would have done if the firmware tables were correct.
-
Will Cohen authored
I have revised the oprofile patch for ia64 to provide just the basic timer interrupt mechanism to avoid interferring with the perfmon 2.0 support. I have verified the oprofile ia64 patch applies cleanly and build a working kernel with the 2.6.0-test4 kernel and the linux-2.6.0-test4-ia64-030826.diff.bz2 patch. More work is required to get oprofile to work with the perfmon 2.0. However, the patch as it is currently implements should not cause problems for the perfom 2.0 support.
-
- 26 Aug, 2003 2 commits
-
-
David Mosberger authored
not "correctable").
-
David Mosberger authored
gotten lost. Please apply the attached for the cpe side of the fix.
-
- 25 Aug, 2003 9 commits
-
-
David Mosberger authored
-
David Mosberger authored
-
Matthew Wilcox authored
- IGNORE_FLAGS_OBJS is no longer honoured (this is the only reference to it in the tree). - Change the .o.S rule to look the same as the one in scripts/Makefile.build. This means we'll generate .cmd files instead of the .d files which makes CVS happier.
-
David Mosberger authored
-
Alex Williamson authored
Currently the generic kernel won't build if you turn off NUMA support. Seems discontig support is too entangled with NUMA support to live without it. This patch makes it behave a bit more friendly.
-
Martin Hicks authored
Here is a small patch for paddr_to_nid(). This fix is already in 2.4 and is used in the case where a NUMA kernel is running on a machine without a SRAT ACPI table. Without this patch the node info is not correctly located.
-
Matthew Wilcox authored
i386 defaults to building bzImage (as well as modules) if you just type make. This patch mirrors that on ia64 by building compressed.
-
Randy Dunlap authored
-
David Mosberger authored
into tiger.hpl.hp.com:/data1/bk/lia64/to-linus-2.5
-
- 22 Aug, 2003 2 commits
-
-
Vinay K. Nallamothu authored
sound/pcmcia/vx/vx_entry.c: This patch removes the PCMCIA timer release functionality which is no longer required. Without this the module does not compile.
-
Linus Torvalds authored
Too much cut-and-paste, noticed by Dmitry Torokhov <dtor_core@ameritech.net>
-
- 24 Aug, 2003 2 commits
-
-
Paul Mackerras authored
-
Paul Mackerras authored
into samba.org:/home/paulus/kernel/for-linus-ppc
-
- 23 Aug, 2003 5 commits
-
-
Paul Mackerras authored
-
Paul Mackerras authored
On PPC32 we reorder the arguments so they fit into 6 registers. Glibc will need a two-line stub to change them from the standard order to the ordering used by the system call: (fd, advice, offset, len).
-
Paul Mackerras authored
into samba.org:/home/paulus/kernel/for-linus-ppc
-
Paul Mackerras authored
-
Paul Mackerras authored
into samba.org:/stuff/paulus/kernel/for-linus-ppc
-
- 22 Aug, 2003 3 commits
-
-
bk://stop.crashing.org/linux-2.6-miscPaul Mackerras authored
into samba.org:/stuff/paulus/kernel/for-linus-ppc
-
bk://stop.crashing.org/linux-2.6-8260Paul Mackerras authored
into samba.org:/stuff/paulus/kernel/for-linus-ppc
-
Paul Mackerras authored
into samba.org:/stuff/paulus/kernel/for-linus-ppc
-