summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* HID: multitouch: move ALWAYS_VALID quirk checkBenjamin Tissoires2012-11-151-4/+2
* HID: multitouch: support T and C for win8 devicesBenjamin Tissoires2012-11-151-9/+37
* HID: multitouch: get maxcontacts also from logical_max valueBenjamin Tissoires2012-11-151-0/+4
* HID: multitouch: support arrays for the split of the touches in a reportBenjamin Tissoires2012-11-151-6/+9
* HID: add usage_index in struct hid_usage.Benjamin Tissoires2012-11-152-0/+5
* HID: fix unit exponent parsingBenjamin Tissoires2012-11-153-5/+25
* HID: round return value of hidinput_calc_abs_resBenjamin Tissoires2012-11-151-1/+1
* HID: export hidinput_calc_abs_resBenjamin Tissoires2012-11-153-1/+10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-11-091-26/+43
|\
| * HID: hidraw: put old deallocation mechanism in placeJiri Kosina2012-11-011-26/+43
* | Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds2012-11-099-395/+13
|\ \
| * | h8300: add missing L1_CACHE_SHIFTFengguang Wu2012-11-091-1/+2
| * | mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()Takamori Yamaguchi2012-11-091-0/+2
| * | fanotify: fix missing breakEric Paris2012-11-091-0/+1
| * | revert "epoll: support for disabling items, and a self-test app"Andrew Morton2012-11-095-392/+4
| * | checkpatch: improve network block comment style checkingJoe Perches2012-11-091-2/+4
* | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-11-0910-36/+57
|\ \ \
| * \ \ Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau...Dave Airlie2012-11-095-13/+17
| |\ \ \
| | * | | drm/nouveau: fix acpi edid retrievalMaarten Lankhorst2012-11-091-1/+1
| | * | | drm/nvc0/disp: fix regression in vblank semaphore releaseKelly Doran2012-11-091-8/+12
| | * | | drm/nv40/mpeg: fix context handlingMarcin Slusarz2012-11-091-1/+1
| | * | | drm/nv40/graph: fix typo in type namesMarcin Slusarz2012-11-091-2/+2
| | * | | drm/nv41/vm: fix typo in type nameMarcin Slusarz2012-11-091-1/+1
| * | | | Merge branch 'drm-fixes-3.7' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2012-11-095-23/+40
| |\ \ \ \
| | * | | | drm/radeon/si: add some missing regs to the VM reg checkerAlex Deucher2012-11-082-0/+2
| | * | | | drm/radeon/cayman: add some missing regs to the VM reg checkerAlex Deucher2012-11-082-0/+7
| | * | | | drm/radeon/dce3: switch back to old pll allocation order for discreteAlex Deucher2012-11-071-23/+31
| |/ / / /
* | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-11-093-13/+21
|\ \ \ \ \
| * | | | | virtio: Don't access index after unregister.Cornelia Huck2012-11-091-1/+3
| * | | | | modules: don't break modules_install on external modules with no key.Rusty Russell2012-11-061-1/+2
| * | | | | module: fix out-by-one error in kallsymsRusty Russell2012-10-311-11/+16
* | | | | | Merge tag 'for-linus-v3.7-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds2012-11-0913-63/+127
|\ \ \ \ \ \
| * | | | | | xfs: fix reading of wrapped log dataDave Chinner2012-11-081-1/+1
| * | | | | | xfs: fix buffer shudown reference count mismatchDave Chinner2012-11-081-0/+18
| * | | | | | xfs: don't vmap inode cluster buffers during freeDave Chinner2012-11-081-1/+2
| * | | | | | xfs: invalidate allocbt blocks moved to the free listDave Chinner2012-11-081-0/+2
| * | | | | | xfs: silence uninitialised f.file warning.Dave Chinner2012-11-081-1/+1
| * | | | | | xfs: growfs: don't read garbage for new secondary superblocksDave Chinner2012-11-081-2/+19
| * | | | | | xfs: move allocation stack switch up to xfs_bmapi_allocateDave Chinner2012-11-084-56/+54
| * | | | | | xfs: introduce XFS_BMAPI_STACK_SWITCHDave Chinner2012-11-085-3/+13
| * | | | | | xfs: zero allocation_args on the kernel stackMark Tinguely2012-11-083-0/+5
| * | | | | | xfs: only update the last_sync_lsn when a transaction completesDave Chinner2012-11-081-3/+16
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds2012-11-076-38/+43
|\ \ \ \ \ \ \
| * | | | | | | GFS2: Test bufdata with buffer locked and gfs2_log_lock heldBenjamin Marzinski2012-11-072-12/+10
| * | | | | | | GFS2: Don't call file_accessed() with a shared glockBenjamin Marzinski2012-11-072-8/+7
| * | | | | | | GFS2: Fix FITRIM argument handlingLukas Czerner2012-11-071-3/+17
| * | | | | | | GFS2: Require user to provide argument for FITRIMLukas Czerner2012-11-071-6/+2
| * | | | | | | GFS2: Clean up some unused assignmentsAndrew Price2012-11-072-4/+0
| * | | | | | | GFS2: Fix possible null pointer deref in gfs2_rs_allocAndrew Price2012-11-071-3/+2
| * | | | | | | GFS2: Fix an unchecked error from gfs2_rs_allocAndrew Price2012-11-071-2/+5
| |/ / / / / /
OpenPOWER on IntegriCloud