public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-02 01:26:02 to 2023-12-02 12:40:39 UTC [more...]

[PATCH v8 00/10] Enable HS-G5 support on SM8550
 2023-12-02 12:36 UTC  (11+ messages)
` [PATCH v8 01/10] scsi: ufs: host: Rename structure ufs_dev_params to ufs_host_params
` [PATCH v8 02/10] scsi: ufs: ufs-qcom: No need to set hs_rate after ufshcd_init_host_param()
` [PATCH v8 03/10] scsi: ufs: ufs-qcom: Setup host power mode during init
` [PATCH v8 04/10] scsi: ufs: ufs-qcom: Allow the first init start with the maximum supported gear
` [PATCH v8 05/10] scsi: ufs: ufs-qcom: Limit HS-G5 Rate-A to hosts with HW version 5
` [PATCH v8 06/10] scsi: ufs: ufs-qcom: Set initial PHY gear to max HS gear for HW ver 4 and newer
` [PATCH v8 07/10] scsi: ufs: ufs-qcom: Check return value of phy_set_mode_ext()
` [PATCH v8 08/10] scsi: ufs: ufs-qcom: Add support for UFS device version detection
` [PATCH v8 09/10] phy: qualcomm: phy-qcom-qmp-ufs: Rectify SM8550 UFS HS-G4 PHY Settings
` [PATCH v8 10/10] phy: qualcomm: phy-qcom-qmp-ufs: Add High Speed Gear 5 support for SM8550

[PATCH] Revert "debugfs: annotate debugfs handlers vs. removal with lockdep"
 2023-12-02 12:31 UTC  (3+ messages)

[RFC PATCH] KVM: arm/arm64: GICv4: Support shared VLPI
 2023-12-02 12:20 UTC  (5+ messages)

[RFC PATCH v2 0/2] fpga: improve protection against low-level modules unloading
 2023-12-02 12:16 UTC  (5+ messages)
` [RFC PATCH v2 1/2] fpga: add a module owner field to fpga_manager and fpga_manager_ops

linux-next: Tree for Nov 27
 2023-12-02 12:10 UTC  (3+ messages)
` linux-next: Tree for Nov 27 (drivers/memory/tegra/tegra186.c)

[PATCH v3 0/5] Add support for the ds28ec20 one-wire eeprom
 2023-12-02 12:06 UTC  (7+ messages)
` [PATCH v3 1/5] w1: ds2490: support block sizes larger than 128 bytes in ds_read_block
` [PATCH v3 2/5] w1: ds2433: remove unused definition
` [PATCH v3 3/5] w1: ds2433: introduce a configuration structure

[PATCH] platform/mellanox: mlxreg-lc: Check before variable dereferenced
 2023-12-02 11:39 UTC  (4+ messages)

Question about BUILTIN_DTB support in RISCV
 2023-12-02 11:45 UTC  (2+ messages)

[PATCH 0/2] riscv: enable EFFICIENT_UNALIGNED_ACCESS and DCACHE_WORD_ACCESS
 2023-12-02 11:28 UTC  (4+ messages)
` [PATCH 1/2] riscv: introduce RISCV_EFFICIENT_UNALIGNED_ACCESS
` [PATCH 2/2] riscv: select DCACHE_WORD_ACCESS for efficient unaligned access HW

[PATCH] platform/x86: acer-wmi: select ACPI_PLATFORM_PROFILE
 2023-12-02 11:32 UTC  (3+ messages)

[PATCH v2] mm/mm_init.c: Extend init unavailable range doc info
 2023-12-02 11:18 UTC 

[PATCH v2 0/6] MIPS: mm: Fix some memory-related issues
 2023-12-02 11:14 UTC  (7+ messages)
` [PATCH v2 1/6] mips: dmi: Fix early remap on MIPS32
` [PATCH v2 2/6] mips: Fix incorrect max_low_pfn adjustment
` [PATCH v2 3/6] mips: Fix max_mapnr being uninitialized on early stages
` [PATCH v2 4/6] mips: Optimize max_mapnr init procedure
` [PATCH v2 5/6] mips: mm: add slab availability checking in ioremap_prot
` [PATCH v2 6/6] mips: Set dump-stack arch description

[tip:locking/core] BUILD SUCCESS a51749ab34d9e5dec548fe38ede7e01e8bb26454
 2023-12-02 11:02 UTC 

[PATCH] x86/CPU/AMD: Check vendor in the AMD microcode callback
 2023-12-02 10:46 UTC  (2+ messages)
` [tip: x86/urgent] "

[RFC PATCH 0/6] debugfs/wifi: locking fixes
 2023-12-02 10:40 UTC  (4+ messages)
` [RFC PATCH 2/6] debugfs: annotate debugfs handlers vs. removal with lockdep

[PATCH v3 net-next] packet: add a generic drop reason for receive
 2023-12-02 10:39 UTC  (2+ messages)

[PATCH v2] sched/cputime: exclude ktimers threads in irqtime_account_irq
 2023-12-02 10:28 UTC  (4+ messages)
` [PATCH v3] sched/cputime: let ktimers align with ksoftirqd in accounting CPUTIME_SOFTIRQ

[PATCH] tty: max310x: work around regmap->regcache data corruption
 2023-12-02 10:29 UTC  (4+ messages)

[PATCH 6/7] rust: file: add `DeferredFdCloser`
 2023-12-02 10:16 UTC  (3+ messages)

[PATCH v5 0/5] userfaultfd move option
 2023-12-02 10:11 UTC  (8+ messages)
` [PATCH v5 5/5] selftests/mm: add UFFDIO_MOVE ioctl test

[PATCH v7 00/10] Enable HS-G5 support on SM8550
 2023-12-02 10:11 UTC  (4+ messages)
` [PATCH v7 09/10] phy: qualcomm: phy-qcom-qmp-ufs: Rectify SM8550 UFS HS-G4 PHY Settings

[RFC PATCH 00/42] Sharing KVM TDP to IOMMU
 2023-12-02  9:37 UTC  (43+ messages)
` [RFC PATCH 01/42] KVM: Public header for KVM to export TDP
` [RFC PATCH 02/42] KVM: x86: Arch header for kvm to export TDP for Intel
` [RFC PATCH 03/42] KVM: Introduce VM ioctl KVM_CREATE_TDP_FD
` [RFC PATCH 04/42] KVM: Skeleton of KVM TDP FD object
` [RFC PATCH 05/42] KVM: Embed "arch" object and call arch init/destroy in TDP FD
` [RFC PATCH 06/42] KVM: Register/Unregister importers to KVM exported TDP
` [RFC PATCH 07/42] KVM: Forward page fault requests to arch specific code for "
` [RFC PATCH 08/42] KVM: Add a helper to notify importers that KVM exported TDP is flushed
` [RFC PATCH 09/42] iommu: Add IOMMU_DOMAIN_KVM
` [RFC PATCH 10/42] iommu: Add new iommu op to create domains managed by KVM
` [RFC PATCH 11/42] iommu: Add new domain op cache_invalidate_kvm
` [RFC PATCH 12/42] iommufd: Introduce allocation data info and flag for KVM managed HWPT
` [RFC PATCH 13/42] iommufd: Add a KVM HW pagetable object
` [RFC PATCH 14/42] iommufd: Enable KVM HW page table object to be proxy between KVM and IOMMU
` [RFC PATCH 15/42] iommufd: Add iopf handler to KVM hw pagetable
` [RFC PATCH 16/42] iommufd: Enable device feature IOPF during device attachment to KVM HWPT
` [RFC PATCH 17/42] iommu/vt-d: Make some macros and helpers to be extern
` [RFC PATCH 18/42] iommu/vt-d: Support of IOMMU_DOMAIN_KVM domain in Intel IOMMU
` [RFC PATCH 19/42] iommu/vt-d: Set bit PGSNP in PASIDTE if domain cache coherency is enforced
` [RFC PATCH 20/42] iommu/vt-d: Support attach devices to IOMMU_DOMAIN_KVM domain
` [RFC PATCH 21/42] iommu/vt-d: Check reserved bits for "
` [RFC PATCH 22/42] iommu/vt-d: Support cache invalidate of "
` [RFC PATCH 23/42] iommu/vt-d: Allow pasid 0 in IOPF
` [RFC PATCH 24/42] KVM: x86/mmu: Move bit SPTE_MMU_PRESENT from bit 11 to bit 59
` [RFC PATCH 25/42] KVM: x86/mmu: Abstract "struct kvm_mmu_common" from "struct kvm_mmu"
` [RFC PATCH 26/42] KVM: x86/mmu: introduce new op get_default_mt_mask to kvm_x86_ops
` [RFC PATCH 27/42] KVM: x86/mmu: change param "vcpu" to "kvm" in kvm_mmu_hugepage_adjust()
` [RFC PATCH 28/42] KVM: x86/mmu: change "vcpu" to "kvm" in page_fault_handle_page_track()
` [RFC PATCH 29/42] KVM: x86/mmu: remove param "vcpu" from kvm_mmu_get_tdp_level()
` [RFC PATCH 30/42] KVM: x86/mmu: remove param "vcpu" from kvm_calc_tdp_mmu_root_page_role()
` [RFC PATCH 31/42] KVM: x86/mmu: add extra param "kvm" to kvm_faultin_pfn()
` [RFC PATCH 32/42] KVM: x86/mmu: add extra param "kvm" to make_mmio_spte()
` [RFC PATCH 33/42] KVM: x86/mmu: add extra param "kvm" to make_spte()
` [RFC PATCH 34/42] KVM: x86/mmu: add extra param "kvm" to tdp_mmu_map_handle_target_level()
` [RFC PATCH 35/42] KVM: x86/mmu: Get/Put TDP root page to be exported
` [RFC PATCH 36/42] KVM: x86/mmu: Keep exported TDP root valid
` [RFC PATCH 37/42] KVM: x86: Implement KVM exported TDP fault handler on x86
` [RFC PATCH 38/42] KVM: x86: "compose" and "get" interface for meta data of exported TDP
` [RFC PATCH 39/42] KVM: VMX: add config KVM_INTEL_EXPORTED_EPT
` [RFC PATCH 40/42] KVM: VMX: Compose VMX specific meta data for KVM exported TDP
` [RFC PATCH 41/42] KVM: VMX: Implement ops .flush_remote_tlbs* in VMX when EPT is on
` [RFC PATCH 42/42] KVM: VMX: Notify importers of exported TDP to flush TLBs on KVM flushes EPT

[PATCH 3/7] rust: security: add abstraction for secctx
 2023-12-02 10:03 UTC  (3+ messages)

[PATCH] octeontx2-af: fix a use-after-free in rvu_npa_register_reporters
 2023-12-02  9:59 UTC 

Kernel problem with multiseat on one card
 2023-12-02  9:47 UTC  (2+ messages)

[PATCH 0/4] Code simplification and clean-up for hugetlb vmemmap
 2023-12-02  9:47 UTC  (6+ messages)
` [PATCH 1/4] mm: pagewalk: assert write mmap lock only for walking the user page tables

[PATCH] x86/percpu: Declare const_pcpu_hot as extern const variable
 2023-12-02  9:40 UTC  (5+ messages)
` [tip: x86/percpu] "

[PATCH 00/12] iio: add new backend framework
 2023-12-02  9:37 UTC  (14+ messages)
` [PATCH 04/12] iio: adc: ad9467: fix reset gpio handling
` [PATCH 10/12] iio: adc: ad9467: convert to backend framework

[PATCH v14 0/3] media: i2c: Add support for alvium camera
 2023-12-02  9:32 UTC  (4+ messages)
` [PATCH v14 3/3] "

[PATCH net-next 00/15] MT7530 DSA subdriver improvements
 2023-12-02  9:30 UTC  (12+ messages)
` [PATCH net-next 01/15] net: dsa: mt7530: always trap frames to active CPU port on MT7530
` [PATCH net-next 05/15] net: dsa: mt7530: improve code path for setting up port 5
` [PATCH net-next 07/15] net: dsa: mt7530: do not run mt7530_setup_port5() if port 5 is disabled

[PATCH] net: ethernet: stmmac: dwmac-rk: Repair the clock handling
 2023-12-02  9:18 UTC 

[PATCH 0/5] crypto: hisilicon - fix the process to obtain capability register value
 2023-12-02  9:17 UTC  (6+ messages)
` [PATCH 1/5] crypto: hisilicon/qm - add a function to set qm algs
` [PATCH 2/5] crypto: hisilicon/qm - save capability registers in qm init process
` [PATCH 3/5] crypto: hisilicon/hpre - save capability registers in probe process
` [PATCH 4/5] crypto: hisilicon/sec2 "
` [PATCH 5/5] crypto: hisilicon/zip "

[PATCH net] net: phylink: set phy_state interface when attaching SFP
 2023-12-02  9:18 UTC  (4+ messages)

[PATCH -RFC 0/2] mm/ext4: avoid data corruption when extending DIO write race with buffered read
 2023-12-02  9:14 UTC  (3+ messages)
` [PATCH -RFC 1/2] mm: "
` [PATCH -RFC 2/2] ext4: "

[syzbot] [block?] [trace?] INFO: task hung in blk_trace_ioctl (4)
 2023-12-02  9:19 UTC  (6+ messages)
` [syzbot] [block?] [trace?] INFO: task hung in blk_trace_ioctl
  ` [PATCH next] trace/blktrace: fix "

[PATCH v4] PCI: Cadence: Clear the ARI Capability Next Function Number of the last function
 2023-12-02  8:50 UTC 

[GIT PULL] firewire fixes for v6.7-rc4
 2023-12-02  8:32 UTC  (2+ messages)

[mm-unstable v4 0/5] mm: memcg: subtree stats flushing and thresholds
 2023-12-02  8:31 UTC  (11+ messages)
` [mm-unstable v4 3/5] mm: memcg: make stats flushing threshold per-memcg
` [mm-unstable v4 4/5] mm: workingset: move the stats flush into workingset_test_recent()
` [mm-unstable v4 5/5] mm: memcg: restore subtree stats flushing

[PATCH net v2] r8169: fix rtl8125b PAUSE frames blasting when suspended
 2023-12-02  8:19 UTC  (3+ messages)

[PATCH net v4] net/mlx5e: Fix a race in command alloc flow
 2023-12-02  8:01 UTC 

[PATCH v3 0/3] md: fix stopping sync thread
 2023-12-02  7:50 UTC  (7+ messages)
` [PATCH v3 2/3] md: don't leave 'MD_RECOVERY_FROZEN' in error path of md_set_readonly()
` [PATCH v3 3/3] md: fix stopping sync thread

[PATCH 0/3] hwmon: (coretemp) Fix core count limitation
 2023-12-02  7:22 UTC  (6+ messages)
` [PATCH 3/3] "

[GIT PULL] xen: branch for v6.7-rc4
 2023-12-02  7:23 UTC 

[PATCH] arm64: dts: rockchip: Fix Turing RK1 interrupt pinctrls
 2023-12-02  7:12 UTC 

[tip:x86/microcode] BUILD SUCCESS 1f693ef550f051ef6a95dbfadfa4fbd600769a81
 2023-12-02  6:56 UTC 

[PATCH 1/3] perf/core: Update perf_adjust_freq_unthr_context()
 2023-12-02  6:16 UTC  (2+ messages)

[PATCH v2 0/3] net: usb: r8152: Fix lost config across deauthorize+authorize
 2023-12-02  6:28 UTC  (5+ messages)
` [PATCH v2 1/3] usb: core: Don't force USB generic_subclass drivers to define probe()
` [PATCH net v2 3/3] r8152: Choose our USB config with choose_configuration() rather than probe()

[syzbot] [gfs2?] kernel BUG in gfs2_quota_cleanup
 2023-12-02  6:26 UTC 

Fwd: iwlwifi: rfkill locking up kernel 6.5.12, 6.6.2
 2023-12-02  6:07 UTC  (2+ messages)

[PATCH] scripts/bpf_doc: add __main__ judgement before main code
 2023-12-02  5:56 UTC  (3+ messages)

[PATCH 5.15 00/68] 5.15.141-rc2 review
 2023-12-02  5:27 UTC  (4+ messages)

[syzbot] [block?] [trace?] INFO: task hung in blk_trace_ioctl (4)
 2023-12-02  5:14 UTC 

[PATCH] netlink: Return unsigned value for nla_len()
 2023-12-02  5:16 UTC  (6+ messages)

[PATCH net 0/2] There are some bugfix for the HNS ethernet driver
 2023-12-02  5:19 UTC  (3+ messages)
` [PATCH net 2/2] net: hns: fix fake link up on xge port

linux-next: Tree for Dec 1
 2023-12-02  4:55 UTC  (4+ messages)
` linux-next: Tree for Dec 1 (riscv, crash_core)

[PATCH] Tried making changes
 2023-12-02  4:39 UTC 

[PATCH v7 0/6] workload-specific and memory pressure-driven zswap writeback
 2023-12-02  4:44 UTC  (2+ messages)

[PATCH V2 0/3] qca_spi: collection of major fixes
 2023-12-02  4:47 UTC  (3+ messages)
` [PATCH V2 1/3] qca_debug: Prevent crash on TX ring changes

[PATCH net-next v13 00/13] Add Realtek automotive PCIe driver
 2023-12-02  4:36 UTC  (3+ messages)
` [PATCH net-next v13 01/13] rtase: Add pci table supported in this module

[patch net-next v3] docs: netlink: add NLMSG_DONE message format for doit actions
 2023-12-02  4:49 UTC 

[PATCH 0/3] supplyment of slab allocator removal
 2023-12-02  4:23 UTC  (7+ messages)
` [RFC PATCH 2/3] mm/slub: unify all sl[au]b parameters with "slab_$param"
` [PATCH 3/3] mm/slub: correct the default value of slub_min_objects in doc

[PATCH] dt-bindings: net: qcom,ipa: document SM8650 compatible
 2023-12-02  4:20 UTC  (2+ messages)

[net-next PATCH] octeontx2-af: debugfs: update CQ context fields
 2023-12-02  4:20 UTC  (2+ messages)

[PATCH v2] hv_netvsc: rndis_filter needs to select NLS
 2023-12-02  4:20 UTC  (2+ messages)

[syzbot] [gfs2?] kernel BUG in gfs2_quota_cleanup
 2023-12-02  4:18 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: iio: temperature: Add AMS AS6200
 2023-12-02  4:16 UTC  (2+ messages)
` [PATCH v2 2/2] iio: temperature: Add support for "

[PATCH] [net/ethernet] arc_emac: Add error handling in emac_rockchip_probe
 2023-12-02  4:11 UTC  (2+ messages)

[PATCH] arcnet: restoring support for multiple Sohard Arcnet cards
 2023-12-02  4:05 UTC  (2+ messages)

[PATCH net-next] Documentation: networking: add missing PLCA messages from the message list
 2023-12-02  4:00 UTC  (2+ messages)

[PATCH net-next v1] octeon_ep: control net API framework to support offloads
 2023-12-02  3:58 UTC  (2+ messages)

[PATCH v9 0/2] arm64: Add a build target for Flat Image Tree
 2023-12-02  3:54 UTC  (3+ messages)
` [PATCH v9 1/2] arm64: Add BOOT_TARGETS variable
` [PATCH v9 2/2] arm64: boot: Support Flat Image Tree

[PATCH -next] ksmbd: fix memory leak in smb2_lock()
 2023-12-02  3:54 UTC  (2+ messages)

[PATCH] f2fs: Restrict max filesize for 16K f2fs
 2023-12-02  3:52 UTC  (2+ messages)

[RFC KERNEL PATCH v2 0/3] Support device passthrough when dom0 is PVH on Xen
 2023-12-02  3:37 UTC  (7+ messages)
` [RFC KERNEL PATCH v2 2/3] xen/pvh: Unmask irq for passthrough device in PVH dom0

[PATCH bpf-next 0/3] xsk: TX metadata launch time support
 2023-12-02  3:28 UTC  (3+ messages)
` [PATCH bpf-next 1/3] xsk: add launch time support to XDP Tx metadata

drivers/scsi/sym53c8xx_2/sym_hipd.c:5077:32: sparse: sparse: incorrect type in argument 2 (different base types)
 2023-12-02  3:28 UTC 

[syzbot] [block?] [trace?] INFO: task hung in blk_trace_ioctl (4)
 2023-12-02  3:36 UTC 

[PATCH v6] pci: loongson: Workaround MIPS firmware MRRS settings
 2023-12-02  3:01 UTC  (2+ messages)

[tip: x86/urgent] x86/acpi: Ignore invalid x2APIC entries
 2023-12-02  2:53 UTC  (7+ messages)

[PATCH v2 0/2] Simplify Util_est
 2023-12-02  2:41 UTC  (3+ messages)
` [PATCH v2 1/2] sched/fair: Remove SCHED_FEAT(UTIL_EST_FASTUP, true)

[PATCH 6.1 00/82] 6.1.65-rc1 review
 2023-12-02  2:40 UTC  (2+ messages)

[PATCH v3] net/mlx5e: Fix a race in command alloc flow
 2023-12-02  2:21 UTC  (2+ messages)

[syzbot] [block?] [trace?] INFO: task hung in blk_trace_ioctl (4)
 2023-12-02  2:33 UTC 

[PATCH] perf mem: Fix perf mem error on hybrid
 2023-12-02  2:08 UTC  (8+ messages)

[PATCH v3] mmc: mtk-sd: Increase the verbosity of msdc_track_cmd_data
 2023-12-02  2:04 UTC  (2+ messages)

[PATCH v1 1/9] perf thread_map: Skip exited threads when scanning /proc
 2023-12-02  2:06 UTC  (3+ messages)
` [PATCH v1 9/9] perf tests: Add option to run tests in parallel

arch/arc/kernel/signal.c:77:31: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-12-02  1:52 UTC 

kernel/bpf/helpers.c:1960:13: sparse: sparse: Using plain integer as NULL pointer
 2023-12-02  1:52 UTC 

[syzbot] [block?] [trace?] INFO: task hung in blk_trace_ioctl (4)
 2023-12-02  1:47 UTC 

[PATCH v2 0/9] arm64: dts: mediatek: Add MT8186 Corsola Chromebooks
 2023-12-02  1:44 UTC  (3+ messages)
` [PATCH v2 6/9] arm64: dts: mediatek: Add MT8186 Krabby platform based Tentacruel / Tentacool

drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dmub_abm_lcd.c:253:63: sparse: sparse: cast truncates bits from constant value (ffff becomes ff)
 2023-12-02  1:42 UTC 

[PATCH] locking: Document that mutex_unlock() is non-atomic
 2023-12-02  1:37 UTC  (5+ messages)
    ` [PATCH -v2] locking/mutex: "

[PATCH] cgroup: Fix documentation for cpu.idle
 2023-12-02  1:25 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox