summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-26qd65xx: cleanup qd_probe()Bartlomiej Zolnierkiewicz1-35/+17
2008-04-26ide: use ide_legacy_device_add() for qd65xx (take 2)Bartlomiej Zolnierkiewicz7-61/+26
2008-04-26ide: add ide_legacy_device_add() helperBartlomiej Zolnierkiewicz6-106/+37
2008-04-26ide: remove ->noprobe field from ide_hwif_tBartlomiej Zolnierkiewicz6-14/+11
2008-04-26ide-cd: fix remaining checkpatch.pl issuesBorislav Petkov1-19/+17
2008-04-26ide-cd: shorten lines longer than 80 columnsBorislav Petkov1-23/+46
2008-04-26ide-cd: fixup commentsBorislav Petkov1-210/+191
2008-04-26ide-cd: put all proc-related code at one placeBorislav Petkov1-36/+35
2008-04-26ide-cd: include proper headersBorislav Petkov1-3/+3
2008-04-26ide: add struct ide_port_ops (take 2)Bartlomiej Zolnierkiewicz53-436/+493
2008-04-26x86, boot: Document for linked list of struct setup_dataHuang, Ying1-0/+26
2008-04-26x86, boot: export linked list of struct setup_data via debugfsHuang, Ying2-5/+160
2008-04-26x86, boot: add linked list of struct setup_dataHuang, Ying4-1/+61
2008-04-26x86, boot: add free_early to early reservation machanismHuang, Ying2-0/+23
2008-04-26x86, PAT: disable /dev/mem mmap RAM with PATVenki Pallipadi1-0/+31
2008-04-26kbuild: scripts/Makefile.modpost typo fixAdrian Bunk1-1/+1
2008-04-26kbuild: soften MODULE_LICENSE checkSam Ravnborg1-4/+4
2008-04-26x86, bitops: select the generic bitmap search functionsAlexander van Heukelum5-22/+11
2008-04-26x86: include/asm-x86/pgalloc.h/bitops.h: checkpatch cleanups - formatting onlyJoe Perches1-32/+30
2008-04-26x86: finalize bitops unificationAlexander van Heukelum3-77/+33
2008-04-26x86, UML: remove x86-specific implementations of find_first_bitAlexander van Heukelum8-193/+10
2008-04-26x86: optimize find_first_bit for small bitmapsAlexander van Heukelum1-0/+29
2008-04-26x86: switch 64-bit to generic find_first_bitAlexander van Heukelum3-1/+5
2008-04-26x86: generic versions of find_first_(zero_)bit, convert i386Alexander van Heukelum5-0/+98
2008-04-26bitops: use __fls for fls64 on 64-bit archsAlexander van Heukelum2-13/+24
2008-04-26generic: implement __fls on all 64-bit archsAlexander van Heukelum8-0/+35
2008-04-26generic: introduce a generic __fls implementationAlexander van Heukelum1-0/+43
2008-04-26x86: merge the simple bitops and move them to bitops.hAlexander van Heukelum4-142/+99
2008-04-26x86, generic: optimize find_next_(zero_)bit for small constant-size bitmapsAlexander van Heukelum5-32/+88
2008-04-26x86, uml: fix uml with generic find_next_bit for x86Alexander van Heukelum2-0/+8
2008-04-26x86: change x86 to use generic find_next_bitAlexander van Heukelum8-157/+12
2008-04-26uml: Kconfig cleanupIngo Molnar1-0/+7
2008-04-26uml: fix build errorIngo Molnar1-0/+1
2008-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds1-1/+1
2008-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds23-109/+1135
2008-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds5-3/+28
2008-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds76-1438/+1194
2008-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds43-303/+134
2008-04-26x86 PAT: decouple from nonpromisc devmemIngo Molnar1-2/+2
2008-04-26Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-3/+4
2008-04-26Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds30-661/+1621
2008-04-26Fix uninitialized 'copy' in unshare_filesAl Viro1-1/+1
2008-04-26generic: make optimized inlining arch-opt-inIngo Molnar2-1/+5
2008-04-26x86: add optimized inliningIngo Molnar4-3/+24
2008-04-26ide: sanitize handling of IDE_HFLAG_NO_SET_MODE host flagBartlomiej Zolnierkiewicz4-10/+13
2008-04-26sis5513: fail early for unsupported chipsetsBartlomiej Zolnierkiewicz1-15/+15
2008-04-26it821x: fix kzalloc() failure handlingBartlomiej Zolnierkiewicz1-6/+18
2008-04-26qd65xx: use IDE_HFLAG_SINGLE host flagBartlomiej Zolnierkiewicz2-21/+15
2008-04-26qd65xx: always use ->selectproc methodBartlomiej Zolnierkiewicz1-27/+10
2008-04-26ide-cd: put proc-related functions together under single ifdefBorislav Petkov1-13/+10