summaryrefslogtreecommitdiff
path: root/include/linux (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | n_tty: Fix EOF push handlingPeter Hurley2013-07-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tty: Remove private constant from global namespacePeter Hurley2013-07-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tty: Fix unsafe vt paste_selection()Peter Hurley2013-07-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tty: Use non-atomic state to signal flip buffer flush pendingPeter Hurley2013-07-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tty: Avoid false-sharing flip buffer ptrsPeter Hurley2013-07-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tty: Only perform flip buffer flush from tty_buffer_flush()Peter Hurley2013-07-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tty: Ensure single-threaded flip buffer consumer with mutexPeter Hurley2013-07-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tty: Track flip buffer memory limit atomicallyPeter Hurley2013-07-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tty: Simplify flip buffer list with 0-sized sentinelPeter Hurley2013-07-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tty: Use lockless flip buffer free listPeter Hurley2013-07-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tty: Compute flip buffer ptrsPeter Hurley2013-07-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tty: Only guarantee termios read safety for throttle/unthrottlePeter Hurley2013-07-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tty: Convert termios_mutex to termios_rwsemPeter Hurley2013-07-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tty: Make ldisc input flow control concurrency-friendlyPeter Hurley2013-07-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tty: Replace ldisc locking with ldisc_semPeter Hurley2013-07-23
| | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'staging-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | iio: at91: Use different prescal, startup mask in MR for different IPJosh Wu2013-08-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | iio: trigger: implement devm_iio_trigger_alloc/devm_iio_triger_freeJacek Anaszewski2013-08-17
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Staging: olpc_dcon: replace some magic numbersJens Frederich2013-08-15
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge 3.11-rc5 into staging-nextGreg Kroah-Hartman2013-08-12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | iio: Fix documentation of devm_iio_device_free()Peter Meerwald2013-08-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | iio: core: implement devm_iio_device_alloc/devm_iio_device_freeGrygorii Strashko2013-08-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | iio: Remove IIO_DEV_ATTR_RESET macroLars-Peter Clausen2013-08-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | iio: Added ST-sensors platform data to select the DRDY interrupt pinDenis CIOCCA2013-08-03
| | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sysfs: sysfs_create_groups returns a value.Greg Kroah-Hartman2013-08-28
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | debugfs: provide debugfs_create_x64() when disabledJohannes Berg2013-08-27
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sysfs: add sysfs_create/remove_groups for when SYSFS is not enabledGreg Kroah-Hartman2013-08-27
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | driver core: create write-only attribute macros for devices and driversGreg Kroah-Hartman2013-08-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sysfs: create __ATTR_WO()Greg Kroah-Hartman2013-08-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sysfs.h: remove attr_name() macroGreg Kroah-Hartman2013-08-22
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sysfs: fix up minor coding style issues in sysfs.hGreg Kroah-Hartman2013-08-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sysfs: add sysfs_create/remove_groups()Greg Kroah-Hartman2013-08-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | drivers: base: use standard device online/offline for state changeSeth Jennings2013-08-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | drivers: base: reduce add_memory_section() for boot-time onlySeth Jennings2013-08-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sysfs.h: fix __BIN_ATTR_RW()Greg Kroah-Hartman2013-08-20
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PPS: convert class code to use dev_groupsGreg Kroah-Hartman2013-08-19
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | driver core: bus_type: add bus_groupsGreg Kroah-Hartman2013-08-12
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | driver core: bus_type: add drv_groupsGreg Kroah-Hartman2013-08-12
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | driver core: bus_type: add dev_groupsGreg Kroah-Hartman2013-08-12
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge 3.11-rc3 into driver-core-nextGreg Kroah-Hartman2013-07-29
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kobject: delayed kobject release: help find buggy driversRussell King2013-07-25
| | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'char-misc-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-09-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 3.11-rc6 into char-misc-nextGreg Kroah-Hartman2013-08-18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'extcon-next-for-3.12' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2013-08-05
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | extcon: palmas: Option to disable ID/VBUS detection based on platformLaxman Dewangan2013-08-05
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | extcon: palmas: remove unused member from palams_usb structureLaxman Dewangan2013-08-05
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | usb: dwc3: use extcon fwrk to receive connect/disconnectKishon Vijay Abraham I2013-08-05
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | extcon: Add an API to get extcon device from dt nodeKishon Vijay Abraham I2013-08-05
| | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drivers: hv: remove HV_DRV_VERSIONOlaf Hering2013-08-02