All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-13 13:59:37 to 2023-01-13 14:34:57 UTC [more...]

[PATCH 0/4] Improve the introductory documentation
 2023-01-13 13:39 UTC  (3+ messages)
` [PATCH 2/4] docs: add a new section to outline emulation support
` [PATCH 4/4] docs: add an introduction to the system docs

[PULL 00/38] target-arm queue
 2023-01-13 14:11 UTC  (12+ messages)
` [PULL 01/38] hw/arm/stm32f405: correctly describe the memory layout
` [PULL 05/38] {hw/i2c,docs/system/arm}: Allwinner TWI/I2C Emulation
` [PULL 06/38] hw/misc: AXP209 PMU Emulation
` [PULL 11/38] hw/arm/pxa2xx: Simplify pxa255_init()
` [PULL 12/38] hw/arm/pxa2xx: Simplify pxa270_init()
` [PULL 13/38] hw/arm/collie: Use the IEC binary prefix definitions
` [PULL 18/38] hw/arm/musicpal: "
` [PULL 19/38] hw/arm/omap_sx1: Remove unused 'total_ram' definitions
` [PULL 25/38] hw/gpio/omap_gpio: Add local variable to avoid embedded cast
` [PULL 28/38] hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP2_GPIO type name
` [PULL 35/38] hw/misc/sbsa_ec: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()

kernel stack corrupted in xnarch_switch_to
 2023-01-13 14:19 UTC  (3+ messages)

[PATCH v1 00/20] ARM: imx: make Ethernet refclock configurable
 2023-01-13 14:27 UTC  (12+ messages)
` [PATCH v1 01/20] clk: imx: add clk-gpr-mux driver
` [PATCH v1 05/20] ARM: dts: imx6qdl: use enet_clk_ref instead of enet_out for the FEC node
` [PATCH v1 06/20] ARM: dts: imx6dl-lanmcu: configure ethernet reference clock parent
` [PATCH v1 08/20] ARM: dts: imx6dl-plybas: "
` [PATCH v1 09/20] ARM: dts: imx6dl-plym2m: "
` [PATCH v1 10/20] ARM: dts: imx6dl-prtmvt: "
` [PATCH v1 12/20] ARM: dts: imx6q-prtwd2: "
` [PATCH v1 14/20] ARM: dts: imx6dl-eckelmann-ci4x10: "
` [PATCH v1 17/20] clk: imx6ul: add ethernet refclock mux support
` [PATCH v1 18/20] ARM: dts: imx6ul: set enet_clk_ref to CLK_ENETx_REF_SEL
` [PATCH v1 19/20] ARM: mach-imx: imx6ul: remove not optional ethernet refclock overwrite

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-13 14:34 UTC  (11+ messages)
` [PATCH RFC v7 03/64] KVM: SVM: Advertise private memory support to KVM
` [PATCH RFC v7 04/64] KVM: x86: Add 'fault_is_private' x86 op

[PATCH] tests/vm: Update haiku test vm to R1/Beta3
 2023-01-13 14:20 UTC  (5+ messages)

[PATCH v1 1/1] pinctrl: digicolor: Remove duplicate assignment of of_gpio_n_cells
 2023-01-13 14:32 UTC  (2+ messages)

[PATCH net-next] net: ethernet: ti: am65-cpsw/cpts: Fix CPTS release action
 2023-01-13 14:25 UTC  (3+ messages)

stable-rc/queue/4.19 build: 197 builds: 5 failed, 192 passed, 1 error, 37 warnings (v4.19.269-466-g9e0d7e28b011)
 2023-01-13 14:27 UTC 

[PATCH 1/4] arm64: dts: beacon-renesom: Fix gpio expander reference
 2023-01-13 14:25 UTC  (5+ messages)

[PATCH 5.10.y] ALSA: pcm: Properly take rwsem lock in ctl_elem_read_user/ctl_elem_write_user to prevent UAF
 2023-01-13 14:26 UTC  (2+ messages)

[RFC PATCH v3 00/28] target/arm: Allow CONFIG_TCG=n builds
 2023-01-13 14:33 UTC  (33+ messages)
` [RFC PATCH v3 01/28] target/arm: rename handle_semihosting to tcg_handle_semihosting
` [RFC PATCH v3 02/28] target/arm: wrap psci call with tcg_enabled
` [RFC PATCH v3 03/28] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()
` [RFC PATCH v3 04/28] target/arm: Move PC alignment check
` [RFC PATCH v3 05/28] target/arm: Move cpregs code out of cpu.h
` [RFC PATCH v3 06/28] target/arm: Move cpregs code into cpregs.c
` [RFC PATCH v3 07/28] target/arm: Move define_debug_regs() to cpregs.c
` [RFC PATCH v3 08/28] target/arm: Wrap breakpoint/watchpoint updates with tcg_enabled
` [RFC PATCH v3 09/28] target/arm: move translate modules to tcg/
` [RFC PATCH v3 10/28] target/arm: move helpers "
` [RFC PATCH v3 11/28] target/arm: Move psci.c into the tcg directory
` [RFC PATCH v3 12/28] target/arm: Wrap arm_rebuild_hflags calls with tcg_enabled
` [RFC PATCH v3 13/28] target/arm: Move hflags code into the tcg directory
` [RFC PATCH v3 14/28] target/arm: Move regime_using_lpae_format into internal.h
` [RFC PATCH v3 15/28] target/arm: Don't access TCG code when debugging with KVM
` [RFC PATCH v3 16/28] cpu-defs.h: Expose CPUTLBEntryFull to non-TCG code
` [RFC PATCH v3 17/28] target/arm: Move cortex sysregs into cpregs.c
` [RFC PATCH v3 18/28] target/arm: Move common cpu code into cpu.c
` [RFC PATCH v3 19/28] target/arm: move cpu_tcg to tcg/cpu32.c
` [RFC PATCH v3 20/28] target/arm: Set cortex-a57 as default cpu for KVM-only build
` [RFC PATCH v3 21/28] tests/qtest: Skip tests that depend on TCG when CONFIG_TCG=n
` [RFC PATCH v3 22/28] tests/qtest: Restrict bcm2835-dma-test to CONFIG_RASPI
` [RFC PATCH v3 23/28] tests/tcg: Do not build/run TCG tests if TCG is disabled
` [RFC PATCH v3 24/28] tests/avocado: Skip tests that require a missing accelerator
` [RFC PATCH v3 25/28] tests/avocado: Tag TCG tests with accel:tcg
` [RFC PATCH v3 26/28] target/avocado: Pass parameters to migration test on aarch64
` [RFC PATCH v3 27/28] arm/Kconfig: Always select SEMIHOSTING when TCG is present
` [RFC PATCH v3 28/28] arm/Kconfig: Do not build TCG-only boards on a KVM-only build

[PATCH 0/7] Add minimal boot support for IPQ9574
 2023-01-13 14:30 UTC  (17+ messages)
` [PATCH 2/7] clk: qcom: Add Global Clock Controller driver "
` [PATCH 3/7] dt-bindings: pinctrl: qcom: Add ipq9574 pinctrl bindings
` [PATCH 6/7] arm64: dts: Add ipq9574 SoC and AL02 board support

[GIT PULL] sound updates for 6.2-rc4
 2023-01-13 14:24 UTC  (2+ messages)

meta-selinux: ERROR: nothing provides coreutils needed by packagegroup-core-selinux
 2023-01-13 14:32 UTC 

[PATCH net v3] sch_htb: Avoid grafting on htb_destroy_class_offload when destroying htb
 2023-01-13 14:23 UTC  (2+ messages)

[PATCH v10 0/6] Add LVTS thermal architecture
 2023-01-13 14:30 UTC  (9+ messages)
` [PATCH v10 2/6] dt-bindings/thermal/mediatek: Add dt-binding document for LVTS thermal controllers
` [PATCH v10 6/6] arm64/dts/mt8195: Add temperature mitigation threshold

[PATCH v2] dt-bindings: PCI: qcom,pcie-ep: correct qcom,perst-regs
 2023-01-13 14:23 UTC  (3+ messages)

[xilinx-xlnx:master 630/773] drivers/irqchip/irq-imx-mu-msi.c:448:61: error: macro "IRQCHIP_PLATFORM_DRIVER_END" passed 2 arguments, but takes just 1
 2023-01-13 14:30 UTC 

linker problem with Ubuntu 18.04 tool chain: unknown architecture of input file `arch/arm64/boot/vmlinuz.o' is incompatible with aarch64 output
 2023-01-13 14:29 UTC  (4+ messages)

[PATCH rcu 0/27] Unconditionally enable SRCU
 2023-01-13 14:22 UTC  (3+ messages)
` [PATCH rcu v2 19/20] tomoyo: Remove "select SRCU"

Gitorious should use CRC128 / 256 / 512 instead of SHA-1
 2023-01-13 14:21 UTC  (4+ messages)

stable-rc/queue/5.15 build: 175 builds: 3 failed, 172 passed, 10 errors, 3 warnings (v5.15.87-10-g217c5d39eff8)
 2023-01-13 14:21 UTC 

Failure during Stack Depot allocating hash table of 1048576 entries with kvcalloc
 2023-01-13 14:29 UTC 

[PATCH 0/3] Add the Renesas IDT821034 codec support
 2023-01-13 14:19 UTC  (9+ messages)
` [PATCH 2/3] ASoC: codecs: Add support for the Renesas IDT821034 codec

[PATCH 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
 2023-01-13 14:19 UTC  (6+ messages)

[PATCH v1 1/1] iio: chemical: scd30_core: Switch to use dev_err_probe()
 2023-01-13 14:19 UTC 

[PATCH] ls-tree: add --sparse-filter-oid argument
 2023-01-13 14:17 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v9 00/19] vm_bind: Add VM_BIND validation support
 2023-01-13 14:27 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t v9 19/19] tests/i915/vm_bind: Add userptr invalidation test

[PATCH] arm64: dts: qcom: sc8280xp: Define CMA region for CRD and X13s
 2023-01-13 14:17 UTC  (2+ messages)

[PATCH v2 0/2] iio: adc: ti-ads7924: add Texas Instruments ADS7924 driver
 2023-01-13 14:16 UTC  (5+ messages)
` [PATCH v2 1/2] "

[yocto][langdale] dropbear recipe fails to parse without pam in DISTRO_FEATURES
 2023-01-13 14:25 UTC 

[xen-unstable-smoke test] 175752: regressions - trouble: blocked/broken/fail/pass
 2023-01-13 14:25 UTC 

[PATCH -next 0/7] mm: remove cgroup_throttle_swaprate() completely
 2023-01-13 14:25 UTC  (3+ messages)
` [PATCH -next 1/7] mm: huge_memory: make __do_huge_pmd_anonymous_page() to take a folio

[PATCH 0/2] x86/shadow: MMIO treatment
 2023-01-13 14:22 UTC  (10+ messages)
` [PATCH 1/2] x86/shadow: sanitize iommu_snoop usage

[PATCH v4 1/3] dsa: marvell: Provide per device information about max frame size
 2023-01-13 14:16 UTC  (7+ messages)

[Intel-gfx] [PATCH] drm/i915/mtl: Connect root sysfs entries to GT0
 2023-01-13 14:21 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

S3 under Xen regression between 6.1.1 and 6.1.3
 2023-01-13 14:20 UTC  (4+ messages)

Patching the Raspberry Pi OS Kernel for AX.25?
 2023-01-13 14:20 UTC  (2+ messages)

[PATCH v2 00/13] target task management fixes
 2023-01-13 14:15 UTC  (5+ messages)
` [PATCH v2 09/13] scsi: target: iscsit: Fix isert disconnect handling during login
` [PATCH v2 11/13] scsi: target: Treat CMD_T_FABRIC_STOP like CMD_T_STOP

RFC abstracting atomics
 2023-01-13 14:18 UTC  (10+ messages)

[PATCH v8 00/25] nvme-tcp receive offloads
 2023-01-13 14:17 UTC  (9+ messages)
` [PATCH v8 01/25] net: Introduce direct data placement tcp offload
` [PATCH v8 03/25] net/ethtool: add ULP_DDP_{GET,SET} operations for caps and stats

[PATCH v1] wireless/at76c50x-usb.c : Use devm_kmalloc replaces kmalloc
 2023-01-13 14:12 UTC 

[PATCH v10 0/9] Add latency priority for CFS class
 2023-01-13 14:12 UTC  (20+ messages)
` [PATCH v10 1/9] sched/fair: fix unfairness at wakeup
` [PATCH v10 2/9] sched: Introduce latency-nice as a per-task attribute
` [PATCH v10 3/9] sched/core: Propagate parent task's latency requirements to the child task
` [PATCH v10 4/9] sched: Allow sched_{get,set}attr to change latency_nice of the task
` [PATCH v10 5/9] sched/fair: Take into account latency priority at wakeup
` [PATCH v10 6/9] sched/fair: Add sched group latency support
` [PATCH v10 7/9] sched/core: Support latency priority with sched core
` [PATCH v10 8/9] sched/fair: Add latency list
` [PATCH v10 9/9] sched/fair: remove check_preempt_from_others

[PATCH v3 00/14] clk: qcom: cpu-8996: stability fixes
 2023-01-13 14:13 UTC  (11+ messages)
` [PATCH v3 02/14] clk: qcom: clk-alpha-pll: program PLL_TEST/PLL_TEST_U if required
` [PATCH v3 04/14] clk: qcom: cpu-8996: fix the init clock rate
` [PATCH v3 10/14] clk: qcom: cpu-8996: fix PLL configuration sequence
` [PATCH v3 11/14] clk: qcom: cpu-8996: fix ACD initialization
` [PATCH v3 12/14] clk: qcom: cpu-8996: fix PLL clock ops

[PATCH] libbpf: replace '.' with '_' in legacy kprobe event name
 2023-01-13 14:12 UTC  (2+ messages)

[PATCH] bpftool: Always disable stack protection for clang
 2023-01-13 14:13 UTC  (2+ messages)

[syzbot] linux-next boot error: general protection fault in _compound_head
 2023-01-13 14:13 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()
 2023-01-13 14:12 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: add ipip6 and ip6ip decap to test_tc_tunnel

[PATCH v2] media: verisilicon: HEVC: Only propose 10 bits compatible pixels formats
 2023-01-13 14:12 UTC  (4+ messages)

[PATCH net-next] net: dsa: rzn1-a5psw: Add vlan support
 2023-01-13 14:12 UTC  (3+ messages)

[6.2][regression] after commit cd372b8c99c5a5cf6a464acebb7e4a79af7ec8ae stopping working wifi mt7921e
 2023-01-13 14:11 UTC  (4+ messages)

[PATCH v2] cxl/mbox: Fix Payload Length check for Get Log command
 2023-01-13 14:10 UTC  (4+ messages)

[PATCH v1 1/1] iio: chemical: scd30_core: use sysfs_emit() to instead of scnprintf()
 2023-01-13 14:11 UTC 

[RFC v2 00/13] Dinamycally switch to vhost shadow virtqueues at vdpa net migration
 2023-01-13  3:25 UTC  (4+ messages)
` [RFC v2 12/13] vdpa: preemptive kick at enable

[PATCH 0/7] iommu/vt-d: Support performance monitoring for IOMMU
 2023-01-13 14:12 UTC  (4+ messages)
` [PATCH 3/7] iommu/vt-d: Support Enhanced Command Interface

[PATCH v2 0/8] cxl: Introduce HDM decoder emulation from DVSEC range registers
 2023-01-13 14:08 UTC  (9+ messages)
` [PATCH v2 5/8] cxl: create emulated cxl_hdm for devices that do not have HDM decoders
` [PATCH v2 6/8] cxl: create emulated decoders for devices without "
` [PATCH v2 7/8] cxl: Add emulation when HDM decoders are not committed
` [PATCH v2 8/8] cxl: remove locked check for dvsec_range_allowed()

❌ FAIL (10/383 SKIPPED): Test report for master (6.2.0-rc3, mainline.kernel.org-clang, d9fc1511)
 2023-01-13 14:11 UTC 

[freescale-fslc:5.15-2.2.x-imx 3317/20207] drivers/irqchip/irq-imx-irqsteer.c:194:34: error: 'irqsteer_data' undeclared
 2023-01-13 14:10 UTC 

[PATCH] net: e1000: read EEPROM through EERD register on 8257x adapters
 2023-01-13 14:09 UTC 

[PATCH] x86/acpi: fix suspend with Xen
 2023-01-13 14:06 UTC 

[PATCH v3] eventdev/timer: add API to get remaining ticks
 2023-01-13 14:08 UTC  (2+ messages)

[PATCH] ddr_spd: use unsigned type for crc bytes in DDR3/4 SPD check
 2023-01-13 14:06 UTC 

[PATCH] iio: chemical: scd30: Add check for NULL in scd30_i2c_command
 2023-01-13 14:03 UTC  (2+ messages)

[PATCH v2 0/7] watchdog: dt-bindings: rework/fix qcom-wdt
 2023-01-13 14:03 UTC  (15+ messages)
` [PATCH v2 1/7] dt-bindings: watchdog: qcom-wdt: require fallback for IPQ4019
` [PATCH v2 2/7] dt-bindings: watchdog: qcom-wdt: do not allow fallback alone
` [PATCH v2 3/7] dt-bindings: watchdog: qcom-wdt: fix list of MSM timer compatibles
` [PATCH v2 4/7] dt-bindings: watchdog: qcom-wdt: add qcom,kpss-wdt-mdm9615
` [PATCH v2 5/7] dt-bindings: watchdog: qcom-wdt: allow interrupts
` [PATCH v2 6/7] dt-bindings: watchdog: qcom-wdt: merge MSM timer
` [PATCH v2 7/7] dt-bindings: watchdog: allow "timer" as node name

[Intel-gfx] [PATCH] drm/i915/selftests: Unwind hugepages to drop wakeref on error
 2023-01-13 14:07 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/selftests: Unwind hugepages to drop wakeref on error (rev2)

[PATCH 00/13] clk: qcom: cpu-8996: stability fixes
 2023-01-13 14:02 UTC  (9+ messages)
` [PATCH 10/13] clk: qcom: cpu-8996: fix ACD initialization
` [PATCH 11/13] clk: qcom: cpu-8996: fix PLL clock ops

next: BUG: kernel NULL pointer dereference, address: 0000000000000008 - RIP: 0010:do_wp_page
 2023-01-13 14:02 UTC  (2+ messages)

[PATCH] platform/x86/intel/pmc: core: Add support to show LTR-ignored components
 2023-01-13 14:02 UTC 

[PATCH v2 00/21] hw: Remove implicit sysbus_mmio_map() from pflash APIs
 2023-01-13 14:03 UTC  (3+ messages)
` [PATCH v2 16/21] hw/arm: Open-code pflash_cfi01_register()

remove arch/sh
 2023-01-13 14:00 UTC  (5+ messages)
` [PATCH 06/22] watchdog: remove the shwdt driver

[PATCH] dt-bindings: sram: Tightly Coupled Memory (TCM) bindings
 2023-01-13 13:59 UTC  (2+ messages)

[PATCH linux-next v2] swap_state: update shadow_nodes for anonymous page
 2023-01-13 13:59 UTC  (3+ messages)

[PATCH v4 1/4] ARM: stm32: Fix ECDSA authentication with Dcache enabled
 2023-01-13 14:02 UTC  (8+ messages)
` [PATCH v4 2/4] ARM: stm32: Factor out save_boot_params
` [PATCH v4 3/4] ARM: stm32: Pass ROM API table pointer to U-Boot proper
` [PATCH v4 4/4] ARM: stm32: Make ECDSA authentication available to U-Boot

[PATCH 1/3] iommu: Attach device group to old domain in error path
 2023-01-13 13:59 UTC  (3+ messages)
` [PATCH 2/3] iommu/amd: Skip attach device domain is same as new domain
` [PATCH 3/3] iommu/amd: Call BUG_ON in page fault hanlder path if domain is NULL

[git pull] drm fixes for 6.2-rc4
 2023-01-13 13:58 UTC  (2+ messages)

[PATCH] PCI: rcar: avoid defines prefixed with CONFIG
 2023-01-13 13:58 UTC  (2+ messages)

[GIT PULL] arm64 fixes for -rc4
 2023-01-13 13:58 UTC  (2+ messages)

Bug report: checkout --recurse-submodules failing
 2023-01-13 13:58 UTC  (2+ messages)

[GIT PULL] platform-drivers-x86 for 6.2-2
 2023-01-13 13:58 UTC  (2+ messages)

[GIT PULL] ACPI fixes for v6.2-rc4
 2023-01-13 13:58 UTC  (2+ messages)

[GIT PULL] Power management fixes for v6.2-rc4
 2023-01-13 13:58 UTC  (2+ messages)

stable-rc/queue/4.14 build: 192 builds: 2 failed, 190 passed, 43 warnings (v4.14.302-325-gc119a1568caa7)
 2023-01-13 13:55 UTC 

[PATCH v3 0/8] virtio-mem: Handle preallocation with migration
 2023-01-13 13:59 UTC  (4+ messages)
` [PATCH v3 7/8] virtio-mem: Migrate immutable properties early


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.