aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* md: stop using csum_partial for checksum calculation in mdNeilBrown2007-05-091-2/+29
* md: move test for whether level supports bitmap to correct placeNeilBrown2007-05-091-16/+26
* md: cleanup: use seq_release_private() where appropriateMartin Peschke2007-05-091-10/+1
* drivers/md.c: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish2007-05-091-3/+3
* frame buffer: geforce 7300 gtMichal Piotrowski2007-05-092-2/+6
* fbdev: add support for AVR32Haavard Skinnemoen2007-05-092-1/+5
* svgalib: move fb_get_caps to svgalibAntonino A. Daplas2007-05-095-18/+22
* arkfb: new framebuffer driver for ARK Logic cardsOndrej Zajicek2007-05-094-0/+1282
* vt8623fb: new framebuffer driver for VIA VT8623Ondrej Zajicek2007-05-094-0/+1005
* i386 mmzone: use __maybe_unusedDavid Rientjes2007-05-091-3/+3
* i386: voyager: use __maybe_unusedDavid Rientjes2007-05-091-2/+2
* sh: dma: use __maybe_unusedDavid Rientjes2007-05-093-3/+3
* i386 pci: use __maybe_unusedDavid Rientjes2007-05-091-1/+1
* compiler: introduce __used and __maybe_unusedDavid Rientjes2007-05-094-6/+25
* rename thread_info to stackRoman Zippel2007-05-0919-33/+33
* wrap access to thread_infoRoman Zippel2007-05-0913-18/+18
* Allow arch to initialize arch field of the module structureRoman Zippel2007-05-092-0/+4
* clocksource: fix resume logicThomas Gleixner2007-05-093-0/+50
* Move remote node draining out of slab allocatorsChristoph Lameter2007-05-096-131/+67
* Make vm statistics update interval configurableChristoph Lameter2007-05-092-1/+15
* vmstat: use our own timer eventsChristoph Lameter2007-05-094-9/+36
* microcode: use suspend-related CPU hotplug notificationsRafael J. Wysocki2007-05-092-36/+36
* Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-0947-27/+152
* fs: deprecate memclear_highpage_flushNate Diller2007-05-091-2/+1
* reiserfs: use zero_user_pageNate Diller2007-05-092-39/+13
* ext3: use zero_user_pageNate Diller2007-05-091-10/+2
* affs: use zero_user_pageNate Diller2007-05-091-5/+1
* fs: convert core functions to zero_user_pageNate Diller2007-05-097-81/+42
* timer: parenthesis fix in tbase_get_deferrable() etcJarek Poplawski2007-05-091-5/+5
* FUTEX: new PRIVATE futexesEric Dumazet2007-05-092-117/+236
* futex_requeue_pi optimizationPierre Peiffer2007-05-095-88/+540
* Make futex_wait() use an hrtimer for timeoutPierre Peiffer2007-05-093-55/+57
* futex priority based wakeupPierre Peiffer2007-05-091-29/+49
* declare struct ktimeAndrew Morton2007-05-091-2/+4
* aio is unlikelyAndrew Morton2007-05-091-1/+2
* knfsd: avoid Oops if buggy userspace performs confusing filehandle->dentry ma...NeilBrown2007-05-091-6/+50
* knfsd: various nfsd xdr cleanupsNeilBrown2007-05-092-60/+34
* knfsd: trivial makefile cleanupChristoph Hellwig2007-05-091-1/+0
* knfsd: simplify a 'while' condition in svcsock.cNeilBrown2007-05-091-8/+13
* knfsd: rpcgss: RPC_GSS_PROC_ DESTROY request will get a bad rpcWei Yongjun2007-05-091-0/+2
* knfsd: fix resource leak resulting in module refcount leak for rpcsec_gss_krb...Frank Filz2007-05-091-1/+4
* knfsd: rpc: fix server-side wrapping of krb5i repliesNeilBrown2007-05-091-7/+1
* knfsd: avoid use of unitialised variables on error path when nfs exportsNeilBrown2007-05-091-7/+7
* sunrpc: fix error path in module_initAkinobu Mita2007-05-092-3/+12
* RPC: add wrapper for svc_reserve to account for checksumJeff Layton2007-05-094-3/+22
* nfsd/nfs4state: remove unnecessary daemonize callEric W. Biederman2007-05-091-2/+0
* knfsd: rename sk_defer_lock to sk_lockNeilBrown2007-05-093-12/+14
* The NFSv2/NFSv3 server does not handle zero length WRITE requests correctlyPeter Staubach2007-05-092-17/+77
* remove nfs4_acl_add_ace()Adrian Bunk2007-05-092-18/+0
* make cancel_rearming_delayed_work() reliableOleg Nesterov2007-05-091-49/+91