summaryrefslogtreecommitdiffstats
path: root/drivers/input (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-30common: DMA-mapping: add DMA_ATTR_SKIP_CPU_SYNC attributeMarek Szyprowski2-0/+25
2012-07-30ARM: dma-mapping: add support for dma_get_sgtable()Marek Szyprowski3-0/+35
2012-07-30common: dma-mapping: introduce dma_get_sgtable() functionMarek Szyprowski3-0/+39
2012-07-30ARM: dma-mapping: add support for DMA_ATTR_NO_KERNEL_MAPPING attributeMarek Szyprowski1-5/+13
2012-07-30common: DMA-mapping: add DMA_ATTR_NO_KERNEL_MAPPING attributeMarek Szyprowski2-0/+19
2012-07-30common: dma-mapping: add support for generic dma_mmap_* callsMarek Szyprowski9-40/+95
2012-07-30ARM: dma-mapping: fix error path for memory allocation failureMarek Szyprowski1-1/+1
2012-07-30ARM: dma-mapping: add more sanity checks in arm_dma_mmap()Marek Szyprowski1-4/+10
2012-07-30ARM: dma-mapping: remove custom consistent dma regionMarek Szyprowski6-323/+181
2012-07-30mm: vmalloc: use const void * for caller argumentMarek Szyprowski2-13/+13
2012-07-30scatterlist: add sg_alloc_table_from_pages functionTomasz Stanislawski2-0/+68
2012-07-30mm: Fix build warning in kmem_cache_create()Shuah Khan1-0/+2
2012-07-30hwmon: struct x86_cpu_id arrays can be __initconstJan Beulich2-2/+2
2012-07-30selinux: fix selinux_inode_setxattr oopsAl Viro1-5/+10
2012-07-30KEYS: linux/key-type.h needs linux/errno.hDavid Howells1-0/+1
2012-07-30smack: off by one errorAlan Cox1-4/+4
2012-07-28thinkpad_acpi: Free hotkey_keycode_map after unregistering tpacpi_inputdevLi Dongyang1-2/+1
2012-07-28thinkpad_acpi: Fix a memory leak during module exitLi Dongyang1-0/+1
2012-07-28thinkpad_acpi: Flush the workqueue before freeing tpacpi_ledsLi Dongyang1-0/+1
2012-07-28dell-laptop: Add 6 machines to touchpad led quirkAceLan Kao1-0/+54
2012-07-28ACER: Fix Smatch double-free issueMarek Vasut1-1/+0
2012-07-28ACER: Fix up sparse warningMarek Vasut1-1/+1
2012-07-28asus-nb-wmi: add some video toggle keysAceLan Kao1-0/+4
2012-07-28asus-nb-wmi: add wapf quirk for ASUS machinesAceLan Kao1-3/+101
2012-07-28classmate-laptop: Fix extra keys hardware id.Miguel Gómez1-1/+1
2012-07-28classmate-laptop: Add support for Classmate V4 accelerometer.Miguel Gómez1-2/+401
2012-07-28asus-wmi: enable resume on lid openAceLan Kao2-0/+14
2012-07-28asus-wmi: control backlight power through WMI, not ACPIAceLan Kao3-1/+34
2012-07-28samsung-laptop: support R40/R41Corentin Chary1-0/+9
2012-07-28acpi/video_detect: blacklist samsung x360Corentin Chary1-0/+29
2012-07-28samsung-laptop: X360 ACPI backlight device is brokenCorentin Chary1-0/+10
2012-07-28drivers-platform-x86: use acpi_video_dmi_promote_vendor()Corentin Chary3-17/+27
2012-07-28acpi: add a way to promote/demote vendor backlight driversCorentin Chary2-2/+39
2012-07-28ACER: Add support for accelerometer sensorMarek Vasut1-0/+138
2012-07-28asus-wmi: use ASUS_WMI_METHODID_DSTS2 as default DSTS ID.Alex Hung1-6/+1
2012-07-27hwmon: (applesmc) Decode and act on read/write status codesHenrik Rydberg1-24/+46
2012-07-27hwmon: (jc42) Don't reset hysteresis on device removalJean Delvare1-3/+10
2012-07-27hwmon: (jc42) Simplify hysteresis maskJean Delvare1-7/+6
2012-07-27hwmon: (acpi_power_meter) Fix build warningGuenter Roeck1-0/+4
2012-07-27tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina1-1/+3
2012-07-27Revert "openvswitch: potential NULL deref in sample()"Jesse Gross1-3/+0
2012-07-27ipv4: fix TCP early demuxEric Dumazet3-8/+8
2012-07-27net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handlingJiri Benc1-1/+7
2012-07-27USB: kaweth.c: use GFP_ATOMIC under spin_lockDan Carpenter1-1/+1
2012-07-27tcp: Add TCP_USER_TIMEOUT negative value checkHangbin Liu1-1/+4
2012-07-27dm thin: commit before gathering statusAlasdair G Kergon15-20/+35
2012-07-27dm thin: add read only and fail io modesJoe Thornber2-96/+344
2012-07-27dm thin metadata: introduce dm_pool_abort_metadataJoe Thornber2-61/+158
2012-07-27dm thin metadata: introduce dm_pool_metadata_set_read_onlyJoe Thornber2-4/+22
2012-07-27dm persistent data: introduce dm_bm_set_read_onlyJoe Thornber2-0/+31