summaryrefslogtreecommitdiffstats
path: root/drivers/tty (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-12cpufreq: Allow light-weight tear down and bring up of CPUsViresh Kumar2-20/+40
2019-02-08cpufreq: qcom-hw: Register an Energy ModelMatthias Kaehlcke1-0/+2
2019-02-08cpufreq: qcom: Read voltage LUT and populate OPPTaniya Das1-9/+37
2019-02-08cpufreq: qcom-hw: Move to device_initcallAmit Kucheria1-1/+1
2019-02-07cpufreq: tegra124: add missing of_node_put()Yangtao Li1-0/+2
2019-02-07cpufreq: qcom-kryo: make some variables staticYangtao Li1-1/+1
2019-02-07MAINTAINERS: Update the active pm tree for ARMBaruch Siach1-1/+1
2019-02-07cpufreq: ap806: add cpufreq driver for Armada 8KGregory CLEMENT3-0/+216
2019-02-07MAINTAINERS: add new entries for Armada 8K cpufreq driverGregory CLEMENT1-0/+1
2019-02-07cpufreq: s5pv210: Defer probe if getting regulators failPaweł Chmiel1-19/+48
2019-02-07MAINTAINERS: use common indentationLukas Bulwahn1-5/+5
2019-02-07PM / OPP: Introduce a power estimation helperQuentin Perret2-0/+105
2019-02-07PM / OPP: Remove unused parameter of _generic_set_opp_clk_only()Viresh Kumar1-6/+5
2019-02-01cpufreq: stats: Fix concurrency issues while resetting statsViresh Kumar1-2/+7
2019-02-01cpufreq: stats: Declare freq-attr right after their callbacksViresh Kumar1-4/+3
2019-01-30cpufreq: scpi: Use auto-registration of thermal cooling deviceAmit Kucheria1-12/+2
2019-01-30cpufreq: scmi: Use auto-registration of thermal cooling deviceAmit Kucheria1-12/+2
2019-01-30cpufreq: qoriq: Use auto-registration of thermal cooling deviceAmit Kucheria1-13/+2
2019-01-30cpufreq: mediatek: Use auto-registration of thermal cooling deviceAmit Kucheria1-12/+2
2019-01-30cpufreq: cpufreq-dt: Use auto-registration of thermal cooling deviceAmit Kucheria1-12/+2
2019-01-30cpufreq: imx6q: Use auto-registration of thermal cooling deviceAmit Kucheria1-22/+2
2019-01-30cpufreq: qcom-hw: Register as a cpufreq cooling deviceAmit Kucheria1-1/+2
2019-01-30cpufreq: Auto-register the driver as a thermal cooling device if askedAmit Kucheria2-0/+20
2019-01-29thermal: cpu_cooling: Require thermal core to be compiled inAmit Kucheria3-8/+1
2019-01-29cpufreq: Use struct kobj_attribute instead of struct global_attrViresh Kumar3-24/+17
2019-01-21cpufreq: Replace open-coded << with BIT()Amit Kucheria1-12/+13
2019-01-15cpufreq: e_powersaver: Use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+2
2019-01-15cpufreq: Don't update new_policy on failuresViresh Kumar1-2/+0
2019-01-13Linux 5.0-rc2v5.0-rc2Linus Torvalds1-1/+1
2019-01-13kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymoreJonathan Neuschäfer1-1/+2
2019-01-13phy: fix build breakage: add PHY_MODE_SATAJohn Hubbard2-2/+4
2019-01-11ata: ahci: mvebu: request PHY suspend/resume for Armada 3700Miquel Raynal1-0/+3
2019-01-11ata: ahci: mvebu: add Armada 3700 initialization needed for S2RAMMiquel Raynal1-9/+18
2019-01-11ata: ahci: mvebu: do Armada 38x configuration only on relevant SoCsMiquel Raynal1-17/+51
2019-01-11ata: ahci: mvebu: remove stale commentMiquel Raynal1-5/+0
2019-01-11ata: libahci_platform: comply to PHY frameworkMiquel Raynal2-0/+15
2019-01-11x86/kvm/nVMX: don't skip emulated instruction twice when vmptr address is not...Vitaly Kuznetsov1-2/+1
2019-01-11Documentation/virtual/kvm: Update URL for AMD SEV API specificationChristophe de Dinechin1-1/+1
2019-01-11KVM/VMX: Avoid return error when flush tlb successfully in the hv_remote_flus...Lan Tianyu1-1/+1
2019-01-11kvm: sev: Fail KVM_SEV_INIT if already initializedDavid Rientjes1-0/+3
2019-01-11KVM: validate userspace input in kvm_clear_dirty_log_protect()Tomas Bortoli1-2/+7
2019-01-11KVM: x86: Fix bit shifting in update_intel_pt_cfgGustavo A. R. Silva1-1/+1
2019-01-11tty: Don't hold ldisc lock in tty_reopen() if ldisc presentDmitry Safonov1-7/+13
2019-01-11cifs: update internal module version numberSteve French1-1/+1
2019-01-11CIFS: Fix error paths in writeback codePavel Shilovsky4-9/+56
2019-01-11CIFS: Move credit processing to mid callbacks for SMB3Pavel Shilovsky1-17/+34
2019-01-11CIFS: Fix credits calculation for cancelled requestsPavel Shilovsky2-2/+27
2019-01-11cifs: Fix potential OOB access of lock element arrayRoss Lagerwall2-6/+6
2019-01-11cifs: Limit memory used by lock request calls to a pageRoss Lagerwall2-0/+12
2019-01-11cifs: move large array from stack to heapAurelien Aptel2-14/+32