aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-11-29xfs: drop write error injection is unfixable, remove itxfs-iomap-stale-fixesxfs-iomap-write-corrupt-fixDave Chinner3-23/+25
2022-11-29xfs: use iomap_valid method to detect stale cached iomapsDave Chinner5-27/+87
2022-11-29iomap: write iomap validity checksDave Chinner3-10/+81
2022-11-29xfs: xfs_bmap_punch_delalloc_range() should take a byte rangeDave Chinner4-21/+15
2022-11-29iomap: buffered write failure should not truncate the page cacheDave Chinner1-15/+180
2022-11-23xfs,iomap: move delalloc punching to iomapDave Chinner3-39/+72
2022-11-23xfs: use byte ranges for write cleanup rangesDave Chinner1-15/+25
2022-11-23xfs: punching delalloc extents on write failure is racyDave Chinner1-18/+23
2022-11-07xfs: write page faults in iomap are not buffered writesDave Chinner3-1/+11
2022-11-06Linux 6.1-rc4v6.1-rc4Linus Torvalds1-1/+1
2022-11-06Merge tag 'cxl-fixes-for-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-91/+448
2022-11-06Merge tag 'hwmon-for-v6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-14/+103
2022-11-06Merge tag 'perf_urgent_for_v6.1_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-11/+18
2022-11-06Merge tag 'x86_urgent_for_v6.1_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-9/+29
2022-11-06Merge tag 'kbuild-fixes-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-21/+16
2022-11-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-60/+52
2022-11-06Merge tag 'for-linus-6.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-18/+7
2022-11-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-7/+21
2022-11-06Merge tag '6.1-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-62/+105
2022-11-06Merge tag 'trace-v6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds5-26/+29
2022-11-06Merge tag 'kvmarm-fixes-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini7-36/+34
2022-11-06Merge branch 'kvm-master' into HEADPaolo Bonzini4-24/+18
2022-11-06ext4: fix fortify warning in fs/ext4/fast_commit.c:1551Theodore Ts'o1-2/+3
2022-11-06ext4: fix wrong return err in ext4_load_and_init_journal()Jason Yan1-1/+1
2022-11-06ext4: fix warning in 'ext4_da_release_space'Ye Bin1-1/+2
2022-11-06ext4: fix BUG_ON() when directory entry has invalid rec_lenLuís Henriques1-1/+9
2022-11-05Merge tag 'acpi-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-0/+6
2022-11-05Merge branch 'acpi-x86'Rafael J. Wysocki1-0/+6
2022-11-05Merge tag 'block-6.1-2022-11-05' of git://git.kernel.dk/linuxLinus Torvalds4-50/+77
2022-11-04cifs: fix use-after-free on the link nameChenXiaoSong2-6/+25
2022-11-04cifs: avoid unnecessary iteration of tcp sessionsShyam Prasad N3-51/+55
2022-11-04cifs: always iterate smb sessions using primary channelShyam Prasad N4-5/+25
2022-11-04Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-11/+72
2022-11-04Merge tag 'i2c-for-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-6/+13
2022-11-04Revert "hwmon: (pmbus) Add regulator supply into macro"Guenter Roeck1-1/+0
2022-11-04hwmon: (scmi) Register explicitly with Thermal FrameworkCristian Marussi1-13/+103
2022-11-04cxl/region: Recycle region idsDan Williams1-0/+20
2022-11-04cxl/region: Fix 'distance' calculation with passthrough portsDan Williams3-3/+19
2022-11-04tools/testing/cxl: Add a single-port host-bridge regression configDan Williams1-19/+278
2022-11-04tools/testing/cxl: Fix some error exitsDan Williams1-2/+2
2022-11-04cxl/pmem: Fix cxl_pmem_region and cxl_memdev leakDan Williams3-37/+68
2022-11-04cxl/region: Fix cxl_region leak, cleanup targets at region deleteDan Williams1-0/+11
2022-11-04cxl/region: Fix region HPA ordering validationDan Williams1-0/+3
2022-11-04Merge tag 'xfs-6.1-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds29-386/+670
2022-11-04Merge tag 'landlock-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+4
2022-11-04Merge tag 'hardening-v6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+9
2022-11-04Merge tag 'efi-fixes-for-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-54/+98
2022-11-04Merge tag 'soc-fixes-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds34-82/+267
2022-11-04x86/cpu: Add several Intel server CPU model numbersTony Luck1-1/+10
2022-11-04Merge tag 'drm-fixes-2022-11-04-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds48-589/+824
2022-11-04Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-10/+84
2022-11-04tracing: kprobe: Fix memory leak in test_gen_kprobe/kretprobe_cmd()Shang XiaoJing1-11/+7
2022-11-04tracing/fprobe: Fix to check whether fprobe is registered correctlyMasami Hiramatsu (Google)1-1/+2
2022-11-04fprobe: Check rethook_alloc() return in rethook initializationRafael Mendonca1-0/+2
2022-11-04kprobe: reverse kp->flags when arm_kprobe failedLi Qiang1-1/+4
2022-11-03Merge tag 'ata-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2-4/+5
2022-11-04Merge tag 'drm-intel-fixes-2022-11-03' of git://anongit.freedesktop.org/drm/d...Dave Airlie19-139/+277
2022-11-04Merge tag 'amd-drm-fixes-6.1-2022-11-02' of https://gitlab.freedesktop.org/ag...Dave Airlie22-417/+464
2022-11-03Merge tag 'fuse-fixes-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+13
2022-11-03cxl/pmem: Use size_add() against integer overflowYu Zhe1-1/+1
2022-11-03Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-49/+91
2022-11-03arm64: cpufeature: Fix the visibility of compat hwcapsAmit Daniel Kachhap2-10/+70
2022-11-03Merge tag 'linux-kselftest-fixes-6.1-rc4' of git://git.kernel.org/pub/scm/lin...Linus Torvalds3-3/+15
2022-11-03Merge tag 'net-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds50-190/+401
2022-11-03Merge tag 'powerpc-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds5-5/+27
2022-11-03arm64: efi: Recover from synchronous exceptions occurring in firmwareArd Biesheuvel4-2/+69
2022-11-03KVM: x86: Fix a typo about the usage of kvcalloc()Liao Chang1-1/+1
2022-11-03KVM: x86: Use SRCU to protect zap in __kvm_set_or_clear_apicv_inhibit()Ben Gardon1-0/+3
2022-11-03Merge branch 'vsock-remove-an-unused-variable-and-fix-infinite-sleep'Paolo Abeni1-3/+4
2022-11-03vsock: fix possible infinite sleep in vsock_connectible_wait_data()Dexuan Cui1-1/+4
2022-11-03vsock: remove the unused 'wait' in vsock_connectible_recvmsg()Dexuan Cui1-2/+0
2022-11-03x86/xen: simplify sysenter and syscall setupJuergen Gross1-17/+6
2022-11-03x86/xen: silence smatch warning in pmu_msr_chk_emulated()Juergen Gross1-1/+1
2022-11-03Merge tag 'drm-misc-fixes-2022-11-02-1' of git://anongit.freedesktop.org/drm/...Dave Airlie7-33/+83
2022-11-02ftrace: Fix use-after-free for dynamic ftrace_opsLi Huafei1-13/+3
2022-11-02ring-buffer: Check for NULL cpu_buffer in ring_buffer_wake_waiters()Steven Rostedt (Google)1-0/+11
2022-11-02ipv6: fix WARNING in ip6_route_net_exit_late()Zhengchao Shao1-4/+10
2022-11-02bridge: Fix flushing of dynamic FDB entriesIdo Schimmel2-2/+2
2022-11-02net, neigh: Fix null-ptr-deref in neigh_table_clear()Chen Zhongjin1-1/+1
2022-11-02net/smc: Fix possible leaked pernet namespace in smc_init()Chen Zhongjin1-2/+4
2022-11-02stmmac: dwmac-loongson: fix invalid mdio_nodeLiu Peibao1-5/+2
2022-11-02ibmvnic: Free rwi on reset successNick Child1-8/+8
2022-11-02net: mdio: fix undefined behavior in bit shift for __mdiobus_registerGaosheng Cui1-1/+1
2022-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski5-37/+52
2022-11-02Merge tag 'for-net-2022-10-02' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski4-22/+98
2022-11-02Bluetooth: L2CAP: Fix attempting to access uninitialized memoryLuiz Augusto von Dentz1-1/+2
2022-11-02Bluetooth: L2CAP: Fix l2cap_global_chan_by_psmLuiz Augusto von Dentz1-1/+1
2022-11-02Bluetooth: L2CAP: Fix accepting connection request for invalid SPSMLuiz Augusto von Dentz1-0/+25
2022-11-02drm/amdkfd: update GFX11 CWSR trap handlerJay Cornwall2-381/+389
2022-11-02drm/amd/display: Investigate tool reported FCLK P-state deviationsNevenko Stupar1-1/+2
2022-11-02drm/amd/display: Add DSC delay factor workaroundGeorge Shen7-7/+19
2022-11-02drm/amd/display: Round up DST_after_scaler to nearest intGeorge Shen1-2/+2
2022-11-02drm/amd/display: Use forced DSC bpp in DMLGeorge Shen2-2/+2
2022-11-02drm/amd/display: Fix DCN32 DSC delay calculationGeorge Shen1-1/+1
2022-11-02drm/amdgpu: Disable GPU reset on SRIOV before remove pci.Gavin Wan1-1/+2
2022-11-02drm/amdgpu: disable GFXOFF during compute for GFX11Graham Sider1-0/+7
2022-11-02Bluetooth: hci_conn: Fix not restoring ISO buffer count on disconnectLuiz Augusto von Dentz1-0/+11
2022-11-02Bluetooth: L2CAP: Fix memory leak in vhci_writeHawkins Jiawei1-4/+3
2022-11-02Bluetooth: L2CAP: fix use-after-free in l2cap_conn_del()Zhengchao Shao1-0/+1
2022-11-02Bluetooth: virtio_bt: Use skb_put to set lengthSoenke Huster1-1/+1
2022-11-02Bluetooth: hci_conn: Fix CIS connection dst_type handlingPauli Virtanen2-8/+13
2022-11-02Bluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sduMaxim Mikityanskiy1-7/+41
2022-11-02drm/amd: Fail the suspend if resources can't be evictedMario Limonciello1-5/+10
2022-11-02Merge tag 'juno-fix-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/sud...Arnd Bergmann1-0/+14
2022-11-02drm/amdkfd: Fix NULL pointer dereference in svm_migrate_to_ram()Yang Li1-3/+1
2022-11-02drm/amdgpu: correct MES debugfs versionsGraham Sider1-4/+6
2022-11-02drm/amdgpu: set fb_modifiers_not_supported in vkmsYifan Zhang1-0/+2
2022-11-02drm/amd/display: cursor update command incompleteMax Tseng1-0/+4
2022-11-02drm/amd/display: Enable timing sync on DCN32Alvin Lee1-0/+1
2022-11-02Merge tag 'scmi-fixes-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann8-32/+88
2022-11-02drm/amd/display: Set memclk levels to be at least 1 for dcn32Dillon Varone1-0/+3
2022-11-02drm/amd/display: Update latencies on DCN321Dillon Varone1-5/+5
2022-11-02drm/amd/display: Limit dcn32 to 1950Mhz display clockJun Lei1-4/+4
2022-11-02drm/amd/display: Ignore Cable ID FeatureFangzhi Zuo1-0/+3
2022-11-02drm/amd/display: Update DSC capabilitie for DCN314Leo Chen1-1/+1
2022-11-02Documentation: devres: add missing I2C helperYang Yingliang1-0/+1
2022-11-02Merge tag 'parisc-for-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-58/+47
2022-11-02netfilter: ipset: enforce documented limit to prevent allocating huge memoryJozsef Kadlecsik1-24/+6
2022-11-02Merge tag 'nfs-for-6.1-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds20-78/+91
2022-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds9-21/+30
2022-11-02KVM: VMX: Ignore guest CPUID for host userspace writes to DEBUGCTLSean Christopherson1-4/+6
2022-11-02KVM: VMX: Fold vmx_supported_debugctl() into vcpu_supported_debugctl()Sean Christopherson2-20/+7
2022-11-02KVM: VMX: Advertise PMU LBRs if and only if perf supports LBRsSean Christopherson1-1/+3
2022-11-02btrfs: fix inode reserve space leak due to nowait buffered writeFilipe Manana1-1/+3
2022-11-02btrfs: fix nowait buffered write returning -ENOSPCFilipe Manana1-0/+3
2022-11-02btrfs: remove pointless and double ulist frees in error paths of qgroup testsFilipe Manana1-12/+4
2022-11-02btrfs: fix ulist leaks in error paths of qgroup self testsFilipe Manana1-5/+15
2022-11-02btrfs: fix inode list leak during backref walking at find_parent_nodes()Filipe Manana1-1/+17
2022-11-02btrfs: fix inode list leak during backref walking at resolve_indirect_refs()Filipe Manana1-19/+17
2022-11-02Merge branch 'misdn-fixes'David S. Miller2-3/+4
2022-11-02isdn: mISDN: netjet: fix wrong check of device registrationYang Yingliang1-1/+1
2022-11-02mISDN: fix possible memory leak in mISDN_register_device()Yang Yingliang1-2/+3
2022-11-02rose: Fix NULL pointer dereference in rose_send_frame()Zhang Qilong1-0/+3
2022-11-02perf/x86/intel: Add Cooper Lake stepping to isolation_ucodes[]Kan Liang1-0/+1
2022-11-02perf/x86/intel: Fix pebs event constraints for SPRKan Liang1-2/+7
2022-11-02perf/x86/intel: Fix pebs event constraints for ICLKan Liang1-2/+7
2022-11-02perf/x86/rapl: Use standard Energy Unit for SPR Dram RAPL domainZhang Rui1-5/+1
2022-11-02perf/hw_breakpoint: test: Skip the test if dependencies unmetDavid Gow1-2/+2
2022-11-02netfilter: nf_nat: Fix possible memory leak in nf_nat_init()Chen Zhongjin1-1/+10
2022-11-02selftests/pidfd_test: Remove the erroneous ','Zhao Gongyi1-1/+1
2022-11-02ipvs: fix WARNING in ip_vs_app_net_cleanup()Zhengchao Shao1-2/+8
2022-11-02ipvs: fix WARNING in __ip_vs_cleanup_batch()Zhengchao Shao1-5/+21
2022-11-02ipvs: use explicitly signed charsJason A. Donenfeld1-2/+2
2022-11-02kconfig: fix segmentation fault in menuconfig searchMasahiro Yamada1-19/+4
2022-11-01netlink: introduce bigendian integer typesFlorian Westphal3-38/+28
2022-11-01net: lan966x: Fix unmapping of received frames using FDMAHoratiu Vultur1-6/+12
2022-11-01Merge branch 'net-lan966x-fixes-for-when-mtu-is-changed'Jakub Kicinski5-4/+31
2022-11-01net: lan966x: Fix FDMA when MTU is changedHoratiu Vultur2-3/+7
2022-11-01net: lan966x: Adjust maximum frame size when vlan is enabled/disabledHoratiu Vultur2-0/+21
2022-11-01net: lan966x: Fix the MTU calculationHoratiu Vultur2-1/+3
2022-11-01x86/tdx: Panic on bad configs that #VE on "private" memory accessKirill A. Shutemov1-5/+16
2022-11-01cxl/region: Fix decoder allocation crashVishal Verma1-26/+41
2022-11-01Merge tag 'docs-6.1-fixes' of git://git.lwn.net/linuxLinus Torvalds9-19/+12
2022-11-01Merge tag 'nfsd-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-3/+2
2022-11-01nfsd: fix net-namespace logic in __nfsd_file_cache_purgeJeff Layton1-3/+2
2022-11-01Merge tag 'nolibc-urgent.2022.10.28a' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-7/+10
2022-11-01arm64: booting: Document our requirements for fine grained traps with SMEMark Brown1-0/+8
2022-11-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-103/+362
2022-11-01Merge tag 'linux-watchdog-6.1-rc4' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2-2/+4
2022-11-01arm64: entry: avoid kprobe recursionMark Rutland1-1/+2
2022-11-01x86/tdx: Prepare for using "INFO" call for a second purposeDave Hansen1-3/+3
2022-11-01Merge tag 'refcount-cow-domain-6.1_2022-10-31' of git://git.kernel.org/pub/sc...Darrick J. Wong12-184/+368
2022-11-01sfc: Fix an error handling path in efx_pci_probe()Christophe JAILLET1-2/+6
2022-11-01KVM: arm64: Fix SMPRI_EL1/TPIDR2_EL0 trapping on VHEMarc Zyngier3-34/+20
2022-11-01drm/imx: imx-tve: Fix return type of imx_tve_connector_mode_validNathan Huckleberry1-2/+3
2022-11-01drm/imx: Kconfig: Remove duplicated 'select DRM_KMS_HELPER' lineLiu Ying1-1/+0
2022-11-01i2c: i801: add lis3lv02d's I2C address for Vostro 5568Nam Cao1-0/+1
2022-11-01i2c: tegra: Allocate DMA memory for DMA engineThierry Reding1-6/+10
2022-11-01i2c: piix4: Fix adapter not be removed in piix4_remove()Chen Zhongjin1-0/+1
2022-11-01arm64: dts: juno: Add thermal critical trip pointsCristian Marussi1-0/+14
2022-11-01firmware: arm_scmi: Fix deferred_tx_wq release on error pathsCristian Marussi1-7/+13
2022-11-01firmware: arm_scmi: Fix devres allocation device in virtio transportCristian Marussi1-3/+3
2022-11-01firmware: arm_scmi: Make Rx chan_setup fail on memory errorsCristian Marussi1-2/+6
2022-11-01firmware: arm_scmi: Make tx_prepare time out eventuallyCristian Marussi6-8/+34
2022-11-01firmware: arm_scmi: Suppress the driver's bind attributesCristian Marussi1-0/+1
2022-11-01firmware: arm_scmi: Cleanup the core driver removal callbackCristian Marussi3-12/+31
2022-11-01MAINTAINERS: Update HiSilicon LPC BUS Driver maintainerJay Fang1-1/+1
2022-11-01ARM: dts: ux500: Add trips to battery thermal zonesLinus Walleij9-0/+72
2022-11-01Merge tag 'imx-fixes-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Arnd Bergmann15-42/+85
2022-11-01netfilter: nf_tables: release flow rule object from commit pathPablo Neira Ayuso1-3/+3
2022-11-01netfilter: nf_tables: netlink notifier might race to release objectsPablo Neira Ayuso1-0/+2
2022-11-01powerpc/32: Select ARCH_SPLIT_ARG64Michael Ellerman1-0/+1
2022-10-31net: tun: fix bugs for oversize packet when napi frags enabledZiyang Xuan1-1/+2
2022-10-31ibmvnic: change maintainers for vnic driverRick Lindsley1-1/+4
2022-10-31block: blk_add_rq_to_plug(): clear stale 'last' after flushAl Viro1-0/+1
2022-11-01powerpc/32: fix syscall wrappers with 64-bit argumentsAndreas Schwab3-3/+24
2022-11-01asm-generic: compat: fix compat_arg_u64() and compat_arg_u64_dual()Andreas Schwab1-1/+1
2022-10-31Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-40/+73
2022-10-31Merge tag 'lsm-pr-20221031' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+4
2022-10-31KVM: Check KVM_CAP_DIRTY_LOG_{RING, RING_ACQ_REL} prior to enabling themGavin Shan1-0/+3
2022-10-31Merge tag 'fix-log-recovery-misuse-6.1_2022-10-31' of git://git.kernel.org/pu...Darrick J. Wong9-187/+266
2022-10-31xfs: rename XFS_REFC_COW_START to _COWFLAGDarrick J. Wong3-6/+6
2022-10-31xfs: fix uninitialized list head in struct xfs_refcount_recoveryDarrick J. Wong1-4/+6
2022-10-31xfs: fix agblocks check in the cow leftover recovery functionDarrick J. Wong1-1/+3
2022-10-31xfs: check record domain when accessing refcount recordsDarrick J. Wong2-14/+43
2022-10-31xfs: remove XFS_FIND_RCEXT_SHARED and _COWDarrick J. Wong1-31/+17
2022-10-31xfs: refactor domain and refcount checkingDarrick J. Wong3-10/+17
2022-10-31xfs: report refcount domain in tracepointsDarrick J. Wong2-9/+43
2022-10-31xfs: track cow/shared record domains explicitly in xfs_refcount_irecDarrick J. Wong5-67/+151
2022-10-31xfs: refactor refcount record usage in xchk_refcountbt_recDarrick J. Wong1-30/+24