summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sched/debug: Output SD flag names rather than their valuesValentin Schneider2020-08-191-1/+55
* sched/topology: Verify SD_* flags setup when sched_debug is onValentin Schneider2020-08-191-0/+17
* sched/topology: Define and assign sched_domain flag metadataValentin Schneider2020-08-192-28/+134
* sched/topology: Split out SD_* flags declaration to its own fileValentin Schneider2020-08-192-13/+48
* ARM, sched/topology: Revert back to default scheduler topologyValentin Schneider2020-08-191-26/+0
* ARM, sched/topology: Remove SD_SHARE_POWERDOMAINValentin Schneider2020-08-193-15/+10
* Merge tag 'spi-fix-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-184-39/+86
|\
| * Merge series "spi: stm32: various driver fixes" from Alain Volmat <alain.volm...Mark Brown2020-08-101-37/+61
| |\
| | * spi: stm32: always perform registers configuration prior to transferAlain Volmat2020-08-101-25/+17
| | * spi: stm32: fixes suspend/resume managementAmelie Delaunay2020-08-101-3/+24
| | * spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rateAmelie Delaunay2020-08-101-1/+2
| | * spi: stm32: fix fifo threshold level in case of short transferAmelie Delaunay2020-08-101-8/+18
| | * spi: stm32h7: fix race condition at end of transferAntonio Borneo2020-08-101-1/+1
| * | dt-bindings: lpspi: Add missing boolean type for fsl,spi-only-use-cs1-selGeert Uytterhoeven2020-08-101-0/+1
| |/
| * spi: stm32: clear only asserted irq flags on interruptTobias Schramm2020-08-051-1/+1
| * spi: Prevent adding devices below an unregistering controllerLukas Wunner2020-08-032-1/+23
* | Merge tag 'fixes-2020-08-18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-182-0/+11
|\ \
| * | arch/ia64: Restore arch-specific pgd_offset_k implementationJessica Clarke2020-08-172-0/+11
* | | mm/memory.c: skip spurious TLB flush for retried page faultYang Shi2020-08-181-0/+3
* | | Merge tag 'pstore-v5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-171-57/+58
|\ \ \
| * | | mailmap: Add WeiXiong LiaoKees Cook2020-08-171-0/+1
| * | | mailmap: Restore dictionary sortingKees Cook2020-08-171-57/+57
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-1776-349/+768
|\ \ \
| * | | otx2_common: Use devm_kcalloc() in otx2_config_npa()Xu Wang2020-08-171-2/+2
| * | | net: qrtr: fix usage of idr in port assignment to socketNecip Fazil Yildiran2020-08-171-9/+11
| * | | selftests: disable rp_filter for icmp_redirect.shDavid Ahern2020-08-171-0/+2
| * | | Revert "net: xdp: pull ethernet header off packet after computing skb->protocol"David S. Miller2020-08-171-1/+0
| * | | phylink: <linux/phylink.h>: fix function prototype kernel-doc warningRandy Dunlap2020-08-171-1/+2
| * | | mptcp: sendmsg: reset iter on error reduxFlorian Westphal2020-08-161-3/+5
| * | | net: devlink: Remove overzealous WARN_ON with snapshotsAndrew Lunn2020-08-161-1/+1
| * | | tipc: not enable tipc when ipv6 works as a moduleXin Long2020-08-161-0/+1
| * | | tipc: fix uninit skb->data in tipc_nl_compat_dumpit()Cong Wang2020-08-161-1/+11
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-08-168-80/+73
| |\ \ \
| | * | | netfilter: ebtables: reject bogus getopt len valueFlorian Westphal2020-08-141-0/+4
| | * | | selftests: netfilter: kill running process onlyFabian Frederick2020-08-131-2/+8
| | * | | selftests: netfilter: add MTU arguments to flowtablesFabian Frederick2020-08-131-6/+24
| | * | | selftests: netfilter: add checktool functionFabian Frederick2020-08-131-22/+11
| | * | | netfilter: nf_tables: free chain context when BINDING flag is missingFlorian Westphal2020-08-131-2/+4
| | * | | netfilter: avoid ipv6 -> nf_defrag_ipv6 module dependencyFlorian Westphal2020-08-133-23/+6
| | * | | netfilter: nft_compat: remove flush counter optimizationFlorian Westphal2020-08-101-23/+14
| | * | | netfilter: nf_tables: nft_exthdr: the presence return value should be little-...Stephen Suryaputra2020-08-101-2/+2
| * | | | Merge tag 'linux-can-fixes-for-5.9-20200815' of git://git.kernel.org/pub/scm/...David S. Miller2020-08-161-12/+36
| |\ \ \ \
| | * | | | can: j1939: add rxtimer for multipacket broadcast sessionZhang Changzhong2020-08-151-8/+20
| | * | | | can: j1939: abort multipacket broadcast session when timeout occursZhang Changzhong2020-08-151-1/+1
| | * | | | can: j1939: cancel rxtimer on multipacket broadcast session completeZhang Changzhong2020-08-151-0/+1
| | * | | | can: j1939: fix support for multipacket broadcast messageZhang Changzhong2020-08-151-3/+14
| * | | | | net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin2020-08-161-2/+2
| * | | | | net: xdp: pull ethernet header off packet after computing skb->protocolJason A. Donenfeld2020-08-161-0/+1
| * | | | | ipvlan: fix device featuresMahesh Bandewar2020-08-161-5/+22
| * | | | | bonding: fix a potential double-unregisterCong Wang2020-08-161-1/+2