aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [IA64] Wire up new syscalls {set,get}_robust_listTony Luck2006-04-062-3/+4
| * | | [IA64] 'msg' may be used uninitialized in xpc_initiate_allocate()Tony Luck2006-04-041-1/+1
| * | | [IA64] Wire up new syscall sync_file_range()Tony Luck2006-04-042-1/+6
| |/ /
* | | [PATCH] x86_64: inline function prefix with __always_inline in vsyscallmao, bibo2006-04-112-3/+3
* | | [PATCH] x86_64: Fix embarassing typo in mmconfig bus checkAndi Kleen2006-04-111-1/+1
* | | [PATCH] i386/x86-64: Remove checks for value == NULL in PCI config space accessAndi Kleen2006-04-113-4/+6
* | | [PATCH] i386: Remove bogus special case code from AMD core parsingAndi Kleen2006-04-111-2/+0
* | | [PATCH] x86_64: fix sync before RDTSC on Intel cpusSiddha, Suresh B2006-04-111-1/+1
* | | [PATCH] x86_64: Remove check for canonical RIPAndi Kleen2006-04-111-5/+0
* | | [PATCH] x86-64/i386: Don't process APICs/IO-APICs in ACPI when APIC is disabled.Andi Kleen2006-04-111-1/+4
* | | Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-04-1116-360/+601
|\ \ \
| * | | [PATCH] vfs: add splice_write and splice_read to documentationPekka J Enberg2006-04-111-1/+11
| * | | [PATCH] Remove sys_ prefix of new syscalls from __NR_sys_*OGAWA Hirofumi2006-04-111-2/+2
| * | | [PATCH] splice: warning fixAndrew Morton2006-04-112-7/+10
| * | | [PATCH] another round of fs/pipe.c cleanupsIngo Molnar2006-04-111-28/+48
| * | | [PATCH] splice: comment stylesIngo Molnar2006-04-111-11/+12
| * | | [PATCH] splice: add Ingo as addition copyright holderJens Axboe2006-04-111-4/+5
| * | | [PATCH] splice: unlikely() optimizationsJens Axboe2006-04-112-9/+8
| * | | [PATCH] splice: speedups and optimizationsJens Axboe2006-04-111-20/+13
| * | | [PATCH] pipe.c/fifo.c code cleanupsIngo Molnar2006-04-112-101/+111
| * | | [PATCH] get rid of the PIPE_*() macrosIngo Molnar2006-04-113-86/+76
| * | | [PATCH] splice: speedup __generic_file_splice_readJens Axboe2006-04-111-11/+63
| * | | [PATCH] splice: add direct fd <-> fd splicing supportJens Axboe2006-04-116-21/+150
| * | | [PATCH] splice: add optional input and output offsetsIngo Molnar2006-04-102-15/+46
| * | | [PATCH] introduce a "kernel-internal pipe object" abstractionIngo Molnar2006-04-109-106/+114
| * | | [PATCH] splice: be smarter about calling do_page_cache_readahead()Jens Axboe2006-04-101-2/+5
| * | | [PATCH] splice: optimize the splice buffer mappingJens Axboe2006-04-101-10/+30
| * | | [PATCH] splice: cleanup __generic_file_splice_read()Jens Axboe2006-04-101-49/+10
| * | | [PATCH] splice: only call wake_up_interruptible() when we really have toJens Axboe2006-04-101-4/+12
| * | | [PATCH] splice: potential !page dereferenceDave Jones2006-04-101-1/+2
| * | | [PATCH] splice: mark the io page as accessedJens Axboe2006-04-101-0/+1
* | | | [PATCH] Overrun in option-card USB driverMatthias Urlichs2006-04-111-2/+3
* | | | [PATCH] fbdev: Use logo with depth of 4 or less for static pseudocolorAntonino A. Daplas2006-04-111-0/+5
* | | | [PATCH] vesafb: Fix incorrect logo colors in x86_64Antonino A. Daplas2006-04-114-7/+33
* | | | [PATCH] sparc32 vga supportAndrew Morton2006-04-111-0/+33
* | | | [PATCH] atyfb is bust on sparc32Andrew Morton2006-04-111-1/+1
* | | | [PATCH] video/aty/atyfb_base.c: fix an off-by-one errorAdrian Bunk2006-04-111-1/+1
* | | | [PATCH] knfsd: nfsd4: grant delegations more frequentlyNeilBrown2006-04-111-11/+2
* | | | [PATCH] knfsd: nfsd4: limit number of delegations handed out.NeilBrown2006-04-111-34/+40
* | | | [PATCH] knfsd: nfsd4: add missing rpciod_down()NeilBrown2006-04-111-7/+14
* | | | [PATCH] knfsd: nfsd4: nfsd4_probe_callback cleanupNeilBrown2006-04-111-3/+3
* | | | [PATCH] knfsd: nfsd4: fix laundromat shutdown raceNeilBrown2006-04-111-2/+2
* | | | [PATCH] knfsd: svcrpc: WARN() instead of returning an error from svc_take_pageJ. Bruce Fields2006-04-111-4/+5
* | | | [PATCH] knfsd: svcrpc: gss: don't call svc_take_page unnecessarilyNeilBrown2006-04-111-6/+8
* | | | [PATCH] knfsd: nfsd4: fix corruption on readdir encoding with 64k pagesNeilBrown2006-04-111-7/+6
* | | | [PATCH] knfsd: nfsd4: fix corruption of returned data when using 64k pagesNeilBrown2006-04-111-25/+17
* | | | [PATCH] knfsd: nfsd4: remove nfsd_setuser from putrootfhNeilBrown2006-04-111-2/+0
* | | | [PATCH] knfsd: nfsd: nfsd_setuser doesn't really need to modify rqstp->rq_cred.NeilBrown2006-04-111-23/+23
* | | | [PATCH] knfsd: nfsd: oops exporting nonexistent directoryNeilBrown2006-04-111-1/+2
* | | | [PATCH] knfsd: nfsd4: fix acl xattr length returnNeilBrown2006-04-111-5/+1