All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-13 09:46:34 to 2023-02-13 10:19:40 UTC [more...]

[PATCH 0/4] nvme patches for 6.3
 2023-02-13 10:19 UTC  (5+ messages)
` [PATCH 1/4] nvme-pci: remove SGL segment descriptors
` [PATCH 3/4] nvme-pci: place descriptor addresses in iod

[PATCH v4 00/30] EFI and ACPI support for arm64
 2023-02-13 10:17 UTC  (29+ messages)
` [PATCH v4 01/30] lib: Move acpi header and implementation to lib
` [PATCH v4 02/30] x86: Move x86_64-specific EFI CFLAGS to x86_64 Makefile
` [PATCH v4 03/30] arm/Makefile.common: Compile lib/acpi.c if CONFIG_EFI=y
` [PATCH v4 04/30] lib: Apply Lindent to acpi.{c,h}
` [PATCH v4 05/30] lib: Fix style for acpi.{c,h}
` [PATCH v4 06/30] lib/acpi: Convert table names to Linux style
` [PATCH v4 07/30] x86: Avoid references to fields of ACPI tables
` [PATCH v4 08/30] lib/acpi: Ensure all struct definition for ACPI tables are packed
` [PATCH v4 09/30] lib/acpi: Add support for the XSDT table
` [PATCH v4 10/30] lib/acpi: Extend the definition of the FADT table
` [PATCH v4 11/30] devicetree: Check that fdt is not NULL in dt_available()
` [PATCH v4 12/30] arm64: Add support for setting up the PSCI conduit through ACPI
` [PATCH v4 13/30] arm64: Add support for discovering the UART "
` [PATCH v4 14/30] arm64: Add support for timer initialization "
` [PATCH v4 15/30] arm64: Add support for cpu "
` [PATCH v4 16/30] arm64: Add support for gic "
` [PATCH v4 17/30] lib/printf: Support for precision modifier in printf
` [PATCH v4 18/30] lib/printf: Add support for printing wide strings
` [PATCH v4 19/30] lib/efi: Add support for getting the cmdline
` [PATCH v4 20/30] arm/arm64: Rename etext to _etext
` [PATCH v4 21/30] lib: Avoid ms_abi for calls related to EFI on arm64
` [PATCH v4 22/30] arm64: Add a new type of memory type flag MR_F_RESERVED
` [PATCH v4 23/30] arm64: Add a setup sequence for systems that boot through EFI
` [PATCH v4 24/30] arm64: Copy code from GNU-EFI
` [PATCH v4 25/30] arm64: Change GNU-EFI imported code to use defined types
` [PATCH v4 26/30] arm64: Use code from the gnu-efi when booting with EFI
` [PATCH v4 28/30] arm64: Add support for efi in Makefile
` [PATCH v4 29/30] lib: arm: Print test exit status

[PATCH v13 03/12] splice: Do splice read from a buffered file without using ITER_PIPE
 2023-02-13 10:18 UTC  (5+ messages)
` [PATCH v13 00/12] iov_iter: Improve page extraction (pin or just list)

[PATCH 0/3] Documentation fixes for thermal/bleeding-edge
 2023-02-13 10:18 UTC  (7+ messages)
` [PATCH 1/3] Documentation: admin-guide: Add toctree entry for thermal docs
` [PATCH 2/3] Documentation: powerclamp: Escape wildcard in cpumask description
` [PATCH 3/3] Documentation: powerclamp: Fix numbered lists formatting

[PATCH V3 0/6] remoteproc: imx_rproc: support firmware in DDR
 2023-02-13 10:15 UTC  (4+ messages)

[PATCH v1] arm64: defconfig: Enable Virtio RNG driver as built in
 2023-02-13 10:16 UTC 

[PATCH v3 1/2] Support NVIDIA BlueField-3 GPIO controller
 2023-02-13 10:17 UTC 

[RFC 00/52] Introduce hybrid CPU topology
 2023-02-13 10:16 UTC  (43+ messages)
` [RFC 03/52] hw/smbios: Fix core count in type4
` [RFC 05/52] hw/core/machine: Rename machine-smp.c to machine-topo.c
` [RFC 12/52] hw/acpi: Replace MachineState.smp access with topology helpers
` [RFC 13/52] cpu/core: Use generic topology helper for "help" to set nr_threads
` [RFC 14/52] hw/smbios: Use generic topology name and helper
` [RFC 15/52] migration/postcopy-ram: "
` [RFC 19/52] i386: Replace MachineState.smp access with topology helpers
` [RFC 20/52] s390x: "
` [RFC 21/52] ppc: "
` [RFC 22/52] riscv: "
` [RFC 23/52] arm: "
` [RFC 24/52] loongarch: "
` [RFC 25/52] mips: "
` [RFC 26/52] hw: Replace MachineState.smp access with topology helpers for all remaining archs
` [RFC 27/52] test/test-smp-parse: Check fields of MachineState.topo.smp
` [RFC 28/52] hw/core/machine: Remove support of MachineState.smp
` [RFC 29/52] hw/core/cpu: Introduce TopologyState in CPUState
` [RFC 30/52] i386: Drop nr_dies and nr_modules CPUX86State
` [RFC 31/52] i386/cpu: Use CPUState.topo to replace X86CPUTopoInfo to get topology info
` [RFC 32/52] i386: Rename X86CPUTopoInfo and its members to reflect relationship with APIC ID
` [RFC 33/52] i386: Rename init_topo_info() to init_apic_topo_info()
` [RFC 34/52] i386: Rename variable topo_info to apicid_topo
` [RFC 35/52] i386: Support APIC ID topology for hybrid CPU topology
` [RFC 36/52] i386: Use init_apicid_topo_info() to initialize APIC ID topology for system emulator
` [RFC 37/52] i386: Update X86CPUTopoIDs generating rule for hybrid topology
` [RFC 38/52] i386: Introduce hybrid_core_type to CPUX86State
` [RFC 39/52] i386/cpu: Add Intel hybrid related CPUID support
` [RFC 40/52] qapi: Introduce hybrid options
` [RFC 41/52] machine: Introduce core_type() hook
` [RFC 42/52] hw/machine: Add hybrid_supported in generic topo properties
` [RFC 43/52] hw/machine: Rename MachineClass.smp_props to MachineClass.topo_props
` [RFC 44/52] machine: Add "-hybrid" parsing rule
` [RFC 45/52] hw/machine: Add hybrid cpu topology validation
` [RFC 46/52] hw/machine: build core level hybrid topology form HybridCorePack
` [RFC 47/52] hw/machine: Use opts_visitor to parse hybrid topo
` [RFC 48/52] machine: Support "-hybrid" command
` [RFC 49/52] i386/pc: Support hybrid cpu topology
` [RFC 50/52] qemu-options: Add the document of hybrid command
` [RFC 51/52] qapi: Expose CPU topology info in query_cpus_fast
` [RFC 52/52] i386: Support cpu_index_to_core_type() for x86

[PATCH] iio: imu: st_lsm6dsx: discard samples during filters settling time
 2023-02-13 10:16 UTC  (4+ messages)
    ` [PATCH] iio: imu: st_lsm6dsx: no answer after some iio_generic_buffer test cycles

[PATCH v3 0/3] v4l-utils: support multiplexed streams
 2023-02-13 10:16 UTC  (6+ messages)
` [PATCH v3 1/3] v4l2-ctl: Add routing and streams support

[PATCH] [v4l-utils] keytable: Add -fno-stack-protector compilation option
 2023-02-13 10:16 UTC  (2+ messages)

[PATCH wpan-next 0/6] IEEE 802.15.4 passive scan support
 2023-02-13 10:15 UTC  (8+ messages)
` [PATCH wpan-next 1/6] ieee802154: Add support for user scanning requests

[oe-core][PATCH] graphene: disable neon support on arm 32bits
 2023-02-13 10:15 UTC  (4+ messages)

[PATCH 00/17] Device trees for Apple M2 (t8112) based devices
 2023-02-13 10:14 UTC  (4+ messages)
` [PATCH 11/17] dt-bindings: pinctrl: apple,pinctrl: Add apple,t8112-pinctrl compatible

[PATCH 0/5] nvme: rework __nvme_submit_sync_cmd()
 2023-02-13 10:14 UTC  (15+ messages)
` [PATCH 1/5] nvme: split __nvme_submit_sync_cmd()
` [PATCH 2/5] block: make blk_rq_map_kern() to accept a NULL buffer
` [PATCH 3/5] nvme: move result handling into nvme_execute_rq()
` [PATCH 4/5] nvme: open-code __nvme_submit_sync_cmd()
` [PATCH 5/5] nvme: retry authentication commands if DNR status bit is not set

[oe-core][PATCH] graphene: add a PACKAGECONFIG for arm_neon
 2023-02-13 10:14 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-02-13 10:14 UTC 

[PATCH] Add quirk for ADATA SX6000PNP
 2023-02-13 10:13 UTC  (3+ messages)

[PATCH] cxl: avoid returning uninitialized error code
 2023-02-13 10:12 UTC 

[PATCH v2 00/19] hw: Use QOM macros and remove DO_UPCAST() uses
 2023-02-13 10:12 UTC  (9+ messages)
` [PATCH v2 08/19] hw/net/eepro100: Introduce TYPE_EEPRO100 QOM abstract parent
` [RFC PATCH v2 19/19] hw/usb: Inline usb_bus_from_device()

[PATCH v2 0/7] hw/net/eepro100: Finish QDev conversion
 2023-02-13 10:10 UTC  (8+ messages)
` [PATCH v2 1/7] hw/net/eepro100: Abort if pci_add_capability() ever fail
` [PATCH v2 2/7] hw/net/eepro100: Introduce TYPE_EEPRO100 QOM abstract parent
` [PATCH v2 3/7] hw/net/eepro100: Convert reset handler to DeviceReset
` [PATCH v2 4/7] hw/net/eepro100: Pass E100PCIDeviceInfo as class init data
` [PATCH v2 5/7] hw/net/eepro100: Remove instance EEPRO100State::has_extended_tcb_support
` [PATCH v2 6/7] hw/net/eepro100: Remove instance's EEPRO100State::device
` [PATCH v2 7/7] hw/net/eepro100: Replace DO_UPCAST(EEPRO100State) by EEPRO100()

Linux 6.2-rc8
 2023-02-13 10:11 UTC  (4+ messages)
` Build regressions/improvements in v6.2-rc8

[RFCv3 0/1] x86: allow to notify host about guest entering s2idle
 2023-02-13 10:09 UTC  (2+ messages)
` [RFCv3 1/1] platform/x86: Add virtual PMC driver used for S2Idle

[PATCH 0/5] improve eficonfig usability
 2023-02-13 10:11 UTC  (8+ messages)
` [PATCH 4/5] eficonfig: include EFI_STATUS string in error message

[PATCH 00/12] Enable networking support for StarFive JH7100 SoC
 2023-02-13  8:30 UTC  (3+ messages)
` [PATCH 05/12] riscv: Implement non-coherent DMA support via SiFive cache flushing

[PATCH] scsi: ipr: work around fortify-string warning
 2023-02-13 10:10 UTC 

[Intel-gfx] [PATCH i-g-t] tests/i915_suspend: Free device list after *-without-i915 subtests
 2023-02-13 10:10 UTC  (6+ messages)
    ` [igt-dev] "

[PATCH 1/5] wifi: cfg80211: move A-MSDU check in ieee80211_data_to_8023_exthdr
 2023-02-13 10:08 UTC  (5+ messages)
` [PATCH 2/5] wifi: cfg80211: factor out bridge tunnel / RFC1042 header check
` [PATCH 3/5] wifi: mac80211: remove mesh forwarding congestion check
` [PATCH 4/5] wifi: mac80211: fix receiving A-MSDU frames on mesh interfaces
` [PATCH 5/5] wifi: mac80211: add a workaround for receiving non-standard mesh A-MSDU

[PATCH v1 0/3] Add DMA driver for StarFive JH7110 SoC
 2023-02-13 10:08 UTC  (5+ messages)
` [PATCH v1 1/3] dt-bindings: dma: snps,dw-axi-dmac: Update resets and add snps,num-hs-if

[PATCH v2] x86/vlapic: call vmx_vlapic_msr_changed through an hvm_function callback
 2023-02-13 10:09 UTC  (2+ messages)

[kernel/sched/core.c] Review and Modified of the prio_less() about sched class priority
 2023-02-13 10:08 UTC  (2+ messages)

[PATCH] drm/edid: Add Vive Pro 2 to non-desktop list
 2023-02-13 10:08 UTC  (4+ messages)

[PATCH v3 0/7] Basic device tree support for StarFive JH7110 RISC-V SoC
 2023-02-13 10:07 UTC  (11+ messages)
` [PATCH v3 6/7] riscv: dts: starfive: Add initial StarFive JH7110 device tree

[PATCH 0/3] Extend logging on TMC start / stop errors
 2023-02-13 10:07 UTC  (3+ messages)

KASAN: use-after-free Read in tc_chain_fill_node
 2023-02-13 10:07 UTC 

[PATCH v3 0/3] Update Renesas RZ/V2M UART Port type
 2023-02-13 10:06 UTC  (14+ messages)
` [PATCH v3 3/3] serial: 8250_em: Add serial_out() to struct serial8250_em_hw_info

[PATCH][next] drm/sti: Fix spelling mistake "top_cmd_offest" -> "top_cmd_offset"
 2023-02-13 10:05 UTC 

linux-next: duplicate patch in the pinctrl-intel-fixes tree
 2023-02-13 10:04 UTC  (3+ messages)

[Intel-gfx] [PATCH i-g-t v3 0/1] tests/i915/perf: Add stress / race exercises
 2023-02-13 10:04 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/perf: Add stress / race exercises (rev3)

RTT-PROBE: lore-subspace-rtt
 2023-02-13 10:04 UTC 

[PATCH v4] virtio-net: Improve introductory description
 2023-02-13 10:02 UTC  (2+ messages)
` [virtio-comment] "

[OE-core][dunfell][PATCH] git: Whitelist CVE-2022-41953
 2023-02-13 10:01 UTC 

[PATCH v7 0/6] Some improvements of resctrl selftest
 2023-02-13 10:00 UTC  (3+ messages)
` [PATCH v7 4/6] selftests/resctrl: Cleanup properly when an error occurs in CAT test

[f2fs-dev] [PATCH] mkfs.f2fs: trim all the devices except the first one
 2023-02-13 10:00 UTC  (2+ messages)

[PATCH net-next] net: micrel: Add PHC support for lan8841
 2023-02-13 10:00 UTC  (2+ messages)

[PATCH net-next] net/sched: fix error recovery in qdisc_create()
 2023-02-13 10:00 UTC  (2+ messages)

[patch net-next v2 0/7] devlink: params cleanups and devl_param_driverinit_value_get() fix
 2023-02-13 10:00 UTC  (2+ messages)

[PATCH net-next 0/8] net: ipa: determine GSI register offsets differently
 2023-02-13 10:00 UTC  (2+ messages)

[PATCH net-next v2] net: wangxun: Add base ethtool ops
 2023-02-13  9:59 UTC 

[PATCH v4 0/4] Add CS35L41 shared boost feature
 2023-02-13  9:58 UTC  (5+ messages)
` [PATCH v4 2/4] ASoC: cs35l41: Refactor error release code
` [PATCH v4 3/4] ALSA: cs35l41: Add shared boost feature

[PATCH net] bnxt_en: Fix mqprio and XDP ring checking logic
 2023-02-13 10:00 UTC  (2+ messages)

[PATCH] net: Fix unwanted sign extension in netdev_stats_to_stats64()
 2023-02-13 10:00 UTC  (2+ messages)

[PATCH v4 1/2] dt-bindings: optee driver interrupt can be a per-cpu interrupt
 2023-02-13  9:58 UTC  (4+ messages)
` [PATCH v4 2/2] optee: add per cpu asynchronous notification

[PATCH RFC 0/5] Writeback handling of pinned pages
 2023-02-13  9:59 UTC  (7+ messages)
` [PATCH 1/5] mm: Do not reclaim private data from pinned page
` [PATCH 4/5] block: Add support for bouncing pinned pages

[Cluster-devel] gfs2-utils 3.5.0 released
 2023-02-13  9:58 UTC  (3+ messages)
` [Cluster-devel] [ClusterLabs] "

missing stack frames
 2023-02-13  9:54 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-02-13  9:54 UTC 

[xen-unstable test] 177125: tolerable trouble: fail/pass/starved
 2023-02-13  9:52 UTC 

[PATCH 0/6] Add support for new boards in the imx6dl-yapp4 family
 2023-02-13  9:50 UTC  (7+ messages)
` [PATCH 6/6] MAINTAINERS: Add Michal Vokáč as yapp4 boards maintainer

[PATCH 1/5] mtd/spinand: rework detect procedure for different READ_ID operation
 2023-02-13  9:51 UTC  (5+ messages)

[PATCH 0/2] pcf85363: support for quartz-load-femtofarads
 2023-02-13  9:50 UTC  (3+ messages)
    ` [PATCH 1/2] rtc: pcf85363: add support for the quartz-load-femtofarads property
    ` [PATCH 2/2] dt-bindings: rtc: nxp,pcf8563: add quartz-load-femtofarads for pcf85263 and pcf85363

[PATCH] net/usb: kalmia: Don't pass act_len in usb_bulk_msg error path
 2023-02-13  9:50 UTC  (2+ messages)

[PATCH net-next] nfp: ethtool: supplement nfp link modes supported
 2023-02-13  9:50 UTC  (2+ messages)

Converting dev->mutex into dev->spinlock ?
 2023-02-13  9:49 UTC  (10+ messages)
      ` [PATCH] drivers/core: Replace lockdep_set_novalidate_class() with unique class keys
                ` [PATCH RFC] "

[RFC v2 00/13] Dinamycally switch to vhost shadow virtqueues at vdpa net migration
 2023-02-13  9:47 UTC  (6+ messages)
` [RFC v2 11/13] vdpa: add vdpa net migration state notifier

[LTP] [PATCH v2] Refactor pidns32 test using new LTP API
 2023-02-13  9:47 UTC 

[PATCH] target/riscv: Fix vslide1up.vf and vslide1down.vf
 2023-02-13  9:45 UTC 

[PATCH v2 0/3] Add definitions for AST2600 i3c clocks and resets
 2023-02-13  9:48 UTC  (3+ messages)
` [PATCH v2 2/3] clk: aspeed: Add full configs for i3c clocks

next/master baseline: 839 runs, 119 regressions (next-20230213)
 2023-02-13  9:47 UTC 

[PATCH] f2fs: synchronize atomic write aborts
 2023-02-13  9:47 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH 1/2] MAINTAINERS: Add entry for SPI NAND framework and drivers
 2023-02-13  9:46 UTC  (2+ messages)
` [PATCH 2/2] MAINTAINERS: Rename NAND FLASH to RAW NAND

[PATCH 0/2] Add definitions for AST2600 i3c clocks and resets
 2023-02-13  9:46 UTC  (3+ messages)
` [PATCH 1/2] clk: aspeed: Add full configs for i3c clocks

[PATCH v8 0/5] Add resets for ADSP based audio clock controller driver
 2023-02-13  9:45 UTC  (6+ messages)
` [PATCH v8 1/5] dt-bindings: clock: qcom,sc7280-lpasscc: Add qcom,adsp-pil-mode property
` [PATCH v8 2/5] dt-bindings: clock: lpassaudiocc-sc7280: Add binding headers for lpasscc
` [PATCH v8 3/5] clk: qcom: lpasscc-sc7280: Skip qdsp6ss clock registration
` [PATCH v8 4/5] clk: qcom: lpassaudiocc-sc7280: Merge AHB clocks into lpass_aon
` [PATCH v8 5/5] clk: qcom: lpassaudiocc-sc7280: Skip lpass_aon_cc_pll config

linux-next: build warning after merge of the uml tree
 2023-02-13  9:46 UTC  (4+ messages)
` [PATCH] Documentation: rust: Fix arch support table


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.