summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* platform/x86: sony-laptop: Use scnprintf() for avoiding potential buffer over...Takashi Iwai2020-03-201-4/+4
* platform/x86: GPD pocket fan: Fix error message when temp-limits are out of r...Hans de Goede2020-03-201-1/+1
* platform/x86: ISST: Fix wrong unregister typeSrinivas Pandruvada2020-03-201-1/+1
* platform/x86: asus_wmi: Fix return value of fan_boost_mode_storeLeonid Maksymchuk2020-03-201-1/+1
* platform/x86: asus-wmi: Support laptops where the first battery is named BATTKristian Klausen2020-03-201-1/+4
* platform/x86: Kconfig: Fix a typoChristophe JAILLET2020-02-281-1/+1
* platform/x86: i2c-multi-instantiate: Replace zero-length array with flexible-...Gustavo A. R. Silva2020-02-281-1/+1
* platform/x86/intel-uncore-freq: Add release callbackSrinivas Pandruvada2020-02-281-13/+23
* platform/x86/intel-uncore-freq: Fix static checker issue and potential race c...Srinivas Pandruvada2020-02-281-5/+10
* platform/x86: intel_pmc_core: Add slp_s0_offset attribute back to tgl_reg_mapGayatri Kammela2020-02-281-1/+1
* platform/x86: intel_pmc_core: Remove duplicate 'if' to create debugfs entryGayatri Kammela2020-02-281-3/+0
* platform/x86: intel_pmc_core: Relocate pmc_core_*_display() to outside of CON...Gayatri Kammela2020-02-281-61/+61
* platform/x86: intel_pmc_core: Add debugfs support to access live status regis...Gayatri Kammela2020-02-112-0/+21
* platform/x86: intel_pmc_core: Dump low power status registers on an S0ix.y fa...Gayatri Kammela2020-02-111-0/+4
* platform/x86: intel_pmc_core: Add an additional parameter to pmc_core_lpm_dis...Gayatri Kammela2020-02-101-6/+18
* platform/x86: intel_pmc_core: Remove slp_s0 attributes from tgl_reg_mapGayatri Kammela2020-02-101-2/+0
* platform/x86: intel_pmc_core: Refactor the driver by removing redundant codeGayatri Kammela2020-02-101-25/+23
* platform/x86: intel_pmc_core: Add debugfs entry for low power mode status reg...Gayatri Kammela2020-02-102-0/+193
* platform/x86: intel_pmc_core: Add debugfs entry to access sub-state residenciesGayatri Kammela2020-02-102-0/+49
* platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems DMI tableGeorg Müller2020-02-101-0/+8
* platform/x86: dell_rbu: Unify format of the printed messagesAndy Shevchenko2020-02-101-41/+26
* platform/x86: dell_rbu: Use max_t() to get rid of castingAndy Shevchenko2020-02-101-3/+1
* platform/x86: dell_rbu: Simplify cleanup code in create_packet()Andy Shevchenko2020-02-101-5/+3
* platform/x86: dell_rbu: don't open code list_for_each_entry*()Andy Shevchenko2020-02-101-19/+8
* platform/x86: dell_rbu: Use sysfs_create_group() APIAndy Shevchenko2020-02-101-40/+27
* platform/x86: Kconfig: Group modules by companies and functionsAndy Shevchenko2020-02-101-639/+637
* platform/x86: Makefile: Group modules by companies and functionsAndy Shevchenko2020-02-101-79/+118
* platform/x86: intel-vbtn: Move MODULE_DEVICE_TABLE() closer to the tableAndy Shevchenko2020-02-101-1/+1
* platform/x86: intel-hid: Move MODULE_DEVICE_TABLE() closer to the tableAndy Shevchenko2020-02-101-1/+1
* platform/x86: intel_pmc_core: Add Atom based Jasper Lake (JSL) platform supportGayatri Kammela2020-02-101-3/+4
* Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-02-094-4/+4
|\
| * kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-044-4/+4
* | irqchip/gic-v4.1: Avoid 64bit division for the sake of 32bit ARMMarc Zyngier2020-02-091-2/+2
* | Merge tag 'irq-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-02-093-24/+109
|\ \
| * \ Merge tag 'irqchip-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner2020-02-083-24/+109
| |\ \
| | * | irqchip/gic-v3-its: Rename VPENDBASER/VPROPBASER accessorsZenghui Yu2020-02-081-14/+14
| | * | irqchip/gic-v3-its: Remove superfluous WARN_ONZenghui Yu2020-02-081-1/+0
| | * | irqchip/gic-v4.1: Drop 'tmp' in inherit_vpe_l1_table_from_rd()Zenghui Yu2020-02-081-3/+1
| | * | irqchip/gic-v4.1: Ensure L2 vPE table is allocated at RD levelZenghui Yu2020-02-081-0/+80
| | * | irqchip/gic-v4.1: Set vpe_l1_base for all redistributorsZenghui Yu2020-02-081-1/+4
| | * | irqchip/gic-v4.1: Fix programming of GICR_VPROPBASER_4_1_SIZEZenghui Yu2020-02-081-1/+1
| | * | irqchip/gic-v3-its: Reference to its_invall_cmd descriptor when building INVALLZenghui Yu2020-02-031-1/+1
| | * | irqchip: Some Kconfig cleanup for C-SKYRandy Dunlap2020-01-291-2/+2
| | * | irqchip/gic-v3: Only provision redistributors that are enabled in ACPIMarc Zyngier2020-01-281-2/+7
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-02-086-19/+29
|\ \ \ \
| * | | | scsi: ufs: fix spelling mistake "initilized" -> "initialized"Colin Ian King2020-01-301-1/+1
| * | | | scsi: pm80xx: fix spelling mistake "to" -> "too"Colin Ian King2020-01-301-1/+1
| * | | | scsi: megaraid_sas: fixup MSIx interrupt setup during resumeHannes Reinecke2020-01-301-11/+9
| * | | | scsi: qla2xxx: Fix unbound NVME response lengthArun Easi2020-01-303-6/+18
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-02-0850-160/+415
|\ \ \ \ \