aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mempool.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2005-06-23[PATCH] apply quotation handling to Makefile.buildJan Beulich1-2/+2
2005-06-23[PATCH] adjust per_cpu definition in non-SMP caseJan Beulich3-3/+3
2005-06-23[PATCH] ide-floppy adjustmentsJan Beulich1-0/+6
2005-06-23[PATCH] Don't force O_LARGEFILE for 32 bit processes on ia64Yoav Zach3-3/+10
2005-06-23[PATCH] parport: NetMos nm9855 fixMartin Schitter2-5/+4
2005-06-23[PATCH] Altix: shut off xmit intr if done xmittingPat Gefre1-0/+1
2005-06-23[PATCH] O(1) sb list traversing on syncsKirill Korotaev3-111/+96
2005-06-23[PATCH] Software suspend and recalc sigpending bug fixKirill Korotaev1-0/+1
2005-06-23[PATCH] Fix of bogus file max limit messagesKirill Korotaev1-27/+30
2005-06-23[PATCH] add some comments to lookup_create()Christoph Hellwig1-2/+18
2005-06-23[PATCH] Document the fact that linux-arm-kernel is subscribers-only.Alexey Dobriyan1-6/+6
2005-06-23[PATCH] Support for dx directories in ext3_get_parent (NFSD)Andreas Dilger1-2/+10
2005-06-23[PATCH] setuid core dumpAlan Cox10-18/+74
2005-06-23[PATCH] jprobes: allow a jprobe to coexist with muliple kprobesPrasanna S Panchamukhi1-10/+51
2005-06-23[PATCH] Kprobes/ia64: temporary disarming of reentrant probeAnil S Keshavamurthy1-6/+43
2005-06-23[PATCH] kprobes: Temporary disarming of reentrant probe for sparc64Prasanna S Panchamukhi1-13/+49
2005-06-23[PATCH] kprobes: Temporary disarming of reentrant probe for ppc64Prasanna S Panchamukhi1-8/+38
2005-06-23[PATCH] kprobes: Temporary disarming of reentrant probe for x86_64Prasanna S Panchamukhi1-14/+62
2005-06-23[PATCH] kprobes: Temporary disarming of reentrant probe for i386Prasanna S Panchamukhi1-13/+49
2005-06-23[PATCH] kprobes: Temporary disarming of reentrant probePrasanna S Panchamukhi2-0/+10
2005-06-23[PATCH] Kprobes/IA64: check jprobe break before handlingKeshavamurthy Anil S1-3/+7
2005-06-23[PATCH] Kprobes IA64: safe register kprobeAnil S Keshavamurthy1-0/+45
2005-06-23[PATCH] Kprobes IA64: cmp ctype unc supportAnil S Keshavamurthy2-2/+58
2005-06-23[PATCH] Kprobes IA64: arch_prepare_kprobes() cleanupAnil S Keshavamurthy1-70/+121
2005-06-23[PATCH] Kprobes ia64 qp fixRusty Lynch1-3/+3
2005-06-23[PATCH] Kprobes ia64 cleanupRusty Lynch2-101/+84
2005-06-23[PATCH] Kprobes/IA64: support kprobe on branch/call instructionsAnil S Keshavamurthy2-16/+132
2005-06-23[PATCH] Kprobes/IA64: architecture specific JProbes supportAnil S Keshavamurthy4-7/+89
2005-06-23[PATCH] Kprobes/IA64: arch specific handlingAnil S Keshavamurthy4-0/+416
2005-06-23[PATCH] Kprobes/IA64: kdebug die notification mechanismAnil S Keshavamurthy4-1/+103
2005-06-23[PATCH] kprobes: moves lock-unlock to non-arch kprobe_flush_taskHien Nguyen3-7/+6
2005-06-23[PATCH] Move kprobe [dis]arming into arch specific codeRusty Lynch6-37/+72
2005-06-23[PATCH] x86_64 specific function return probesRusty Lynch3-1/+116
2005-06-23[PATCH] kprobes: function-return probesHien Nguyen5-8/+415
2005-06-23[PATCH] quota: sanitize dentry handling in vfs_quota_on_mountChristoph Hellwig1-8/+1
2005-06-23[PATCH] quota: consolidate code surrounding vfs_quota_on_mountChristoph Hellwig4-39/+26
2005-06-23[PATCH] avoid resursive oopsesAlexander Nyberg1-0/+11
2005-06-23[PATCH] remove duplicate get_dentry functions in various placesChristoph Hellwig8-46/+12
2005-06-23[PATCH] add check to /proc/devices read routinesNeil Horman4-5/+24
2005-06-23[PATCH] remove redundant vm_flags clearing from madvise.cPekka Enberg1-1/+0
2005-06-23[PATCH] preempt_count is int - remove cast and don't assign to unsigned typeJesper Juhl2-3/+7
2005-06-23[PATCH] streamline preempt_count type across archsJesper Juhl22-23/+25
2005-06-23[PATCH] optimise loop driver a bitNick Piggin2-44/+39
2005-06-23[PATCH] CON_CONSDEV bit not set correctly on last consoleGreg Edwards1-2/+10
2005-06-23[PATCH] kstrdup: convert a few existing implementationsRobert Love1-6/+2
2005-06-23[PATCH] create a kstrdup library functionPaulo Marques21-94/+75
2005-06-23[PATCH] fix for prune_icache()/forced final iput() racesAlexander Viro2-6/+11
2005-06-23[PATCH] posix-timers: use try_to_del_timer_sync()Oleg Nesterov1-27/+7
2005-06-23[PATCH] timers: introduce try_to_del_timer_sync()Oleg Nesterov2-21/+36
2005-06-23[PATCH] timers fixes/improvementsOleg Nesterov2-192/+166