summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-03-26[PATCH] EDAC: switch to kthread_ APIDave Peterson1-78/+10
2006-03-26[PATCH] Dead code in drivers/isdn/avm/avmcard.hEric Sesterhenn1-3/+1
2006-03-26[PATCH] isdn4linux: Siemens Gigaset drivers - M105 USB DECT adapterHansjoerg Lipp2-0/+1605
2006-03-26[PATCH] isdn4linux: Siemens Gigaset drivers - isochronous data handlerHansjoerg Lipp1-0/+1009
2006-03-26[PATCH] isdn4linux: Siemens Gigaset drivers - direct USB connectionHansjoerg Lipp1-0/+2365
2006-03-26[PATCH] isdn4linux: Siemens Gigaset drivers - procfs interfaceHansjoerg Lipp1-0/+81
2006-03-26[PATCH] isdn4linux: Siemens Gigaset drivers - tty interfaceHansjoerg Lipp2-0/+750
2006-03-26[PATCH] isdn4linux: Siemens Gigaset drivers - isdn4linux interfaceHansjoerg Lipp1-0/+567
2006-03-26[PATCH] isdn4linux: Siemens Gigaset drivers - event layerHansjoerg Lipp1-0/+1983
2006-03-26[PATCH] isdn4linux: Siemens Gigaset drivers - common moduleHansjoerg Lipp2-0/+2141
2006-03-26[PATCH] isdn4linux: Siemens Gigaset drivers - Kconfigs and MakefilesHansjoerg Lipp5-0/+59
2006-03-26[PATCH] kprobes: fix broken fault handling for sparc64Prasanna S Panchamukhi1-6/+60
2006-03-26[PATCH] kprobes: fix broken fault handling for ia64Prasanna S Panchamukhi1-5/+43
2006-03-26[PATCH] kprobes: fix broken fault handling for powerpc64Prasanna S Panchamukhi1-8/+55
2006-03-26[PATCH] kprobes: fix broken fault handling for x86_64Prasanna S Panchamukhi1-7/+55
2006-03-26[PATCH] kprobes: fix broken fault handling for i386Prasanna S Panchamukhi1-7/+50
2006-03-26[PATCH] kprobe handler: discard user space trapbibo,mao5-13/+18
2006-03-26[PATCH] kretprobe instance recycled by parent processbibo mao6-32/+14
2006-03-26[PATCH] kretprobe: kretprobe-boosterMasami Hiramatsu1-22/+39
2006-03-26[PATCH] x86: kprobes-boosterMasami Hiramatsu2-2/+96
2006-03-26[PATCH] kprobes: clean up resume_execute()Masami Hiramatsu1-16/+10
2006-03-26[PATCH] hrtimers: remove data fieldRoman Zippel8-27/+22
2006-03-26[PATCH] hrtimers: remove nsec_t typedefRoman Zippel3-16/+10
2006-03-26[PATCH] hrtimers: remove DEFINE_KTIME and ktime_to_clock_t()Roman Zippel1-20/+0
2006-03-26[PATCH] hrtimers: remove it_real_value calculation from proc/*/statRoman Zippel1-4/+1
2006-03-26[PATCH] hrtimers: remove state fieldRoman Zippel2-18/+7
2006-03-26[PATCH] hrtimers: simplify nanosleepRoman Zippel2-83/+63
2006-03-26[PATCH] hrtimers: posix-timer: cleanup common_timer_get()Roman Zippel1-24/+26
2006-03-26[PATCH] hrtimers: pass current time to hrtimer_forward()Roman Zippel4-10/+17
2006-03-26[PATCH] hrtimers: optimize softirq runqueuesThomas Gleixner2-10/+38
2006-03-26[PATCH] ext3: "nobh" writeback support for filesystems blocksize < pagesizeBadari Pulavarty1-6/+0
2006-03-26[PATCH] ext3: multi-block get_block()Badari Pulavarty1-12/+4
2006-03-26[PATCH] ext3: cleanups and WARN_ON()Andrew Morton1-125/+114
2006-03-26[PATCH] remove ->get_blocks() supportBadari Pulavarty12-78/+34
2006-03-26[PATCH] map multiple blocks for mpage_readpages()Badari Pulavarty3-22/+90
2006-03-26[PATCH] pass b_size to ->get_block()Badari Pulavarty3-1/+11
2006-03-26[PATCH] change buffer_head.b_size to size_tBadari Pulavarty4-12/+17
2006-03-26[PATCH] ext3_get_blocks: Adjust reservation window size for mblocksMingming Cao1-1/+31
2006-03-26[PATCH] ext3_get_blocks: Adjust accounting info in ext3_new_blocks()Mingming Cao1-12/+19
2006-03-26[PATCH] ext3_get_blocks: support multiple blocks allocation in ext3_new_block()Mingming Cao2-11/+40
2006-03-26[PATCH] ext3_get_blocks: multiple block allocationMingming Cao1-77/+193
2006-03-26[PATCH] ext3_get_blocks: Mapping multiple blocks at a onceMingming Cao3-34/+82
2006-03-26[PATCH] 2TB files: change type of kstatfs entriesTakashi Sato1-5/+5
2006-03-26[PATCH] 2tb-files-add-blkcnt_t-fixesAndrew Morton4-12/+15
2006-03-26[PATCH] 2TB files: add blkcnt_tTakashi Sato9-1/+42
2006-03-26[PATCH] 2TB files: st_blocks is invalid when calling stat64Takashi Sato5-13/+5
2006-03-26[PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson19-72/+39
2006-03-26[PATCH] mempool: add mempool_create_slab_pool()Matthew Dobson1-0/+8
2006-03-26[PATCH] mempool: use common mempool kzalloc allocatorMatthew Dobson1-15/+2
2006-03-26[PATCH] mempool: add kzalloc allocatorMatthew Dobson2-3/+16