aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-06-01Merge branch 'pm-cpuidle'Rafael J. Wysocki12-179/+124
2020-06-01Merge branches 'pm-core' and 'pm-sleep'Rafael J. Wysocki30-442/+392
2020-06-01Merge remote-tracking branch 'regulator/for-5.8' into regulator-linusMark Brown69-377/+1648
2020-06-01Merge remote-tracking branch 'regulator/for-5.7' into regulator-linusMark Brown1-4/+4
2020-06-01regulator: max8998: max8998_set_current_limit() can be statickbuild test robot1-2/+2
2020-06-01Merge branch 'WIP.core/rcu' into core/rcu, to pick up two x86/entry dependenciesIngo Molnar4-32/+104
2020-06-01Merge branches 'edac-i10nm' and 'edac-misc' into edac-updates-for-5.8Borislav Petkov10-55/+73
2020-06-01platform/x86: dcdbas: Check SMBIOS for protected buffer addressStuart Hayes1-13/+30
2020-06-01Merge branch 'for-next'Andy Shevchenko3-10/+21
2020-06-01platform/x86: asus_wmi: Reserve more space for struct bias_argsChris Chiu1-0/+2
2020-06-01platform/x86: intel-vbtn: Only blacklist SW_TABLET_MODE on the 9 / "Laptop" c...Hans de Goede1-11/+8
2020-06-01platform/x86: intel-hid: Add a quirk to support HP Spectre X2 (2015)Nickolai Kozachenko1-0/+7
2020-06-01platform/x86: touchscreen_dmi: Update Trekstor Twin 10.1 entryHans de Goede1-1/+4
2020-06-01Merge branch 'for-5.8-printf-time64_t' into for-linusPetr Mladek5-29/+55
2020-06-01Merge branch 'for-5.8' into for-linusPetr Mladek15035-404961/+812876
2020-06-01Merge branch 'for-5.7-preferred-console' into for-linusPetr Mladek3-45/+80
2020-06-01dt-bindings: mmc: Convert sdhci-pxa to json-schemaLubomir Rintel2-50/+102
2020-06-01mmc: sdhci-msm: Clear tuning done flag while hs400 tuningVeerabhadrarao Badiganti1-0/+6
2020-05-31mtd: Support kmsg dumper based on pstore/blkWeiXiong Liao4-2/+596
2020-05-31pstore/blk: Introduce "best_effort" modeKees Cook1-1/+20
2020-05-31pstore/blk: Support non-block storage devicesWeiXiong Liao5-48/+114
2020-05-31pstore/blk: Provide way to query pstore configurationWeiXiong Liao2-7/+58
2020-05-31pstore/zone: Provide way to skip "broken" zone for MTD devicesWeiXiong Liao4-19/+71
2020-05-31Linux 5.7v5.7Linus Torvalds1-1/+1
2020-05-31checkpatch/coding-style: deprecate 80-column warningJoe Perches2-14/+23
2020-05-31Merge tag 'x86-urgent-2020-05-31' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-57/+74
2020-05-31Merge tag 'sched-urgent-2020-05-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds69-337/+806
2020-05-30l2tp: add sk_family checks to l2tp_validate_socketEric Dumazet1-0/+3
2020-05-30l2tp: do not use inet_hash()/inet_unhash()Eric Dumazet2-15/+44
2020-05-30net: qrtr: Allocate workqueue before kernel_bindChris Lew1-5/+5
2020-05-30Merge branch 'mptcp-a-bunch-of-fixes'David S. Miller1-18/+46
2020-05-30mptcp: remove msk from the token container at destruction time.Paolo Abeni1-1/+1
2020-05-30mptcp: fix race between MP_JOIN and closePaolo Abeni1-15/+27
2020-05-30mptcp: fix unblocking connect()Paolo Abeni1-2/+18
2020-05-30net/sched: act_ct: add nat mangle action only for NAT-conntrackwenxu1-0/+3
2020-05-30devinet: fix memleak in inetdev_init()Yang Yingliang1-0/+1
2020-05-30virtio_vsock: Fix race condition in virtio_transport_recv_pktJia He1-0/+8
2020-05-30Merge tag 'powerpc-5.7-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-0/+5
2020-05-30Merge tag 'gpio-v5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds6-18/+42
2020-05-30Documentation: Add details for pstore/blkWeiXiong Liao3-0/+232
2020-05-30pstore/zone,blk: Add ftrace frontend supportWeiXiong Liao4-1/+136
2020-05-30pstore/zone,blk: Add console frontend supportWeiXiong Liao4-10/+105
2020-05-30pstore/zone,blk: Add support for pmsg frontendWeiXiong Liao4-9/+282
2020-05-30pstore/blk: Introduce backend for block devicesWeiXiong Liao4-0/+552
2020-05-30pstore/zone: Introduce common layer to manage storage zonesWeiXiong Liao4-0/+1039
2020-05-30ramoops: Add "max-reason" optional field to ramoops DT nodePavel Tatashin1-2/+11
2020-05-30pstore/ram: Introduce max_reason and convert dump_oopsKees Cook4-25/+51
2020-05-30pstore/platform: Pass max_reason to kmesg dumpPavel Tatashin2-1/+10
2020-05-30printk: Introduce kmsg_dump_reason_str()Kees Cook3-17/+25
2020-05-30printk: honor the max_reason field in kmsg_dumperPavel Tatashin2-4/+12
2020-05-30printk: Collapse shutdown types into a single dump reasonKees Cook4-15/+7
2020-05-30pstore/ftrace: Provide ftrace log merging routineKees Cook3-54/+66
2020-05-30pstore/ram: Refactor ftrace buffer mergingKees Cook1-12/+17
2020-05-30pstore/ram: Refactor DT size parsingKees Cook1-12/+19
2020-05-30pstore/ram: Adjust module param permissions to reflect realityKees Cook1-3/+3
2020-05-30pstore/platform: Move module params after declarationsKees Cook1-6/+5
2020-05-30pstore/platform: Use backend name for console registrationKees Cook2-2/+4
2020-05-30pstore/platform: Switch pstore_info::name to constKees Cook2-2/+3
2020-05-30pstore: Make sure console capturing will restartKees Cook1-1/+5
2020-05-30pstore: Remove filesystem records when backend is unregisteredKees Cook3-0/+36
2020-05-30pstore: Do not leave timer disabled for next backendKees Cook1-15/+19
2020-05-30pstore: Add locking around superblock changesKees Cook3-26/+45
2020-05-30platform/x86: touchscreen_dmi: Add info for the Trekstor Yourbook C11BBernhard Übelacker1-0/+8
2020-05-30platform/x86: hp-wmi: Introduce HPWMI_POWER_FW_OR_HW as convenient shortcutAndy Shevchenko1-2/+2
2020-05-30platform/x86: hp-wmi: Convert simple_strtoul() to kstrtou32()Andy Shevchenko1-2/+8
2020-05-30platform/x86: hp-wmi: Refactor postcode_store() to follow standard patternsAndy Shevchenko1-9/+7
2020-05-30platform/x86: acerhdf: replace space by * in modaliasChih-Wei Huang1-1/+1
2020-05-30platform/x86: ISST: Increase timeoutSrinivas Pandruvada1-6/+5
2020-05-30io_uring: fix overflowed reqs cancellationPavel Begunkov1-2/+3
2020-05-30io_uring: off timeouts based only on completionsPavel Begunkov1-51/+14
2020-05-30io_uring: move timeouts flushing to a helperPavel Begunkov1-20/+14
2020-05-29drivers/net/ibmvnic: Update VNIC protocol version reportingThomas Falcon1-5/+3
2020-05-29NFC: st21nfca: add missed kfree_skb() in an error pathChuhong Yuan1-1/+3
2020-05-29neigh: fix ARP retransmit timer guardHangbin Liu1-2/+2
2020-05-29Merge tag 'mlx5-fixes-2020-05-28' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller7-43/+84
2020-05-29Merge tag 'armsoc-fixes-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-54/+44
2020-05-30Merge remote-tracking branch 'spi/for-5.8' into spi-nextMark Brown50-892/+2017
2020-05-30Merge remote-tracking branch 'spi/for-5.7' into spi-linusMark Brown10-49/+65
2020-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-34/+55
2020-05-29spi: spi-fsl-dspi: fix native data copyAngelo Dureghello1-2/+22
2020-05-29blk-wbt: rename __wbt_update_limits to wbt_update_limitsGuoqing Jiang1-4/+4
2020-05-29blk-wbt: remove wbt_update_limitsGuoqing Jiang2-12/+0
2020-05-29blk-throttle: remove tg_drain_biosGuoqing Jiang1-22/+0
2020-05-29blk-throttle: remove blk_throtl_drainGuoqing Jiang2-43/+0
2020-05-29dt-bindings: regulator: Convert anatop regulator to json-schemaAnson Huang2-40/+94
2020-05-29Merge tag 'ceph-for-5.7-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds2-2/+4
2020-05-29Merge tag 'gfs2-v5.7-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-10/+5
2020-05-29Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2020-05-29Merge branch 'parisc-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2020-05-29Merge tag 'iommu-fixes-v5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-3/+3
2020-05-29Merge tag 'block-5.7-2020-05-29' of git://git.kernel.dk/linux-blockLinus Torvalds2-11/+11
2020-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds9-25/+47
2020-05-29bpf, selftests: Add a verifier test for assigning 32bit reg states to 64bit onesJohn Fastabend1-0/+22
2020-05-29bpf, selftests: Verifier bounds tests need to be updatedJohn Fastabend1-14/+10
2020-05-29bpf: Fix a verifier issue when assigning 32bit reg states to 64bit onesJohn Fastabend1-5/+5
2020-05-29Merge tag 'mmc-v5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds2-4/+7
2020-05-29Merge tag 'sound-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds5-12/+83
2020-05-29Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+2
2020-05-29bpf: Fix use-after-free in fmod_ret checkAlexei Starovoitov1-13/+11
2020-05-29default csum_and_copy_to_user(): don't bother with access_ok()Al Viro1-4/+2
2020-05-29take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro11-149/+2
2020-05-29arm: switch to csum_and_copy_from_user()Al Viro1-0/+14
2020-05-29sh32: convert to csum_and_copy_from_user()Al Viro1-2/+7
2020-05-29m68k: convert to csum_and_copy_from_user()Al Viro2-3/+4
2020-05-29xtensa: switch to providing csum_and_copy_from_user()Al Viro1-4/+7
2020-05-29sparc: switch to providing csum_and_copy_from_user()Al Viro3-2/+9
2020-05-29parisc: turn csum_partial_copy_from_user() into csum_and_copy_from_user()Al Viro2-10/+5
2020-05-29alpha: turn csum_partial_copy_from_user() into csum_and_copy_from_user()Al Viro2-4/+5
2020-05-29ia64: turn csum_partial_copy_from_user() into csum_and_copy_from_user()Al Viro2-15/+6
2020-05-29ia64: csum_partial_copy_nocheck(): don't abuse csum_partial_copy_from_user()Al Viro1-2/+2
2020-05-29x86: switch 32bit csum_and_copy_to_user() to user_access_{begin,end}()Al Viro3-7/+3
2020-05-29x86: switch both 32bit and 64bit to providing csum_and_copy_from_user()Al Viro4-13/+14
2020-05-29x86_64: csum_..._copy_..._user(): switch to unsafe_..._user()Al Viro1-11/+12
2020-05-29net/mlx5e: replace EINVAL in mlx5e_flower_parse_meta()Pablo Neira Ayuso1-3/+3
2020-05-29net/mlx5e: Fix MLX5_TC_CT dependenciesVlad Buslov1-1/+1
2020-05-29net/mlx5e: Properly set default values when disabling adaptive moderationTal Gilboa3-14/+37
2020-05-29net/mlx5e: Fix arch depending casting issue in FECAya Levin2-20/+24
2020-05-29net/mlx5e: Remove warning "devices are not on same switch HW"Maor Dickman1-4/+0
2020-05-29net/mlx5e: Fix stats update for matchall classifierRoi Dayan1-1/+1
2020-05-29net/mlx5: Fix crash upon suspend/resumeMark Bloch1-0/+18
2020-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller11-44/+104
2020-05-29Merge tag 'drm-fixes-2020-05-29-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-10/+5
2020-05-29spi: Convert DW SPI binding to DT schemaSerge Semin3-73/+133
2020-05-29spi: dw: Refactor mid_spi_dma_setup() to separate DMA and IRQ configAndy Shevchenko1-6/+6
2020-05-29spi: dw: Make DMA request line assignments explicit for Intel MedfieldAndy Shevchenko1-8/+6
2020-05-29spi: bcm2835: Remove shared interrupt supportMark Brown1-6/+2
2020-05-29null_blk: force complete for timeout requestDongli Zhang1-1/+1
2020-05-29Merge series "spi: dw: Add generic DW DMA controller support" from Serge Semi...Mark Brown8-461/+592
2020-05-29dt-bindings: snps,dw-apb-ssi: add optional reset propertyDinh Nguyen1-0/+5
2020-05-29spi: dw: add reset controlDinh Nguyen1-0/+13
2020-05-29spi: bcm2835: Enable shared interrupt supportMartin Sperl1-2/+6
2020-05-29spi: bcm2835: Implement shutdown callbackFlorian Fainelli1-0/+10
2020-05-29blk-mq: drain I/O when all CPUs in a hctx are offlineMing Lei7-4/+133
2020-05-29blk-mq: add blk_mq_all_tag_iterMing Lei2-18/+34
2020-05-29blk-mq: open code __blk_mq_alloc_request in blk_mq_alloc_request_hctxChristoph Hellwig1-21/+23
2020-05-29blk-mq: use BLK_MQ_NO_TAG in more placesChristoph Hellwig3-13/+13
2020-05-29blk-mq: rename BLK_MQ_TAG_FAIL to BLK_MQ_NO_TAGChristoph Hellwig3-5/+5
2020-05-29blk-mq: move more request initialization to blk_mq_rq_ctx_initChristoph Hellwig1-17/+19
2020-05-29blk-mq: simplify the blk_mq_get_request calling conventionChristoph Hellwig1-14/+22
2020-05-29blk-mq: remove the bio argument to ->prepare_requestChristoph Hellwig5-5/+5
2020-05-29nvme: force complete cancelled requestsKeith Busch1-1/+1
2020-05-29blk-mq: blk-mq: provide forced completion methodKeith Busch2-2/+14
2020-05-29regulator: core: Add regulator bypass trace pointsCharles Keepax2-0/+41
2020-05-29cpuidle: Fix three reference count leaksQiushi Wu1-3/+3
2020-05-29PM: runtime: Replace pm_runtime_callbacks_present()Rafael J. Wysocki2-4/+4
2020-05-29vmci_host: get rid of pointless access_ok()Al Viro1-2/+0
2020-05-29hfi1: get rid of pointless access_ok()Al Viro1-7/+0
2020-05-29usb: get rid of pointless access_ok() callsAl Viro3-17/+0
2020-05-29lpfc_debugfs: get rid of pointless access_ok()Al Viro1-12/+0
2020-05-29efi_test: get rid of pointless access_ok()Al Viro1-12/+0
2020-05-29drm_read(): get rid of pointless access_ok()Al Viro1-3/+0
2020-05-29via-pmu: don't bother with access_ok()Al Viro1-2/+0
2020-05-29drivers/crypto/ccp/sev-dev.c: get rid of pointless access_ok()Al Viro1-12/+3
2020-05-29omapfb: get rid of pointless access_ok() callsAl Viro1-3/+0
2020-05-29amifb: get rid of pointless access_ok() callsAl Viro1-4/+0
2020-05-29drivers/fpga/dfl-afu-dma-region.c: get rid of pointless access_ok()Al Viro1-4/+0
2020-05-29drivers/fpga/dfl-fme-pr.c: get rid of pointless access_ok()Al Viro1-4/+0
2020-05-29cm4000_cs.c cmm_ioctl(): get rid of pointless access_ok()Al Viro1-14/+0
2020-05-29nvram: drop useless access_ok()Al Viro1-4/+0
2020-05-29n_hdlc_tty_read(): remove pointless access_ok()Al Viro1-7/+0
2020-05-29tomoyo_write_control(): get rid of pointless access_ok()Al Viro1-2/+0
2020-05-29gfs2: Even more gfs2_find_jhead fixesAndreas Gruenbacher1-10/+5
2020-05-29spi: dw: Use regset32 DebugFS method to create regdump fileSerge Semin2-60/+28
2020-05-29spi: dw: Add DMA support to the DW SPI MMIO driverSerge Semin1-0/+4
2020-05-29spi: dw: Cleanup generic DW DMA code namingsSerge Semin3-48/+49
2020-05-29spi: dw: Add DW SPI DMA/PCI/MMIO dependency on the DW SPI coreSerge Semin1-3/+6
2020-05-29spi: dw: Remove DW DMA code dependency from DW_DMAC_PCISerge Semin1-1/+1
2020-05-29spi: dw: Move Non-DMA code to the DW PCIe-SPI driverSerge Semin5-69/+73
2020-05-29spi: dw: Add core suffix to the DW APB SSI core source fileSerge Semin2-0/+1
2020-05-29spi: dw: Fix Rx-only DMA transfersSerge Semin1-0/+1
2020-05-29spi: dw: Use DMA max burst to set the request thresholdsSerge Semin2-4/+35
2020-05-29spi: dw: Parameterize the DMA Rx/Tx burst lengthSerge Semin1-4/+6
2020-05-29spi: dw: Add SPI Rx-done wait method to DMA-based transferSerge Semin1-1/+47
2020-05-29spi: dw: Add SPI Tx-done wait method to DMA-based transferSerge Semin1-0/+34
2020-05-29spi: dw: Locally wait for the DMA transfers completionSerge Semin2-4/+42
2020-05-29spi: dw: Return any value retrieved from the dma_transfer callbackSerge Semin2-6/+3
2020-05-29spi: dw: Set xfer effective_speed_hzSerge Semin1-0/+1
2020-05-29Merge tag 'devfreq-next-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel...Rafael J. Wysocki5-15/+199
2020-05-29parisc: Fix kernel panic in mem_init()Helge Deller1-1/+1
2020-05-29Merge series "Fix regulators coupling for Exynos5800" from Marek Szyprowski <...Mark Brown2-20/+37
2020-05-29regulator: extract voltage balancing code to the separate functionMarek Szyprowski2-20/+37
2020-05-29iommu: Fix reference count leak in iommu_group_alloc.Qiushi Wu1-1/+1
2020-05-29EDAC/amd64: Remove redundant assignment to variable ret in hw_info_get()Colin Ian King1-1/+1
2020-05-29Merge remote-tracking branch 'regmap/for-5.8' into regmap-nextMark Brown4-55/+222
2020-05-29Merge remote-tracking branch 'regmap/for-5.7' into regmap-linusMark Brown1-0/+6
2020-05-29Merge series "regmap: provide simple bitops and use them in a driver" from Ba...Mark Brown2-0/+58
2020-05-29Merge series "New DSA driver for VSC9953 Seville switch" from Vladimir Oltean...Mark Brown1-0/+8
2020-05-29regmap: provide helpers for simple bit operationsBartosz Golaszewski2-0/+58
2020-05-29regmap: add helper for per-port regfield initializationVladimir Oltean1-0/+8
2020-05-29gpio: fix locking open drain IRQ linesLinus Walleij1-2/+9
2020-05-29powerpc/64s: Disable sanitisers for C syscall/interrupt entry/exit codeDaniel Axtens1-0/+3
2020-05-29erofs: suppress false positive last_block warningGao Xiang1-2/+2
2020-05-29erofs: convert to use the new mount fs_context apiChao Yu4-156/+132
2020-05-29mmc: core: Export device/vendor ids from Common CIS for SDIO cardsPali Rohár3-2/+51
2020-05-29mmc: core: Do not export MMC_NAME= and MODALIAS=mmc:block for SDIO cardsPali Rohár1-0/+7
2020-05-29mmc: sdhci-of-at91: fix CALCR register being rewrittenEugen Hristev1-2/+5
2020-05-29mmc: sdhci-esdhc-imx: disable the CMD CRC check for standard tuningHaibo Chen1-2/+13
2020-05-29mmc: sdhci-esdhc-imx: fix the mask for tuning start pointHaibo Chen1-1/+1
2020-05-29mmc: host: sdhci-esdhc-imx: add wakeup feature for GPIO CD pinHaibo Chen1-2/+15