An error occurred fetching the project authors.
- 21 Dec, 2004 1 commit
-
-
Russell King authored
-
- 17 Dec, 2004 1 commit
-
-
Russell King authored
Rather than working out where the vector page is mapped, always map the vector page at the high vectors location, and conditionally handle the coherency issues with the low vector mapping if present.
-
- 08 Sep, 2004 1 commit
-
-
Geert Uytterhoeven authored
Convert all in-kernel users of the deprecated EXPORT_SYMBOL_NOVERS() to EXPORT_SYMBOL(). Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
- 07 Sep, 2004 1 commit
-
-
Russell King authored
Add flush_cache_user_page() to handle sys_cacheflush. Userspace wants to use this call to ensure I/D cache coherency for runtime- built code (eg, used by Java etc). This does not fit well with the purpose of flush_cache_range(), so provide flush_cache_user_range() instead.
-
- 30 Jul, 2004 1 commit
-
-
Alexander Viro authored
Usual set of initial annotations for a platform. Signed-off-by: Al Viro <viro@parcelfarce.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
- 18 Jun, 2004 1 commit
-
-
Nicolas Pitre authored
Patch from Nicolas Pitre Let's make it coherent with what the actual code is doing and has always done, even in 2.4. Nobody complained about this so let's just fix the comment. The most natural usage pattern for this is a base address and a size so it's more efficient to have an exclusive end address anyway.
-
- 16 May, 2004 1 commit
-
-
Russell King authored
This moves a bunch of EXPORT_SYMBOL() statements from armksyms.c into the file which defines the function/variable such that the exports are localised. This also means we can get rid of the ugly __xxx_to_xxx__is_a_macro in include/asm-arm/arch-*/memory.h
-
- 18 Apr, 2004 1 commit
-
-
Russell King authored
This removes a number of unnecessary includes from the ARM specific files throughout the kernel. Most notably asm/pgalloc.h is needlessly included in several places. There were some places including it as a means to get at the cache flushing functions, so this has been corrected.
-
- 08 Apr, 2004 1 commit
-
-
Marc Singer authored
Patch from Marc Singer As suggested by Russell, we add a barrier() before returning from stack_trace(). This was helpful when diagnosing a problem with a kernel transition to user-space where the problem was a lack of floating point support in the kernel. Without this change, the backtrace reported an error. It is possible that this change has already been made. I don't see it in any of the applied patches that I can read.
-
- 15 Mar, 2004 1 commit
-
-
Russell King authored
-
- 07 Oct, 2003 1 commit
-
-
Arnaldo Carvalho de Melo authored
-
- 04 Oct, 2003 1 commit
-
-
Russell King authored
Use 'tsk' when accessing comm and pid members. Use regs->ARM_sp not regs + 1 for base of stack dump.
-
- 19 Aug, 2003 1 commit
-
-
Russell King authored
This change seems to have been missed for some time. Remove __dump_stack(), and convert show_trace_task() to show_stack().
-
- 13 May, 2003 1 commit
-
-
Russell King authored
This avoids a problem with the original ptrace code using a system call (SWI) to implement single stepping; programs such as ltrace do not expect to receive system call trace traps when breakpoints are hit.
-
- 26 Mar, 2003 1 commit
-
-
Ian Molton authored
Patch from Ian Molton see subject.
-
- 18 Mar, 2003 2 commits
-
-
Russell King authored
-
Andrew Morton authored
Patch from "Randy.Dunlap" <rddunlap@osdl.org> Adds an oops counter to the oops messages, such as: Oops: 0002 [#2] So we can tell whether oops reports refer to the first oops, or to some less-interesting followon oops.
-
- 06 Feb, 2003 1 commit
-
-
Russell King authored
- Fix some minor build problems - Ensure init task initially runs the "user" domain in "manager" mode - Make backtrace more readable when KALLSYMS is enabled
-
- 18 Jan, 2003 1 commit
-
-
Russell King authored
print_symbol() becomes a NOP when CONFIG_KALLSYMS=n, so we loose the new line character as well. Explicitly call printk("\n").
-
- 22 Nov, 2002 1 commit
-
-
Russell King authored
Fix compilation errors for do_fork() and print_symbol()
-
- 01 Nov, 2002 1 commit
-
-
Russell King authored
- Convert to new configuration language and fix up HEX config symbols - Fix build errors for !CONFIG_KALLSYMS case - Add module list to oopsen. - Add POLLREMOVE
-
- 30 Oct, 2002 1 commit
-
-
Russell King authored
-
- 28 Oct, 2002 1 commit
-
-
Russell King authored
This cset adds support for kallsyms for the ARM kernel, and ensures that we have a reliable function prolog for backtracing.
-
- 13 Oct, 2002 1 commit
-
-
Russell King authored
dump_stack() got used by the generic code. Call our version __dump_stack since we're running out of other descriptive names. Allow show_trace_task to show the backtrace for the current thread.
-
- 10 Jul, 2002 1 commit
-
-
Russell King authored
The major points are: - Move ptrace code from traps.c into ptrace.c so it's all in one place. - Correct get_user_regs() to allow for the 8 byte offset. - Fix missing ptrace_cancel_bpt() call which could miss some single stepping steps. (other small pages; for details see individual file notes)
-
- 09 Jul, 2002 1 commit
-
-
Russell King authored
- Fix ARM Makefile; we now build with -Os instead of -O2. - Fix backtrace code to display more registers correctly. - Fix various build errors. - Fix PSR for architecture compliance. - Update mach-types file.
-
- 07 May, 2002 2 commits
-
-
Russell King authored
argument.
-
Russell King authored
the 'task struct' pointer instead of the 'thread_info' pointer. This cset fixes up those missed areas.
-
- 07 Apr, 2002 1 commit
-
-
Russell King authored
- Fix up decompressor for ARM720T cache handling. - Set PCI cache line size register while enumerating devices. - Report correct cache sizes. - Ensure machine vectors are in memory for instruction fetches (important when you have write-allocate write back caches). - Fix bug in ARMv5ej abort handler. - Update mach-types to latest version.
-
- 24 Mar, 2002 1 commit
-
-
Russell King authored
-
- 13 Mar, 2002 1 commit
-
-
Russell King authored
cleanups for ARM.
-
- 25 Feb, 2002 1 commit
-
-
Russell King authored
-
- 20 Feb, 2002 1 commit
-
-
Russell King authored
-
- 05 Feb, 2002 7 commits
-
-
Linus Torvalds authored
- Russell King: large ARM update - Adam Richter et al: more kdev_t updates
-
Linus Torvalds authored
- Trond Myklebust: deadlock checking in lockd server - Tim Waugh: fix up parport wrong #define - Christoph Hellwig: i2c update, ext2 cleanup - Al Viro: fix partition handling sanity check. - Trond Myklebust: make NFS use SLAB_NOFS, and not play games with PF_MEMALLOC - Ben Fennema: UDF update - Alan Cox: continued merging - Chris Mason: get /proc buffer memory sizes right after buf-in-page-cache
-
Linus Torvalds authored
- Christoph Hellwig: clean up personality handling a bit - Robert Love: update sysctl/vm documentation - make the three-argument (that everybody hates) "min()" be "min_t()", and introduce a type-anal "min()" that complains about arguments of different types.
-
Linus Torvalds authored
- Rui Sousa: emu10k1 module fixes, remove joystick part. - Alan Cox: driver merges - Andrea Arkangeli: alpha updates - David Woodhouse: up_and_exit -> complete_and_exit - David Miller: sparc and network update - Andrew Morton: update 3c59x driver - Neil Brown: NFS export VFAT, knfsd cleanups, raid fixes - Ben Collins: ieee1394 updates - Paul Mackerras: PPC update - me: make sure we don't lose position bits in "filldir()"
-
Linus Torvalds authored
- Jeff Garzik: net driver updates, PCI PM induced cleanups - Me: do ACPI first, so that it doesn't mess up existing device driver configurations. Notably it used to completely destroy PCMCIA on some Sony VAIOs. - Paul Mackerras: powermac drivers and MAINTAINERS update - NIIBE Yutaka: SuperH update - Johannes Erdfelt: USB driver updates - Russell King: ARM update - Alan Cox: merging, merging, merging
-
Linus Torvalds authored
- driver sync up with Alan - Andrew Morton: wakeup cleanup and race fix - Paul Mackerras: macintosh driver updates. - don't trust "page_count()" on reserved pages! - Russell King: fix serious IDE multimode write bug! - me, Jens, others: fix elevator problem - ARM, MIPS and cris architecture updates - alpha updates: better page clear/copy, avoid kernel lock in execve - USB and firewire updates - ISDN updates - Irda updates
-
Linus Torvalds authored
-