Age | Commit message (Expand) | Author | Files | Lines |
2011-10-17 | HID: support primax keyboards violating USB HID spec | Terry Lambert | 5 | -0/+130 |
2011-10-05 | HID: consolidate MacbookAir 4,1 mappings | Jiri Kosina | 1 | -25/+0 |
2011-10-04 | HID: MacbookAir4,1 and MacbookAir4,2 need entry in hid_mouse_ignore_list[] | Jiri Kosina | 1 | -0/+6 |
2011-10-03 | HID: Add support MacbookAir 4,1 keyboard | Nobuhiro Iwamatsu | 3 | -0/+37 |
2011-09-07 | HID: hidraw: free list for all error in hidraw_open | Amit Nagal | 1 | -1/+2 |
2011-08-24 | HID: unlock on error path in hid_device_probe() | Dan Carpenter | 1 | -3/+5 |
2011-08-16 | HID: hid-debug: Show application usage for each collection. | Jeff Brown | 1 | -0/+5 |
2011-08-15 | IHD: Support force feedback on MP-8866 | Sean Young | 3 | -32/+38 |
2011-08-10 | HID: add MacBookAir4,2 to hid_have_special_driver[] | Jiri Kosina | 1 | -0/+3 |
2011-08-10 | HID: add support for MacBookAir4,2 keyboard. | Joshua V. Dillon | 2 | -0/+12 |
2011-08-10 | HID: propagate return value correctly in hid_input_report() | Jiri Kosina | 1 | -2/+2 |
2011-08-10 | HID: Fix race condition between driver core and ll-driver | David Herrmann | 2 | -7/+36 |
2011-08-04 | HID: prodikeys: kfree() NULL pointer cleanup | Bojan Prtvar | 1 | -4/+4 |
2011-08-04 | HID: zydacron: kfree() NULL pointer cleanup | Bojan Prtvar | 1 | -3/+1 |
2011-07-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro... | Linus Torvalds | 11 | -70/+778 |
2011-07-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 96 | -3194/+13311 |
2011-07-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 225 | -24205/+30007 |
2011-07-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 13 | -332/+370 |
2011-07-23 | Documentation: refresh sysctl/kernel.txt | Borislav Petkov | 1 | -105/+110 |
2011-07-23 | Documentation: fix ambigous text for root cpuset | Wanlong Gao | 1 | -1/+1 |
2011-07-23 | Documentation: fix echo command in cgroups/cpuacct.txt | Wanlong Gao | 1 | -1/+1 |
2011-07-23 | Merge branches 'x86-detect-hyper-for-linus', 'x86-fpu-for-linus', 'x86-kexec-... | Linus Torvalds | 8 | -33/+45 |
2011-07-23 | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -37/+5 |
2011-07-23 | Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -0/+98 |
2011-07-23 | Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 7 | -360/+533 |
2011-07-23 | Merge branches 'x86-urgent-for-linus', 'core-debug-for-linus', 'irq-core-for-... | Linus Torvalds | 4 | -7/+8 |
2011-07-23 | Merge branch 'scsi-fixes' | James Bottomley | 497 | -2710/+28001 |
2011-07-23 | net/9p: Fix the msize calculation. | Venkateswararao Jujjuri (JV) | 1 | -2/+2 |
2011-07-23 | fs/9p: add 9P2000.L unlinkat operation | Aneesh Kumar K.V | 4 | -18/+56 |
2011-07-23 | fs/9p: add 9P2000.L renameat operation | Aneesh Kumar K.V | 4 | -5/+44 |
2011-07-23 | fs/9p: Always ask new inode in create | Aneesh Kumar K.V | 3 | -18/+61 |
2011-07-23 | fs/9p: Clean-up get_protocol_version() to use strcmp | Prem Karat | 4 | -20/+39 |
2011-07-23 | fs/9p: Fix invalid mount options/args | Prem Karat | 1 | -9/+34 |
2011-07-23 | fs/9p: When doing inode lookup compare qid details and inode mode bits. | Aneesh Kumar K.V | 6 | -29/+81 |
2011-07-23 | fs/9p: Fid is not valid after a failed clunk. | Aneesh Kumar K.V | 1 | -2/+4 |
2011-07-23 | net/9p: Remove structure not used in the code | Aneesh Kumar K.V | 1 | -178/+5 |
2011-07-23 | VirtIO can transfer VIRTQUEUE_NUM of pages. | jvrao | 1 | -1/+1 |
2011-07-23 | Fix the size of receive buffer packing onto VirtIO ring. | jvrao | 1 | -1/+1 |
2011-07-23 | 9p: clean up packet dump code | Eric Van Hensbergen | 3 | -46/+43 |
2011-07-23 | fs/9p: remove rename work around in 9p | Aneesh Kumar K.V | 1 | -5/+0 |
2011-07-23 | net/9p: fix client code to fail more gracefully on protocol error | Eric Van Hensbergen | 1 | -1/+2 |
2011-07-23 | regulator: Convert tps65023 to use regmap API | Mark Brown | 2 | -70/+28 |
2011-07-23 | regmap: Add SPI bus support | Mark Brown | 4 | -1/+81 |
2011-07-23 | regmap: Add I2C bus support | Mark Brown | 4 | -0/+124 |
2011-07-23 | regmap: Add generic non-memory mapped register access API | Mark Brown | 7 | -0/+546 |
2011-07-23 | virtio: expose for non-virtualization users too | Ohad Ben-Cohen | 9 | -37/+5 |
2011-07-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 235 | -1948/+2517 |
2011-07-22 | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 41 | -378/+927 |
2011-07-22 | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 4 | -1329/+1691 |
2011-07-22 | Merge branch 'x86-signal-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -51/+27 |