summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: ondemand: Rearrange od_dbs_timer() to avoid updating delayViresh Kumar2016-03-091-5/+4
* cpufreq: conservative: Update sample_delay_ns immediatelyViresh Kumar2016-03-094-83/+65
* cpufreq: governor: No need to manage state machine nowViresh Kumar2016-03-091-22/+5
* cpufreq: Remove cpufreq_governor_lockViresh Kumar2016-03-092-9/+0
* cpufreq: Call __cpufreq_governor() with policy->rwsem heldViresh Kumar2016-03-091-16/+33
* cpufreq: Merge cpufreq_offline_prepare/finish routinesViresh Kumar2016-03-091-26/+10
* cpufreq: governor: Create and traverse list of policy_dbs to avoid deadlockViresh Kumar2016-03-093-64/+54
* Revert "cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXIT"Viresh Kumar2016-03-091-5/+0
* cpufreq: governor: Drop unused macros for creating governor tunable attributesViresh Kumar2016-03-091-89/+0
* cpufreq: governor: New sysfs show/store callbacks for governor tunablesViresh Kumar2016-03-094-103/+144
* cpufreq: governor: Move common tunables to 'struct dbs_data'Viresh Kumar2016-03-094-83/+47
* cpufreq: governor: Create generic macro for common tunablesViresh Kumar2016-03-093-24/+28
* cpufreq: governor: Drop pointless goto from cpufreq_governor_init()Rafael J. Wysocki2016-03-091-4/+3
* cpufreq: governor: Rename skip_work to work_countRafael J. Wysocki2016-03-092-8/+8
* cpufreq: governor: Symmetrize cpu_dbs_info initialization and cleanupRafael J. Wysocki2016-03-091-8/+13
* cpufreq: governor: Rearrange governor data structuresRafael J. Wysocki2016-03-095-60/+68
* cpufreq: governor: Simplify cpufreq_governor_limits()Rafael J. Wysocki2016-03-091-9/+8
* cpufreq: governor: Drop cpu argument from dbs_check_cpu()Rafael J. Wysocki2016-03-094-10/+8
* cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_infoRafael J. Wysocki2016-03-094-86/+86
* cpufreq: governor: Drop the gov pointer from struct dbs_dataRafael J. Wysocki2016-03-095-38/+39
* cpufreq: governor: Rework cpufreq_governor_dbs()Rafael J. Wysocki2016-03-094-27/+8
* cpufreq: governor: Rename some data types and variablesRafael J. Wysocki2016-03-095-59/+59
* cpufreq: governor: Put governor structure into common_dbs_dataRafael J. Wysocki2016-03-093-51/+58
* cpufreq: governor: Avoid passing dbs_data pointers around unnecessarilyRafael J. Wysocki2016-03-091-41/+27
* cpufreq: governor: Use common mutex for dbs_data protectionRafael J. Wysocki2016-03-094-11/+8
* cpufreq: governor: Replace timers with utilization update callbacksRafael J. Wysocki2016-03-095-120/+114
* cpufreq: intel_pstate: Replace timers with utilization update callbacksRafael J. Wysocki2016-03-091-64/+39
* cpufreq: Add mechanism for registering utilization update callbacksRafael J. Wysocki2016-03-091-0/+45
* cpufreq: Clean up default and fallback governor setupRafael J. Wysocki2016-02-056-50/+71
* Merge tag 'usb-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-01-319-7/+68
|\
| * Merge tag 'usb-serial-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-01-286-3/+49
| |\
| | * USB: option: fix Cinterion AHxx enumerationJohn Ernberg2016-01-251-1/+1
| | * USB: mxu11x0: fix memory leak on usb_serial private dataMathieu OTHACEHE2016-01-251-0/+20
| | * USB: serial: ftdi_sio: add support for Yaesu SCU-18 cableGreg Kroah-Hartman2016-01-252-0/+2
| | * USB: serial: option: Adding support for Telit LE922Daniele Palmas2016-01-251-0/+16
| | * USB: serial: visor: fix crash on detecting device without write_urbsVladis Dronov2016-01-251-2/+4
| | * USB: visor: fix null-deref at probeJohan Hovold2016-01-251-0/+5
| | * USB: cp210x: add ID for IAI USB to RS485 adaptorPeter Dedecker2016-01-251-0/+1
| * | usb: hub: do not clear BOS field during reset deviceDu, Changbin2016-01-241-3/+5
| * | cdc-acm:exclude Samsung phone 04e8:685dOliver Neukum2016-01-241-0/+5
| * | usb: cdc-acm: send zero packet for intel 7260 modemLu Baolu2016-01-242-0/+7
| * | usb: cdc-acm: handle unlinked urb in acm read callbackLu Baolu2016-01-241-1/+2
| |/
* | Merge tag 'tty-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-01-315-12/+81
|\ \
| * | serial: 8250_pci: Add Intel Broadwell portsMika Westerberg2016-01-291-0/+29
| * | staging/speakup: Use tty_ldisc_ref() for paste kworkerPeter Hurley2016-01-261-1/+4
| * | n_tty: Fix unsafe reference to "other" ldiscPeter Hurley2016-01-261-5/+2
| * | tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)Peter Hurley2016-01-261-1/+23
| * | tty: Retry failed reopen if tty teardown in-progressPeter Hurley2016-01-261-4/+8
| * | tty: Wait interruptibly for tty lock on reopenPeter Hurley2016-01-262-1/+15
| |/
* | Merge tag 'staging-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-01-315-29/+42
|\ \