- 08 Apr, 2002 6 commits
-
-
Andries E. Brouwer authored
It is a step on the road to removal of the arrays. It also solves other things, like the fact that Linux is unable to read the last sector of a disk or partition with an odd number of sectors.
-
Anton Blanchard authored
Unfortunately the proc filesystem has a limit on the number of dynamic proc entries it can create. On large systems we can exhaust the default (4096) very quickly. The following patch increases the default to something more reasonable.
-
Anton Blanchard authored
We forgot to include linux/init.h in fs/nfsd/nfsctl.c.
-
Anton Blanchard authored
Since we do not set the task state to TASK_INTERRUPTIBLE, we busy loop. On larger SMP this can actually result in a lockup due to the way migration thread initalisation is done (nr_cpus threads are created and they all busy loop until the scheduler evenly distributes them, one on each cpu. With this rogue thread busy looping things can become unbalanced and the migration threads never distribute themselves onto all cpus).
-
Anton Blanchard authored
include/linux/seq_file.h uses memcpy and struct semaphore and so should include the relevant files.
-
Linus Torvalds authored
-
- 09 Apr, 2002 1 commit
-
-
Anton Blanchard authored
(eg ppc64) where foo points to a function descriptor and .foo is the address of the actual function.
-
- 08 Apr, 2002 1 commit
-
-
Linus Torvalds authored
-
- 09 Apr, 2002 18 commits
-
-
Anton Blanchard authored
optimisations on some architectures.
-
Anton Blanchard authored
ppc64: remove local_flush_* functions, just define them directly
-
Anton Blanchard authored
-
Anton Blanchard authored
-
Anton Blanchard authored
-
Anton Blanchard authored
-
Anton Blanchard authored
-
Anton Blanchard authored
-
Anton Blanchard authored
-
Anton Blanchard authored
-
Anton Blanchard authored
-
Anton Blanchard authored
-
Anton Blanchard authored
-
Anton Blanchard authored
-
Anton Blanchard authored
driver and fix up thread_saved_pc
-
Anton Blanchard authored
-
Anton Blanchard authored
-
bk://linux.bkbits.net/linux-2.5Anton Blanchard authored
into samba.org:/scratch/anton/linux-2.5_ppc64
-
- 08 Apr, 2002 3 commits
-
-
Anton Blanchard authored
into samba.org:/scratch/anton/linux-2.5_ppc64
-
http://ppc.bkbits.net/for-linus-ppc64Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://ppc.bkbits.net/for-linus-ppcLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 09 Apr, 2002 2 commits
-
-
Paul Mackerras authored
-
Paul Mackerras authored
into nanango.paulus.ozlabs.org:/home/paulus/kernel/for-linus-ppc
-
- 08 Apr, 2002 2 commits
-
-
Jens Axboe authored
ide-dma incorrectly only clears high memory support if the verbose dma disabling is called, it should clear it for the non-verbose too.
-
Andy Grover authored
Hi Linus, Oops, SMP non-ACPI doesn't compile with the previous ACPI update. This fixes that.
-
- 06 Apr, 2002 6 commits
-
-
http://linux-acpi.bkbits.net/linux-acpiLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
-
Alexander Viro authored
Take ->i_sem in all callers of notify_change().
-
Ben Collins authored
ieee1394 updates: - New drivers: eth1394, admtp - nodemgr cleanup - Fixes for ohci - fixed for node probes - small misc performance fixes - New /proc interface for subsystem, node listing, and dv1394
-
Andrew Morton authored
ext3 was missed - the removal of the BKL in notify_change means that the filesytem fails quite quickly on SMP in -pre2. Sorry, I should have spotted that when the patch floated past.
-
Linus Torvalds authored
-
- 05 Apr, 2002 1 commit
-
-
Andy Grover authored
ACPI PCI IRQ improvements (Dominik Brodowski and Paul D) Wakeup fix (Pavel Machek)
-