messages from 2023-12-04 13:53:03 to 2023-12-04 15:00:56 UTC [more...]
[PATCH v10 00/19] KVM: xen: update shared_info and vcpu_info handling
2023-12-04 14:43 UTC (12+ messages)
` [PATCH v10 01/19] KVM: pfncache: Add a map helper function
` [PATCH v10 02/19] KVM: pfncache: remove unnecessary exports
` [PATCH v10 03/19] KVM: xen: mark guest pages dirty with the pfncache lock held
` [PATCH v10 04/19] KVM: pfncache: add a mark-dirty helper
` [PATCH v10 05/19] KVM: pfncache: remove KVM_GUEST_USES_PFN usage
` [PATCH v10 06/19] KVM: pfncache: stop open-coding offset_in_page()
` [PATCH v10 07/19] KVM: pfncache: include page offset in uhva and use it consistently
` [PATCH v10 08/19] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
` [PATCH v10 09/19] KVM: xen: separate initialization of shared_info cache and content
` [PATCH v10 13/19] KVM: selftests / xen: map shared_info using HVA rather than GFN
` [PATCH v10 14/19] KVM: selftests / xen: re-map vcpu_info using HVA rather than GPA
[PATCH bpf-next v3 0/3] xsk: TX metadata Launch Time support
2023-12-04 14:59 UTC (7+ messages)
` [PATCH bpf-next v3 2/3] net: stmmac: add Launch Time support to XDP ZC
` [PATCH bpf-next v3 3/3] selftests/bpf: add Launch Time request to xdp_hw_metadata
[PATCH v2 00/36] Clean up min_buffers_needed misusages
2023-12-04 14:59 UTC (29+ messages)
` [PATCH v2 03/36] media: microchip: Remove useless setting of min_buffers_needed
` [PATCH v2 07/36] media: dvb-core: "
` [PATCH v2 08/36] media: atmel: "
` [PATCH v2 10/36] media: ti: am437x: "
` [PATCH v2 11/36] media: ti: davinci: "
` [PATCH v2 13/36] media: ti: j721e-csi2rx: "
` [PATCH v2 14/36] media: ti: omap: "
` [PATCH v2 15/36] media: pci: intel: ipu3: "
` [PATCH v2 17/36] media: test-drivers: Fix misuse of min_buffers_needed field
` [PATCH v2 20/36] media: atmel: "
` [PATCH v2 25/36] media: aspeed: "
` [PATCH v2 29/36] media: sunxi: sun6i-csi: "
` [PATCH v2 30/36] media: imx: "
` [PATCH v2 32/36] media: tegra-video: "
` [PATCH v2 33/36] media: ti: cal: "
` [PATCH v2 35/36] input: touchscreen: sur40: "
[PATCH bpf-next v2 0/3] xsk: TX metadata txtime support
2023-12-04 14:57 UTC (5+ messages)
` [PATCH bpf-next v2 2/3] net: stmmac: Add txtime support to XDP ZC
[PATCH v4 00/23] pinctrl: Convert struct group_desc to use struct pingroup
2023-12-04 14:49 UTC (6+ messages)
[PATCH v2 0/5] TPMI update for permissions
2023-12-04 14:19 UTC (10+ messages)
` [PATCH v2 1/5] platform/x86/intel/tpmi: Don't create devices for disabled features
` [PATCH v2 4/5] platform/x86: ISST: Process read/write blocked feature status
[PATCH RFC 00/39] mm/rmap: interface overhaul
2023-12-04 14:21 UTC (40+ messages)
` [PATCH RFC 01/39] mm/rmap: rename hugepage_add* to hugetlb_add*
` [PATCH RFC 02/39] mm/rmap: introduce and use hugetlb_remove_rmap()
` [PATCH RFC 03/39] mm/rmap: introduce and use hugetlb_add_file_rmap()
` [PATCH RFC 04/39] mm/rmap: introduce and use hugetlb_try_dup_anon_rmap()
` [PATCH RFC 05/39] mm/rmap: introduce and use hugetlb_try_share_anon_rmap()
` [PATCH RFC 06/39] mm/rmap: add hugetlb sanity checks
` [PATCH RFC 07/39] mm/rmap: convert folio_add_file_rmap_range() into folio_add_file_rmap_[pte|ptes|pmd]()
` [PATCH RFC 08/39] mm/memory: page_add_file_rmap() -> folio_add_file_rmap_[pte|pmd]()
` [PATCH RFC 09/39] mm/huge_memory: page_add_file_rmap() -> folio_add_file_rmap_pmd()
` [PATCH RFC 10/39] mm/migrate: page_add_file_rmap() -> folio_add_file_rmap_pte()
` [PATCH RFC 11/39] mm/userfaultfd: "
` [PATCH RFC 12/39] mm/rmap: remove page_add_file_rmap()
` [PATCH RFC 13/39] mm/rmap: factor out adding folio mappings into __folio_add_rmap()
` [PATCH RFC 14/39] mm/rmap: introduce folio_add_anon_rmap_[pte|ptes|pmd]()
` [PATCH RFC 15/39] mm/huge_memory: batch rmap operations in __split_huge_pmd_locked()
` [PATCH RFC 16/39] mm/huge_memory: page_add_anon_rmap() -> folio_add_anon_rmap_pmd()
` [PATCH RFC 17/39] mm/migrate: page_add_anon_rmap() -> folio_add_anon_rmap_pte()
` [PATCH RFC 18/39] mm/ksm: "
` [PATCH RFC 19/39] mm/swapfile: "
` [PATCH RFC 20/39] mm/memory: "
` [PATCH RFC 21/39] mm/rmap: remove page_add_anon_rmap()
` [PATCH RFC 22/39] mm/rmap: remove RMAP_COMPOUND
` [PATCH RFC 23/39] mm/rmap: introduce folio_remove_rmap_[pte|ptes|pmd]()
` [PATCH RFC 24/39] kernel/events/uprobes: page_remove_rmap() -> folio_remove_rmap_pte()
` [PATCH RFC 25/39] mm/huge_memory: page_remove_rmap() -> folio_remove_rmap_pmd()
` [PATCH RFC 26/39] mm/khugepaged: page_remove_rmap() -> folio_remove_rmap_pte()
` [PATCH RFC 27/39] mm/ksm: "
` [PATCH RFC 28/39] mm/memory: "
` [PATCH RFC 29/39] mm/migrate_device: "
` [PATCH RFC 30/39] mm/rmap: "
` [PATCH RFC 31/39] Documentation: stop referring to page_remove_rmap()
` [PATCH RFC 32/39] mm/rmap: remove page_remove_rmap()
` [PATCH RFC 33/39] mm/rmap: convert page_dup_file_rmap() to folio_dup_file_rmap_[pte|ptes|pmd]()
` [PATCH RFC 34/39] mm/rmap: introduce folio_try_dup_anon_rmap_[pte|ptes|pmd]()
` [PATCH RFC 35/39] mm/huge_memory: page_try_dup_anon_rmap() -> folio_try_dup_anon_rmap_pmd()
` [PATCH RFC 36/39] mm/memory: page_try_dup_anon_rmap() -> folio_try_dup_anon_rmap_pte()
` [PATCH RFC 37/39] mm/rmap: remove page_try_dup_anon_rmap()
` [PATCH RFC 38/39] mm: convert page_try_share_anon_rmap() to folio_try_share_anon_rmap_[pte|pmd]()
` [PATCH RFC 39/39] mm/rmap: rename COMPOUND_MAPPED to ENTIRELY_MAPPED
[PATCH net-next v2 0/8] net: Add support for Power over Ethernet (PoE)
2023-12-04 14:00 UTC (6+ messages)
` [PATCH net-next v2 3/8] net: pse-pd: Introduce PSE types enumeration
[PATCH v3 0/5] Regather scattered PCI-Code
2023-12-04 14:29 UTC (7+ messages)
` [PATCH v3 5/5] lib, pci: unify generic pci_iounmap()
[PATCH] arm64: dts: mediatek: mt8186: fix address warning for ADSP mailboxes
2023-12-04 14:30 UTC (2+ messages)
[PATCH V4 net-next] net: mana: Assigning IRQ affinity on HT cores
2023-12-04 14:56 UTC (2+ messages)
[PATCH 5.15 00/69] 5.15.141-rc1 review
2023-12-04 14:55 UTC (8+ messages)
[syzbot] UBSAN: array-index-out-of-bounds in txCommit
2023-12-04 14:55 UTC (2+ messages)
` [syzbot] Re: [syzbot] [jfs?] "
[PATCH] s390/vfio-ap: handle response code 01 on queue reset
2023-12-04 14:53 UTC (3+ messages)
[PATCH v2 23/28] binder: document the final page calculation
2023-12-04 14:53 UTC (5+ messages)
[PATCH v5 0/2] Change the sg2042 timer layout to fit aclint format
2023-12-04 14:52 UTC (5+ messages)
` [PATCH v5 1/2] dt-bindings: timer: thead,c900-aclint-mtimer: separate mtime and mtimecmp regs
` [PATCH v5 2/2] riscv: dts: sophgo: separate sg2042 mtime and mtimecmp to fit aclint format
[PATCH v3 0/2] thermal: sysfs: Simplifications of trip point attribute callbacks
2023-12-04 14:52 UTC (3+ messages)
` [PATCH v3 1/2] thermal: sysfs: Rework the handling of trip point updates
` [PATCH v3 2/2] thermal: sysfs: Rework the reading of trip point attributes
[PATCH next] drm/v3d: Fix missing error code in v3d_submit_cpu_ioctl()
2023-12-04 14:50 UTC (2+ messages)
[PATCH] platform/x86: x86-android-tablets: Fix an IS_ERR() vs NULL check in probe
2023-12-04 14:51 UTC (2+ messages)
[PATCH] [v2] net: hns3: reduce stack usage in hclge_dbg_dump_tm_pri()
2023-12-04 14:50 UTC (2+ messages)
[RFC 0/7] ext4: Allocator changes for atomic write support with DIO
2023-12-04 14:44 UTC (4+ messages)
[PATCH 00/12] iio: add new backend framework
2023-12-04 14:49 UTC (6+ messages)
[PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE
2023-12-04 14:48 UTC (11+ messages)
[PATCH v2 27/28] binder: reverse locking order in shrinker callback
2023-12-04 14:47 UTC (4+ messages)
[PATCH 0/2] Fixes for spurious wakeups on some Lenovo laptops
2023-12-04 14:46 UTC (3+ messages)
` [PATCH 2/2] pinctrl: amd: Mask non-wake source pins with interrupt enabled at suspend
[PATCH net-next v3 0/3] Ethernet DWMAC5 fault IRQ support
2023-12-04 14:45 UTC (3+ messages)
` [PATCH net-next v3 1/3] dt-bindings: net: qcom,ethqos: add binding doc for safety IRQ for sa8775p
[PATCH v6 1/2] dt-bindings: usb: Add the binding example for the Genesys Logic GL3523 hub
2023-12-04 14:44 UTC (2+ messages)
` [PATCH v6 2/2] arm64: dts: amlogic: Used onboard usb hub reset on odroid n2
[PATCH V2 net 0/2] There are some bugfix for the HNS ethernet driver
2023-12-04 14:43 UTC (7+ messages)
` [PATCH V2 net 1/2] net: hns: fix wrong head when modify the tx feature when sending packets
` [PATCH V2 net 2/2] net: hns: fix fake link up on xge port
[PATCH] nfsd: remove unnecessary NULL check
2023-12-04 14:33 UTC (2+ messages)
[PATCH -RFC 0/2] mm/ext4: avoid data corruption when extending DIO write race with buffered read
2023-12-04 14:41 UTC (4+ messages)
[PATCH V2 0/3] Add CPU latency QoS support for ufs driver
2023-12-04 14:31 UTC (4+ messages)
` [PATCH V2 1/3] ufs: core: "
` [PATCH V2 2/3] ufs: ufs-mediatek: Enable CPU latency PM QoS support for MEDIATEK SoC
` [PATCH V2 3/3] ufs: ufs-qcom: Enable CPU latency QoS support for QCOM SoC
[PATCH v2 0/4] mm: Implement ECC handling for pfn with no struct page
2023-12-04 14:36 UTC (4+ messages)
` [PATCH v2 3/4] mm: Change ghes code to allow poison of non-struct pfn
[PATCH V3 net 0/2] There are some bugfix for the HNS ethernet driver
2023-12-04 14:32 UTC (3+ messages)
` [PATCH V3 net 1/2] net: hns: fix wrong head when modify the tx feature when sending packets
` [PATCH V3 net 2/2] net: hns: fix fake link up on xge port
[PATCH 00/13] x86/CPU/AMD: Rework Zen family detection and other fun
2023-12-04 14:36 UTC (8+ messages)
` [PATCH 01/13] x86/CPU/AMD: Add ZenX generations flags
` [PATCH] x86/CPU/AMD: Add X86_FEATURE_ZEN1
KASAN: use-after-free Read in j1939_session_get_by_addr
2023-12-04 14:35 UTC (2+ messages)
` [syzbot] "
[PATCH v2 0/7] phy: qcom: Add register offsets for v6 and v7
2023-12-04 14:34 UTC (3+ messages)
` [PATCH v2 7/7] phy: qcom-qmp: qserdes-txrx: Add v7 register offsets
[PATCH 0/5] arm64: dts: qcom: sm8650: audio support
2023-12-04 14:34 UTC (4+ messages)
` [PATCH 1/5] arm64: dts: qcom: sm8650: add ADSP GPR
[PATCH v2 0/2] phy: qcom: qmp-usb: Add support for X1E80100 USB3 PHY
2023-12-04 14:33 UTC (3+ messages)
` [PATCH v2 2/2] phy: qcom-qmp-usb: Add Qualcomm X1E80100 USB3 PHY support
[PATCH v2 11/28] binder: do unlocked work in binder_alloc_new_buf()
2023-12-04 14:23 UTC (4+ messages)
[PATCH net-next v5 2/3] virtio/vsock: send credit update during setting SO_RCVLOWAT
2023-12-04 14:30 UTC (11+ messages)
[PATCH] iio: gts-helpers: Round gains and scales
2023-12-04 14:30 UTC (4+ messages)
[ANNOUNCE] 6.1.64-rt17
2023-12-04 14:27 UTC (3+ messages)
[PATCH v3 0/9] arm64: dts: mediatek: Add MT8186 Corsola Chromebooks
2023-12-04 14:28 UTC (19+ messages)
` [PATCH v3 1/9] dt-bindings: arm: mediatek: Sort entries by SoC then board compatibles
` [PATCH v3 2/9] dt-bindings: arm: mediatek: Add MT8186 Tentacruel / Tentacool Chromebooks
` [PATCH v3 3/9] dt-bindings: arm: mediatek: Add MT8186 Steelix Chromebook
` [PATCH v3 4/9] dt-bindings: arm: mediatek: Add MT8186 Rusty Chromebook
` [PATCH v3 5/9] dt-bindings: arm: mediatek: Add MT8186 Magneton Chromebooks
` [PATCH v3 6/9] arm64: dts: mediatek: Add MT8186 Krabby platform based Tentacruel / Tentacool
` [PATCH v3 7/9] arm64: dts: mediatek: Introduce MT8186 Steelix
` [PATCH v3 8/9] arm64: dts: mediatek: Add MT8186 Steelix platform based Rusty
` [PATCH v3 9/9] arm64: dts: mediatek: Add MT8186 Magneton Chromebooks
[PATCH for-rc 0/6] Bugfixes and improvements for hns RoCE
2023-12-04 14:24 UTC (2+ messages)
[PATCH v3 0/4] riscv: sophgo: add clock support for sg2042
2023-12-04 14:25 UTC (3+ messages)
` [PATCH v3 1/4] dt-bindings: soc: sophgo: Add Sophgo system control module
[PATCH] ALSA: hda/realtek: Enable headset on Lenovo M90 Gen5
2023-12-04 14:24 UTC (2+ messages)
[PATCH v2 0/2] iio: temperature: mlx90635 Driver for MLX90635 IR temperature sensor
2023-12-04 14:22 UTC (3+ messages)
` [PATCH v2 1/2] iio: temperature: mlx90635 MLX90635 IR Temperature sensor
[PATCH v12 1/3] lib/bitmap: add bitmap_{read,write}()
2023-12-04 14:22 UTC (3+ messages)
[net-next PATCH v6 0/2] octeontx2: Multicast/mirror offload changes
2023-12-04 14:19 UTC (3+ messages)
` [net-next PATCH v6 1/2] octeontx2-af: Add new mbox to support multicast/mirror offload
` [net-next PATCH v6 2/2] octeontx2-pf: TC flower offload support for mirror
[PATCH] drm: improve the documentation of connector hpd ops
2023-12-04 14:16 UTC (2+ messages)
[PATCH RESEND 0/6] drm: simplify support for transparent DRM bridges
2023-12-04 14:16 UTC (2+ messages)
[PATCH] drm: remove drm_bridge_hpd_disable() from drm_bridge_connector_destroy()
2023-12-04 14:16 UTC (2+ messages)
Radeon regression in 6.6 kernel
2023-12-04 14:14 UTC (19+ messages)
[PATCH] tools/thermal/tmon: Fix compilation warning for wrong format
2023-12-04 14:13 UTC
drivers/soc/qcom/smsm.c:152:22: sparse: sparse: incorrect type in argument 1 (different address spaces)
2023-12-04 14:12 UTC
arch/sh/include/cpu-sh2/cpu/watchdog.h:44:16: sparse: sparse: incorrect type in argument 1 (different base types)
2023-12-04 14:12 UTC
drivers/platform/mellanox/mlxbf-pmc.c:1172:14: sparse: sparse: incorrect type in assignment (different address spaces)
2023-12-04 14:12 UTC
drivers/spi/spi-lp8841-rtc.c:112:17: sparse: sparse: incorrect type in argument 1 (different address spaces)
2023-12-04 14:12 UTC
[PATCH V3] greybus: gb-beagleplay: Ensure le for values in transport
2023-12-04 14:12 UTC (2+ messages)
Kernel problem with multiseat on one card
2023-12-04 14:11 UTC (4+ messages)
` [Nouveau] "
drivers/pci/pcie/../pci.h:325:17: sparse: sparse: cast from restricted pci_channel_state_t
2023-12-04 14:09 UTC (4+ messages)
[PATCH -next] md: split MD_RECOVERY_NEEDED out of mddev_resume
2023-12-04 14:08 UTC (2+ messages)
[PATCH] virtio_blk: fix snprintf truncation compiler warning
2023-12-04 14:07 UTC
[PATCH v4 0/3] Input: Add TouchNetix axiom touchscreen driver
2023-12-04 14:05 UTC (4+ messages)
` [PATCH v4 1/3] dt-bindings: vendor-prefixes: Add TouchNetix AS
` [PATCH v4 2/3] dt-bindings: input: Add TouchNetix axiom touchscreen
` [PATCH v4 3/3] Input: Add TouchNetix axiom i2c touchscreen driver
[RFC PATCH] of/platform: Disable sysfb if a simple-framebuffer node is found
2023-12-04 14:05 UTC (11+ messages)
[PATCH 0/4] axi-dmac: Add support for scatter-gather transfers
2023-12-04 14:03 UTC (5+ messages)
` [PATCH 1/4] dmaengine: axi-dmac: Small code cleanup
` [PATCH 2/4] dmaengine: axi-dmac: Allocate hardware descriptors
` [PATCH 3/4] dmaengine: axi-dmac: Add support for scatter-gather transfers
` [PATCH 4/4] dmaengine: axi-dmac: Use only EOT interrupts when doing scatter-gather
[PATCH -tip v2 1/3] x86/percpu: Fix "const_pcpu_hot" version generation failure
2023-12-04 14:03 UTC (3+ messages)
` [PATCH -tip v2 3/3] x86/percpu: Avoid sparse warning with cast to named address space
[PATCH] cifs: Fix non-availability of dedup breaking generic/304
2023-12-04 14:01 UTC
[PATCH v3 0/3] iio: light: add support for VEML6075 UVA and UVB light sensor
2023-12-04 13:59 UTC (2+ messages)
[PATCH v2 0/2] Attach DT nodes to existing PCI devices
2023-12-04 13:59 UTC (4+ messages)
[PATCH v4 md-fixes 0/3] md: fix stopping sync thread
2023-12-04 13:57 UTC (4+ messages)
` [PATCH v4 md-fixes 1/3] md: fix missing flush of sync_work
` [PATCH v4 md-fixes 2/3] md: don't leave 'MD_RECOVERY_FROZEN' in error path of md_set_readonly()
` [PATCH v4 md-fixes 3/3] md: fix stopping sync thread
[PATCHv2] mmc: rpmb: add quirk MMC_QUIRK_BROKEN_RPMB_RETUNE
2023-12-04 13:58 UTC (11+ messages)
[PATCH] MAINTAINERS: Document Imagination PowerVR driver patches go via drm-misc
2023-12-04 13:57 UTC (2+ messages)
` (subset) "
[PATCH v3] ASoC: Intel: soc-acpi-intel-tgl-match: add cs42l43 and cs35l56 support
2023-12-04 13:56 UTC
PROBLEM: asus_nb_wmi sends KEY_BRIGHTNESSDOWN on pressing CAPS Lock and PrntScrn on Zenbook S 13 UX5304VA
2023-12-04 13:54 UTC (8+ messages)
[PATCH] Fix memory leaks in wave5_vpu_open_enc() and wave5_vpu_open_dec()
2023-12-04 13:55 UTC (2+ messages)
[PATCH 1/2] drm/imagination: Removed unused functions in pvr_fw_trace
2023-12-04 13:55 UTC (2+ messages)
[PATCH 0/3] firmware: arm_scmi: Miscellaneous fixes and opp count increase
2023-12-04 13:55 UTC (2+ messages)
` (subset) "
[PATCH V6 00/20] intel_pmc: Add telemetry API to read counters
2023-12-04 13:55 UTC (2+ messages)
[PATCH] Fix memory leaks in wave5_vpu_open_enc() and wave5_vpu_open_dec()
2023-12-04 13:54 UTC (2+ messages)
[PATCH v2] ASoC: Intel: soc-acpi-intel-tgl-match: add cs42l43 and cs56l56 support
2023-12-04 13:54 UTC (2+ messages)
[PATCH v2] iio: adc: MCP3564: fix hardware identification logic
2023-12-04 13:54 UTC (2+ messages)
[PATCH 0/2] ASoC: qcom: Limit Digital gains on speaker
2023-12-04 13:54 UTC (3+ messages)
` [PATCH 2/2] ASoC: qcom: sc8280xp: Limit speaker digital volumes
[PATCH] drm/bridge: nxp-ptn3460: fix i2c_master_send() error checking
2023-12-04 13:53 UTC (2+ messages)
[PATCH V3] vdpa/mlx5: preserve CVQ vringh index
2023-12-04 13:37 UTC (4+ messages)
[PATCH v4 0/3] drm/panfrost: Fix poweroff and sync IRQs for suspend
2023-12-04 13:52 UTC (3+ messages)
` [PATCH v4 3/3] drm/panfrost: Synchronize and disable interrupts before powering off
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox