summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-07-16Input: change input handlers to use bool when possibleDmitry Torokhov1-3/+3
2010-07-16Input: introduce MT event slotsHenrik Rydberg1-0/+33
2010-07-15Input: Add ATMEL QT602240 touchscreen driverJoonyoung Shim1-0/+38
2010-07-04Input: mcs - Add MCS touchkey driverJoonyoung Shim2-24/+34
2010-07-04Input: ads7846 - do not allow altering platform dataDmitry Torokhov1-1/+1
2010-07-01Merge commit 'v2.6.35-rc3' into nextDmitry Torokhov47-158/+538
2010-06-28Input: ads7846 - allow specifying irq trigger type in platform dataAnatolij Gustschin1-0/+1
2010-06-25Input: adxl34x - add support for ADXL346 orientation sensingMichael Hennerich1-0/+56
2010-06-25Input: add driver for ADXL345/346 Digital AccelerometersMichael Hennerich1-0/+293
2010-06-25Input: adp5588-keys - support GPI events for ADP5588 devicesXiaolong CHEN1-0/+36
2010-06-24Input: evdev - use driver hint to compute size of event bufferHenrik Rydberg1-0/+21
2010-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+4
2010-06-11net: deliver skbs on inactive slaves to exact matchesJohn Fastabend1-1/+4
2010-06-10Input: matrix_keypad - add support for clustered irqLuotao Fu1-0/+6
2010-06-10Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2010-06-09misc: Fix allocation 'borrowed' by vhost_netAlan Cox1-1/+6
2010-06-09Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-0/+1
2010-06-09writeback: pay attention to wbc->nr_to_write in write_cache_pagesDave Chinner2-13/+1
2010-06-09tracing: Fix null pointer deref with SEND_SIG_FORCEDOleg Nesterov1-1/+2
2010-06-08drm/radeon/kms/evergreen: set accel_enabledAlex Deucher1-0/+1
2010-06-08ahci: add pci quirk for JMB362Tejun Heo1-0/+1
2010-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-3/+3
2010-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2010-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-34/+10
2010-06-05module: Make module sysfs functions private.Rusty Russell1-33/+0
2010-06-05module: fix kdb's illicit use of struct module_use.Rusty Russell1-0/+7
2010-06-05module: Make the 'usage' lists be two-wayLinus Torvalds1-1/+3
2010-06-05net: check for refcount if pop a stacked dst_entrySteffen Klassert1-3/+3
2010-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2-3/+162
2010-06-05Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds3-0/+84
2010-06-05Merge branch 'v4l_for_2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-3/+25
2010-06-05Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds6-14/+14
2010-06-05sys_personality: change sys_personality() to accept "unsigned int" instead of...Oleg Nesterov2-2/+2
2010-06-05wrong type for 'magic' argument in simple_fill_super()Roberto Sassu1-1/+1
2010-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2-27/+94
2010-06-04Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+10
2010-06-04Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+18
2010-06-04Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-3/+8
2010-06-03Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds4-0/+51
2010-06-03pipe: change /proc/sys/fs/pipe-max-pages to byte sized interfaceJens Axboe1-1/+3
2010-06-03drm/vmwgfx: Allow userspace to change default layout. Bump minor.Jakob Bornecrantz1-0/+26
2010-06-03vgaarb: use MIT licenseTiago Vignatti1-0/+21
2010-06-02libata: implement on-demand HPA unlockingTejun Heo1-0/+2
2010-06-02SCSI: implement sd_unlock_native_capacity()Tejun Heo1-0/+8
2010-06-02Merge branch 'fix/hda' into for-linusTakashi Iwai12-51/+41
2010-06-02Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+4
2010-06-01drm/i915: add HAS_BSD check to i915_getparamZou Nan hai1-0/+1
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds8-34/+34
2010-06-01Merge branch 'master' into for-linusJens Axboe145-1103/+3154
2010-06-01block: disable preemption before using sched_clock()Jens Axboe1-0/+9