summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Input: i8042 - add Dritek quirk for Acer Aspire 9110Carlos Corbacho2008-01-301-0/+7
| * | Input: add input event to APM event bridgeRichard Purdie2008-01-303-0/+144
| * | Input: mousedev - use BIT_MASK instead of BITDmitry Torokhov2008-01-301-1/+1
| * | Input: remove duplicate includesAndre Haupt2008-01-213-3/+0Star
| * | Input: remove cdev from input_dev structureDmitry Torokhov2008-01-212-7/+0Star
| * | Input: remove duplicated headers in drivers/char/keyboard.cFrancisco Alecrim2008-01-211-1/+0Star
| * | Input: i8042 - add Dritek keyboard extension quirkCarlos Corbacho2008-01-212-0/+63
| * | Input: add Tosa keyboard driverDmitry Baryshkov2008-01-215-0/+510
| * | Input: add driver for Fujitsu application buttonsStephen Hemminger2008-01-213-0/+393
| * | Input: ads7846 - stop updating dev->power.power_stateDavid Brownell2008-01-211-4/+4
| * | Input: drop redundant includes of moduleparam.hJulia Lawall2008-01-2119-19/+0Star
| * | Input: fix bug in example codeSteven Whitehouse2008-01-211-1/+1
| * | Input: implement proper timer rounding for polled devicesStephen Hemminger2008-01-211-8/+10
| * | V4L/DVB: Don't access input_dev->private directlyDmitry Torokhov2008-01-212-4/+0Star
| * | Input: iforce - don't access input_dev->private directlyDmitry Torokhov2008-01-211-8/+9
| * | Input: i8042 - use synchronize_irq() instead of synchronize_sched()Dmitry Torokhov2008-01-211-1/+8
| * | Input: atkbd - remove unneeded synchronize_sched()Dmitry Torokhov2008-01-211-1/+0Star
| * | Input: cobalt_btns - add support for loadable keymapsDmitry Torokhov2008-01-211-37/+36Star
| * | Input: atlas_btns - add support for loadable keymapsDmitry Torokhov2008-01-211-16/+23
| * | Input: keyspan_remote - add support for loadable keymapsDmitry Torokhov2008-01-211-51/+67
| * | Input: Add proper locking when changing device's keymapDmitry Torokhov2008-01-214-11/+80
| * | Input: atkbd - properly handle special keys on Dell LatitudesGiel de Nijs2008-01-211-17/+72
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-02-0712-34/+288
|\ \ \
| * | | ocfs2: Negotiate locking protocol versions.Joel Becker2008-02-0712-34/+288
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-02-073-9/+18
|\ \ \ \
| * | | | sysfs: remove BUG_ON() from sysfs_remove_group()Greg Kroah-Hartman2008-02-071-1/+6
| * | | | Driver core: Revert "Fix Firmware class name collision"Michael E Brown2008-02-071-1/+2
| * | | | Block: Fix whole_disk attribute bugGreg Kroah-Hartman2008-02-071-7/+10
| | |_|/ | |/| |
* / | | i915: Fix GR register array size off-by-one bugJesse Barnes2008-02-071-1/+1
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-02-0711-1002/+1079
|\ \ \
| * | | [SPARC32]: Use regsets in arch_ptrace().David S. Miller2008-02-071-68/+47Star
| * | | [SPARC64]: Use regsets in arch_ptrace().David S. Miller2008-02-071-132/+77Star
| * | | [SPARC32]: Use regsets for ELF core dumping.David S. Miller2008-02-071-30/+8Star
| * | | [SPARC64]: Use regsets for ELF core dumping.David S. Miller2008-02-072-52/+9Star
| * | | [SPARC64]: Remove unintentional ptrace debugging messages.David S. Miller2008-02-071-5/+0Star
| * | | [SPARC]: Move over to arch_ptrace().David S. Miller2008-02-076-721/+172Star
| * | | [SPARC]: Remove PTRACE_SUN* handling.David S. Miller2008-02-074-32/+2Star
| * | | [SPARC]: Kill DEBUG_PTRACE code.David S. Miller2008-02-072-89/+0Star
| * | | [SPARC32]: Add user regset support.David S. Miller2008-02-071-1/+284
| * | | [SPARC64]: Add user regsets.David S. Miller2008-02-071-1/+581
| * | | [SPARC64]: Fix booting on non-zero cpu.David S. Miller2008-02-072-0/+28
* | | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-02-0766-2085/+4848
|\ \ \ \
| * | | | [MTD] Fix mtdoops.c compilationDavid Woodhouse2008-02-071-0/+1
| * | | | [MTD] [NOR] fix startup lock when using multiple nor flash chipsRizzo Davide2008-02-071-1/+1
| * | | | [MTD] [DOC200x] eccbuf is statically defined and always evaluate to trueSamuel Tardieu2008-02-072-3/+3
| * | | | [MTD] Fix maps/physmap.c compilation with CONFIG_PMakpm@linux-foundation.org2008-02-071-6/+8
| * | | | [MTD] onenand: Add panic_write function to the onenand driverRichard Purdie2008-02-071-0/+108
| * | | | [MTD] mtdoops: Use the panic_write function when presentRichard Purdie2008-02-071-5/+21
| * | | | [MTD] Add mtd panic_write function pointerRichard Purdie2008-02-072-0/+26
| * | | | [MTD] [NAND] Freescale enhanced Local Bus Controller FCM NAND support.Scott Wood2008-02-073-0/+1254