An error occurred fetching the project authors.
- 25 Nov, 2002 1 commit
-
-
David S. Miller authored
-
- 13 Oct, 2002 1 commit
-
-
David S. Miller authored
- Uninline down/up/down_trylock/down_interruptible - Uninline PCI controller cfg space helpers - Uninline ip_fast_csum - Uninline some routines in signal32/sys_sparc32/unaligned - Uninline arch/sparc64/mm/fault.c:get_fault_init - NUM_IVECS need only be IMAP_NR + 1
-
- 04 Oct, 2002 1 commit
-
-
David S. Miller authored
-
- 29 Sep, 2002 1 commit
-
-
David S. Miller authored
-
- 13 Sep, 2002 1 commit
-
-
David S. Miller authored
-
- 04 Jul, 2002 1 commit
-
-
Alexander Viro authored
* ->i_dev followed the example of ->s_dev - it's dev_t now. All remaining uses of ->i_dev either outright want dev_t (stat()) or couldn't care less (printing major:minor in /proc/<pid>/maps, etc.)
-
- 08 May, 2002 1 commit
-
-
David S. Miller authored
kernel pointers.
-
- 16 Apr, 2002 1 commit
-
-
David S. Miller authored
we notify the parent.
-
- 09 Apr, 2002 1 commit
-
-
David S. Miller authored
-
- 18 Mar, 2002 1 commit
-
-
David S. Miller authored
-
- 11 Mar, 2002 1 commit
-
-
David S. Miller authored
1) Update for schedule_tail and switch_to arg changes. 2) Update for PTE highmem. 3) Add random ioctls to ioctl32 translations. 4) Kill migration IPI. 5) Fixup scheduler bitmap function and move into bitops.h
-
- 11 Feb, 2002 1 commit
-
-
David S. Miller authored
-
- 10 Feb, 2002 1 commit
-
-
David S. Miller authored
-
- 09 Feb, 2002 1 commit
-
-
David S. Miller authored
-
- 06 Feb, 2002 1 commit
-
-
Dave McCracken authored
During the course of developing our pthread library (the NGPT pthread library) it became clear we needed some kernel support for handling signals. This patch helps the library by redirecting all signals sent to tasks in a thread group to the thread group leader. It also defines the tkill() system call so the library can signal a specific task if necessary. Given that as far as I know NGPT is the only user of thread groups, and that this change would benefit any other user of thread groups, I'm submitting this for inclusion in the 2.5 kernel. Note that this patch also adds support for sys_gettid() for the architectures that don't have it. While this could have been split into a spearate patch, it would create conflicts since this patch also adds sys_tkill(), so I felt it was cleaner to leave them together. Dave McCracken ====================================================================== Dave McCracken IBM Linux Base Kernel Team 1-512-838-3059 dmccr@us.ibm.com T/L 678-3059
-
- 05 Feb, 2002 6 commits
-
-
David S. Miller authored
Gets sparc64 in sync with 2.5.3 final changes.
-
Linus Torvalds authored
- Matt Domsch: combine common crc32 library - Pete Zaitcev: ymfpci update - Davide Libenzi: scheduler improvements - Al Viro: almost there: "struct block_device *" everywhere - Richard Gooch: devfs cpqarray update, race fix - Rusty Russell: PATH_MAX should include the final '0' count - David Miller: various random updates (mainly net and sparc)
-
Linus Torvalds authored
- Al Viro: fix d_flags race between low-level fs and VFS layer. - David Miller: sparc updates - S390 update
-
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
- Trond Myklebust: NFS/RPC client SMP fixes - rth: alpha pyxis and cabriolet fixes - remove broken sys_wait4() declarations - disable radeon debugging code - VIA IDE driver should not enable autodma unless asked for - Andrey Savochkin: eepro100 update. Should fix the resource timing problems. - Jeff Garzik: via82cxxx_audio update - YMF7xx PCI audio update: get rid of old broken driver, make new driver handle legacy control too. - fix missed wakeup on block device request list - hpt366 controller doesn't play nice with some IBM harddisks - remove inode pages from the page cache only after having removed them from the page tables. - shared memory out-of-swap writepage() fixup (no more magic return)
-
Linus Torvalds authored
-