All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-21 09:36:11 to 2023-07-21 10:12:06 UTC [more...]

[PATCH v2 0/6] Risc-V Kvm Smstateen
 2023-07-21 10:11 UTC  (4+ messages)
` [PATCH v2 1/6] RISC-V: Detect Smstateen extension

[Enable Designware XGMAC VLAN Stripping Feature 0/2]
 2023-07-21 10:11 UTC  (7+ messages)
` [Enable Designware XGMAC VLAN Stripping Feature 1/2] dt-bindings: net: snps,dwmac: Add description for rx-vlan-offload
` [Enable Designware XGMAC VLAN Stripping Feature 2/2] net: stmmac: dwxgmac2: Add support for HW-accelerated VLAN Stripping

[PATCH V8 00/23] Add support UHS-II for GL9755
 2023-07-21 10:11 UTC  (10+ messages)
` [PATCH V8 02/23] mmc: core: Prepare to support SD UHS-II cards
` [PATCH V8 07/23] mmc: sdhci: add UHS-II related definitions in headers
` [PATCH V8 08/23] mmc: sdhci: add UHS-II module and add a kernel configuration

[PATCH 0/2] riscv: Fix the console of the Spike machine on big endian hosts
 2023-07-21 10:10 UTC  (5+ messages)
` [PATCH 1/2] hw/char/riscv_htif: Fix printing of console characters "
` [PATCH 2/2] hw/char/riscv_htif: Fix the console syscall "

[Intel-gfx] [PATCH v7 0/9] Update AUX invalidation sequence
 2023-07-21 10:10 UTC  (20+ messages)
` [Intel-gfx] [PATCH v7 2/9] drm/i915: Add the has_aux_ccs device property
  ` [Intel-gfx] [v7, "
    ` [v7,2/9] "
` [Intel-gfx] [PATCH v7 5/9] drm/i915/gt: Enable the CCS_FLUSH bit in the pipe control
` [Intel-gfx] [PATCH v7 6/9] drm/i915/gt: Refactor intel_emit_pipe_control_cs() in a single function

[PATCH v2 0/9] sound: Use -EPROBE_DEFER instead of i915 module loading
 2023-07-21 10:06 UTC  (2+ messages)

[PATCH v1 1/1] ALSA: korg1212: Re-use sockptr_t and respective APIs
 2023-07-21 10:08 UTC  (2+ messages)

[PATCH v2 0/3] Serial core controller port device name fixes
 2023-07-21 10:09 UTC  (10+ messages)
` [PATCH v2 1/3] serial: core: Controller id cannot be negative

[PATCH 28/29] drm/amdkfd: Refactor migrate init to support partition switch
 2023-07-21 10:09 UTC  (6+ messages)

[POC v2] net/iavf: support no data path polling mode
 2023-07-21  9:57 UTC  (2+ messages)
` [POC v3] "

[XEN PATCH] xen/arm: optee: provide an initialization for struct arm_smccc_res
 2023-07-21 10:07 UTC  (4+ messages)

[PATCH v2] riscv, bpf: Adapt bpf trampoline to optimized riscv ftrace framework
 2023-07-21 10:06 UTC  (2+ messages)

[PATCH] serial: core: Add sysfs links for serial core port instances for ttys
 2023-07-21 10:05 UTC  (6+ messages)

[PATCH v4 2/2] hwmon: (hs3001) Add driver for Renesas HS3001
 2023-07-21 10:05 UTC 

[PATCH v1 0/1] iio: adc: meson: fix core clock enable/disable moment
 2023-07-21  9:58 UTC  (6+ messages)
` [PATCH v1 1/1] "

[bug] lots of changes including .gitignore, many rebases, can't legally share the repo
 2023-07-21 10:03 UTC  (3+ messages)

[LTP] [PATCH 1/1] write05: Simplify test using TST_ macros
 2023-07-21 10:03 UTC 

[XEN PATCH] xen/arm: p2m: refactor 'p2m_get_entry'
 2023-07-21 10:01 UTC  (2+ messages)

[PATCH] USB:bugfix a controller halt error
 2023-07-21 10:00 UTC 

[PATCH] target/tricore: Rename tricore_feature
 2023-07-21 10:01 UTC  (4+ messages)
  ` [PATCH-for-8.1] "

[PATCH v5 1/4] dt-bindings: arm: fsl: Add VAR-SOM-MX6 SoM
 2023-07-21 10:01 UTC  (16+ messages)
` [PATCH v5 2/4] ARM: dts: imx6qdl: Add Variscite VAR-SOM-MX6 SoM support
` [PATCH v5 3/4] dt-bindings: arm: fsl: Add VAR-SOM-MX6 Custom Board
` [PATCH v5 4/4] ARM: dts: imx6q: Add Variscite MX6 Custom board support

[PATCH v2] xen/arm: Move TEE mediators in a kconfig submenu
 2023-07-21 10:00 UTC  (2+ messages)

release candidate 23.07-rc4
 2023-07-21 10:00 UTC  (2+ messages)

[PATCH V3 00/23] Metadump v2
 2023-07-21  9:57 UTC  (16+ messages)
` [PATCH V3 01/23] metadump: Use boolean values true/false instead of 1/0
` [PATCH V3 02/23] mdrestore: Fix logic used to check if target device is large enough
` [PATCH V3 03/23] metadump: Declare boolean variables with bool type
` [PATCH V3 04/23] metadump: Define and use struct metadump
` [PATCH V3 05/23] metadump: Add initialization and release functions
` [PATCH V3 06/23] metadump: Postpone invocation of init_metadump()
` [PATCH V3 07/23] metadump: Introduce struct metadump_ops
` [PATCH V3 08/23] metadump: Introduce metadump v1 operations
` [PATCH V3 09/23] metadump: Rename XFS_MD_MAGIC to XFS_MD_MAGIC_V1
` [PATCH V3 10/23] metadump: Define metadump v2 ondisk format structures and macros
` [PATCH V3 11/23] metadump: Define metadump ops for v2 format
` [PATCH V3 12/23] xfs_db: Add support to read from external log device
` [PATCH V3 13/23] metadump: Add support for passing version option
` [PATCH V3 14/23] mdrestore: Declare boolean variables with bool type

[iptables PATCH 0/3] Follow-up on dangling set fix
 2023-07-21  9:59 UTC  (4+ messages)
` [iptables PATCH 1/3] extensions: libebt_among: Fix for false positive match comparison

[PATCH net-next v2 0/3] I3C MCTP net driver
 2023-07-20 17:35 UTC  (3+ messages)
` [PATCH net-next v2 3/3] mctp i3c: MCTP I3C driver

[PATCH v1] usb: cdns3: Add PHY mode switch to usb2 PHY
 2023-07-21  9:59 UTC 

[PATCH 5.10.y-cip] pinctrl: renesas: rzg2l: Handle non-unique subnode names
 2023-07-21  9:58 UTC 

[PATCH v3 0/3] Fix a couple of corner cases in feec() when using uclamp_max
 2023-07-21  9:57 UTC  (5+ messages)
` [PATCH v3 1/3] sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0
` [PATCH v3 2/3] sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0

[RFC PATCH] sbitmap: fix batching wakeup
 2023-07-21  9:57 UTC 

[v2 PATCH] arm64: dts: stratix10: add new compatible for Intel SoCFPGA Stratix10 platform
 2023-07-21  9:58 UTC  (10+ messages)

[PATCH 0/2] Intel: sof_rt5682: remove quirk flag
 2023-07-21  9:53 UTC  (2+ messages)

[PATCH v5 01/22] genirq/devres: Add devm_request_threaded_irq_probe() and devm_request_irq_probe()
 2023-07-21  9:56 UTC  (33+ messages)
` [PATCH v5 02/22] thermal/drivers/sun8i: convert to use devm_request*_irq_probe()
` [PATCH v5 03/22] thermal/drivers/armada: "
` [PATCH v5 04/22] thermal/drivers/broadcom: "
` [PATCH v5 05/22] thermal/drivers/tegra: "
` [PATCH v5 06/22] thermal/drivers/qcom/lmh: "
` [PATCH v5 07/22] thermal/drivers/db8500: "
` [PATCH v5 08/22] thermal/drivers/rcar: "
` [PATCH v5 09/22] thermal/drivers/qcom/temp-alarm: "
` [PATCH v5 10/22] thermal: intel: int340x: processor_thermal: "
` [PATCH v5 11/22] thermal/drivers/exynos: "
` [PATCH v5 12/22] thermal/drivers/hisi: "
` [PATCH v5 13/22] thermal/drivers/rockchip: "
` [PATCH v5 14/22] drivers/thermal/rcar_gen3_thermal: "
` [PATCH v5 15/22] thermal/drivers/mediatek/lvts_thermal: "
` [PATCH v5 16/22] thermal: max77620: "
` [PATCH v5 17/22] thermal/drivers/intel/bxt_pmic: "
` [PATCH v5 18/22] thermal/drivers/stm: "
` [PATCH v5 19/22] thermal/drivers/qcom/tsens-v0_1: "
` [PATCH v5 20/22] thermal: qcom-spmi-adc-tm5: "
` [PATCH v5 21/22] thermal/drivers/uniphier: "
` [PATCH v5 22/22] thermal/drivers/imx: "

[PATCH v1 0/9] Refactoring Microchip PolarFire PCIe driver
 2023-07-21  9:55 UTC  (6+ messages)

[PATCH v9 0/2] sched/fair: Scan cluster before scanning LLC in wake-up path
 2023-07-21  9:52 UTC  (4+ messages)
` [PATCH v9 2/2] "

[PATCH] net/mana: fix stats for txq bytes sent
 2023-07-21  9:54 UTC  (2+ messages)

[PATCH v2 0/1] net: gro: fix misuse of CB in udp socket lookup
 2023-07-21  9:52 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH mptcp-next 0/5] convert MPTCP to use YAML spec
 2023-07-21  9:53 UTC  (6+ messages)
` [PATCH mptcp-next 1/5] tools: ynl: add uns-admin-perm to genetlink legacy
` [PATCH mptcp-next 2/5] mptcp: convert netlink from small_ops to ops
` [PATCH mptcp-next 3/5] Documentation: netlink: add a YAML spec for mptcp
` [PATCH mptcp-next 4/5] mptcp: uapi: use header file generated from YAML spec
` [PATCH mptcp-next 5/5] net: mptcp: use policy generated by "

[PATCH v2 0/4] ACPI: NHLT: Access and query helpers
 2023-07-21  9:51 UTC  (9+ messages)
` [PATCH v2 2/4] ACPI: NHLT: Introduce acpi_gbl_NHLT

[PULL 00/14] NBD patches for 2023-07-19
 2023-07-21  9:52 UTC  (2+ messages)

[PULL 0/5] Linux user brk fixes patches
 2023-07-21  9:51 UTC  (2+ messages)

[PATCH 0/2] btrfs: fixes for missing error reporting when attaching to a transaction
 2023-07-21  9:49 UTC  (3+ messages)
` [PATCH 1/2] btrfs: check if the transaction was aborted at btrfs_wait_for_commit()
` [PATCH 2/2] btrfs: check for commit error at btrfs_attach_transaction_barrier()

[PATCH v2 0/7] Fix setting SVE and SME traps in (h)VHE
 2023-07-21  9:51 UTC  (8+ messages)
` [PATCH v2 1/7] KVM: arm64: Factor out code for checking E2H into a macro
` [PATCH v2 2/7] KVM: arm64: Use the appropriate feature trap register for SVE at EL2 setup
` [PATCH v2 3/7] KVM: arm64: Disable SME traps for (h)VHE at setup
` [PATCH v2 4/7] KVM: arm64: Helper to write to appropriate feature trap register based on mode
` [PATCH v2 5/7] KVM: arm64: Use the appropriate feature trap register when activating traps
` [PATCH v2 6/7] KVM: arm64: Fix resetting SVE trap values on reset for hVHE
` [PATCH v2 7/7] KVM: arm64: Fix resetting SME trap values on reset for (h)VHE

[PATCH 1/2] dt-bindings: gpio: Add gpio-line-names to STMPE GPIO
 2023-07-21  9:49 UTC  (6+ messages)
` [PATCH 2/2] dt-bindings: leds: Add gpio-line-names to PCA9532 GPIO

[PATCH 1/2] net: rtl8169: add minimal support for 8125B variant
 2023-07-21  9:51 UTC  (9+ messages)
` [PATCH 2/2] configs: rock5b-rk3588: add rtl8169 driver

[PATCH v3 0/4] ACPI: NHLT: Access and query helpers
 2023-07-21  9:47 UTC  (5+ messages)
` [PATCH v3 1/4] ACPI: NHLT: Device configuration access interface
` [PATCH v3 2/4] ACPI: NHLT: Introduce acpi_gbl_nhlt
` [PATCH v3 3/4] ACPI: NHLT: Table manipulation helpers
` [PATCH v3 4/4] ACPI: NHLT: Add query functions

[PATCH v6 0/6] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2, 3}
 2023-07-21  9:48 UTC  (8+ messages)
` [PATCH v6 3/6] KVM: arm64: Enable writable for ID_AA64DFR0_EL1 and ID_DFR0_EL1

[syzbot] [ext4?] general protection fault in ep_poll_callback
 2023-07-21  9:47 UTC  (3+ messages)

[PATCH for-8.2 0/4] rtc devices: Avoid putting time_t in 32-bit variables
 2023-07-21  9:46 UTC  (8+ messages)
` [PATCH for-8.2 1/4] hw/rtc/m48t59: Use 64-bit arithmetic in set_alarm()

[PATCH 4/4] rockchip: rk3308: fix same-as-spl boot order
 2023-07-21  9:46 UTC 

[PATCH] gpio: lp873x: remove unnecessary call to platform_set_drvdata()
 2023-07-21  9:43 UTC 

[PATCH 3/4] rockchip: rk3308: add support for sdmmc boot
 2023-07-21  9:39 UTC 

[PATCH 00/13] Linux RISC-V IOMMU Support
 2023-07-21  9:44 UTC  (6+ messages)
` [PATCH 01/11] RISC-V: drivers/iommu: Add RISC-V IOMMU - Ziommu support

[PATCH 2/4] rockchip: rk3308: no DEBUG_UART_BOARD_INIT for ROCK Pi S
 2023-07-21  9:39 UTC 

[PATCH] drm/bridge: Add debugfs print for bridge chains
 2023-07-21  9:41 UTC  (2+ messages)

[PATCH v2] sched/core: Use empty mask to reset cpumasks in sched_setaffinity()
 2023-07-21  9:42 UTC  (2+ messages)

[PATCH v2 00/15] UFS: Add OPP and interconnect support
 2023-07-21  9:42 UTC  (2+ messages)

[PATCH v3] media: platform: mtk-mdp3: Fix resource leak in mdp_get_subsys_id() and mdp_comp_config()
 2023-07-21  9:41 UTC  (3+ messages)

[RFC PATCH v2 0/4] fix large folio for madvise_cold_or_pageout()
 2023-07-21  9:40 UTC  (5+ messages)
` [RFC PATCH v2 1/4] madvise: not use mapcount() against large folio for sharing check
` [RFC PATCH v2 2/4] madvise: Use notify-able API to clear and flush page table entries
` [RFC PATCH v2 3/4] mm: add functions folio_in_range() and folio_within_vma()
` [RFC PATCH v2 4/4] madvise: avoid trying to split large folio always in cold_pageout

[PATCH 0/6] OPP: Indexed searching based on frequency
 2023-07-21  9:40 UTC  (7+ messages)
` [PATCH 1/6] OPP: Rearrange entries in pm_opp.h
` [PATCH 2/6] OPP: Introduce dev_pm_opp_find_freq_{ceil/floor}_indexed() APIs
` [PATCH 3/6] OPP: Introduce dev_pm_opp_get_freq_indexed() API
` [PATCH 4/6] OPP: Add dev_pm_opp_find_freq_exact_indexed()
` [PATCH 5/6] OPP: Update _read_freq() to return the correct frequency
` [PATCH 6/6] OPP: Reuse dev_pm_opp_get_freq_indexed()

[PATCH v3 RESEND] arm: topology: Consider clock-frequency property from parent /cpus node
 2023-07-21  9:40 UTC  (2+ messages)

[PATCH net-next v3 1/2] dt-bindings: net: snps,dwmac: add phy-supply support
 2023-07-21  9:38 UTC  (5+ messages)
` [PATCH net-next v3 2/2] net: stmmac: add support for phy-supply

[yocto][bitbake] variable expansion in files
 2023-07-21  9:39 UTC  (2+ messages)
` [OE-core] "

[PATCH] fs/locks: Fix typo
 2023-07-21  9:21 UTC 

[PATCH] wireless: ralink: rt2x00: Remove unnecessary spaces
 2023-07-21  9:37 UTC 

[PATCH v9 00/10] Add multiport support for DWC3 controllers
 2023-07-21  9:35 UTC  (8+ messages)
` [PATCH v9 06/10] usb: dwc3: qcom: Add support to read IRQ's related to multiport


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.