summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Input: allow using several chords for brailleSamuel Thibault2006-04-261-10/+28
* Input: allow passing NULL to input_free_device()Dmitry Torokhov2006-04-261-1/+2
* Input: spitzkbd - fix the reversed Address and Calender keysRichard Purdie2006-04-261-2/+2
* Input: ads7846 - improve filtering for thumb press accuracyImre Deak2006-04-262-17/+61
* Input: ads7846 - report 0 pressure value along with pen up eventImre Deak2006-04-261-2/+4
* Input: ads7846 - handle IRQs that were latched during disabled IRQsImre Deak2006-04-112-34/+50
* Input: ads7846 - miscellaneous fixesImre Deak2006-04-111-30/+114
* Input: ads7846 - use msleep() instead of udelay() in suspendJuha Yrjola2006-04-111-1/+1
* Input: ads7846 - debouncing and rudimentary sample filteringImre Deak2006-04-112-38/+121
* Input: ads7846 - power down ADC a bit laterImre Deak2006-04-111-3/+18
* Input: ads7846 - add pen_down sysfs attributeImre Deak2006-04-111-0/+19
* Input: wistron - add support for Fujitsu N3510John Reed Riley2006-04-051-0/+21
* Input: wistron - add signature for Amilo M7400Stefan Rompf2006-04-051-0/+9
* Input: add support for Braille devicesSamuel Thibault2006-04-024-17/+125
* Input: synaptics - limit rate to 40pps on Toshiba Protege M300Richard Thrippleton2006-04-021-2/+9
* Input: gamecon - add SNES mouse supportRaphael Assenat2006-04-022-18/+76
* Input: make modalias code respect allowed buffer sizeDmitry Torokhov2006-04-021-39/+71
* Input: convert /proc handling to seq_fileDmitry Torokhov2006-04-021-111/+168
* Input: limit attributes' output to PAGE_SIZEDmitry Torokhov2006-04-021-12/+24
* Manual merge with Linus.Dmitry Torokhov2006-04-025033-166117/+257302
|\
| * Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2006-03-312-7/+32
| |\
| | * [SERIAL] Allow 8250 PCI, PNP, GSC and HP300 support to be disabledRussell King2006-03-292-7/+32
| * | Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds2006-03-3110-53/+1325
| |\ \
| | * | [MMC] Pass -DDEBUG on compiler command line if MMC_DEBUG selectedRussell King2006-03-298-58/+32
| | * | [MMC] Add OMAP MMC host driverCarlos Aguiar2006-03-294-0/+1298
| | |/
| * | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-03-3114-234/+478
| |\ \
| | * | [ARM] 3424/2: ixp23xx: fix uncompress.h for recent CRLF decompressor changeLennert Buytenhek2006-03-301-8/+3
| | * | [ARM] 3434/1: pxa i2s amsl defineMarc-Andre Hebert2006-03-301-1/+1
| | * | [ARM] 3425/1: xsc3: need to include pgtable-hwdef.hLennert Buytenhek2006-03-301-0/+1
| | * | [ARM] Allow un-muxed syscalls to be available for everyoneRussell King2006-03-301-11/+0
| | * | [ARM] 3420/1: Missing clobber in example codePaul Brook2006-03-281-1/+1
| | * | Merge nommu treeRussell King2006-03-289-213/+472
| | |\ \
| | | * | [ARM] nommu: fixups for the exception vectorsHyok S. Choi2006-03-274-5/+31
| | | * | [ARM] nommu: add nommu specific Kconfig and MMUEXT variable in MakefileHyok S. Choi2006-03-272-1/+33
| | | * | [ARM] nommu: start-up codeHyok S. Choi2006-03-274-207/+302
| | | * | [ARM] nommu: MPU support in boot/compressed/head.SHyok S. Choi2006-03-271-0/+106
| * | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2006-03-314-8/+403
| |\ \ \ \
| | * | | | [IA64] Avoid "u64 foo : 32;" for gcc3 vs. gcc4 compatibilityTony Luck2006-03-313-8/+8
| | * | | | [IA64] Export cpu cache info by sysfsZhang, Yanmin2006-03-302-0/+395
| * | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2006-03-3120-156/+524
| |\ \ \ \ \
| | * | | | | [CIFS] Fix typo in earlier cifs_unlink change and protect oneSteve French2006-03-311-5/+7
| | * | | | | [CIFS] Incorrect signature sent on SMB ReadSteve French2006-03-311-13/+23
| | * | | | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-03-311-0/+4
| | |\ \ \ \ \
| | * | | | | | [CIFS] Fix unlink oops when indirectly called in rename error pathSteve French2006-03-311-1/+4
| | * | | | | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-03-314831-159898/+246632
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-03-20286-1385/+2175
| | |\ \ \ \ \ \ \
| | * | | | | | | | [CIFS] Fix two remaining coverity scan tool warnings.Steve French2006-03-092-5/+7
| | * | | | | | | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-03-0759-239/+430
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | [CIFS] Set correct lock type on new posix unlock callSteve French2006-03-031-1/+1
| | * | | | | | | | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-03-03268-3347/+3883
| | |\ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud