- 18 Nov, 2002 40 commits
-
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Rusty Russell authored
Since I believe kallsyms is important, this reimplements it sanely, using the current module infrastructure, and not using an external kallsyms script. FYI, the previous interface was: int kallsyms_symbol_to_address( const char *name, /* Name to lookup */ unsigned long *token, /* Which module to start with */ const char **mod_name, /* Set to module name or "kernel" */ unsigned long *mod_start, /* Set to start address of module */ unsigned long *mod_end, /* Set to end address of module */ const char **sec_name, /* Set to section name */ unsigned long *sec_start, /* Set to start address of section */ unsigned long *sec_end, /* Set to end address of section */ const char **sym_name, /* Set to full symbol name */ unsigned long *sym_start, /* Set to start address of symbol */ unsigned long *sym_end /* Set to end address of symbol */ ); The new one is: /* Lookup an address. modname is set to NULL if it's in the kernel. */ const char *kallsyms_lookup(unsigned long addr, unsigned long *symbolsize, unsigned long *offset, char **modname);
-
http://linux-acpi.bkbits.net/linux-acpiLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Chris Wilson authored
-
Eric Brower authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Martin Schwidefsky authored
Reworked sclp driver part 2.
-
Martin Schwidefsky authored
Reworked sclp driver part 1.
-
Martin Schwidefsky authored
Remove some warnings.
-
Martin Schwidefsky authored
Remove unused variable and add missing return in xpram_setup_blkdev.
-
Martin Schwidefsky authored
Bug fixes for the 31 bit emulation layer. New interface [un]register_ioctl32_conversion.
-
Martin Schwidefsky authored
Remove the _PAGE_ISCLEAN bit in pte_mkwrite to make pte_mkwrite work correctly even if it is not followed by a pte_mkdirty.
-
Martin Schwidefsky authored
Don't set cpu_vm_mask if the mm isn't exclusive to the cpu.
-
Martin Schwidefsky authored
Fix ebcdic conversion for strings of n*256 + 1 characters.
-
Martin Schwidefsky authored
Make the kernel compile with gcc 3.2.
-
Martin Schwidefsky authored
Don't rely on lowcore information in __copy_{from,to}_user_asm. Fix compile for peculiar get_user() usage in drivers/scsi/scsi_ioctl.c
-
Martin Schwidefsky authored
-
Martin Schwidefsky authored
-
Martin Schwidefsky authored
-
Martin Schwidefsky authored
-
Martin Schwidefsky authored
Add system calls and POLLREMOVE define for eventpoll.
-
Martin Schwidefsky authored
Kconfig file fixes: remove options ISA/MCA/EISA, add some missing help texts. Regenerate default configuration files. Update section names in vmlinux.lds.S. Simplify some Makefiles.
-
David S. Miller authored
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/sparc-2.5
-
David S. Miller authored
-