summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] EDAC: cleanup code for clearing initial errorsDave Peterson2006-03-267-44/+13
* [PATCH] EDAC: e7xxx fix minor logic bugDave Peterson2006-03-261-1/+1
* [PATCH] EDAC: i82875p cleanupDave Peterson2006-03-261-22/+32
* [PATCH] EDAC: i82860 cleanupDave Peterson2006-03-261-11/+17
* [PATCH] EDAC: e752x cleanupDave Peterson2006-03-261-28/+7
* [PATCH] EDAC: amd76x pci_dev_get/pci_dev_put fixesDave Peterson2006-03-261-6/+2
* [PATCH] EDAC: name cleanupDave Peterson2006-03-267-15/+15
* [PATCH] EDAC: printk cleanupDave Peterson2006-03-268-240/+275
* [PATCH] EDAC: switch to kthread_ APIDave Peterson2006-03-261-78/+10
* [PATCH] Dead code in drivers/isdn/avm/avmcard.hEric Sesterhenn2006-03-261-3/+1
* [PATCH] isdn4linux: Siemens Gigaset drivers - M105 USB DECT adapterHansjoerg Lipp2006-03-262-0/+1605
* [PATCH] isdn4linux: Siemens Gigaset drivers - isochronous data handlerHansjoerg Lipp2006-03-261-0/+1009
* [PATCH] isdn4linux: Siemens Gigaset drivers - direct USB connectionHansjoerg Lipp2006-03-261-0/+2365
* [PATCH] isdn4linux: Siemens Gigaset drivers - procfs interfaceHansjoerg Lipp2006-03-261-0/+81
* [PATCH] isdn4linux: Siemens Gigaset drivers - tty interfaceHansjoerg Lipp2006-03-262-0/+750
* [PATCH] isdn4linux: Siemens Gigaset drivers - isdn4linux interfaceHansjoerg Lipp2006-03-261-0/+567
* [PATCH] isdn4linux: Siemens Gigaset drivers - event layerHansjoerg Lipp2006-03-261-0/+1983
* [PATCH] isdn4linux: Siemens Gigaset drivers - common moduleHansjoerg Lipp2006-03-262-0/+2141
* [PATCH] isdn4linux: Siemens Gigaset drivers - Kconfigs and MakefilesHansjoerg Lipp2006-03-265-0/+59
* [PATCH] kprobes: fix broken fault handling for sparc64Prasanna S Panchamukhi2006-03-261-6/+60
* [PATCH] kprobes: fix broken fault handling for ia64Prasanna S Panchamukhi2006-03-261-5/+43
* [PATCH] kprobes: fix broken fault handling for powerpc64Prasanna S Panchamukhi2006-03-261-8/+55
* [PATCH] kprobes: fix broken fault handling for x86_64Prasanna S Panchamukhi2006-03-261-7/+55
* [PATCH] kprobes: fix broken fault handling for i386Prasanna S Panchamukhi2006-03-261-7/+50
* [PATCH] kprobe handler: discard user space trapbibo,mao2006-03-265-13/+18
* [PATCH] kretprobe instance recycled by parent processbibo mao2006-03-266-32/+14
* [PATCH] kretprobe: kretprobe-boosterMasami Hiramatsu2006-03-261-22/+39
* [PATCH] x86: kprobes-boosterMasami Hiramatsu2006-03-262-2/+96
* [PATCH] kprobes: clean up resume_execute()Masami Hiramatsu2006-03-261-16/+10
* [PATCH] hrtimers: remove data fieldRoman Zippel2006-03-268-27/+22
* [PATCH] hrtimers: remove nsec_t typedefRoman Zippel2006-03-263-16/+10
* [PATCH] hrtimers: remove DEFINE_KTIME and ktime_to_clock_t()Roman Zippel2006-03-261-20/+0
* [PATCH] hrtimers: remove it_real_value calculation from proc/*/statRoman Zippel2006-03-261-4/+1
* [PATCH] hrtimers: remove state fieldRoman Zippel2006-03-262-18/+7
* [PATCH] hrtimers: simplify nanosleepRoman Zippel2006-03-262-83/+63
* [PATCH] hrtimers: posix-timer: cleanup common_timer_get()Roman Zippel2006-03-261-24/+26
* [PATCH] hrtimers: pass current time to hrtimer_forward()Roman Zippel2006-03-264-10/+17
* [PATCH] hrtimers: optimize softirq runqueuesThomas Gleixner2006-03-262-10/+38
* [PATCH] ext3: "nobh" writeback support for filesystems blocksize < pagesizeBadari Pulavarty2006-03-261-6/+0
* [PATCH] ext3: multi-block get_block()Badari Pulavarty2006-03-261-12/+4
* [PATCH] ext3: cleanups and WARN_ON()Andrew Morton2006-03-261-125/+114
* [PATCH] remove ->get_blocks() supportBadari Pulavarty2006-03-2612-78/+34
* [PATCH] map multiple blocks for mpage_readpages()Badari Pulavarty2006-03-263-22/+90
* [PATCH] pass b_size to ->get_block()Badari Pulavarty2006-03-263-1/+11
* [PATCH] change buffer_head.b_size to size_tBadari Pulavarty2006-03-264-12/+17
* [PATCH] ext3_get_blocks: Adjust reservation window size for mblocksMingming Cao2006-03-261-1/+31
* [PATCH] ext3_get_blocks: Adjust accounting info in ext3_new_blocks()Mingming Cao2006-03-261-12/+19
* [PATCH] ext3_get_blocks: support multiple blocks allocation in ext3_new_block()Mingming Cao2006-03-262-11/+40
* [PATCH] ext3_get_blocks: multiple block allocationMingming Cao2006-03-261-77/+193
* [PATCH] ext3_get_blocks: Mapping multiple blocks at a onceMingming Cao2006-03-263-34/+82