summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drivers: dma-contiguous: add initialization from device treeMarek Szyprowski2014-10-141-0/+66
* drivers: dma-coherent: add initialization from device treeMarek Szyprowski2014-10-141-22/+129
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-1311-20/+8
|\
| * sched: Let the scheduler see CPU idle statesDaniel Lezcano2014-09-241-0/+6
| * sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai2014-09-1910-13/+0
| * cpuidle: Use wake_up_all_idle_cpus() to wake up all idle cpusChuansheng Liu2014-09-191-7/+2
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-131-1/+1
|\ \
| * | locking/Documentation: Move locking related docs into Documentation/locking/Davidlohr Bueso2014-08-131-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-1318-295/+100
|\ \ \
| * | | fix misuses of f_count() in ppp and netlinkAl Viro2014-10-091-1/+1
| * | | [infiniband] remove pointless assignmentsAl Viro2014-10-092-2/+0
| * | | gadgetfs: saner API for gadgetfs_create_file()Al Viro2014-10-091-16/+10
| * | | f_fs: saner API for ffs_sb_create_file()Al Viro2014-10-091-14/+10
| * | | [s390] remove pointless assignment of ->f_op in vmlogrdr ->open()Al Viro2014-10-091-1/+0
| * | | android: ->f_op is never NULLAl Viro2014-10-091-1/+1
| * | | nouveau: __iomem misannotationsAl Viro2014-10-093-7/+7
| * | | switch logger to ->write_iter()Al Viro2014-10-091-77/+26
| * | | switch hci_vhci to ->write_iter()Al Viro2014-10-091-14/+8
| * | | switch /dev/zero and /dev/full to ->read_iter()Al Viro2014-10-091-43/+13
| * | | dma-buf: don't open-code atomic_long_read()Al Viro2014-10-091-1/+1
| * | | rsxx debugfs inanityAl Viro2014-10-091-65/+16
| * | | carma-fpga: switch to simple_read_from_buffer()Al Viro2014-10-091-7/+2
| * | | carma-fpga: switch to fixed_size_llseek()Al Viro2014-10-091-20/+1
| * | | vme: don't open-code fixed_size_llseek()Al Viro2014-10-091-25/+3
| * | | ashmem: use vfs_llseek()Al Viro2014-10-091-1/+1
* | | | Merge tag 'platform-drivers-x86-v3.18-1' of git://git.infradead.org/users/dvh...Linus Torvalds2014-10-125-369/+522
|\ \ \ \
| * | | | toshiba_acpi: Adapt kbd_bl_timeout_store to the new kbd typeAzael Avalos2014-10-061-9/+29
| * | | | toshiba_acpi: Change HCI/SCI functions return code typeAzael Avalos2014-09-301-67/+62
| * | | | toshiba_acpi: Unify return codes prefix from HCI/SCI to TOSAzael Avalos2014-09-301-71/+72
| * | | | toshiba_acpi: Rename hci_raw to tci_rawAzael Avalos2014-09-301-59/+60
| * | | | dell-wmi: Fix access out of memoryPali Rohár2014-09-291-3/+9
| * | | | eeepc-laptop: clean up control flow in *_rfkill_notifierFrans Klaver2014-09-221-29/+28
| * | | | eeepc-laptop: store_cpufv: return error if set_acpi failsFrans Klaver2014-09-191-1/+3
| * | | | eeepc-laptop: check proper return values in get_cpufvFrans Klaver2014-09-191-1/+4
| * | | | eeepc-laptop: make fan1_input really read-onlyFrans Klaver2014-09-191-9/+13
| * | | | eeepc-laptop: pull out SENSOR_STORE_FUNC and SENSOR_SHOW_FUNC macrosFrans Klaver2014-09-191-3/+9
| * | | | eeepc-laptop: tell sysfs that the disp attribute is write-onlyFrans Klaver2014-09-191-5/+9
| * | | | eeepc-laptop: pull out ACPI_STORE_FUNC and ACPI_SHOW_FUNC macrosFrans Klaver2014-09-191-3/+9
| * | | | eeepc-laptop: use DEVICE_ATTR* to instantiate device_attributesFrans Klaver2014-09-191-30/+4
| * | | | eeepc-laptop: change sysfs function names to API expectationsFrans Klaver2014-09-191-14/+14
| * | | | eeepc-laptop: clean up coding styleFrans Klaver2014-09-191-3/+5
| * | | | eeepc-laptop: simplify parse_arg()Paul Bolle2014-09-181-18/+18
| * | | | intel-rst: Clean up ACPI add functionPeter Ujfalusi2014-09-171-10/+5
| * | | | intel-rst: Use ACPI_FAILURE() macro instead !ACPI_SUCCESS() for error checkingPeter Ujfalusi2014-09-171-4/+4
| * | | | x86: thinkpad_acpi.c: fixed spacing coding style issueJan van den Berg2014-09-171-22/+22
| * | | | toshiba_acpi: Support new keyboard backlight typeAzael Avalos2014-09-171-32/+156
| * | | | toshiba_acpi: Change touchpad store to check for invalid valuesAzael Avalos2014-09-171-4/+10
| * | | | toshiba_acpi: Fix illumination not available on certain modelsAzael Avalos2014-09-171-1/+1
| * | | | toshiba_acpi: Additional hotkey scancodesAzael Avalos2014-09-171-1/+6
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-1145-238/+902
|\ \ \ \ \