aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-02-25ibmvnic: clear fop when retrying probeSukadev Bhattiprolu1-0/+5
2022-02-25ibmvnic: init init_done_rc earlierSukadev Bhattiprolu1-5/+21
2022-02-25ibmvnic: register netdev after init of adapterSukadev Bhattiprolu1-6/+8
2022-02-25ibmvnic: complete init_done on transport eventsSukadev Bhattiprolu1-0/+7
2022-02-25ibmvnic: define flush_reset_queue helperSukadev Bhattiprolu1-8/+16
2022-02-25ibmvnic: initialize rc before completing waitSukadev Bhattiprolu1-1/+1
2022-02-25ibmvnic: free reset-work-item when flushingSukadev Bhattiprolu1-1/+3
2022-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller11-35/+51
2022-02-25net: dcb: flush lingering app table entries for unregistered devicesVladimir Oltean1-0/+44
2022-02-25net/smc: fix connection leakD. Wythe1-2/+8
2022-02-25net: stmmac: only enable DMA interrupts when readyVincent Whitchurch1-2/+26
2022-02-25xen/netfront: destroy queues before real_num_tx_queues is zeroedMarek Marczykowski-Górecki1-16/+23
2022-02-25Merge tag 'omap-for-v5.17/fixes-signed' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann3-35/+19
2022-02-25Revert "KVM: VMX: Save HOST_CR3 in vmx_prepare_switch_to_guest()"Sean Christopherson2-11/+21
2022-02-25Revert "KVM: VMX: Save HOST_CR3 in vmx_set_host_fs_gs()"Sean Christopherson3-14/+14
2022-02-25can: gs_usb: change active_channels's type from atomic_t to u8Vincent Mailhol1-5/+5
2022-02-25can: etas_es58x: change opened_channel_cnt's type from atomic_t to u8Vincent Mailhol2-7/+10
2022-02-24Merge branch 'mptcp-fixes-for-5-17'Jakub Kicinski2-4/+18
2022-02-24mptcp: Correctly set DATA_FIN timeout when number of retransmits is largeMat Martineau1-2/+5
2022-02-24selftests: mptcp: do complete cleanup at exitPaolo Abeni1-2/+2
2022-02-24mptcp: accurate SIOCOUTQ for fallback socketPaolo Abeni1-0/+11
2022-02-24riscv: fix oops caused by irqsoff latency tracerChangbin Du4-5/+45
2022-02-24riscv: fix nommu_k210_sdcard_defconfigDamien Le Moal1-1/+1
2022-02-24tracing: Dump stacktrace trigger to the corresponding instanceDaniel Bristot de Oliveira1-1/+6
2022-02-24Merge tag 'for-net-2022-02-24' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski5-12/+33
2022-02-24Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-99/+10
2022-02-24Merge tag 'drm-fixes-2022-02-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds25-81/+156
2022-02-25drm/exynos: Search for TE-gpio in DSI panel's nodeMarek Szyprowski1-1/+1
2022-02-25drm/exynos: Don't fail if no TE-gpio is defined for DSI driverMarek Szyprowski1-1/+3
2022-02-25drm/exynos: gsc: Use platform_get_irq() to get the interruptLad Prabhakar1-7/+3
2022-02-25drm/exynos/fimc: Use platform_get_irq() to get the interruptLad Prabhakar1-8/+5
2022-02-25drm/exynos/exynos_drm_fimd: Use platform_get_irq_byname() to get the interruptLad Prabhakar1-9/+4
2022-02-25drm/exynos: mixer: Use platform_get_irq() to get the interruptLad Prabhakar1-8/+6
2022-02-25drm/exynos/exynos7_drm_decon: Use platform_get_irq_byname() to get the interruptLad Prabhakar1-9/+3
2022-02-24Merge tag 'perf-tools-fixes-for-v5.17-2022-02-24' of git://git.kernel.org/pub...Linus Torvalds5-21/+8
2022-02-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-18/+86
2022-02-24Merge tag 'imx-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann246-811/+1611
2022-02-24Merge tag 'tegra-for-5.17-arm-dt-fixes' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann3-19/+25
2022-02-24Merge tag 'v5.17-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann11-21/+45
2022-02-24Merge tag 'pci-v5.17-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-6/+11
2022-02-24Merge tag 'net-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds99-439/+990
2022-02-24Bluetooth: hci_sync: Fix not using conn_timeoutLuiz Augusto von Dentz2-6/+23
2022-02-24Bluetooth: hci_sync: Fix hci_update_accept_list_syncLuiz Augusto von Dentz1-1/+4
2022-02-24Bluetooth: assign len after null checkWang Qing1-1/+2
2022-02-24Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunksLuiz Augusto von Dentz1-2/+1
2022-02-24Bluetooth: fix data races in smp_unregister(), smp_del_chan()Lin Ma1-2/+2
2022-02-24Bluetooth: hci_core: Fix leaking sent_cmd skbLuiz Augusto von Dentz1-0/+1
2022-02-25Merge tag 'drm-intel-fixes-2022-02-24' of git://anongit.freedesktop.org/drm/d...Dave Airlie5-24/+52
2022-02-24Merge tag 'block-5.17-2022-02-24' of git://git.kernel.dk/linux-blockLinus Torvalds4-25/+60
2022-02-24thermal: int340x: fix memory leak in int3400_notify()Chuansheng Liu1-0/+4
2022-02-24Merge tag 'io_uring-5.17-2022-02-23' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+17
2022-02-24Merge branch 'cpufreq/arm/fixes' of git://git.kernel.org/pub/scm/linux/kernel...Rafael J. Wysocki5-1/+22
2022-02-24Merge tag 'platform-drivers-x86-v5.17-4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-12/+43
2022-02-24net: mv643xx_eth: process retval from of_get_mac_addressMauri Sandberg1-10/+14
2022-02-24KVM: x86: nSVM: disallow userspace setting of MSR_AMD64_TSC_RATIO to non defa...Maxim Levitsky1-2/+17
2022-02-24KVM: x86/mmu: make apf token non-zero to fix bugLiang Zhang1-1/+12
2022-02-24ping: remove pr_err from ping_lookupXin Long1-1/+0
2022-02-24Revert "i40e: Fix reset bw limit when DCB enabled with 1 TC"Mateusz Palczewski1-11/+1
2022-02-24openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey2-8/+43
2022-02-24ipv6: prevent a possible race condition with lifetimesNiels Dossche1-0/+2
2022-02-24net/smc: Use a mutex for locking "struct smc_pnettable"Fabio M. De Francesco2-22/+22
2022-02-24bnx2x: fix driver load from initrdManish Chopra1-0/+3
2022-02-24Revert "xen-netback: Check for hotplug-status existence before watching"Marek Marczykowski-Górecki1-8/+4
2022-02-24Revert "xen-netback: remove 'hotplug-status' once it has served its purpose"Marek Marczykowski-Górecki1-1/+1
2022-02-24btrfs: reduce extent threshold for autodefragQu Wenruo3-4/+17
2022-02-24Merge tag 'nvme-5.17-2022-02-24' of git://git.infradead.org/nvme into block-5.17Jens Axboe3-25/+58
2022-02-24Merge tag 'usb-serial-5.17-rc6' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2-1/+12
2022-02-24surface: surface3_power: Fix battery readings on batteries without a serial n...Hans de Goede1-3/+10
2022-02-24platform/x86: amd-pmc: Set QOS during suspend on CZN w/ timer wakeupMario Limonciello1-9/+33
2022-02-24usb: gadget: rndis: add spinlock for rndis response listDaehwan Jung2-0/+9
2022-02-24usb: dwc3: gadget: Let the interrupt handler disable bottom halves.Sebastian Andrzej Siewior1-0/+2
2022-02-24USB: gadget: validate endpoint index for xilinx udcSzymon Heidrich1-0/+6
2022-02-23Merge tag 'mlx5-fixes-2022-02-23' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski24-94/+236
2022-02-24Merge tag 'amd-drm-fixes-5.17-2022-02-23' of https://gitlab.freedesktop.org/a...Dave Airlie10-23/+65
2022-02-24Merge tag 'drm/tegra/for-5.17-rc6' of https://gitlab.freedesktop.org/drm/tegr...Dave Airlie4-26/+19
2022-02-24Merge tag 'drm-misc-fixes-2022-02-23' of git://anongit.freedesktop.org/drm/dr...Dave Airlie6-8/+20
2022-02-23rtla: Fix systme -> system typo on man pageArnaldo Carvalho de Melo1-1/+1
2022-02-23Merge tag 'devicetree-fixes-for-5.17-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds10-22/+13
2022-02-23Merge tag 'selinux-pr-20220223' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2022-02-23net/mlx5e: Fix VF min/max rate parameters interchange mistakeGal Pressman1-1/+1
2022-02-23net/mlx5e: Add missing increment of countLama Kayal1-0/+1
2022-02-23net/mlx5e: MPLSoUDP decap, fix check for unsupported matchesMaor Dickman1-17/+11
2022-02-23net/mlx5e: Fix MPLSoUDP encap to use MPLS action informationMaor Dickman7-3/+32
2022-02-23net/mlx5e: Add feature check for set fec countersLama Kayal1-3/+3
2022-02-23net/mlx5e: TC, Skip redundant ct clear actionsRoi Dayan2-0/+8
2022-02-23net/mlx5e: TC, Reject rules with forward and drop actionsRoi Dayan1-0/+6
2022-02-23net/mlx5e: TC, Reject rules with drop and modify hdr actionRoi Dayan1-0/+6
2022-02-23net/mlx5e: kTLS, Use CHECKSUM_UNNECESSARY for device-offloaded packetsTariq Toukan1-1/+2
2022-02-23net/mlx5e: Fix wrong return value on ioctl EEPROM query failureGal Pressman1-1/+1
2022-02-23net/mlx5: Fix possible deadlock on rule deletionMaor Gottlieb1-0/+2
2022-02-23net/mlx5: Fix tc max supported prio for nic modeChris Mi1-0/+3
2022-02-23net/mlx5: Fix wrong limitation of metadata match on ecpfAriel Levkovich1-4/+0
2022-02-23net/mlx5: Update log_max_qp value to be 17 at mostMaher Sanalla1-1/+1
2022-02-23net/mlx5: DR, Fix the threshold that defines when pool sync is initiatedYevgeny Kliteynik1-4/+7
2022-02-23net/mlx5: DR, Don't allow match on IP w/o matching on full ethertype/ip_versionYevgeny Kliteynik3-17/+45
2022-02-23net/mlx5: DR, Fix slab-out-of-bounds in mlx5_cmd_dr_create_fteYevgeny Kliteynik1-7/+26
2022-02-23net/mlx5: DR, Cache STE shadow memoryYevgeny Kliteynik2-35/+79
2022-02-23net/mlx5: Update the list of the PCI supported devicesMeir Lichtinger1-0/+2
2022-02-23drm/amdgpu: check vm ready by amdgpu_vm->evicting flagQiang Yu1-2/+7
2022-02-23drm/amdgpu: bypass tiling flag check in virtual display case (v2)Guchun Chen1-1/+1
2022-02-23Revert "drm/amdgpu: add modifiers in amdgpu_vkms_plane_init()"Guchun Chen1-2/+1
2022-02-23drm/amdgpu: do not enable asic reset for raven2Chen Gong1-2/+2
2022-02-23drm/amd/display: Fix stream->link_enc unassigned during stream removalNicholas Kazlauskas1-4/+0
2022-02-23drm/amd: Check if ASPM is enabled from PCIe subsystemMario Limonciello1-0/+3
2022-02-23gpio: Return EPROBE_DEFER if gc->to_irq is NULLShreeya Patel1-0/+10
2022-02-23Merge tag 'for-5.17/parisc-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+7
2022-02-23Merge tag 'hwmon-for-v5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-7/+14
2022-02-23Merge tag 'slab-for-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-17/+16
2022-02-23RDMA/ib_srp: Fix a deadlockBart Van Assche1-2/+4
2022-02-23PCI: Mark all AMD Navi10 and Navi14 GPU ATS as brokenAlex Deucher1-5/+9
2022-02-23parisc/unaligned: Fix ldw() and stw() unalignment handlersHelge Deller1-3/+3
2022-02-23parisc/unaligned: Fix fldd and fstd unaligned handlers on 32-bit kernelHelge Deller1-4/+4
2022-02-23btrfs: autodefrag: only scan one inode onceQu Wenruo1-62/+22
2022-02-23btrfs: defrag: don't use merged extent map for their generation checkQu Wenruo3-0/+24
2022-02-23btrfs: defrag: bring back the old file extent search behaviorQu Wenruo1-4/+157
2022-02-23btrfs: defrag: remove an ambiguous condition for rejectionQu Wenruo1-4/+0
2022-02-23btrfs: defrag: don't defrag extents which are already at max capacityQu Wenruo1-0/+20
2022-02-23btrfs: defrag: don't try to merge regular extents with preallocated extentsQu Wenruo1-6/+11
2022-02-23Merge tag 'asoc-fix-v5.17-rc5' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2-4/+3
2022-02-23nvme-tcp: send H2CData PDUs based on MAXH2CDATAVarun Prakash2-14/+50
2022-02-23nvme: also mark passthrough-only namespaces ready in nvme_update_ns_infoChristoph Hellwig1-3/+3
2022-02-23nvme: don't return an error from nvme_configure_metadataChristoph Hellwig1-8/+5
2022-02-23drm/edid: Always set RGB444Maxime Ripard1-1/+1
2022-02-23Merge branch 'ftgmac100-fixes'David S. Miller1-114/+129
2022-02-23drivers/net/ftgmac100: fix DHCP potential failure with systemdHeyi Guo1-2/+11
2022-02-23drivers/net/ftgmac100: adjust code place for function call dependencyHeyi Guo1-111/+111
2022-02-23drivers/net/ftgmac100: refactor ftgmac100_reset_task to enable direct functio...Heyi Guo1-3/+9
2022-02-23net: sched: avoid newline at end of message in NL_SET_ERR_MSG_MODWan Jiabing1-1/+1
2022-02-23MAINTAINERS: add myself as co-maintainer for Realtek DSA switch driversAlvin Šipraga1-0/+1
2022-02-23tipc: Fix end of loop tests for list_for_each_entry()Dan Carpenter2-2/+2
2022-02-23udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister()Dan Carpenter1-1/+1
2022-02-23vhost/vsock: don't check owner in vhost_vsock_stop() while releasingStefano Garzarella1-7/+14
2022-02-23ARM: tegra: Move panels to AUX busThierry Reding3-19/+25
2022-02-23drm/tegra: dpaux: Populate AUX busThierry Reding2-0/+8
2022-02-23drm/radeon: fix variable typeChristian König1-4/+4
2022-02-23netfilter: nf_tables: prefer kfree_rcu(ptr, rcu) variantEric Dumazet1-2/+2
2022-02-22ibmvnic: schedule failover only if vioctl failsSukadev Bhattiprolu1-1/+5
2022-02-22net: dsa: fix panic when removing unoffloaded port from bridgeAlvin Šipraga1-1/+8
2022-02-23ata: pata_hpt37x: disable primary channel on HPT371Sergey Shtylyov1-0/+14
2022-02-22net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friendsEric Dumazet1-2/+2
2022-02-22perf script: Fix error when printing 'weight' fieldGerman Gomez1-1/+1
2022-02-22Merge branch 'for-5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-7/+25
2022-02-22selinux: fix misuse of mutex_is_locked()Ondrej Mosnacek1-2/+2
2022-02-22dt-bindings: update Roger Quadros emailKrzysztof Kozlowski4-4/+4
2022-02-22MAINTAINERS: sifive: drop Yash ShahKrzysztof Kozlowski4-9/+0
2022-02-22tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2022-02-22perf data: Fix double free in perf_session__delete()Alexey Bayduraev1-4/+3
2022-02-22cpuset: Fix kernel-docJiapeng Chong1-5/+5
2022-02-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+2
2022-02-22cgroup-v1: Correct privileges check in release_agent writesMichal Koutný1-2/+4
2022-02-22cgroup: clarify cgroup_css_set_fork()Christian Brauner1-0/+14
2022-02-22configfs: fix a race in configfs_{,un}register_subsystem()ChenXiaoSong1-0/+14
2022-02-22io_uring: disallow modification of rsrc_data during quiesceDylan Yudaken1-1/+9
2022-02-22hwmon: (pmbus) Clear pmbus fault/warning bits after readVikash Chandola1-0/+5
2022-02-22hwmon: Handle failure to register sensor with thermal zone correctlyGuenter Roeck1-6/+8
2022-02-22Merge branch 'kvm-ppc-cap-210' into kvm-masterPaolo Bonzini3-0/+16
2022-02-22KVM: PPC: reserve capability 210 for KVM_CAP_PPC_AIL_MODE_3Nicholas Piggin3-0/+16
2022-02-22block: clear iocb->private in blkdev_bio_end_io_async()Stefano Garzarella1-0/+2
2022-02-22regulator: da9121: Remove surplus DA9141 parametersAdam Ward1-4/+0
2022-02-22regulator: da9121: Fix DA914x voltage valueAdam Ward1-1/+1
2022-02-22regulator: da9121: Fix DA914x current valuesAdam Ward1-5/+5
2022-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller9-9/+58
2022-02-22mips: setup: fix setnocoherentio() boolean settingRandy Dunlap1-1/+1
2022-02-22driver core: Free DMA range map when device is releasedMårten Lindahl1-0/+5
2022-02-22netfilter: nf_tables: fix memory leak during stateful obj updateFlorian Westphal1-4/+9
2022-02-22ata: pata_hpt37x: fix PCI clock detectionSergey Shtylyov1-2/+2
2022-02-21drm/amd/display: For vblank_disable_immediate, check PSR is really usedMichel Dänzer1-8/+9
2022-02-21drm/amd/pm: fix some OEM SKU specific stability issuesEvan Quan1-1/+31
2022-02-21drm/amdgpu: disable MMHUB PG for PicassoEvan Quan1-1/+4
2022-02-21drm/amd/display: Protect update_bw_bounding_box FPU code.Bas Nieuwenhuizen2-2/+7
2022-02-21sc16is7xx: Fix for incorrect data being transmittedPhil Elwell1-0/+3
2022-02-21tty: n_gsm: fix deadlock in gsmtty_open()daniel.starke@siemens.com1-0/+3
2022-02-21tty: n_gsm: fix wrong modem processing in convergence layer type 2daniel.starke@siemens.com1-9/+14
2022-02-21tty: n_gsm: fix wrong tty control line for flow controldaniel.starke@siemens.com1-4/+4
2022-02-21tty: n_gsm: fix NULL pointer access due to DLCI releasedaniel.starke@siemens.com1-1/+6
2022-02-21tty: n_gsm: fix proper link termination after failed opendaniel.starke@siemens.com1-1/+1
2022-02-21tty: n_gsm: fix encoding of command/response bitdaniel.starke@siemens.com1-6/+10
2022-02-21tty: n_gsm: fix encoding of control signal octet bit DVdaniel.starke@siemens.com1-1/+1
2022-02-21Merge tag 'platform-drivers-x86-v5.17-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-2/+4
2022-02-21mtd: core: Fix a conflict between MTD and NVMEM on wp-gpios propertyChristophe Kerello1-0/+2
2022-02-21nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios propertyChristophe Kerello2-2/+4
2022-02-21Merge tag 'iio-fixes-for-5.17a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman18-29/+72
2022-02-21lib/iov_iter: initialize "flags" in new pipe_bufferMax Kellermann1-0/+2
2022-02-21ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSEJulian Braha1-1/+0
2022-02-21ARM: Fix kgdb breakpoint for Thumb2Russell King (Oracle)1-8/+28
2022-02-21netfilter: nft_limit: fix stateful object memory leakFlorian Westphal1-0/+18
2022-02-21netfilter: nf_tables: unregister flowtable hooks on netns exitPablo Neira Ayuso1-0/+3
2022-02-21platform/x86: int3472: Add terminator to gpiod_lookup_tableDaniel Scally1-1/+2
2022-02-21net: mdio-ipq4019: add delay after clock enableBaruch Siach1-1/+5
2022-02-21io_uring: don't convert to jiffies for waiting on timeoutsJens Axboe1-6/+7
2022-02-21gso: do not skip outer ip header in case of ipip and net_failoverTao Liu2-1/+6
2022-02-21tools/cgroup/slabinfo: update to work with struct slabRoman Gushchin1-15/+15
2022-02-21slab: remove __alloc_size attribute from __kmalloc_track_callerGreg Kroah-Hartman1-2/+1
2022-02-21drm/i915/dg2: Print PHY name properly on calibration errorMatt Roper1-1/+1
2022-02-21drm/i915: Fix bw atomic check when switching between SAGV vs. no SAGVVille Syrjälä1-2/+16
2022-02-21drm/i915: Correctly populate use_sagv_wm for all pipesVille Syrjälä1-11/+11
2022-02-21drm/i915: Disconnect PHYs left connected by BIOS on disabled portsImre Deak1-6/+20
2022-02-21drm/i915: Widen the QGV point maskVille Syrjälä1-4/+4
2022-02-21USB: serial: option: add Telit LE910R1 compositionsDaniele Palmas1-0/+6
2022-02-21USB: serial: option: add support for DW5829eSlark Xiao1-0/+6