aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-08-31habanalabs: prevent user buff overflowMoti Haimovski1-1/+1
2020-08-31Documentation/llvm: Improve formatting of commands, variables, and argumentsNathan Chancellor1-13/+13
2020-08-31Merge tag 'iio-fixes-for-5.9a' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman19-64/+144
2020-08-31affs: fix basic permission bits to actually workMax Staudt3-7/+62
2020-08-31iio: adc: mcp3422: fix locking scopeAngelo Compagnucci1-5/+7
2020-08-31iio: adc: meson-saradc: Use the parent device to look up the calib dataMartin Blumenstingl1-1/+1
2020-08-31iio:adc:max1118 Fix alignment of timestamp and data leak issuesJonathan Cameron1-3/+7
2020-08-31iio:adc:ina2xx Fix timestamp alignment issue.Jonathan Cameron1-4/+7
2020-08-31iio:adc:ti-adc084s021 Fix alignment and data leak issues.Jonathan Cameron1-3/+7
2020-08-31iio:adc:ti-adc081c Fix alignment and data leak issuesJonathan Cameron1-3/+8
2020-08-31opp: Don't drop reference for an OPP table that was never parsedViresh Kumar2-7/+17
2020-08-31phy: omap-usb2-phy: disable PHY charger detectRoger Quadros1-7/+40
2020-08-31HID: microsoft: Add rumble support for the 8bitdo SN30 Pro+ controllerNicholas Miell2-0/+3
2020-08-31HID: quirks: Set INCREMENT_USAGE_ON_DUPLICATE for all Saitek X52 devicesNirenjan Krishnan2-0/+4
2020-08-31USB: serial: option: support dynamic Quectel USB compositionsBjørn Mork1-8/+12
2020-08-31USB: serial: option: add support for SIM7070/SIM7080/SIM7090 modulesAleksander Morgado1-0/+2
2020-08-31arm64: dts: imx8mq: Fix TMU interrupt propertyKrzysztof Kozlowski1-1/+1
2020-08-30tipc: fix using smp_processor_id() in preemptibleTuong Lien1-3/+9
2020-08-30Linux 5.9-rc3Linus Torvalds1-1/+1
2020-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-13/+19
2020-08-31drm/ingenic: Fix driver not probing when IPU port is missingPaul Cercueil1-8/+11
2020-08-31drm/ingenic: Fix leak of device_node pointerPaul Cercueil1-0/+1
2020-08-30Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-13/+45
2020-08-30Merge tag 'irq-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds23-394/+534
2020-08-30Merge tag 'sched-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds19-122/+123
2020-08-30Merge tag '5.9-rc2-smb-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-1/+16
2020-08-30Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds22-30/+144
2020-08-30Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds26-169/+423
2020-08-30Merge tag 'edac_urgent_for_v5.9_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+6
2020-08-30Merge tag 'dma-mapping-5.9-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2020-08-30genirq/matrix: Deal with the sillyness of for_each_cpu() on UPThomas Gleixner1-0/+7
2020-08-29Merge tag 'fallthrough-fixes-5.9-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-8/+7
2020-08-29fsldma: fix very broken 32-bit ppc ioread64 functionalityLinus Torvalds1-6/+6
2020-08-29Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-22/+4
2020-08-29Merge tag 's390-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-14/+15
2020-08-29Merge tag 'for-linus-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-11/+21
2020-08-29Merge tag 'hwmon-for-v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-18/+25
2020-08-29Merge branch 'nvme-5.9-rc' of git://git.infradead.org/nvme into block-5.9Jens Axboe8-58/+167
2020-08-29netfilter: conntrack: do not auto-delete clash entries on replyFlorian Westphal2-17/+11
2020-08-29sparse: use static inline for __chk_{user,io}_ptr()Luc Van Oostenryck1-2/+2
2020-08-29ALSA: hda - Fix silent audio output and corrupted input on MSI X570-A PRODan Crawford1-0/+1
2020-08-28nvme-pci: cancel nvme device request before disablingTong Zhang1-2/+2
2020-08-28nvme: only use power of two io boundariesKeith Busch1-9/+38
2020-08-28nvme: fix controller instance leakKeith Busch1-1/+1
2020-08-28nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'Christophe JAILLET1-2/+2
2020-08-28nvme: Fix NULL dereference for pci nvme controllersSagi Grimberg1-0/+4
2020-08-28nvme-rdma: fix reset hang if controller died in the middle of a resetSagi Grimberg1-1/+12
2020-08-28nvme-rdma: fix timeout handlerSagi Grimberg1-16/+33
2020-08-28nvme-rdma: serialize controller teardown sequencesSagi Grimberg1-0/+6
2020-08-28nvme-tcp: fix reset hang if controller died in the middle of a resetSagi Grimberg1-1/+12
2020-08-28nvme-tcp: fix timeout handlerSagi Grimberg1-20/+36
2020-08-28nvme-tcp: serialize controller teardown sequencesSagi Grimberg1-2/+9
2020-08-28nvme: have nvme_wait_freeze_timeout return if it timed outSagi Grimberg2-2/+3
2020-08-28nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptanceSagi Grimberg1-1/+0
2020-08-28nvmet-tcp: Fix NULL dereference when a connect data comes in h2cdata pduZiye Yang1-1/+9
2020-08-28Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-blockLinus Torvalds3-4/+9
2020-08-28Merge tag 'io_uring-5.9-2020-08-28' of git://git.kernel.dk/linux-blockLinus Torvalds2-44/+76
2020-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-4/+7
2020-08-28Merge tag 'devprop-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+8
2020-08-28Merge tag 'acpi-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-6/+21
2020-08-28Merge tag 'pm-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds5-15/+22
2020-08-28Merge branch 'acpi-mm'Rafael J. Wysocki1-4/+19
2020-08-28Merge branch 'pm-cpufreq'Rafael J. Wysocki4-9/+12
2020-08-28Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds12-41/+172
2020-08-28kernel.h: Silence sparse warning in lower_32_bitsHerbert Xu1-1/+1
2020-08-28selftests: netfilter: add command usageFabian Frederick1-0/+11
2020-08-28selftests: netfilter: simplify command testingFabian Frederick1-23/+11
2020-08-28selftests: netfilter: remove unused variable in make_file()Fabian Frederick1-3/+2
2020-08-28selftests: netfilter: exit on invalid parametersFabian Frederick1-3/+12
2020-08-28selftests: netfilter: fix header exampleFabian Frederick1-1/+1
2020-08-28netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFSPablo Neira Ayuso5-40/+40
2020-08-28netfilter: delete repeated wordsRandy Dunlap4-4/+4
2020-08-28Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-63/+67
2020-08-28Merge tag 'gfs2-v5.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+32
2020-08-28Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds9-81/+79
2020-08-28cifs: fix check of tcon dfs in smb1Paulo Alcantara2-1/+16
2020-08-28Merge tag 'mfd-fixes-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds1-6/+6
2020-08-28Merge tag 'drm-fixes-2020-08-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds43-169/+310
2020-08-28KVM: arm64: Set HCR_EL2.PTW to prevent AT taking synchronous exceptionJames Morse1-1/+2
2020-08-28KVM: arm64: Survive synchronous exceptions caused by AT instructionsJames Morse3-8/+42
2020-08-28KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse8-26/+108
2020-08-28net_sched: fix error path in red_init()Cong Wang1-16/+4
2020-08-28net: dsa: mt7530: fix advertising unsupported 1000baseT_HalfLanden Chao1-1/+1
2020-08-28Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe1-2/+5
2020-08-28netlink: fix a data race in netlink_rcv_wake()zhudi1-1/+1
2020-08-28Merge tag 'mac80211-for-davem-2020-08-28' of git://git.kernel.org/pub/scm/lin...David S. Miller7-86/+192
2020-08-28arm64: vdso32: make vdso32 install conditionalFrank van der Linden1-1/+2
2020-08-28media: mceusb: Avoid GFP_ATOMIC where it is not neededChristophe JAILLET1-1/+1
2020-08-28media: gpio-ir-tx: spinlock is not needed to disable interruptsSean Young1-11/+5
2020-08-28media: rc: do not access device via sysfs after rc_unregister_device()Sean Young1-0/+12
2020-08-28media: rc: uevent sysfs file races with rc_unregister_device()Sean Young1-16/+16
2020-08-28selftests/bpf: Fix massive output from test_mapsJesper Dangaard Brouer1-0/+2
2020-08-28kobject: Restore old behaviour of kobject_del(NULL)Andy Shevchenko1-1/+5
2020-08-28arm64: use a common .arch preamble for inline assemblySami Tolvanen3-5/+18
2020-08-28firmware_loader: fix memory leak for paged bufferPrateek Sood2-6/+13
2020-08-28media: max9286: Depend on OF_GPIOSakari Ailus1-1/+1
2020-08-28media: i2c: imx214: select V4L2_FWNODEJacopo Mondi1-1/+1
2020-08-28mfd: mfd-core: Ensure disabled devices are ignored without errorLee Jones1-4/+6
2020-08-28sdhci: tegra: Add missing TMCLK for data timeoutSowjanya Komatineni1-2/+51
2020-08-28arm64: tegra: Add missing timeout clock to Tegra194 SDMMC nodesSowjanya Komatineni1-6/+9
2020-08-28arm64: tegra: Add missing timeout clock to Tegra186 SDMMC nodesSowjanya Komatineni1-8/+12
2020-08-28arm64: tegra: Add missing timeout clock to Tegra210 SDMMCSowjanya Komatineni1-8/+12
2020-08-28dt-bindings: mmc: tegra: Add tmclk for Tegra210 and laterSowjanya Komatineni1-3/+29
2020-08-28sdhci: tegra: Remove SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK for Tegra186Sowjanya Komatineni1-1/+0
2020-08-28sdhci: tegra: Remove SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK for Tegra210Sowjanya Komatineni1-1/+0
2020-08-28usb: storage: Add unusual_uas entry for Sony PSZ drivesAlan Stern1-0/+7
2020-08-28arm64: dts: mt7622: add reset node for mmc deviceWenbin Mei1-0/+2
2020-08-27md/raid5: make sure stripe_size as power of twoYufen Yu1-2/+5
2020-08-28powerpc/32s: Disable VMAP stack which CONFIG_ADB_PMUChristophe Leroy1-1/+1
2020-08-28Merge tag 'drm-intel-fixes-2020-08-27' of git://anongit.freedesktop.org/drm/d...Dave Airlie1-4/+10
2020-08-28Merge tag 'drm-misc-fixes-2020-08-26' of git://anongit.freedesktop.org/drm/dr...Dave Airlie8-15/+20
2020-08-27io_uring: don't bounce block based -EAGAIN retry off task_workJens Axboe1-20/+6
2020-08-27io_uring: fix IOPOLL -EAGAIN retriesJens Axboe1-5/+9
2020-08-27arm64/cpuinfo: Remove unnecessary fallthrough annotationGustavo A. R. Silva1-1/+0
2020-08-27media: dib0700: Fix identation issue in dib8096_set_param_override()Gustavo A. R. Silva1-5/+5
2020-08-27irqchip/eznps: Fix build error for !ARC700 buildsVineet Gupta2-1/+6
2020-08-27ARC: show_regs: fix r12 printing and simplifyVineet Gupta1-47/+30
2020-08-27rxrpc: Fix memory leak in rxkad_verify_response()Dinghao Liu1-1/+2
2020-08-27Merge tag 'rxrpc-fixes-20200820' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller14-129/+251
2020-08-27hwmon: (gsc-hwmon) Scale temperature to millidegreesTim Harvey1-0/+1
2020-08-27afs: Remove erroneous fallthough annotationDan Carpenter1-1/+0
2020-08-27net: ethernet: ti: cpsw_new: fix error handling in cpsw_ndo_vlan_rx_kill_vid()Murali Karicheri1-6/+21
2020-08-27drm/sun4i: add missing put_device() call in sun8i_r40_tcon_tv_set_mux()Yu Kuai1-2/+6
2020-08-27EDAC/ghes: Fix NULL pointer dereference in ghes_edac_register()Shiju Jose1-4/+6
2020-08-27xfs: initialize the shortform attr header padding entryDarrick J. Wong1-2/+2
2020-08-27net: Fix some commentsMiaohe Lin6-8/+8
2020-08-27net: usb: Fix uninit-was-stored issue in asix_read_phy_addr()Himadri Pandya1-1/+1
2020-08-27crypto: af_alg - Work around empty control messages without MSG_MOREHerbert Xu1-3/+10
2020-08-27RDMA/bnxt_re: Remove the qp from list only if the qp destroy succeedsSelvin Xavier1-11/+11
2020-08-27RDMA/bnxt_re: Fix driver crash on unaligned PSN entry addressNaresh Kumar PBS1-2/+2
2020-08-27RDMA/bnxt_re: Restrict the max_gids to 256Naresh Kumar PBS2-1/+2
2020-08-27RDMA/bnxt_re: Static NQ depth allocationNaresh Kumar PBS1-2/+1
2020-08-27RDMA/bnxt_re: Fix the qp table indexingSelvin Xavier3-12/+25
2020-08-27RDMA/bnxt_re: Do not report transparent vlan from QP1Selvin Xavier1-3/+18
2020-08-27RDMA/mlx4: Read pkey table length instead of hardcoded valueMark Bloch1-1/+2
2020-08-27btrfs: tree-checker: fix the error message for transid errorQu Wenruo1-1/+1
2020-08-27RDMA/rxe: Fix panic when calling kmem_cache_create()Kamal Heib3-0/+11
2020-08-27btrfs: set the lockdep class for log tree extent buffersJosef Bacik1-1/+5
2020-08-27btrfs: set the correct lockdep class for new nodesJosef Bacik1-1/+1
2020-08-27btrfs: allocate scrub workqueues outside of locksJosef Bacik1-52/+70
2020-08-27btrfs: fix potential deadlock in the search ioctlJosef Bacik3-14/+27
2020-08-27btrfs: drop path before adding new uuid tree entryJosef Bacik1-1/+2
2020-08-27RDMA/rxe: Fix memleak in rxe_mem_init_userDinghao Liu1-0/+1
2020-08-27btrfs: block-group: fix free-space bitmap thresholdMarcos Paulo de Souza2-1/+7
2020-08-27cpufreq: Use WARN_ON_ONCE() for invalid relationViresh Kumar1-2/+2
2020-08-27cpufreq: No need to verify cpufreq_driver in show_scaling_cur_freq()Viresh Kumar1-2/+1
2020-08-27cfg80211: Adjust 6 GHz frequency to channel conversionAmar Singhal1-3/+5
2020-08-27mac80211: reduce packet loss event false positivesFelix Fietkau2-18/+17
2020-08-27cfg80211: regulatory: reject invalid hintsJohannes Berg1-0/+3
2020-08-27wireless: fix wrong 160/80+80 MHz settingShay Bar1-4/+11
2020-08-27mac80211: improve AQL aggregation estimation for low data ratesFelix Fietkau1-12/+26
2020-08-27mac80211: factor out code to look up the average packet length duration for a...Felix Fietkau1-47/+74
2020-08-27mac80211: use rate provided via status->rate on ieee80211_tx_status_ext for AQLFelix Fietkau3-6/+60
2020-08-27Compiler Attributes: fix comment concerning GCC 4.6Luc Van Oostenryck1-1/+1
2020-08-27Compiler Attributes: remove comment about sparse not supporting __has_attributeLuc Van Oostenryck1-6/+0
2020-08-27Revert "powerpc/powernv/idle: Replace CPU feature check with PVR check"Pratik Rajesh Sampat1-1/+1
2020-08-27powerpc/perf: Fix reading of MSR[HV/PR] bits in trace-imcAthira Rajeev1-2/+2
2020-08-27powerpc/perf: Fix crashes with generic_compat_pmu & BHRBAlexey Kardashevskiy1-5/+14
2020-08-27powerpc/64s: Fix crash in load_fp_state() due to fpexc_modeMichael Ellerman1-3/+9
2020-08-27powerpc/64s: scv entry should set PPRNicholas Piggin1-0/+4
2020-08-27Documentation/powerpc: fix malformed table in syscall64-abiRandy Dunlap1-1/+3
2020-08-27video: fbdev: controlfb: Fix build for COMPILE_TEST=y && PPC_PMAC=nMichael Ellerman1-0/+2
2020-08-27media: cedrus: Add missing v4l2_ctrl_request_hdl_put()Ezequiel Garcia1-1/+6
2020-08-27media: vicodec: add missing v4l2_ctrl_request_hdl_put()Hans Verkuil1-0/+1
2020-08-27x86/irq: Unbreak interrupt affinity settingThomas Gleixner1-7/+9
2020-08-27x86/hotplug: Silence APIC only after all interrupts are migratedAshok Raj1-6/+20
2020-08-27USB: Ignore UAS for JMicron JMS567 ATA/ATAPI BridgeCyril Roelandt1-1/+1
2020-08-27usb: host: ohci-exynos: Fix error handling in exynos_ohci_probe()Tang Bin1-3/+2
2020-08-27USB: gadget: u_f: Unbreak offset calculation in VLAsAndy Shevchenko1-4/+4
2020-08-27USB: quirks: Ignore duplicate endpoint on Sound Devices MixPre-DAlan Stern1-0/+5
2020-08-27dma-pool: Fix an uninitialized variable bug in atomic_pool_expand()Dan Carpenter1-1/+1
2020-08-27arm/xen: Add misuse warning to virt_to_gfnSimon Leiner1-1/+5
2020-08-27xen/xenbus: Fix granting of vmalloc'd memorySimon Leiner1-2/+8
2020-08-27XEN uses irqdesc::irq_data_common::handler_data to store a per interruptThomas Gleixner1-8/+8
2020-08-27Merge tag 'amd-drm-fixes-5.9-2020-08-26' of git://people.freedesktop.org/~agd...Dave Airlie18-116/+164
2020-08-27Merge tag 'drm-msm-fixes-2020-08-24' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie12-25/+99
2020-08-27Merge branch 'etnaviv/fixes' of https://git.pengutronix.de/git/lst/linux into...Dave Airlie2-7/+15
2020-08-27Merge tag 'exynos-drm-fixes-v5.9-rc3' of git://git.kernel.org/pub/scm/linux/k...Dave Airlie2-2/+2
2020-08-26io_uring: clear req->result on IOPOLL re-issueJens Axboe1-0/+1
2020-08-26NFSv4.1 handle ERR_DELAY error reclaiming locking state on delegation recallOlga Kornievskaia1-1/+6
2020-08-26Merge tag 'nfs-rdma-for-5.9-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust1-0/+2
2020-08-26Merge branch 'net-fix-netpoll-crash-with-bnxt'David S. Miller3-10/+7
2020-08-26bnxt: don't enable NAPI until rings are readyJakub Kicinski1-8/+4
2020-08-26net: disable netpoll on fresh napisJakub Kicinski2-2/+3
2020-08-26ipv4: Silence suspicious RCU usage warningIdo Schimmel1-1/+2
2020-08-26drivers/net/wan/lapbether: Set network_header before transmittingXie He1-0/+2
2020-08-26mptcp: free acked data before waiting for more memoryFlorian Westphal1-2/+1
2020-08-26taprio: Fix using wrong queues in gate maskVinicius Costa Gomes1-6/+24
2020-08-26xfs: fix boundary test in xfs_attr_shortform_verifyEric Sandeen1-1/+3
2020-08-26xfs: fix off-by-one in inode alloc block reservation calculationBrian Foster2-3/+3
2020-08-26xfs: finish dfops on every insert range shift iterationBrian Foster1-1/+1
2020-08-26drm/amd/display: Fix memleak in amdgpu_dm_mode_config_initDinghao Liu1-2/+8
2020-08-26drm/amdgpu: disable runtime pm for navy_flounderJiansong Chen1-0/+1
2020-08-26drm/amd/display: Retry AUX write when fail occursWayne Lin1-1/+1
2020-08-26drm/amdgpu: Fix buffer overflow in INFO ioctlAlex Deucher1-0/+4
2020-08-26drm/amd/powerplay: Fix hardmins not being sent to SMU for RVNicholas Kazlauskas1-6/+3
2020-08-26drm/amdgpu: use MODE1 reset for navy_flounder by defaultJiansong Chen1-0/+1
2020-08-26drm/amd/pm: correct the thermal alert temperature limit settingsEvan Quan3-24/+21
2020-08-26xprtrdma: Release in-flight MRs on disconnectChuck Lever1-0/+2