All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-04 11:46:35 to 2022-07-04 12:22:57 UTC [more...]

[PATCH v6 0/5] Fix some races between sysfb device registration and drivers probe
 2022-07-04 12:22 UTC  (15+ messages)
` [PATCH v6 3/5] fbdev: Disable sysfb device registration when removing conflicting FBs

[PATCH v2] signal: break out of wait loops on kthread_stop()
 2022-07-04 12:22 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
 2022-07-04 12:19 UTC  (9+ messages)

[PATCH 0/3] btrfs: a few direct IO fixes/improvements
 2022-07-04 12:19 UTC  (8+ messages)
` [PATCH 1/3] btrfs: return -EAGAIN for NOWAIT dio reads/writes on compressed and inline extents
` [PATCH 2/3] btrfs: don't fallback to buffered IO for NOWAIT direct IO writes

[ANN] U-Boot v2022.07-rc6 released
 2022-07-04 12:19 UTC 

[PATCH V4 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-07-04 12:18 UTC  (4+ messages)
` [PATCH V4 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

[PATCH] usb: host: ehci-generic: Fix error check
 2022-07-04 12:19 UTC  (2+ messages)

[PATCH 1/1] avb: honor CONFIG_SYS_64BIT_LBA
 2022-07-04 12:19 UTC  (2+ messages)

[PATCH 1/1] xen: pvblock: honor CONFIG_SYS_64BIT_LBA
 2022-07-04 12:19 UTC  (2+ messages)

[PATCH v8 0/4] soc/arm64: qcom: Add initial version of bwmon
 2022-07-04 12:17 UTC  (10+ messages)
` [PATCH v8 1/4] dt-bindings: interconnect: qcom,msm8998-cpu-bwmon: add BWMON device
` [PATCH v8 2/4] soc: qcom: icc-bwmon: Add bandwidth monitoring driver
` [PATCH v8 3/4] arm64: defconfig: enable Qualcomm Bandwidth Monitor
` [PATCH v8 4/4] arm64: dts: qcom: sdm845: Add CPU BWMON

[PATCH v4 00/45] target/arm: Scalable Matrix Extension
 2022-07-04 12:15 UTC  (15+ messages)
` [PATCH v4 33/45] linux-user/aarch64: Clear tpidr2_el0 if CLONE_SETTLS
` [PATCH v4 34/45] linux-user/aarch64: Reset PSTATE.SM on syscalls
` [PATCH v4 35/45] linux-user/aarch64: Add SM bit to SVE signal context
` [PATCH v4 36/45] linux-user/aarch64: Tidy target_restore_sigframe error return
` [PATCH v4 37/45] linux-user/aarch64: Do not allow duplicate or short sve records
` [PATCH v4 38/45] linux-user/aarch64: Verify extra record lock succeeded
` [PATCH v4 39/45] linux-user/aarch64: Move sve record checks into restore

FAILED: patch "[PATCH] s390/archrandom: simplify back to earlier design and" failed to apply to 5.4-stable tree
 2022-07-04 12:17 UTC  (3+ messages)

[PATCH v1 00/16] Add driver nodes for MT8195 SoC
 2022-07-04 10:00 UTC  (17+ messages)
` [PATCH v1 01/16] dt-bindings: iommu: mediatek: Increase max interrupt number
` [PATCH v1 02/16] dt-bindings: memory: mediatek: Update condition for mt8195 smi node
` [PATCH v1 03/16] dt-bindings: power: mediatek: Refine multiple level power domain nodes
` [PATCH v1 04/16] arm64: dts: mt8195: Disable watchdog external reset signal
` [PATCH v1 05/16] arm64: dts: mt8195: Disable I2C0 node
` [PATCH v1 06/16] arm64: dts: mt8195: Add cpufreq node
` [PATCH v1 07/16] arm64: dts: mt8195: Add vdosys and vppsys clock nodes
` [PATCH v1 08/16] arm64: dts: mt8195: Add power domains controller
` [PATCH v1 09/16] arm64: dts: mt8195: Add spmi node
` [PATCH v1 10/16] arm64: dts: mt8195: Add scp node
` [PATCH v1 11/16] arm64: dts: mt8195: Add audio related nodes
` [PATCH v1 12/16] arm64: dts: mt8195: Add adsp node and adsp mailbox nodes
` [PATCH v1 13/16] arm64: dts: mt8195: Specify audio reset controller
` [PATCH v1 14/16] arm64: dts: mt8195: Add iommu and smi nodes
` [PATCH v1 15/16] arm64: dts: mt8195: Add gce node
` [PATCH v1 16/16] arm64: dts: mt8195: Add display node for vdosys0

[RFC PATCH 1/3] x86/boot/e820: Make __e820__mapped_all() external
 2022-07-04 11:15 UTC  (4+ messages)
` [RFC PATCH 3/3] iommu/vt-d: Show region type in arch_rmrr_sanity_check()

[ANNOUNCE] Call for agenda items for 7 July Community Call @ 1500 UTC
 2022-07-04 12:17 UTC 

[PATCH v5 00/10] Implement bdrv_{pread, pwrite, pwrite_sync, pwrite_zeroes}() using generated_co_wrapper
 2022-07-04 12:14 UTC  (17+ messages)
` [PATCH v5 01/10] block: Add a 'flags' param to bdrv_{pread, pwrite, pwrite_sync}()
  ` [PATCH v5 01/10] block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()
` [PATCH v5 02/10] block: Change bdrv_{pread, pwrite, pwrite_sync}() param order
` [PATCH v5 03/10] block: Make bdrv_{pread, pwrite}() return 0 on success
  ` [PATCH v5 03/10] block: Make bdrv_{pread,pwrite}() "
` [PATCH v5 04/10] crypto: Make block callbacks "
` [PATCH v5 05/10] block: Make bdrv_co_pwrite() take a const buffer
` [PATCH v5 06/10] block: Make 'bytes' param of bdrv_co_{pread, pwrite, preadv, pwritev}() an int64_t
  ` [PATCH v5 06/10] block: Make 'bytes' param of bdrv_co_{pread,pwrite,preadv,pwritev}() "
` [PATCH v5 07/10] block: Implement bdrv_{pread, pwrite, pwrite_zeroes}() using generated_co_wrapper
  ` [PATCH v5 07/10] block: Implement bdrv_{pread,pwrite,pwrite_zeroes}() "
` [PATCH v5 08/10] block: Add bdrv_co_pwrite_sync()

[PATCH v2 00/12] PolarFire SoC reset controller & clock cleanups
 2022-07-04 12:15 UTC  (26+ messages)
` [PATCH v2 01/12] dt-bindings: clk: microchip: mpfs: add reset controller support
` [PATCH v2 02/12] clk: microchip: mpfs: add reset controller
` [PATCH v2 03/12] reset: add polarfire soc reset support
` [PATCH v2 04/12] MAINTAINERS: add polarfire soc reset controller
` [PATCH v2 05/12] riscv: dts: microchip: add mpfs specific macb reset support
` [PATCH v2 06/12] clk: microchip: mpfs: add module_authors entries
` [PATCH v2 07/12] clk: microchip: mpfs: add MSS pll's set & round rate
` [PATCH v2 08/12] clk: microchip: mpfs: move id & offset out of clock structs
` [PATCH v2 09/12] clk: microchip: mpfs: simplify control reg access
` [PATCH v2 10/12] clk: microchip: mpfs: delete 2 line mpfs_clk_register_foo()
` [PATCH v2 11/12] clk: microchip: mpfs: convert cfg_clk to clk_divider
` [PATCH v2 12/12] clk: microchip: mpfs: convert periph_clk to clk_gate

[LTP] [PATCH] rpc01: fix variable not initialized
 2022-07-04 12:17 UTC 

FAILED: patch "[PATCH] s390/archrandom: simplify back to earlier design and" failed to apply to 5.10-stable tree
 2022-07-04 12:16 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-07-04 12:16 UTC 

[PATCH v4 1/6] clk: qcom: clk-alpha-pll: add support for APSS PLL
 2022-07-04 12:14 UTC  (4+ messages)
` [PATCH v4 3/6] clk: qcom: Add IPQ8074 APSS clock controller

drivers/devfreq/governor_passive.c:44:24: warning: Uninitialized variable: parent_cpu_data->opp_table [uninitvar]
 2022-07-04 12:14 UTC 

[kvm-unit-tests PATCH v2 0/4] Add panic test support
 2022-07-04 12:13 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 1/4] runtime: add support for panic tests
` [kvm-unit-tests PATCH v2 2/4] lib: s390x: add CPU timer functions to time.h
` [kvm-unit-tests PATCH v2 3/4] s390x: add extint loop test
` [kvm-unit-tests PATCH v2 4/4] s390x: add pgm spec interrupt "

[PATCH 1/2] ALSA: usb-audio: Add quirk for Fiero SC-01
 2022-07-04 12:12 UTC  (3+ messages)

Adding a zynq board
 2022-07-04 12:13 UTC  (2+ messages)

FAILED: patch "[PATCH] powerpc/powernv: wire up rng during setup_arch" failed to apply to 4.9-stable tree
 2022-07-04 12:09 UTC  (2+ messages)
` [PATCH stable 4.9] powerpc/powernv: wire up rng during setup_arch

[BUG] BLE device unpairing triggers kernel panic
 2022-07-04 12:11 UTC  (13+ messages)

[PATCH 5/8] OPP: Allow multiple clocks for a device
 2022-07-04 12:09 UTC  (11+ messages)

[PATCH V3 00/20] OPP: Add new configuration interface: dev_pm_opp_set_config()
 2022-07-04 12:07 UTC  (27+ messages)
` [PATCH V3 01/20] OPP: Track if clock name is configured by platform
` [PATCH V3 02/20] OPP: Make dev_pm_opp_set_regulators() accept NULL terminated list
` [PATCH V3 03/20] OPP: Add dev_pm_opp_set_config() and friends
` [PATCH V3 04/20] cpufreq: qcom-nvmem: Migrate to dev_pm_opp_set_config()
` [PATCH V3 05/20] cpufreq: sti: "
` [PATCH V3 06/20] cpufreq: ti: "
` [PATCH V3 07/20] drm/lima: "
` [PATCH V3 08/20] soc/tegra: Add comment over devm_pm_opp_set_clkname()
` [PATCH V3 09/20] soc/tegra: Migrate to dev_pm_opp_set_config()
` [PATCH V3 10/20] OPP: Migrate set-regulators API to use set-config helpers
` [PATCH V3 11/20] OPP: Migrate set-supported-hw "
` [PATCH V3 12/20] OPP: Migrate set-clk-name "
` [PATCH V3 13/20] OPP: Migrate set-opp-helper "
` [PATCH V3 14/20] OPP: Migrate attach-genpd "
` [PATCH V3 15/20] OPP: Migrate set-prop-name helper "
` [PATCH V3 16/20] OPP: Add support for config_regulators() helper
` [PATCH V3 17/20] OPP: Make _generic_set_opp_regulator() a config_regulators() interface
` [PATCH V3 18/20] OPP: Add dev_pm_opp_get_supplies()
` [PATCH V3 19/20] OPP: ti: Migrate to dev_pm_opp_set_config_regulators()
` [PATCH V3 20/20] OPP: Remove custom OPP helper support

[PATCH v2] ALSA: hda/realtek: Add quirk for Clevo L140PU
 2022-07-04 12:09 UTC  (2+ messages)

[PATCH] ALSA: usb-audio: Add quirks for MacroSilicon MS2100/MS2106 devices
 2022-07-04 12:08 UTC  (2+ messages)

[LTP] [PATCH] rpc01: fix variable not initialized
 2022-07-04 12:08 UTC 

[Buildroot] [PATCH v3] package/systemd: invoke systemd-tmpfilesd on final image
 2022-07-04 12:07 UTC  (4+ messages)

[PATCH] powerpc: e500: Fix compilation with gcc e500 compiler
 2022-07-04 12:07 UTC  (5+ messages)

Greetings From Marc Denzel
 2022-07-04 12:07 UTC 

[PATCH v4] arm64: mm: fix linear mem mapping access performance degradation
 2022-07-04 12:05 UTC  (6+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-07-04 12:06 UTC 

[PATCH v2 0/3] Zero copy improvements (QIOChannel + multifd)
 2022-07-04 12:04 UTC  (6+ messages)
` [PATCH v2 2/3] Add zero-copy-copied migration stat

[RFC PATCH v3 00/12] objtool: Enable and implement --mcount option on powerpc
 2022-07-04 12:05 UTC  (16+ messages)
` [RFC PATCH v3 11/12] powerpc: Remove unreachable() from WARN_ON()

[REGRESSION] qla2xxx: tape drive not removed after unplug FC cable
 2022-07-04 12:06 UTC  (8+ messages)
      ` [EXT] "

[PATCH -next] staging: r8188eu: remove unneeded semicolon
 2022-07-04 12:04 UTC  (4+ messages)

[PATCH net-next v2 1/3] net: hinic: fix bug that ethtool get wrong stats
 2022-07-04 12:04 UTC  (2+ messages)

[docs] [PATCH v3] doc: bitbake-user-manual: document npm and npmsw fetchers
 2022-07-04 12:02 UTC 

[PATCH v2] perf/core: Fix data race between perf_event_set_output and perf_mmap_close
 2022-07-04 12:00 UTC 

FAILED: patch "[PATCH] selftests: mptcp: Initialize variables to quiet gcc 12" failed to apply to 5.15-stable tree
 2022-07-04 12:02 UTC 

FAILED: patch "[PATCH] selftests: mptcp: Initialize variables to quiet gcc 12" failed to apply to 5.10-stable tree
 2022-07-04 12:02 UTC 

FAILED: patch "[PATCH] selftests: mptcp: more stable diag tests" failed to apply to 5.10-stable tree
 2022-07-04 12:01 UTC 

FAILED: patch "[PATCH] mptcp: introduce MAPPING_BAD_CSUM" failed to apply to 5.18-stable tree
 2022-07-04 12:00 UTC 

FAILED: patch "[PATCH] mptcp: introduce MAPPING_BAD_CSUM" failed to apply to 5.15-stable tree
 2022-07-04 12:00 UTC 

FAILED: patch "[PATCH] mptcp: fix error mibs accounting" failed to apply to 5.15-stable tree
 2022-07-04 11:59 UTC 

FAILED: patch "[PATCH] mptcp: fix error mibs accounting" failed to apply to 5.18-stable tree
 2022-07-04 11:59 UTC 

[PATCH] x86/PAT: have pat_enabled() properly reflect state when running on e.g. Xen
 2022-07-04 11:58 UTC  (3+ messages)
` Ping: "

[next-20220629] kobject warnings during boot
 2022-07-04 11:57 UTC  (3+ messages)
` [PATCH] powerpc/powernv: delay rng of node creation until later in boot

RTT-PROBE: lore-subspace-rtt
 2022-07-04 11:56 UTC 

next-20220704: juno-r2: Unable to handle kernel NULL pointer dereference at virtual address - scpi_send_message
 2022-07-04 11:53 UTC  (2+ messages)

FAILED: patch "[PATCH] RDMA/qedr: Fix reporting QP timeout attribute" failed to apply to 4.9-stable tree
 2022-07-04 11:56 UTC 

[PATCH v2 00/12] s390-ccw bios fixes and clean-ups
 2022-07-04 11:47 UTC  (3+ messages)
` [PATCH v2 02/12] pc-bios/s390-ccw/virtio: Introduce a macro for the DASD block size

[PATCH 00/13] btrfs: zoned: fix active zone tracking issues
 2022-07-04 11:54 UTC  (4+ messages)
` [PATCH 02/13] btrfs: zoned: revive max_zone_append_bytes

Test patch for KASAN: global-out-of-bounds Read in detach_capi_ctr
 2022-07-04 11:54 UTC  (2+ messages)

[PATCH -next] module: Use vzalloc() instead of vmalloc()/memset(0)
 2022-07-04 12:03 UTC 

[PATCH] ALSA: hda: add CSC3551 support for UM5302TA
 2022-07-04 11:53 UTC  (4+ messages)

[PATCH v2 0/6] Complete driver nodes for MT8192 SoC
 2022-07-04 11:47 UTC  (4+ messages)
` [PATCH v2 5/6] arm64: dts: mt8192: Add dsi node

FAILED: patch "[PATCH] net: tun: stop NAPI when detaching queues" failed to apply to 4.14-stable tree
 2022-07-04 11:52 UTC  (2+ messages)

FAILED: patch "[PATCH] net: dp83822: disable rx error interrupt" failed to apply to 4.19-stable tree
 2022-07-04 11:52 UTC 

FAILED: patch "[PATCH] net: dp83822: disable rx error interrupt" failed to apply to 5.4-stable tree
 2022-07-04 11:52 UTC 

[net-next PATCH v2 0/5] PolarFire SoC macb reset support
 2022-07-04 11:45 UTC  (9+ messages)
` [net-next PATCH v2 1/5] dt-bindings: net: cdns,macb: document polarfire soc's macb
` [net-next PATCH v2 2/5] net: macb: add polarfire soc reset support
` [net-next PATCH v2 3/5] net: macb: unify macb_config alignment style
` [net-next PATCH v2 4/5] net: macb: simplify error paths in init_reset_optional()
` [net-next PATCH v2 5/5] net: macb: sort init_reset_optional() with other init()s

[PATCH] drm/mediatek: ensure bridge disable happends before suspend
 2022-07-04 11:44 UTC  (2+ messages)

[PATCH] habanalabs: Use the bitmap API to allocate bitmaps
 2022-07-04 11:48 UTC  (2+ messages)

[PATCH 0/2] kexec: accumulate and release the size of crashkernel
 2022-07-04 11:41 UTC  (3+ messages)
` [PATCH 1/2] kexec: accumulate kexec_crash_size if crashk_low_res defined
` [PATCH 2/2] kexec: release reserved memory ranges to RAM "

[PATCH v8 00/12] s390x: CPU Topology
 2022-07-04 11:47 UTC  (5+ messages)
` [PATCH v8 02/12] s390x/cpu_topology: CPU topology objects and structures

[PATCH 00/14] arch: make PxD_ORDER generically available
 2022-07-04 11:37 UTC  (7+ messages)
` [PATCH 15/14] arm: Rename PMD_ORDER to PMD_BITS

[PATCH] perf/core: Fix data race between perf_event_set_output and perf_mmap_close
 2022-07-04 11:44 UTC 

[PATCH blktests] block/008: fix cpu online restore
 2022-07-04 11:46 UTC  (4+ messages)

[ANNOUNCE] Alpine Linux Persistence and Storage Summit 2022
 2022-07-04 11:36 UTC 

[PATCH mvebu/dt 1/2] ARM: dts: turris-omnia: configure LED[0] pin function to link/activity
 2022-07-04 11:36 UTC  (2+ messages)
` [PATCH mvebu/dt 2/2] ARM: dts: turris-omnia: enable LED controller node

RTT-PROBE: lore-subspace-rtt
 2022-07-04 11:46 UTC 


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.