summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix a deadlock when flushing scheduled workHoang Huu Le2020-09-074-19/+19
* enic: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-062-70/+72
* net: gemini: Clean up phy registrationLinus Walleij2020-09-061-21/+11
* net: Add a missing wordJonathan Neuschäfer2020-09-061-1/+1
* net: dsa: rtl8366rb: Support setting MTULinus Walleij2020-09-061-1/+37
* net/packet: Remove unused macro BLOCK_PRIVWang Hai2020-09-061-1/+0
* NFC: digital: Remove two unused macroesWang Hai2020-09-061-3/+0
* caif: Remove duplicate macro SRVL_CTRL_PKT_SIZEWang Hai2020-09-061-1/+0
* MAINTAINERS: repair reference in LYNX PCS MODULELukas Bulwahn2020-09-051-1/+1
* Merge branch 'net-dsa-bcm_sf2-Ensure-MDIO-diversion-is-used'Jakub Kicinski2020-09-053-2/+35
|\
| * net: dsa: bcm_sf2: Ensure that MDIO diversion is usedFlorian Fainelli2020-09-051-2/+29
| * of: Export of_remove_property() to modulesFlorian Fainelli2020-09-052-0/+6
|/
* Merge branch 'sfc-TXQ-refactor'Jakub Kicinski2020-09-058-105/+104
|\
| * sfc: remove efx_tx_queue_partnerEdward Cree2020-09-051-10/+0
| * sfc: rewrite efx_tx_may_pioEdward Cree2020-09-052-29/+27
| * sfc: use efx_channel_tx_[old_]fill_level() in Siena/EF10 TX datapathEdward Cree2020-09-053-16/+7
| * sfc: use tx_queue->old_read_count in EF100 TX pathEdward Cree2020-09-052-2/+20
| * sfc: make ef100 xmit_more handling look more like ef10'sEdward Cree2020-09-052-12/+11
| * sfc: add and use efx_tx_send_pending in tx.cEdward Cree2020-09-056-41/+44
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-051669-5734/+8277
|\
| * Merge tag 's390-5.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-09-044-1/+9
| |\
| | * s390: update defconfigsHeiko Carstens2020-09-023-0/+8
| | * s390: fix GENERIC_LOCKBREAK dependency typo in KconfigEric Farman2020-09-021-1/+1
| * | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-09-042-3/+1
| |\ \
| | * | arm64/module: set trampoline section flags regardless of CONFIG_DYNAMIC_FTRACEJessica Yu2020-09-021-2/+1
| | * | arm64: Remove exporting cpu_logical_map symbolSudeep Holla2020-09-021-1/+0
| | |/
| * | Merge tag 'mips_fixes_5.9_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-09-049-10/+25
| |\ \
| | * | MIPS: SNI: Fix SCSI interruptThomas Bogendoerfer2020-09-031-2/+2
| | * | MIPS: add missing MSACSR and upper MSA initializationHuang Pei2020-09-031-0/+12
| | * | MIPS: perf: Fix wrong check condition of Loongson event IDsTiezhu Yang2020-09-011-2/+2
| | * | mips/oprofile: Fix fallthrough placementHe Zhe2020-08-221-1/+3
| | * | MIPS: Loongson64: Remove unnecessary inclusion of boot_param.hWANG Xuerui2020-08-222-3/+0
| | * | MIPS: BMIPS: Also call bmips_cpu_setup() for secondary coresFlorian Fainelli2020-08-211-0/+2
| | * | MIPS: mm: BMIPS5000 has inclusive physical cachesFlorian Fainelli2020-08-211-0/+4
| | * | MIPS: Loongson64: Do not override watch and ejtag featureJiaxun Yang2020-08-171-2/+0
| * | | Merge tag 'kbuild-fixes-v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-09-044-24/+26
| |\ \ \
| | * | | kconfig: remove redundant assignment prompt = promptDenis Efremov2020-09-031-1/+0
| | * | | kbuild: Documentation: clean up makefiles.rstRandy Dunlap2020-09-031-9/+9
| | * | | kconfig: streamline_config.pl: check defined(ENV variable) before using itRandy Dunlap2020-09-031-1/+4
| | * | | Documentation/llvm: Improve formatting of commands, variables, and argumentsNathan Chancellor2020-08-311-13/+13
| * | | | Merge tag 'pm-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-09-044-96/+168
| |\ \ \ \
| | * \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2020-09-042-89/+151
| | |\ \ \ \
| | | * | | | cpufreq: intel_pstate: Fix intel_pstate_get_hwp_max() for turbo disabledFrancisco Jerez2020-09-011-1/+1
| | | * | | | cpufreq: intel_pstate: Free memory only when turning offRafael J. Wysocki2020-09-011-33/+24
| | | * | | | cpufreq: intel_pstate: Add ->offline and ->online callbacksRafael J. Wysocki2020-09-011-49/+94
| | | * | | | cpufreq: intel_pstate: Tweak the EPP sysfs interfaceRafael J. Wysocki2020-09-012-1/+11
| | | * | | | cpufreq: intel_pstate: Update cached EPP in the active modeRafael J. Wysocki2020-09-011-5/+15
| | | * | | | cpufreq: intel_pstate: Refuse to turn off with HWP enabledRafael J. Wysocki2020-09-011-3/+9
| | | | |_|/ | | | |/| |
| | * | | | Merge branch 'opp/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Rafael J. Wysocki2020-09-012-7/+17
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | opp: Don't drop reference for an OPP table that was never parsedViresh Kumar2020-08-312-7/+17
| | | | |/ | | | |/|