An error occurred fetching the project authors.
- 25 Nov, 2003 1 commit
-
-
David Mosberger authored
Tracked down by Rohit Seth.
-
- 08 Sep, 2003 1 commit
-
-
Peter Chubb authored
If you try to compile 2.6.0-test[45] with spinlock debugging on, then unwind.c won't compile, because it uses a #define magic that hides the variable in the spinlock debugging code (also called magic).
-
- 25 Jul, 2003 1 commit
-
-
David Mosberger authored
-
- 26 Jun, 2003 2 commits
-
-
David Mosberger authored
-
David Mosberger authored
-
- 17 Jun, 2003 1 commit
-
-
David Mosberger authored
-
- 11 Jun, 2003 1 commit
-
-
David Mosberger authored
Remove CONFIG_FSYS option (it's the default now). Consolidate the various instruction patching routines into a single file (patch.c).
-
- 03 Jun, 2003 1 commit
-
-
David Mosberger authored
necessary.
-
- 30 May, 2003 1 commit
-
-
Keith Owens authored
Only call get_scratch_regs() when pt is really needed. The extraneous calls to get_scratch_regs() can otherwise pick up the wrong address for pt. For example, calling unw_access_ar(&info, UNW_AR_BSPSTORE,...) before pt_regs had been reached could trigger this bug.
-
- 27 May, 2003 1 commit
-
-
David Mosberger authored
Fix setting of current->thread.on_ustack flag in optimized syscall exit path. Tune break_fault for syscall execution. Break ia32_execve: the ia64_execve() hack that was there is too ugly for words; surely we can do better...
-
- 21 May, 2003 2 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.
-
- 09 May, 2003 1 commit
-
-
David Mosberger authored
-
- 06 May, 2003 1 commit
-
-
David Mosberger authored
with a special convention. Various minor fixes for gcc-pre3.4.
-
- 15 Apr, 2003 1 commit
-
-
David Mosberger authored
-
- 26 Mar, 2003 1 commit
-
-
Andreas Schwab authored
I've found this by inspecting the code: pt_regs_off returns an offset into struct pt_regs. Relative to latest bk, 2.5 has the same bug.
-
- 14 Mar, 2003 1 commit
-
-
Keith Owens authored
The patch allows unw_access_gr() to read from r0, to support unwind directives such as .save ar.pfs,r0 and .save rp,r0.
-
- 11 Mar, 2003 1 commit
-
-
David Mosberger authored
in kernel unwinder.
-
- 06 Mar, 2003 1 commit
-
-
David Mosberger authored
-
- 04 Mar, 2003 4 commits
-
-
David Mosberger authored
-
David Mosberger authored
and reformat to make it fit in 100 columns.
-
David Mosberger authored
Keith Owens.
-
Keith Owens authored
This patch has been running inside SGI for 2 months. It handles kernel stacks with multiple struct pt_regs, as found while debugging the kernel.
-
- 04 Feb, 2003 1 commit
-
-
David Mosberger authored
Triggered by analysis done by Philipp Marek.
-
- 17 Jan, 2003 1 commit
-
-
David Mosberger authored
Suresh Siddha.
-
- 19 Jul, 2002 2 commits
-
-
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.
-
David Mosberger authored
-
- 08 Mar, 2002 1 commit
-
-
David Mosberger authored
-
- 05 Feb, 2002 6 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
- big S/390x 64-bit merge - typos and license name fixes. doc updates. - more include file cleanups (phase out "malloc.h") - even more elevator corner cases.. When not merging, find the best insertion point. - pmac ide update - network fixes (netif_wake_queue on tx timeout) - USB printer select() fix - NFS client missed initialization, deamon fixed client address check
-
Linus Torvalds authored
-