Age | Commit message (Expand) | Author | Files | Lines |
2025-04-30 | xfs: allow ro mounts if rtdev or logdev are read-onlyHEADkorg/for-next_2025-05-07master | Hans Holmberg | 1 | -3/+18 |
2025-04-28 | xfs: stop using set_blocksize | Darrick J. Wong | 1 | -4/+11 |
2025-04-28 | Merge remote-tracking branch 'linux-block/block-6.15' into xfs tree | Carlos Maiolino | 45 | -648/+1443 |
2025-04-24 | ublk: fix race between io_uring_cmd_complete_in_task and ublk_cancel_cmd | Ming Lei | 1 | -6/+21 |
2025-04-24 | ublk: call ublk_dispatch_req() for handling UBLK_U_IO_NEED_GET_DATA | Ming Lei | 1 | -11/+3 |
2025-04-24 | block: don't autoload drivers on blk-cgroup configuration | Christoph Hellwig | 1 | -1/+1 |
2025-04-24 | block: don't autoload drivers on stat | Christoph Hellwig | 4 | -7/+7 |
2025-04-24 | block: remove the backing_inode variable in bdev_statx | Christoph Hellwig | 1 | -7/+4 |
2025-04-24 | block: move blkdev_{get,put} _no_open prototypes out of blkdev.h | Christoph Hellwig | 2 | -4/+3 |
2025-04-24 | block: never reduce ra_pages in blk_apply_bdi_limits | Christoph Hellwig | 1 | -1/+7 |
2025-04-24 | selftests: ublk: common: fix _get_disk_dev_t for pre-9.0 coreutils | Uday Shankar | 1 | -2/+2 |
2025-04-24 | Merge tag 'nvme-6.15-2025-04-24' of git://git.infradead.org/nvme into block-6.15 | Jens Axboe | 1 | -0/+3 |
2025-04-23 | selftests: ublk: remove useless 'delay_us' from 'struct dev_ctx' | Ming Lei | 1 | -3/+0 |
2025-04-23 | selftests: ublk: fix recover test | Ming Lei | 2 | -1/+2 |
2025-04-23 | block: hoist block size validation code to a separate function | Darrick J. Wong | 2 | -6/+28 |
2025-04-23 | block: fix race between set_blocksize and read paths | Darrick J. Wong | 4 | -1/+43 |
2025-04-22 | xfs: remove duplicate Zoned Filesystems sections in admin-guide | Hans Holmberg | 1 | -21/+8 |
2025-04-22 | XFS: fix zoned gc threshold math for 32-bit arches | Carlos Maiolino | 1 | -2/+8 |
2025-04-22 | nvmet: fix out-of-bounds access in nvmet_enable_port | Richard Weinberger | 1 | -0/+3 |
2025-04-17 | Merge tag 'nvme-6.15-2025-04-17' of git://git.infradead.org/nvme into block-6.15 | Jens Axboe | 4 | -39/+67 |
2025-04-17 | xfs: document zoned rt specifics in admin-guide | Hans Holmberg | 1 | -0/+29 |
2025-04-16 | Merge tag 'md-6.15-20250416' of https://git.kernel.org/pub/scm/linux/kernel/g... | Jens Axboe | 3 | -13/+19 |
2025-04-16 | selftests: ublk: add generic_06 for covering fault inject | Uday Shankar | 5 | -3/+155 |
2025-04-16 | ublk: simplify aborting ublk request | Ming Lei | 1 | -62/+20 |
2025-04-16 | ublk: remove __ublk_quiesce_dev() | Ming Lei | 1 | -17/+2 |
2025-04-16 | ublk: improve detection and handling of ublk server exit | Uday Shankar | 1 | -100/+123 |
2025-04-16 | ublk: move device reset into ublk_ch_release() | Ming Lei | 1 | -49/+72 |
2025-04-16 | ublk: rely on ->canceling for dealing with ublk_nosrv_dev_should_queue_io | Ming Lei | 1 | -14/+17 |
2025-04-16 | ublk: add ublk_force_abort_dev() | Ming Lei | 1 | -13/+8 |
2025-04-16 | ublk: properly serialize all FETCH_REQs | Uday Shankar | 1 | -28/+49 |
2025-04-16 | selftests: ublk: move creating UBLK_TMP into _prep_test() | Ming Lei | 1 | -1/+1 |
2025-04-16 | selftests: ublk: add test_stress_05.sh | Ming Lei | 2 | -0/+65 |
2025-04-16 | selftests: ublk: support user recovery | Ming Lei | 6 | -10/+230 |
2025-04-16 | selftests: ublk: support target specific command line | Ming Lei | 3 | -12/+95 |
2025-04-16 | selftests: ublk: increase max nr_queues and queue depth | Ming Lei | 2 | -3/+3 |
2025-04-16 | selftests: ublk: set queue pthread's cpu affinity | Ming Lei | 2 | -8/+159 |
2025-04-16 | selftests: ublk: setup ring with IORING_SETUP_SINGLE_ISSUER/IORING_SETUP_DEFE... | Ming Lei | 1 | -1/+3 |
2025-04-16 | selftests: ublk: add two stress tests for zero copy feature | Ming Lei | 3 | -0/+77 |
2025-04-16 | selftests: ublk: run stress tests in parallel | Ming Lei | 3 | -49/+63 |
2025-04-16 | selftests: ublk: make sure _add_ublk_dev can return in sub-shell | Ming Lei | 4 | -22/+39 |
2025-04-16 | selftests: ublk: cleanup backfile automatically | Ming Lei | 12 | -89/+70 |
2025-04-16 | selftests: ublk: add io_uring uapi header | Ming Lei | 1 | -0/+1 |
2025-04-16 | selftests: ublk: fix ublk_find_tgt() | Ming Lei | 2 | -2/+3 |
2025-04-16 | block: integrity: Do not call set_page_dirty_lock() | Martin K. Petersen | 1 | -11/+6 |
2025-04-16 | xfs: fix fsmap for internal zoned devices | Darrick J. Wong | 1 | -18/+33 |
2025-04-16 | md/raid1: Add check for missing source disk in process_checks() | Meir Elisha | 1 | -10/+16 |
2025-04-16 | xfs: Fix spelling mistake "drity" -> "dirty" | Zhang Xianwei | 1 | -1/+1 |
2025-04-16 | nvmet: pci-epf: cleanup link state management | Damien Le Moal | 1 | -6/+8 |
2025-04-16 | nvmet: pci-epf: clear CC and CSTS when disabling the controller | Damien Le Moal | 1 | -17/+32 |
2025-04-16 | nvmet: pci-epf: always fully initialize completion entries | Damien Le Moal | 1 | -7/+18 |
2025-04-16 | nvmet: auth: use NULL to clear a pointer in nvmet_auth_sq_free() | Damien Le Moal | 1 | -1/+1 |
2025-04-16 | nvme-multipath: sysfs links may not be created for devices | Hannes Reinecke | 1 | -7/+7 |
2025-04-16 | nvme: fixup scan failure for non-ANA multipath controllers | Hannes Reinecke | 1 | -1/+1 |
2025-04-15 | ublk: don't suggest CONFIG_BLK_DEV_UBLK=Y | Caleb Sander Mateos | 1 | -6/+0 |
2025-04-15 | loop: stop using vfs_iter_{read,write} for buffered I/O | Christoph Hellwig | 1 | -95/+17 |
2025-04-15 | loop: LOOP_SET_FD: send uevents for partitions | Thomas Weißschuh | 1 | -1/+2 |
2025-04-15 | loop: properly send KOBJ_CHANGED uevent for disk device | Thomas Weißschuh | 1 | -2/+2 |
2025-04-15 | loop: aio inherit the ioprio of original request | Yunlong Xing | 1 | -1/+1 |
2025-04-14 | block: fix resource leak in blk_register_queue() error path | Zheng Qixing | 1 | -0/+2 |
2025-04-14 | block: add SPDX header line to blk-throttle.h | Bird, Tim | 1 | -0/+1 |
2025-04-14 | xfs: compute buffer address correctly in xmbuf_map_backing_mem | Darrick J. Wong | 1 | -1/+1 |
2025-04-14 | xfs: add tunable threshold parameter for triggering zone GC | Hans Holmberg | 5 | -2/+75 |
2025-04-14 | xfs: mark xfs_buf_free as might_sleep() | Christoph Hellwig | 1 | -0/+1 |
2025-04-14 | xfs: remove the leftover xfs_{set,clear}_li_failed infrastructure | Christoph Hellwig | 4 | -39/+3 |
2025-04-13 | Linux 6.15-rc2 | Linus Torvalds | 1 | -1/+1 |
2025-04-13 | Merge tag 'erofs-for-6.15-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -7/+9 |
2025-04-13 | Merge tag 'ext4_for_linus-6.15-rc2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 5 | -43/+77 |
2025-04-13 | Merge tag 'fixes-2025-04-13' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -0/+20 |
2025-04-12 | ext4: fix off-by-one error in do_split | Artem Sadovnikov | 1 | -1/+1 |
2025-04-12 | ext4: make block validity check resistent to sb bh corruption | Ojaswin Mujoo | 2 | -6/+6 |
2025-04-12 | ext4: avoid -Wflex-array-member-not-at-end warning | Gustavo A. R. Silva | 1 | -10/+8 |
2025-04-12 | Documentation: ext4: Add fields to ext4_super_block documentation | Tom Vierjahn | 1 | -6/+14 |
2025-04-12 | Merge tag 'trace-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 6 | -145/+372 |
2025-04-12 | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Linus Torvalds | 11 | -76/+354 |
2025-04-12 | rv: Fix out-of-bound memory access in rv_is_container_monitor() | Nam Cao | 1 | -1/+6 |
2025-04-12 | ftrace: Do not have print_graph_retval() add a newline | Steven Rostedt | 1 | -6/+5 |
2025-04-12 | Merge tag 'pwm/for-6.15-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 6 | -31/+42 |
2025-04-11 | Merge tag 'v6.15-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 13 | -111/+154 |
2025-04-11 | Merge tag 'pci-v6.15-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -6/+6 |
2025-04-11 | tracing/selftest: Add test to better test subops filtering of function graph | Steven Rostedt | 1 | -0/+177 |
2025-04-11 | ftrace: Fix accounting of subop hashes | Steven Rostedt | 1 | -137/+177 |
2025-04-11 | ftrace: Properly merge notrace hashes | Andy Chiu | 1 | -4/+4 |
2025-04-11 | PCI: Run quirk_huawei_pcie_sva() before arm_smmu_probe_device() | Zhangfei Gao | 1 | -6/+6 |
2025-04-11 | bpf: Convert ringbuf map to rqspinlock | Kumar Kartikeya Dwivedi | 1 | -10/+7 |
2025-04-11 | Merge tag 'spi-fix-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -6/+2 |
2025-04-11 | Merge tag 'ata-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/lib... | Linus Torvalds | 2 | -3/+16 |
2025-04-11 | Merge tag 'block-6.15-20250411' of git://git.kernel.dk/linux | Linus Torvalds | 6 | -76/+73 |
2025-04-11 | Merge tag 'iommu-fixes-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 8 | -77/+52 |
2025-04-11 | Merge tag 'acpi-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 3 | -3/+31 |
2025-04-11 | Merge tag 's390-6.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 9 | -19/+210 |
2025-04-11 | Merge branches 'acpi-ec' and 'acpi-button' | Rafael J. Wysocki | 2 | -1/+29 |
2025-04-11 | null_blk: Use strscpy() instead of strscpy_pad() in null_add_dev() | Thorsten Blum | 1 | -1/+1 |
2025-04-11 | iommu/tegra241-cmdqv: Fix warnings due to dmam_free_coherent() | Nicolin Chen | 1 | -27/+5 |
2025-04-11 | iommu: remove unneeded semicolon | Pei Xiao | 1 | -2/+2 |
2025-04-11 | iommu/mediatek: Fix NULL pointer deference in mtk_iommu_device_group | Louis-Alexis Eyraud | 1 | -13/+13 |
2025-04-11 | iommu/exynos: Fix suspend/resume with IDENTITY domain | Marek Szyprowski | 1 | -2/+2 |
2025-04-11 | iommu/ipmmu-vmsa: Register in a sensible order | Robin Murphy | 1 | -17/+10 |
2025-04-11 | iommu: Clear iommu-dma ops on cleanup | Robin Murphy | 1 | -0/+3 |
2025-04-11 | iommu/vt-d: Remove an unnecessary call set_dma_ops() | Petr Tesarik | 1 | -1/+0 |
2025-04-11 | iommu/vt-d: Wire up irq_ack() to irq_move_irq() for posted MSIs | Sean Christopherson | 1 | -14/+15 |
2025-04-11 | iommu: Fix crash in report_iommu_fault() | Fedor Pchelkin | 1 | -1/+2 |
2025-04-10 | Merge tag 'drm-fixes-2025-04-11-1' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds | 64 | -196/+542 |
2025-04-10 | Merge tag 'bcachefs-2025-04-10' of git://evilpiepirate.org/bcachefs | Linus Torvalds | 14 | -226/+96 |
2025-04-11 | Merge tag 'drm-xe-fixes-2025-04-10' of https://gitlab.freedesktop.org/drm/xe/... | Dave Airlie | 10 | -73/+90 |
2025-04-11 | Merge tag 'drm-misc-fixes-2025-04-10' of https://gitlab.freedesktop.org/drm/m... | Dave Airlie | 21 | -53/+165 |
2025-04-10 | Merge tag 'irq-urgent-2025-04-10' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -27/+2 |
2025-04-10 | Merge tag 'timers-urgent-2025-04-10' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -8/+30 |
2025-04-10 | Merge tag 'x86-urgent-2025-04-10' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 14 | -157/+405 |
2025-04-10 | Merge tag 'perf-urgent-2025-04-10' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -52/+34 |
2025-04-10 | Merge tag 'objtool-urgent-2025-04-10' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 6 | -26/+72 |
2025-04-10 | objtool: Fix false-positive "ignoring unreachables" warning | Josh Poimboeuf | 1 | -1/+1 |
2025-04-10 | bpf: Convert queue_stack map to rqspinlock | Kumar Kartikeya Dwivedi | 1 | -23/+12 |
2025-04-10 | bpf: Use architecture provided res_smp_cond_load_acquire | Kumar Kartikeya Dwivedi | 2 | -2/+2 |
2025-04-10 | selftests/bpf: Make res_spin_lock AA test condition stronger | Kumar Kartikeya Dwivedi | 1 | -3/+7 |
2025-04-10 | Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 45 | -150/+649 |
2025-04-10 | Merge tag 'nvme-6.15-2025-04-10' of git://git.infradead.org/nvme into block-6.15 | Jens Axboe | 5 | -75/+72 |
2025-04-10 | ext4: don't treat fhandle lookup of ea_inode as FS corruption | Jann Horn | 1 | -20/+48 |
2025-04-10 | Merge tag 'for-linus-6.15a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 6 | -15/+54 |
2025-04-10 | Merge tag 'block-6.15-20250410' of git://git.kernel.dk/linux | Linus Torvalds | 2 | -35/+74 |
2025-04-10 | Merge tag 'io_uring-6.15-20250410' of git://git.kernel.dk/linux | Linus Torvalds | 4 | -12/+31 |
2025-04-10 | Merge tag 'gpio-fixes-for-v6.15-rc2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 8 | -18/+65 |
2025-04-10 | Merge tag 'mtd/fixes-for-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 4 | -8/+9 |
2025-04-10 | ethtool: cmis_cdb: Fix incorrect read / write length extension | Ido Schimmel | 2 | -16/+3 |
2025-04-10 | spi: fsl-spi: Remove redundant probe error message | Kevin Hao | 1 | -1/+0 |
2025-04-10 | spi: fsl-qspi: Fix double cleanup in probe error path | Kevin Hao | 1 | -5/+2 |
2025-04-10 | Merge tag 'nf-25-04-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf... | Paolo Abeni | 2 | -2/+40 |
2025-04-10 | selftests: netfilter: add test case for recent mismatch bug | Florian Westphal | 1 | -1/+38 |
2025-04-10 | nft_set_pipapo: fix incorrect avx2 match of 5th field octet | Florian Westphal | 1 | -1/+2 |
2025-04-10 | net: ppp: Add bound checking for skb data on ppp_sync_txmung | Arnaud Lecomte | 1 | -0/+5 |
2025-04-10 | vdso: Address variable shadowing in macros | Peng Jiang | 1 | -6/+6 |
2025-04-10 | drm/rockchip: dw_hdmi_qp: Fix io init for dw_hdmi_qp_rockchip_resume | Andy Yan | 1 | -20/+3 |
2025-04-10 | drm/rockchip: vop2: Fix interface enable/mux setting of DP1 on rk3588 | Andy Yan | 1 | -3/+3 |
2025-04-10 | Merge tag 'amd-drm-fixes-6.15-2025-04-09' of https://gitlab.freedesktop.org/a... | Dave Airlie | 20 | -36/+187 |
2025-04-10 | erofs: remove duplicate code | Bo Liu | 1 | -1/+0 |
2025-04-09 | smb3: Add defines for two new FileSystemAttributes | Steve French | 2 | -0/+4 |
2025-04-10 | Merge tag 'drm-intel-fixes-2025-04-09' of https://gitlab.freedesktop.org/drm/... | Dave Airlie | 13 | -34/+100 |
2025-04-09 | Merge branch 'support-skf_net_off-and-skf_ll_off-on-skb-frags' | Alexei Starovoitov | 5 | -36/+321 |
2025-04-09 | selftests/net: test sk_filter support for SKF_NET_OFF on frags | Willem de Bruijn | 4 | -0/+277 |
2025-04-09 | bpf: support SKF_NET_OFF and SKF_LL_OFF on skb frags | Willem de Bruijn | 1 | -36/+44 |
2025-04-09 | net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod. | Kuniyuki Iwashima | 2 | -2/+43 |
2025-04-09 | ipv6: Align behavior across nexthops during path selection | Ido Schimmel | 1 | -4/+4 |
2025-04-09 | net: phy: allow MDIO bus PM ops to start/stop state machine for phylink-contr... | Vladimir Oltean | 1 | -2/+29 |
2025-04-09 | net: phy: move phy_link_change() prior to mdio_bus_phy_may_suspend() | Vladimir Oltean | 1 | -13/+13 |
2025-04-09 | Merge tag 'linux_kselftest-fixes-6.15-rc2' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 5 | -6/+5 |
2025-04-09 | cifs: Fix querying of WSL CHR and BLK reparse points over SMB1 | Pali Rohár | 1 | -0/+36 |
2025-04-09 | cifs: Split parse_reparse_point callback to functions: get buffer and parse b... | Pali Rohár | 6 | -37/+25 |
2025-04-09 | cifs: Improve handling of name surrogate reparse points in reparse.c | Pali Rohár | 1 | -11/+8 |
2025-04-09 | cifs: Remove explicit handling of IO_REPARSE_TAG_MOUNT_POINT in inode.c | Pali Rohár | 1 | -4/+0 |
2025-04-09 | timekeeping: Add a lockdep override in tick_freeze() | Sebastian Andrzej Siewior | 1 | -0/+22 |
2025-04-09 | x86/ibt: Fix hibernate | Peter Zijlstra | 1 | -2/+2 |
2025-04-09 | hrtimer: Add missing ACCESS_PRIVATE() for hrtimer::function | Nam Cao | 2 | -2/+2 |
2025-04-09 | cifs: Fix encoding of SMB1 Session Setup Kerberos Request in non-UNICODE mode | Pali Rohár | 1 | -20/+40 |
2025-04-09 | tracing: Do not add length to print format in synthetic events | Steven Rostedt | 1 | -1/+0 |
2025-04-09 | smb: client: fix UAF in decryption with multichannel | Paulo Alcantara | 3 | -23/+10 |
2025-04-09 | x86/cpu: Avoid running off the end of an AMD erratum table | Dave Hansen | 1 | -0/+1 |
2025-04-09 | erofs: fix encoded extents handling | Gao Xiang | 1 | -2/+3 |
2025-04-09 | erofs: add __packed annotation to union(__le16..) | Gao Xiang | 1 | -4/+4 |
2025-04-09 | erofs: set error to bio if file-backed IO fails | Sheng Yong | 1 | -0/+2 |
2025-04-09 | drm/amdgpu/mes12: optimize MES pipe FW version fetching | Alex Deucher | 1 | -9/+12 |
2025-04-09 | drm/amd/pm/smu11: Prevent division by zero | Denis Arefev | 1 | -1/+1 |
2025-04-09 | drm/amdgpu: cancel gfx idle work in device suspend for s0ix | Alex Deucher | 1 | -0/+7 |
2025-04-09 | drm/amd/display: pause the workload setting in dm | Kenneth Feng | 1 | -1/+10 |
2025-04-09 | drm/amdgpu/pm/swsmu: implement pause workload profile | Alex Deucher | 2 | -1/+36 |
2025-04-09 | drm/amdgpu/pm: add workload profile pause helper | Alex Deucher | 3 | -0/+22 |
2025-04-09 | ublk: pass ublksrv_ctrl_cmd * instead of io_uring_cmd * | Caleb Sander Mateos | 1 | -27/+19 |
2025-04-09 | ublk: don't fail request for recovery & reissue in case of ubq->canceling | Ming Lei | 1 | -4/+5 |
2025-04-09 | ublk: fix handling recovery & reissue in ublk_abort_queue() | Ming Lei | 1 | -4/+26 |
2025-04-09 | Documentation/x86: Zap the subsection letters | Borislav Petkov (AMD) | 1 | -22/+29 |
2025-04-09 | Documentation/x86: Update the naming of CPU features for /proc/cpuinfo | Naveen N Rao (AMD) | 1 | -16/+12 |
2025-04-09 | Merge branch 'sch_sfq-derived-limit' | David S. Miller | 2 | -16/+86 |
2025-04-09 | selftests/tc-testing: sfq: check that a derived limit of 1 is rejected | Octavian Purdila | 1 | -0/+36 |
2025-04-09 | net_sched: sch_sfq: move the limit validation | Octavian Purdila | 1 | -4/+6 |
2025-04-09 | net_sched: sch_sfq: use a temporary work area for validating configuration | Octavian Purdila | 1 | -12/+44 |
2025-04-09 | nvmet-fc: put ref when assoc->del_work is already scheduled | Daniel Wagner | 1 | -1/+2 |
2025-04-09 | nvmet-fc: take tgtport reference only once | Daniel Wagner | 1 | -15/+7 |
2025-04-09 | nvmet-fc: update tgtport ref per assoc | Daniel Wagner | 1 | -0/+3 |
2025-04-09 | nvmet-fc: inline nvmet_fc_free_hostport | Daniel Wagner | 1 | -16/+6 |
2025-04-09 | nvmet-fc: inline nvmet_fc_delete_assoc | Daniel Wagner | 1 | -8/+2 |
2025-04-09 | nvmet-fcloop: add ref counting to lport | Daniel Wagner | 1 | -13/+31 |
2025-04-09 | nvmet-fcloop: replace kref with refcount | Daniel Wagner | 1 | -24/+12 |
2025-04-09 | nvmet-fcloop: swap list_add_tail arguments | Daniel Wagner | 1 | -1/+1 |
2025-04-09 | x86/bugs: Add RSB mitigation document | Josh Poimboeuf | 3 | -51/+282 |
2025-04-09 | x86/bugs: Don't fill RSB on context switch with eIBRS | Josh Poimboeuf | 2 | -15/+15 |
2025-04-09 | x86/bugs: Don't fill RSB on VMEXIT with eIBRS+retpoline | Josh Poimboeuf | 1 | -4/+4 |
2025-04-09 | x86/bugs: Fix RSB clearing in indirect_branch_prediction_barrier() | Josh Poimboeuf | 2 | -4/+3 |
2025-04-09 | x86/bugs: Use SBPB in write_ibpb() if applicable | Josh Poimboeuf | 1 | -1/+1 |
2025-04-09 | x86/bugs: Rename entry_ibpb() to write_ibpb() | Josh Poimboeuf | 3 | -9/+10 |
2025-04-09 | x86/early_printk: Use 'mmio32' for consistency, fix comments | Andy Shevchenko | 2 | -9/+6 |
2025-04-09 | s390/cpumf: Fix double free on error in cpumf_pmu_event_init() | Thomas Richter | 2 | -11/+1 |
2025-04-09 | s390/cpumf: Update CPU Measurement facility extended counter set support | Thomas Richter | 2 | -4/+165 |
2025-04-09 | s390: Allow to compile with z17 optimizations | Vasily Gorbik | 4 | -0/+28 |
2025-04-09 | s390: Add z17 elf platform | Vasily Gorbik | 1 | -0/+4 |
2025-04-09 | s390/virtio_ccw: Don't allocate/assign airqs for non-existing queues | David Hildenbrand | 1 | -4/+12 |
2025-04-09 | x86/resctrl: Fix rdtgroup_mkdir()'s unlocked use of kernfs_node::name | James Morse | 1 | -21/+27 |
2025-04-09 | nvme-tcp: fix use-after-free of netns by kernel TCP socket. | Kuniyuki Iwashima | 1 | -0/+2 |
2025-04-09 | drm/i915/huc: Fix fence not released on early probe errors | Janusz Krzysztofik | 3 | -6/+7 |
2025-04-09 | drm/i915/vrr: Add vrr.vsync_{start, end} in vrr_params_changed | Ankit Nautiyal | 1 | -1/+3 |
2025-04-09 | ata: sata_sx4: Add error handling in pdc20621_i2c_read() | Wentao Liang | 1 | -3/+10 |
2025-04-08 | Merge tag 'linux_kselftest-kunit-6.15-rc2' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 3 | -3/+7 |
2025-04-08 | cifs: Fix support for WSL-style symlinks | Pali Rohár | 2 | -12/+19 |