aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-09i386: remove unused rdtsc() macroH. Peter Anvin2-12/+0
2007-05-09i386: cpu/transmeta.c: fix definition of USER686H. Peter Anvin1-2/+4
2007-05-09md: improve partition detection in md arrayNeilBrown4-22/+8
2007-05-09md: allow reshape_position for md arrays to be set via sysfsNeilBrown2-35/+107
2007-05-09md: remove the slash from the name of a kmem_cache used by raid5NeilBrown1-2/+2
2007-05-09md: stop using csum_partial for checksum calculation in mdNeilBrown1-2/+29
2007-05-09md: move test for whether level supports bitmap to correct placeNeilBrown1-16/+26
2007-05-09md: cleanup: use seq_release_private() where appropriateMartin Peschke1-10/+1
2007-05-09drivers/md.c: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish1-3/+3
2007-05-09frame buffer: geforce 7300 gtMichal Piotrowski2-2/+6
2007-05-09fbdev: add support for AVR32Haavard Skinnemoen2-1/+5
2007-05-09svgalib: move fb_get_caps to svgalibAntonino A. Daplas5-18/+22
2007-05-09arkfb: new framebuffer driver for ARK Logic cardsOndrej Zajicek4-0/+1282
2007-05-09vt8623fb: new framebuffer driver for VIA VT8623Ondrej Zajicek4-0/+1005
2007-05-09i386 mmzone: use __maybe_unusedDavid Rientjes1-3/+3
2007-05-09i386: voyager: use __maybe_unusedDavid Rientjes1-2/+2
2007-05-09sh: dma: use __maybe_unusedDavid Rientjes3-3/+3
2007-05-09i386 pci: use __maybe_unusedDavid Rientjes1-1/+1
2007-05-09compiler: introduce __used and __maybe_unusedDavid Rientjes4-6/+25
2007-05-09rename thread_info to stackRoman Zippel19-33/+33
2007-05-09wrap access to thread_infoRoman Zippel13-18/+18
2007-05-09Allow arch to initialize arch field of the module structureRoman Zippel2-0/+4
2007-05-09clocksource: fix resume logicThomas Gleixner3-0/+50
2007-05-09Move remote node draining out of slab allocatorsChristoph Lameter6-131/+67
2007-05-09Make vm statistics update interval configurableChristoph Lameter2-1/+15
2007-05-09vmstat: use our own timer eventsChristoph Lameter4-9/+36
2007-05-09microcode: use suspend-related CPU hotplug notificationsRafael J. Wysocki2-36/+36
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki47-27/+152
2007-05-09fs: deprecate memclear_highpage_flushNate Diller1-2/+1
2007-05-09reiserfs: use zero_user_pageNate Diller2-39/+13
2007-05-09ext3: use zero_user_pageNate Diller1-10/+2
2007-05-09affs: use zero_user_pageNate Diller1-5/+1
2007-05-09fs: convert core functions to zero_user_pageNate Diller7-81/+42
2007-05-09timer: parenthesis fix in tbase_get_deferrable() etcJarek Poplawski1-5/+5
2007-05-09FUTEX: new PRIVATE futexesEric Dumazet2-117/+236
2007-05-09futex_requeue_pi optimizationPierre Peiffer5-88/+540
2007-05-09Make futex_wait() use an hrtimer for timeoutPierre Peiffer3-55/+57
2007-05-09futex priority based wakeupPierre Peiffer1-29/+49
2007-05-09declare struct ktimeAndrew Morton1-2/+4
2007-05-09aio is unlikelyAndrew Morton1-1/+2
2007-05-09knfsd: avoid Oops if buggy userspace performs confusing filehandle->dentry mappingNeilBrown1-6/+50
2007-05-09knfsd: various nfsd xdr cleanupsNeilBrown2-60/+34
2007-05-09knfsd: trivial makefile cleanupChristoph Hellwig1-1/+0
2007-05-09knfsd: simplify a 'while' condition in svcsock.cNeilBrown1-8/+13
2007-05-09knfsd: rpcgss: RPC_GSS_PROC_ DESTROY request will get a bad rpcWei Yongjun1-0/+2
2007-05-09knfsd: fix resource leak resulting in module refcount leak for rpcsec_gss_krb5.koFrank Filz1-1/+4
2007-05-09knfsd: rpc: fix server-side wrapping of krb5i repliesNeilBrown1-7/+1
2007-05-09knfsd: avoid use of unitialised variables on error path when nfs exportsNeilBrown1-7/+7
2007-05-09sunrpc: fix error path in module_initAkinobu Mita2-3/+12
2007-05-09RPC: add wrapper for svc_reserve to account for checksumJeff Layton4-3/+22