Age | Commit message (Expand) | Author | Files | Lines |
2008-04-26 | qd65xx: cleanup qd_probe() | Bartlomiej Zolnierkiewicz | 1 | -35/+17 |
2008-04-26 | ide: use ide_legacy_device_add() for qd65xx (take 2) | Bartlomiej Zolnierkiewicz | 7 | -61/+26 |
2008-04-26 | ide: add ide_legacy_device_add() helper | Bartlomiej Zolnierkiewicz | 6 | -106/+37 |
2008-04-26 | ide: remove ->noprobe field from ide_hwif_t | Bartlomiej Zolnierkiewicz | 6 | -14/+11 |
2008-04-26 | ide-cd: fix remaining checkpatch.pl issues | Borislav Petkov | 1 | -19/+17 |
2008-04-26 | ide-cd: shorten lines longer than 80 columns | Borislav Petkov | 1 | -23/+46 |
2008-04-26 | ide-cd: fixup comments | Borislav Petkov | 1 | -210/+191 |
2008-04-26 | ide-cd: put all proc-related code at one place | Borislav Petkov | 1 | -36/+35 |
2008-04-26 | ide-cd: include proper headers | Borislav Petkov | 1 | -3/+3 |
2008-04-26 | ide: add struct ide_port_ops (take 2) | Bartlomiej Zolnierkiewicz | 53 | -436/+493 |
2008-04-26 | x86, boot: Document for linked list of struct setup_data | Huang, Ying | 1 | -0/+26 |
2008-04-26 | x86, boot: export linked list of struct setup_data via debugfs | Huang, Ying | 2 | -5/+160 |
2008-04-26 | x86, boot: add linked list of struct setup_data | Huang, Ying | 4 | -1/+61 |
2008-04-26 | x86, boot: add free_early to early reservation machanism | Huang, Ying | 2 | -0/+23 |
2008-04-26 | x86, PAT: disable /dev/mem mmap RAM with PAT | Venki Pallipadi | 1 | -0/+31 |
2008-04-26 | kbuild: scripts/Makefile.modpost typo fix | Adrian Bunk | 1 | -1/+1 |
2008-04-26 | kbuild: soften MODULE_LICENSE check | Sam Ravnborg | 1 | -4/+4 |
2008-04-26 | x86, bitops: select the generic bitmap search functions | Alexander van Heukelum | 5 | -22/+11 |
2008-04-26 | x86: include/asm-x86/pgalloc.h/bitops.h: checkpatch cleanups - formatting only | Joe Perches | 1 | -32/+30 |
2008-04-26 | x86: finalize bitops unification | Alexander van Heukelum | 3 | -77/+33 |
2008-04-26 | x86, UML: remove x86-specific implementations of find_first_bit | Alexander van Heukelum | 8 | -193/+10 |
2008-04-26 | x86: optimize find_first_bit for small bitmaps | Alexander van Heukelum | 1 | -0/+29 |
2008-04-26 | x86: switch 64-bit to generic find_first_bit | Alexander van Heukelum | 3 | -1/+5 |
2008-04-26 | x86: generic versions of find_first_(zero_)bit, convert i386 | Alexander van Heukelum | 5 | -0/+98 |
2008-04-26 | bitops: use __fls for fls64 on 64-bit archs | Alexander van Heukelum | 2 | -13/+24 |
2008-04-26 | generic: implement __fls on all 64-bit archs | Alexander van Heukelum | 8 | -0/+35 |
2008-04-26 | generic: introduce a generic __fls implementation | Alexander van Heukelum | 1 | -0/+43 |
2008-04-26 | x86: merge the simple bitops and move them to bitops.h | Alexander van Heukelum | 4 | -142/+99 |
2008-04-26 | x86, generic: optimize find_next_(zero_)bit for small constant-size bitmaps | Alexander van Heukelum | 5 | -32/+88 |
2008-04-26 | x86, uml: fix uml with generic find_next_bit for x86 | Alexander van Heukelum | 2 | -0/+8 |
2008-04-26 | x86: change x86 to use generic find_next_bit | Alexander van Heukelum | 8 | -157/+12 |
2008-04-26 | uml: Kconfig cleanup | Ingo Molnar | 1 | -0/+7 |
2008-04-26 | uml: fix build error | Ingo Molnar | 1 | -0/+1 |
2008-04-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 1 | -1/+1 |
2008-04-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb | Linus Torvalds | 23 | -109/+1135 |
2008-04-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 5 | -3/+28 |
2008-04-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 76 | -1438/+1194 |
2008-04-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 43 | -303/+134 |
2008-04-26 | x86 PAT: decouple from nonpromisc devmem | Ingo Molnar | 1 | -2/+2 |
2008-04-26 | Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2 | -3/+4 |
2008-04-26 | Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 30 | -661/+1621 |
2008-04-26 | Fix uninitialized 'copy' in unshare_files | Al Viro | 1 | -1/+1 |
2008-04-26 | generic: make optimized inlining arch-opt-in | Ingo Molnar | 2 | -1/+5 |
2008-04-26 | x86: add optimized inlining | Ingo Molnar | 4 | -3/+24 |
2008-04-26 | ide: sanitize handling of IDE_HFLAG_NO_SET_MODE host flag | Bartlomiej Zolnierkiewicz | 4 | -10/+13 |
2008-04-26 | sis5513: fail early for unsupported chipsets | Bartlomiej Zolnierkiewicz | 1 | -15/+15 |
2008-04-26 | it821x: fix kzalloc() failure handling | Bartlomiej Zolnierkiewicz | 1 | -6/+18 |
2008-04-26 | qd65xx: use IDE_HFLAG_SINGLE host flag | Bartlomiej Zolnierkiewicz | 2 | -21/+15 |
2008-04-26 | qd65xx: always use ->selectproc method | Bartlomiej Zolnierkiewicz | 1 | -27/+10 |
2008-04-26 | ide-cd: put proc-related functions together under single ifdef | Borislav Petkov | 1 | -13/+10 |