- 18 Nov, 2002 40 commits
-
-
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
-
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.
-
Art Haas authored
Sorry about sending the screwed up patches the first time. Here's the fix for the two missing "{".
-
Matthew Wilcox authored
-
Matthew Wilcox authored
-
Luca Barbieri authored
This patch makes the futex code check utime only when waiting. This makes it possible to do futex wakes without clearing the register containing the utime parameter. The code also becomes cleaner.
-
Luca Barbieri authored
This patch moves retval = -ENOMEM out of the vma loop and after the fail_nomem label. The fail label is added and is used when retval is already set.
-
Art Haas authored
-
Art Haas authored
-
Art Haas authored
-
Art Haas authored
-
Art Haas authored
-
Art Haas authored
-
Art Haas authored
-
Art Haas authored
-
Art Haas authored
-
Art Haas authored
-
Art Haas authored
-
Art Haas authored
-
Art Haas authored
-
Art Haas authored
-
Art Haas authored
-
Art Haas authored
-