aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-26x86, UML: remove x86-specific implementations of find_first_bitAlexander van Heukelum2-81/+0
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 Heukelum1-0/+2
2008-04-26x86: generic versions of find_first_(zero_)bit, convert i386Alexander van Heukelum2-0/+36
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 Heukelum3-141/+98
2008-04-26x86, generic: optimize find_next_(zero_)bit for small constant-size bitmapsAlexander van Heukelum4-16/+79
2008-04-26x86: change x86 to use generic find_next_bitAlexander van Heukelum3-18/+6
2008-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-optimized-inliningLinus Torvalds1-3/+10
2008-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds3-137/+13
2008-04-26generic: make optimized inlining arch-opt-inIngo Molnar1-1/+2
2008-04-26x86: add optimized inliningIngo Molnar1-3/+9
2008-04-26ide: remove hwif->straight8 flagBartlomiej Zolnierkiewicz1-1/+0
2008-04-26ide: remove IDE_HFLAG_CY82C693 host flagBartlomiej Zolnierkiewicz1-2/+0
2008-04-26remove include/linux/hdsmart.hAdrian Bunk2-127/+0
2008-04-26ide: use ide_find_port() in legacy VLB host drivers (take 2)Bartlomiej Zolnierkiewicz1-0/+2
2008-04-26ide: merge ide_match_hwif() and ide_find_port()Bartlomiej Zolnierkiewicz1-1/+7
2008-04-26ide: remove PIO "downgrade" quirkBartlomiej Zolnierkiewicz1-2/+0
2008-04-26ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLEBartlomiej Zolnierkiewicz1-4/+4
2008-04-26ide: cleanup ide_find_port()Bartlomiej Zolnierkiewicz1-1/+1
2008-04-26x86: section mismatch fixes, #2Jacek Luczak1-1/+1
2008-04-26x86: pgtable_32.h - prototype and section mismatch fixesJacek Luczak1-4/+4
2008-04-26x86: remove duplicate get_bios_ebda() from rio.hAkinobu Mita1-11/+0
2008-04-26x86: get_bios_ebda() requires asm/io.hAkinobu Mita1-0/+2
2008-04-26x86: use bitmap library for pin_programmedAkinobu Mita1-2/+4
2008-04-26x86_64 ia32 ptrace: convert to compat_arch_ptraceRoland McGrath1-0/+2
2008-04-26x86: remove NexGen supportDmitri Vorobiev1-1/+0
2008-04-26fix asm-x86/{posix_types,unistd}.hAdrian Bunk2-2/+14
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-5/+3
2008-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds13-102/+231
2008-04-25Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-ledsLinus Torvalds1-0/+6
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-patLinus Torvalds6-12/+22
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-fixesLinus Torvalds1-17/+29
2008-04-25Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds1-1/+0
2008-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds20-140/+194
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds5-7/+320
2008-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds4-4/+355
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-xen-nextLinus Torvalds28-493/+990
2008-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-6/+26
2008-04-25Merge git://git.infradead.org/mtd-2.6Linus Torvalds8-375/+39
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-x86-fixes4Linus Torvalds3-7/+12
2008-04-25x86: make clear_fixmap() available on 64-bit as wellIngo Molnar3-7/+12
2008-04-25nfsd: don't allow setting ctime over v4J. Bruce Fields1-1/+1
2008-04-25locks: don't call ->copy_lock methods on return of conflicting locksJ. Bruce Fields1-0/+1
2008-04-25lockd: unlock lockd locks held for a certain filesystemWendy Cheng1-0/+1
2008-04-25lockd: unlock lockd locks associated with a given server ipWendy Cheng1-1/+6
2008-04-25[PATCH] sanitize unshare_files/reset_files_structAl Viro2-4/+2
2008-04-25[PATCH] restore sane ->umount_begin() APIAl Viro1-1/+1