- 23 May, 2003 1 commit
-
-
Martin Hicks authored
-
- 22 May, 2003 5 commits
-
-
Seth Rohit authored
This should get the CONFIG_PREEMPT to work again. We were trashing r20 by accident.
-
David Mosberger authored
fails: shmctl(shmid, IPC_STAT, &shmid_ds) The patch corrects the definition of the ipc_perm32 structure.
-
Arun Sharma authored
This one is similar to msgctl. We should be calling sys_shmctl with struct shmid64_ds. In the absence of this patch: shmctl(shmid, IPC_SET, &shmid_ds) will fail.
-
Arun Sharma authored
IA-32 programs executing: msgctl(id, IPC_SET, &buf) currently fail with EPERM due to this bug.
-
Asit K. Mallick authored
-
- 21 May, 2003 3 commits
-
-
David Mosberger authored
Patch by Rohit Seth, Fengua Yu, and Arun Sharma: Please find attached a patch for kernel entry exit optimization. This is based on 2.5.69 kernel. The main items covered by this patch are: 1) Support for 16 bytes instructions as per SDM2.1 (CSD/SSD in pt_regs) 2) f10-f11 are added as additional scratch registers for kernel's use. 3) Re-arrange pt_regs to access less cache lines in system call. Reduce scratch register saving/restoring in system call path. 4) A few instruction reorg in low-level code.
-
David Mosberger authored
came out wrong.
-
David Mosberger authored
-
- 19 May, 2003 4 commits
-
-
David Mosberger authored
-
David Mosberger authored
-
David Mosberger authored
-
Jesse Barnes authored
Some patches from hch@infradead.org cleaning up sn2 code a bit, including the removal of some unnecessary files.
-
- 16 May, 2003 2 commits
-
-
David Mosberger authored
-
Jesse Barnes authored
-
- 15 May, 2003 6 commits
-
-
David Mosberger authored
-
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.
-
David Mosberger authored
-
David Mosberger authored
-
Arun Sharma authored
-
Stéphane Eranian authored
This patch allows users to set the PMC to their default value, even though the value might conflict with the type of monitoring session. This is fine because default values ensure the monitor is not active.
-
- 14 May, 2003 11 commits
-
-
David Mosberger authored
callbacks so last_nsec_offset gets updated, too.
-
David Mosberger authored
-
David Mosberger authored
-
David Mosberger authored
-
David Mosberger authored
-
David Mosberger authored
so it handles not-present translations for region 5 (patch by John Marvin).
-
David Mosberger authored
changes by yours truly.
-
Andreas Schwab authored
-
David Mosberger authored
is INT_MAX and the value of size for n = INT_MAX is 268435456. So I don't think there'll be an overflow.
-
Jes Sorensen authored
-
Jes Sorensen authored
Make it possible to plug in alternate time-offset sources, such as external (e.g., chipset) timers or High-Performance Event Timer (HPET) etc. This is needed on platforms where the cycle-counters on different CPUs may drift apart from each other. This patch contains the ia64-specific portion only.
-
- 13 May, 2003 4 commits
-
-
David Mosberger authored
-
David Mosberger authored
kernel if CONFIG_MD_RAID5 is declared.
-
David Mosberger authored
-
David Mosberger authored
-
- 12 May, 2003 4 commits
-
-
David Mosberger authored
-
Seth Rohit authored
Attached is the updated patch that takes the supported purge page size bits from PAL call.
-
Asit K. Mallick authored
-
Walter Harms authored
This is a fix to kernel_thread(). I dont claim to fix any real problem its just a fix to return pid_t. This is part of a series of fixes for the linux kernel 2.4.20 to make proper use of pid_t.
-