All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-19 07:13:49 to 2024-04-19 08:05:07 UTC [more...]

[oe] [meta-python][PATCH] python3-twisted: upgrade 22.10.0 -> 24.3.0
 2024-04-19  8:05 UTC  (2+ messages)
`  "

[PATCH] wifi: mt76: make const arrays in functions static
 2024-04-19  8:04 UTC 

[PATCH] arm64: dts: rockchip: move uart2 pinmux to dtsi on rk3588-tiger
 2024-04-19  8:03 UTC  (3+ messages)

[PATCH RFC cmpxchg 0/8] Provide emulation for one- and two-byte cmpxchg()
 2024-04-19  8:02 UTC  (6+ messages)
` [PATCH cmpxchg 13/14] xtensa: Emulate one-byte cmpxchg

[net-next RFC v3 0/7] Improve GbEth performance on Renesas RZ/G2L and related SoCs
 2024-04-19  8:02 UTC  (4+ messages)
` [net-next RFC v3 7/7] net: ravb: Allocate RX buffers via page pool

[PATCH v2 0/2] sched/eevdf: Minor fixes for reweight_entity()
 2024-04-19  8:02 UTC  (3+ messages)

[PATCH net] bridge/br_netlink.c: no need to return void function
 2024-04-19  8:02 UTC 

[PATCH v9 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-04-19  8:01 UTC  (3+ messages)

[PATCH v2 blktests 0/5] add new tests for blk-throttle
 2024-04-19  8:01 UTC  (4+ messages)
` [PATCH v2 blktests 1/5] tests/throtl: add first test "

[PATCH] drm/xe/preempt_fence: enlarge the fence critical section
 2024-04-19  8:01 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for drm/xe/preempt_fence: enlarge the fence critical section (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH v3 00/17] Add display support for the MT8365-EVK board
 2024-04-19  8:01 UTC  (10+ messages)
` [PATCH v3 07/17] dt-bindings: display: mediatek: dpi: add compatible for MT8365
` [PATCH v3 12/17] clk: mediatek: mt8365-mm: fix DPI0 parent
` [PATCH v3 14/17] drm/mediatek: add MT8365 SoC support

[PATCH net-next v6 0/7] Implement reset reason mechanism to detect
 2024-04-19  8:00 UTC  (11+ messages)

[PATCH 00/15] tty: serial: switch from circ_buf to kfifo
 2024-04-19  8:00 UTC  (11+ messages)
` [PATCH 11/15] tty: msm_serial: use dmaengine_prep_slave_sg()

[PATCH 0/6] s390x/cpu_models: Misc cleanup on returned error code and local @err variables
 2024-04-19  8:00 UTC  (13+ messages)
` [PATCH 1/6] target/s390x/cpu_model: Make check_compatibility() return boolean
` [PATCH 2/6] target/s390x/cpu_model: Drop local @err in s390_realize_cpu_model()
` [PATCH 3/6] target/s390x/cpu_models: Make kvm_s390_get_host_cpu_model() return boolean
` [PATCH 4/6] target/s390x/cpu_models: Drop local @err in get_max_cpu_model()
` [PATCH 5/6] target/s390x/cpu_models: Make kvm_s390_apply_cpu_model() return boolean
` [PATCH 6/6] target/s390x/cpu_models_sysemu: Drop local @err in apply_cpu_model()

[PATCH v3 00/31] KVM: arm64: Preamble for pKVM
 2024-04-19  7:59 UTC  (32+ messages)
` [PATCH v3 01/31] KVM: arm64: Initialize the kvm host data's fpsimd_state pointer in pKVM
` [PATCH v3 02/31] KVM: arm64: Move guest_owns_fp_regs() to increase its scope
` [PATCH v3 03/31] KVM: arm64: Refactor checks for FP state ownership
` [PATCH v3 04/31] KVM: arm64: Do not re-initialize the KVM lock
` [PATCH v3 05/31] KVM: arm64: Issue CMOs when tearing down guest s2 pages
` [PATCH v3 06/31] KVM: arm64: Avoid BUG-ing from the host abort path
` [PATCH v3 07/31] KVM: arm64: Check for PTE validity when checking for executable/cacheable
` [PATCH v3 08/31] KVM: arm64: Avoid BBM when changing only s/w bits in Stage-2 PTE
` [PATCH v3 09/31] KVM: arm64: Support TLB invalidation in guest context
` [PATCH v3 10/31] KVM: arm64: Do not map the host fpsimd state to hyp in pKVM
` [PATCH v3 11/31] KVM: arm64: Remove locking from EL2 allocation fast-paths
` [PATCH v3 12/31] KVM: arm64: Prevent kmemleak from accessing .hyp.data
` [PATCH v3 13/31] KVM: arm64: Fix comment for __pkvm_vcpu_init_traps()
` [PATCH v3 14/31] KVM: arm64: Change kvm_handle_mmio_return() return polarity
` [PATCH v3 15/31] KVM: arm64: Move setting the page as dirty out of the critical section
` [PATCH v3 16/31] KVM: arm64: Simplify vgic-v3 hypercalls
` [PATCH v3 17/31] KVM: arm64: Add is_pkvm_initialized() helper
` [PATCH v3 18/31] KVM: arm64: Introduce and use predicates that check for protected VMs
` [PATCH v3 19/31] KVM: arm64: Move pstate reset value definitions to kvm_arm.h
` [PATCH v3 20/31] KVM: arm64: Clarify rationale for ZCR_EL1 value restored on guest exit
` [PATCH v3 21/31] KVM: arm64: Refactor calculating SVE state size to use helpers
` [PATCH v3 22/31] KVM: arm64: Move some kvm_psci functions to a shared header
` [PATCH v3 23/31] KVM: arm64: Refactor reset_mpidr() to extract its computation
` [PATCH v3 24/31] KVM: arm64: Refactor kvm_vcpu_enable_ptrauth() for hyp use
` [PATCH v3 25/31] KVM: arm64: Introduce hyp_rwlock_t
` [PATCH v3 26/31] KVM: arm64: Add atomics-based checking refcount implementation at EL2
` [PATCH v3 27/31] KVM: arm64: Use atomic refcount helpers for 'struct hyp_page::refcount'
` [PATCH v3 28/31] KVM: arm64: Reformat/beautify PTP hypercall documentation
` [PATCH v3 29/31] KVM: arm64: Rename firmware pseudo-register documentation file
` [PATCH v3 30/31] KVM: arm64: Document the KVM/arm64-specific calls in hypercalls.rst
` [PATCH v3 31/31] KVM: arm64: Force injection of a data abort on NISV MMIO exit

[PATCH blktests v2 00/11] support test case repeat by different conditions
 2024-04-18 19:36 UTC  (2+ messages)

[PATCH v3 00/16] Add AST2700 support
 2024-04-19  7:58 UTC  (4+ messages)
` [PATCH v3 12/16] aspeed/soc: "

RTT-PROBE: lore-subspace-rtt
 2024-04-19  7:59 UTC 

[PATCH i-g-t 00/12] gputop: Add support for xe
 2024-04-19  7:58 UTC  (9+ messages)
` [PATCH i-g-t 01/12] lib/igt_drm_fdinfo: Stop passing key twice
` [PATCH i-g-t 03/12] lib/igt_drm_fdinfo: Fix wrong name len assert
` [PATCH i-g-t 07/12] lib/igt_drm_fdinfo: Parse unit for engine utilization

[PATCH v2] fpga: dfl: remove unused function is_dfl_feature_present
 2024-04-19  7:52 UTC  (2+ messages)

[PATCH v4 0/3] kbuild: Avoid weak external linkage where possible
 2024-04-19  7:57 UTC  (3+ messages)

[PATCH v4] manuals: standards.md5: add standard for project names
 2024-04-19  7:55 UTC 

[PATCH vhost 0/6] virtio_net: rx enable premapped mode by default
 2024-04-19  7:52 UTC  (26+ messages)
` [PATCH vhost 3/6] virtio_net: replace private by pp struct inside page
` [PATCH vhost 4/6] virtio_net: big mode support premapped

[PATCH v2 0/3] drm/mediatek: Add support for OF graphs
 2024-04-19  7:54 UTC  (14+ messages)
` [PATCH v2 1/3] dt-bindings: display: mediatek: Add OF graph support for board path
` [PATCH v2 2/3] dt-bindings: arm: mediatek: mmsys: "

[isar-cip-core][PATCH v3 0/3] Integrate Delta Update with rdiff_image and delta handler
 2024-04-19  7:53 UTC  (5+ messages)
` [isar-cip-core][PATCH v3 2/3] swupdate.bbclass: Generate swu for delta updates
      ` [cip-dev] "

[PATCH] efi_loader: change the error message when storing EFI variables
 2024-04-19  7:52 UTC  (3+ messages)

[PATCH] drm/amdgpu/umsch: don't execute umsch test when GPU is in reset/suspend
 2024-04-19  7:52 UTC 

[PATCH v4] pinctrl: renesas: rzg2l: Configure the interrupt type on resume
 2024-04-19  7:52 UTC  (2+ messages)

[PATCH] fstests: add fsstress + compaction test
 2024-04-19  7:51 UTC  (7+ messages)

[bug-report] task info hung problem in fb_deferred_io_work()
 2024-04-19  7:50 UTC  (11+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-04-19  7:49 UTC 

[XEN PATCH v2] automation/eclair_analysis: substitute deprecated service STD.emptrecd
 2024-04-19  7:49 UTC  (3+ messages)

[PATCH 0/2] eliminate the uninitialized compilation warning
 2024-04-19  7:48 UTC  (3+ messages)
` [PATCH 1/2] bcachefs: eliminate the uninitialized compilation warning in bch2_reconstruct_snapshots
` [PATCH 2/2] bcachefs: eliminate the uninitialized compilation warning in __do_six_trylock

[PATCH] manuals: standards.md5: add standard for project names
 2024-04-19  7:48 UTC  (3+ messages)

[PATCH nf] netfilter: flowtable: infer TCP state and timeout before flow teardown
 2024-04-19  7:47 UTC  (11+ messages)

[PATCH v1 0/5] arm64/mm: uffd write-protect and soft-dirty tracking
 2024-04-19  7:47 UTC  (14+ messages)
` [PATCH v1 1/5] arm64/mm: Move PTE_PROT_NONE and PMD_PRESENT_INVALID
` [PATCH v1 2/5] arm64/mm: Add uffd write-protect support
` [RFC PATCH v1 3/5] arm64/mm: Add soft-dirty page tracking support
` [RFC PATCH v1 4/5] selftests/mm: Enable soft-dirty tests on arm64
` [PATCH v1 5/5] selftests/mm: soft-dirty should fail if a testcase fails

[PATCH] stm32mp: Reserve OPTEE area in EFI memory map
 2024-04-19  7:44 UTC  (4+ messages)

[PATCH v2 0/5] Add IAX45 support for RZ/Five SoC
 2024-04-19  7:44 UTC  (14+ messages)
` [PATCH v2 2/5] irqchip/renesas-rzg2l: Add "

[PATCH] wifi: mt76: mt7925: ensure 4-byte alignment for suspend & wow command
 2024-04-19  7:42 UTC  (3+ messages)

[PATCH 0/2] x86/video: improve early video detection
 2024-04-19  7:42 UTC  (8+ messages)
` [PATCH 1/2] x86/video: add boot_video_info offset generation to asm-offsets
` [PATCH 2/2] x86/video: do not assume a video mode to be unconditionally present

[PATCH i-g-t v6 0/2] Update compression check based on platform
 2024-04-19  7:41 UTC  (5+ messages)
` [PATCH i-g-t v6 2/2] tests/xe_ccs: Update compression check based on flat-ccs enablement

[PATCH v1 1/1] fpga: ice40-spi: Don't use "proxy" headers
 2024-04-19  7:35 UTC  (2+ messages)

subscribe bcachefs
 2024-04-19  7:40 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-04-19  7:39 UTC 

[PATCH v2 00/10] KVM: MMU changes for confidential computing
 2024-04-19  7:38 UTC  (4+ messages)
` [PATCH v2 10/10] KVM: x86/mmu: check for invalid async page faults involving private memory

[PATCH v6 0/5] KTD2026 indicator LED for X86 Xiaomi Pad2
 2024-04-19  7:37 UTC  (4+ messages)
` [PATCH v6 4/5] power: supply: power-supply-leds: Add charging_orange_full_green trigger for RGB LED

[PATCH v5] fpga: region: add owner module and take its refcount
 2024-04-19  7:32 UTC  (5+ messages)

[Bug 218578] New: MXC6655 accelerometer not working with MXC4005 driver
 2024-04-19  7:37 UTC  (2+ messages)
` [Bug 218578] "

[PATCH 0/4] iio: accel: Share ACPI ROTM parsing between drivers and add it to mxc4005
 2024-04-19  7:36 UTC  (2+ messages)

[PATCH v3 0/3] Add 16GT/s equalization and margining settings
 2024-04-19  7:36 UTC  (2+ messages)

[linus:master] [x86/syscall] 1e3ad78334: will-it-scale.per_process_ops 1.4% improvement
 2024-04-19  7:33 UTC  (2+ messages)

[XEN PATCH v4] xen/domain: deviate MISRA C Rule 16.2 violation
 2024-04-19  7:32 UTC  (2+ messages)

[PATCH v2 0/2] Wangxun support vector Rx/Tx
 2024-04-19  7:31 UTC  (3+ messages)

[PATCH v2 0/4] Generate capsules from config files
 2024-04-19  7:31 UTC  (5+ messages)
` [PATCH v2 1/4] tools: mkeficapsule: Add support for parsing capsule params from config file
` [PATCH v2 2/4] doc: Document capsule generation through a "

[PATCH v3 00/23] ASoC: Replace dpcm_playback/capture to playback/capture_assertion
 2024-04-19  7:31 UTC  (5+ messages)
` [PATCH v3 19/23] ASoC: Intel: Replace playback/capture_only "

[PATCH 1/2] dt-bindings: net/nfc: ti,trf7970a: Add rx-gain-reduction option
 2024-04-19  7:30 UTC  (3+ messages)

[isar-cip-core][PATCH v1 1/1] recipes-devtools/secure-boot-secrets: Resolve duplicate Provides in debian/control
 2024-04-19  7:30 UTC  (4+ messages)
  ` [cip-dev] "

[PATCH RFC 0/5] mdadm tests fix and enhance
 2024-04-19  7:30 UTC  (6+ messages)
` [PATCH 1/5] tests/test enhance
` [PATCH 2/5] tests/00createnames enhance

[syzbot] [kernel?] WARNING: suspicious RCU usage in __do_softirq
 2024-04-19  7:29 UTC  (11+ messages)

[PATCH v2 0/3] arm64: dts: imx93: add i.Core MX93 EDIMM 2.0 board
 2024-04-19  7:29 UTC  (9+ messages)
` [PATCH v2 1/3] dt-bindings: arm: fsl: add Engicam i.Core MX93 EDIMM 2.0 Starter Kit
` [PATCH v2 3/3] arm64: dts: imx93: Add "

RTT-PROBE: lore-subspace-rtt
 2024-04-19  7:29 UTC 

[PATCH v5 0/1] drm/bridge: it6505: fix hibernate to resume no display issue
 2024-04-19  7:38 UTC  (2+ messages)
` [PATCH v5 1/1] UPSTREAM: "

[Buildroot] Problem with device tree
 2024-04-19  7:19 UTC 

[PATCH v3] power: supply: sbs-battery: Handle unsupported PROP_TIME_TO_EMPTY_NOW
 2024-04-19  7:26 UTC  (2+ messages)

[PATCH 0/2] Add a few missed new features for 5.0
 2024-04-19  7:26 UTC  (2+ messages)
` [docs] "

[PATCH 1/1] x86/pci: Skip early E820 check for ECAM region
 2024-04-19  7:25 UTC  (2+ messages)

[PATCH] i2c: mpc: Removal of of_node_put with __free for auto cleanup
 2024-04-19  7:22 UTC  (5+ messages)

[PATCH v2 0/4] Document ASUS RT-AC3200 and ASUS RT-AC5300 and add device trees
 2024-04-19  7:22 UTC  (15+ messages)
` [PATCH v2 1/4] dt-bindings: arm: bcm: add bindings for ASUS RT-AC3200
` [PATCH v2 2/4] dt-bindings: arm: bcm: add bindings for ASUS RT-AC5300
` [PATCH v2 3/4] ARM: dts: BCM5301X: Add DT for ASUS RT-AC3200
` [PATCH v2 4/4] ARM: dts: BCM5301X: Add DT for ASUS RT-AC5300

xfs : WARNING: possible circular locking dependency detected
 2024-04-19  7:21 UTC  (3+ messages)
` [PATCH] stackdepot: respect __GFP_NOLOCKDEP allocation flag

[PATCH 0/4] gpu: Convert to platform remove callback returning void
 2024-04-19  7:20 UTC  (3+ messages)

[PATCH net-next] tcp: do not export tcp_twsk_purge()
 2024-04-19  7:19 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-04-19  7:19 UTC 

[PATCH v2 net-next 00/14] net_sched: first series for RTNL-less qdisc dumps
 2024-04-19  7:18 UTC  (5+ messages)
  ` tdc [Was: Re: [PATCH v2 net-next 00/14] net_sched: first series for RTNL-less] "

[PATCH i-g-t 0/7] cleanup and fixes for kms_big_joiner
 2024-04-19  7:17 UTC  (2+ messages)
` ✓ CI.xeBAT: success for cleanup and fixes for kms_big_joiner (rev3)

[PATCH v3 0/7] Enable device atomics with a VM bind flag
 2024-04-19  7:17 UTC  (4+ messages)
` [PATCH v3 6/7] drm/xe/uapi: Introduce VMA bind flag for device atomics

[PATCH] Documentation: coding-style: don't encourage WARN*()
 2024-04-19  7:16 UTC  (2+ messages)

[PATCH v5 0/8] cpufreq: sun50i: Add Allwinner H616 support
 2024-04-19  7:14 UTC  (3+ messages)

drivers/gpu/drm/display/drm_dp_tunnel.c:1270:26-27: WARNING opportunity for min() (fwd)
 2024-04-19  7:13 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.