Age | Commit message (Expand) | Author | Files | Lines |
2024-06-14 | loop: Disable fallocate() zero and discard if not supported | Cyril Hrubis | 1 | -0/+23 |
2024-06-14 | ata: libata-scsi: Set the RMB bit only for removable media devices | Damien Le Moal | 1 | -4/+4 |
2024-06-14 | Merge drm/drm-fixes into drm-misc-fixes | Maxime Ripard | 651 | -3552/+6571 |
2024-06-14 | arm/komeda: Remove all CONFIG_DEBUG_FS conditional compilations | pengfuyuan | 1 | -8/+0 |
2024-06-14 | USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messages | Alan Stern | 1 | -2/+2 |
2024-06-13 | io_uring: fix cancellation overwriting req->flags | Pavel Begunkov | 3 | -3/+5 |
2024-06-14 | Merge tag 'drm-xe-fixes-2024-06-13' of https://gitlab.freedesktop.org/drm/xe/... | Dave Airlie | 5 | -12/+38 |
2024-06-14 | Merge tag 'exynos-drm-fixes-for-v6.10-rc4' of git://git.kernel.org/pub/scm/li... | Dave Airlie | 3 | -4/+11 |
2024-06-13 | Merge tag 'nvme-6.10-2024-06-13' of git://git.infradead.org/nvme into block-6.10 | Jens Axboe | 5 | -16/+10 |
2024-06-13 | nvme: fix namespace removal list | Keith Busch | 1 | -4/+5 |
2024-06-13 | Merge tag 'net-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 40 | -165/+294 |
2024-06-13 | Merge tag 'nfs-for-6.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 6 | -33/+81 |
2024-06-13 | Merge tag 'fixes-2024-06-13' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -3/+7 |
2024-06-13 | bnxt_en: Adjust logging of firmware messages in case of released token in __h... | Aleksandr Mishin | 1 | -1/+1 |
2024-06-13 | af_unix: Read with MSG_PEEK loops if the first unread byte is OOB | Rao Shoaib | 1 | -9/+9 |
2024-06-13 | bnxt_en: Cap the size of HWRM_PORT_PHY_QCFG forwarded response | Michael Chan | 2 | -2/+61 |
2024-06-13 | .editorconfig: remove trim_trailing_whitespace option | Greg Kroah-Hartman | 1 | -3/+0 |
2024-06-13 | gve: Clear napi->skb before dev_kfree_skb_any() | Ziwei Xiao | 1 | -3/+5 |
2024-06-13 | ionic: fix use after netif_napi_del() | Taehee Yoo | 1 | -3/+1 |
2024-06-13 | Revert "igc: fix a log entry using uninitialized netdev" | Sasha Neftin | 1 | -3/+2 |
2024-06-13 | drm/xe: move disable_c6 call | Riana Tauro | 2 | -6/+7 |
2024-06-13 | drm/xe: flush engine buffers before signalling user fence on all engines | Andrzej Hajda | 1 | -2/+16 |
2024-06-13 | drm/xe/pf: Assert LMEM provisioning is done only on DGFX | Michal Wajdeczko | 1 | -2/+13 |
2024-06-13 | drm/xe/xe_gt_idle: use GT forcewake domain assertion | Riana Tauro | 1 | -1/+1 |
2024-06-13 | ACPI: EC: Evaluate orphan _REG under EC device | Rafael J. Wysocki | 5 | -5/+66 |
2024-06-13 | iommu/amd: Fix panic accessing amd_iommu_enable_faulting | Dimitri Sivanich | 1 | -1/+1 |
2024-06-13 | x86/boot: Don't add the EFI stub to targets, again | Benjamin Segall | 1 | -2/+2 |
2024-06-12 | Merge branch 'net-bridge-mst-fix-suspicious-rcu-usage-warning' | Jakub Kicinski | 1 | -7/+6 |
2024-06-12 | net: bridge: mst: fix suspicious rcu usage in br_mst_set_state | Nikolay Aleksandrov | 1 | -1/+1 |
2024-06-12 | net: bridge: mst: pass vlan group directly to br_mst_vlan_set_state | Nikolay Aleksandrov | 1 | -6/+5 |
2024-06-12 | net/ipv6: Fix the RT cache flush via sysctl using a previous delay | Petr Pavlu | 1 | -2/+2 |
2024-06-12 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux | Linus Torvalds | 2 | -4/+24 |
2024-06-12 | Merge tag 'nf-24-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netf... | Jakub Kicinski | 5 | -51/+68 |
2024-06-12 | Merge tag 'bcachefs-2024-06-12' of https://evilpiepirate.org/git/bcachefs | Linus Torvalds | 22 | -220/+344 |
2024-06-12 | vfio/pci: Insert full vma on mmap'd MMIO fault | Alex Williamson | 1 | -2/+17 |
2024-06-12 | nbd: Remove __force casts | Christoph Hellwig | 1 | -29/+22 |
2024-06-12 | io_uring/rsrc: don't lock while !TASK_RUNNING | Pavel Begunkov | 1 | -0/+1 |
2024-06-12 | nvmet: always initialize cqe.result | Daniel Wagner | 3 | -9/+1 |
2024-06-12 | nvmet-passthru: propagate status from id override functions | Daniel Wagner | 1 | -3/+3 |
2024-06-12 | nvme: avoid double free special payload | Chunguang Xu | 1 | -0/+1 |
2024-06-12 | block: unmap and free user mapped integrity via submitter | Anuj Gupta | 3 | -6/+39 |
2024-06-12 | block: fix request.queuelist usage in flush | Chengming Zhou | 1 | -1/+2 |
2024-06-12 | block: Optimize disk zone resource cleanup | Damien Le Moal | 1 | -0/+3 |
2024-06-12 | block: sed-opal: avoid possible wrong address reference in read_sed_opal_key() | Su Hui | 1 | -1/+1 |
2024-06-12 | mailmap: Add my outdated addresses to the map file | Andy Shevchenko | 2 | -1/+3 |
2024-06-12 | i2c: designware: Fix the functionality flags of the slave-only interface | Jean Delvare | 1 | -1/+1 |
2024-06-12 | i2c: at91: Fix the functionality flags of the slave-only interface | Jean Delvare | 1 | -2/+1 |
2024-06-12 | cpufreq: intel_pstate: Check turbo_is_disabled() in store_no_turbo() | Rafael J. Wysocki | 1 | -7/+12 |
2024-06-12 | drm/mediatek: Call drm_atomic_helper_shutdown() at shutdown time | Douglas Anderson | 1 | -0/+8 |
2024-06-12 | drm: renesas: shmobile: Call drm_atomic_helper_shutdown() at shutdown time | Douglas Anderson | 1 | -0/+8 |