- 06 May, 2004 2 commits
-
-
David Mosberger authored
advantage of two new GAS directives (.serialize.{data,instruction}).
-
Pat Gefre authored
Remove node_first_cpu member from nodepda_s and replace its usage with calls to sn_get_node_first_cpu().
-
- 05 May, 2004 4 commits
-
-
David Mosberger authored
Patch by Robert Picco: This patch renames the mem bootparameter to max_addr and implements the mem boot parameter to work as documented (i.e., to limit the amount of memory to be recognized by the kernel).
-
Arthur Othieno authored
linux/cache.h is included more than once.
-
Bjorn Helgaas authored
(start_secondary): Set up IO port base here, in case early console needs it. (smp_callin): Move IO port base setup to start_secondary().
-
Stéphane Eranian authored
- Cleanup the read/write check routines for pfm_write_pmcs, pfm_write_pmds, pfm_read_pmds. - Autodetect the PMU model. No need to have the kernel compiled for Itanium, HP Simulator, or Itanium2. The support for all PMU models is included. Probing is based on processor family and platform_name, if necessary. With this patch, it is possible to use an Itanium2 compiled kernel on an Itanium 1 system and get perfmon to work. - Removed remaining dependency on CONFIG_MCKINLEY by adding a new field (flags) to pmu_config_t. Update /proc/perfmon to show the new field. - Fixed a bug in the Itanium2 pmc_ita2_write_check() where an inactive PMC13 would be considered active.
-
- 03 May, 2004 1 commit
-
-
David Mosberger authored
Once we switch to a libunwind-based kernel unwinder, this code can be re-enabled again.
-
- 30 Apr, 2004 1 commit
-
-
David Mosberger authored
-
- 29 Apr, 2004 3 commits
-
-
Pat Gefre authored
Move HW interrupt register init. to the proper place and don't force an interrupt if the IRQ is disabled or in progress.
-
David Mosberger authored
No pun intended, but X can't work if it can't turn on eXecute-permission on the some data pages...
-
David Mosberger authored
into tiger.hpl.hp.com:/data1/bk/lia64/to-linus-2.5
-
- 28 Apr, 2004 12 commits
-
-
bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Linus Torvalds authored
a ppc64 tree.
-
Linus Torvalds authored
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.6
-
David S. Miller authored
-
Clay Haapala authored
-
Clay Haapala authored
-
Clay Haapala authored
-
Stephen Hemminger authored
More functions and data that should be static.
-
Ivan Kokshaysky authored
Thanks to Dru <andru@treshna.com>, who provided an easy way to reproduce the problem. What we have in lib/rwsem.c:__rwsem_do_wake(): int woken, loop; ^^^ and several lines below: loop = woken; woken *= RWSEM_ACTIVE_BIAS-RWSEM_WAITING_BIAS; woken -= RWSEM_ACTIVE_BIAS; However, rw_semaphore->count is 64-bit on Alpha, so RWSEM_WAITING_BIAS has been defined as -0x0000000100000000L. Obviously, this blows up in the write contention case.
-
Armin Schindler authored
Fix new ISDN CAPI's internal ncci list semaphore if CONFIG_ISDN_CAPI_MIDDLEWARE is disabled. Thanks to Florian Schirmer.
-
http://xfs.org:8090/xfs-linux-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
- 29 Apr, 2004 5 commits
-
-
Nathan Scott authored
into sgi.com:/source2/xfs-linux-2.6
-
Christoph Hellwig authored
SGI Modid: xfs-linux:xfs-kern:170489a
-
Dean Roehrich authored
SGI Modid: xfs-linux:xfs-kern:170509a
-
Dean Roehrich authored
SGI Modid: xfs-linux:xfs-kern:170448a
-
Nathan Scott authored
-
- 28 Apr, 2004 9 commits
-
-
Andrew Morton authored
From: Tom Rini <trini@kernel.crashing.org> This patch updates support for the Motorola PrPMC750 platform. Most of the size in this patch comes from merging prpmc750_pci.c and prpmc750_setup.c into just prpmc750.c.
-
Andrew Morton authored
From: Tom Rini <trini@kernel.crashing.org> This patch adds openpic_hookup_cascade(offset, name, handler) which allows for an arbitrary interrupt controller to be hooked up as a cascade to the openpic. This also allows for platforms to just not have a cascaded controller.
-
Andrew Morton authored
From: Tom Rini <trini@kernel.crashing.org> This patch updates support for the SBS K2 platform. Most of the size in this patch comes from merging k2_pci.c and k2_setup.c into just k2.c.
-
Andrew Morton authored
From: Christoph Hellwig <hch@lst.de> asm-ppc/elf.h uses a pointer to struct task_struct without any forward-declaration. In file included from include/linux/elf.h:5, from arch/ppc/boot/simple/misc.c:20: include/asm/elf.h:102: warning: `struct task_struct' declared inside parameter list include/asm/elf.h:102: warning: its scope is only this definition or declaration, which is probably not what you want
-
Andrew Morton authored
From: Tom Rini <trini@kernel.crashing.org> And when trying to catch up on old patches, I forgot this hunk:
-
Nathan Scott authored
-
Andrew Morton authored
From: Tom Rini <trini@kernel.crashing.org> When I changed some '#if FOO' tests to '#ifdef FOO' I forgot to make sure that nothing was doing #define FOO 0. So after auditing all of the changes I made, the following is needed:
-
Andrew Morton authored
From: Olof Johansson <olof@austin.ibm.com> On pSeries LPARs we might end up with NUMA nodes that only have memory and no CPUs. Only the CPU configuration code actually set a node online, so memory-only nodes wouldn't show up in sysfs. Below patch adds the set_online call to the memory loop too.
-
Andrew Morton authored
From: "Luiz Fernando N. Capitulino" <lcapitulino@prefeitura.sp.gov.br> fs/dquot.c: In function `vfs_quota_off': fs/dquot.c:1328: warning: label `out' defined but not used
-
- 27 Apr, 2004 3 commits
-
-
bk://linux.bkbits.net/linux-2.5Nathan Scott authored
into lips.borg.umn.edu:/export/music/bkroot/xfs-linux-2.6
-
Stephen Hemminger authored
The function tcp_send_skb is only called from tcp_fin, and is always called with force_queue=1. Therefore, it no longer needs to be global and the code to send right now can be removed. Because it always queues, change the name as well, and fix up the comment.
-
David S. Miller authored
into nuts.davemloft.net:/disk1/BK/net-2.6
-