An error occurred fetching the project authors.
- 20 May, 2003 1 commit
-
-
David S. Miller authored
-
- 16 May, 2003 1 commit
-
-
Chas Williams authored
-
- 15 May, 2003 2 commits
-
-
Chas Williams authored
-
Chas Williams authored
-
- 13 May, 2003 1 commit
-
-
Chas Williams authored
-
- 10 May, 2003 1 commit
-
-
Hideaki Yoshifuji authored
-
- 08 Mar, 2003 1 commit
-
-
Chas Williams authored
-
- 25 Nov, 2002 1 commit
-
-
Dave Jones authored
Various patches to make things conform to Documentation/CodingStyle
-
- 08 Oct, 2002 1 commit
-
-
Andrew Morton authored
This used to be a macro wrapper around get_zeroed_page(). It was a dreadful choice of name, because it hid the fact that this function memsets the page. Probably, lots of the callers didn't actually want to do that but this patch does not make such optimisations. At least now, people may spot a `get_zeroed_page' in there and realise that the page doesn't actually need to be initialised. The patch also changes get_zeroed_page() to go BUG if called with __GFP_HIGHMEM. It returns the address of the page's memory and hence can only be used for direct-mapped pages (wli).
-
- 18 Jul, 2002 1 commit
-
-
Rusty Russell authored
-
- 09 Jun, 2002 1 commit
-
-
Mitchell Blank Jr. authored
This fixes a large batch of warnings that popped up with the new stricter bitops.h that recently was introduced. We actually didn't have 64-bit bug, but we had built our own *_flags_t typedef's that were just struct wrappers around an unsigned long. We used to pass their addresses directly to set_bit() and friends but now that causes an error. The typedef's really didn't serve much purpose so the cleanest fix is to just eliminate them and use "unsigned long" directly.
-
- 06 Feb, 2002 1 commit
-
-
Alexander Viro authored
procfs switched to alloc_inode/destroy_inode.
-
- 05 Feb, 2002 3 commits
-
-
Linus Torvalds authored
- merge with Alan (irda, s390, mips64, chris, sk98lin, mips/mm) - rth: fix alpha RTC calibration - Paul Mackerras: fix PPC typo
-
Linus Torvalds authored
- Paul Mackerras: PPC update for thread-safe page table handling - Ingo Molnar: x86 PAE update for thread-safe page table handling - Jeff Garzik: network driver updates, i810 rng driver, and "alloc_etherdev()" network driver insert race condition fix. - David Miller: UltraSparcIII update, network locking fixes - Al Viro: fix fs counts on mount failure
-
Linus Torvalds authored
-