All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-01 12:54:20 to 2024-08-01 13:22:01 UTC [more...]

[ovmf test] 187105: all pass - PUSHED
 2024-08-01 13:21 UTC 

linux-next: build warning after merge of the vfs-brauner tree
 2024-08-01 13:21 UTC  (2+ messages)

Race condition observed between page migration and page fault handling on arm64 machines
 2024-08-01 13:15 UTC  (8+ messages)

[PATCH v4 00/13] Parallel submission of dma fence jobs and LR jobs with shared hardware resources
 2024-08-01 13:21 UTC  (20+ messages)
` [PATCH v4 01/13] drm/xe/hw_engine_group: Introduce xe_hw_engine_group
` [PATCH v4 02/13] drm/xe/guc_submit: Make suspend_wait interruptible
` [PATCH v4 03/13] drm/xe/hw_engine_group: Register hw engine group's exec queues
` [PATCH v4 04/13] drm/xe/hw_engine_group: Add helper to suspend faulting LR jobs
` [PATCH v4 05/13] drm/xe/exec_queue: Remove duplicated code
` [PATCH v4 06/13] drm/xe/exec_queue: Prepare last fence for hw engine group resume context
` [PATCH v4 07/13] drm/xe/hw_engine_group: Add helper to wait for dma fence jobs
` [PATCH v4 08/13] drm/xe/hw_engine_group: Ensure safe transition between execution modes
` [PATCH v4 09/13] drm/xe/exec: Switch hw engine group execution mode upon job submission
` [PATCH v4 10/13] drm/xe/guc_submit: Allow calling guc_exec_queue_resume with pending resume
` [PATCH v4 11/13] drm/xe/hw_engine_group: Resume exec queues suspended by dma fence jobs
` [PATCH v4 12/13] drm/xe/vm: Remove restriction that all VMs must be faulting if one is
` [PATCH v4 13/13] drm/xe/device: Remove unused xe_device::usm::num_vm_in_*
` ✓ CI.Patch_applied: success for Parallel submission of dma fence jobs and LR jobs with shared hardware resources (rev4)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "

[PATCH v1 1/1] s390/uv: Panic if the security of the system cannot be guaranteed
 2024-08-01 13:20 UTC  (2+ messages)

[PATCH 00/12] flow_dissector: Dissect UDP encapsulation protocols
 2024-08-01 13:20 UTC  (8+ messages)
` [PATCH 01/12] skbuff: Unconstantify struct net argument in flowdis functions
` [PATCH 02/12] flow_dissector: Parse ETH_P_TEB
` [PATCH 03/12] flow_dissector: Move ETH_P_TEB out of GRE

[PATCH net-next v2 0/2] net: ethernet: mtk_eth_soc: improve RX performance
 2024-08-01 13:14 UTC  (6+ messages)
` [PATCH net-next v2 1/2] net: ethernet: mtk_eth_soc: use prefetch methods

[PATCH v3] sysctl: simplify the min/max boundary check
 2024-08-01 13:19 UTC 

[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-08-01 12:07 UTC  (82+ messages)
` [PATCH v10 01/40] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v10 02/40] prctl: arch-agnostic prctl for shadow stack
` [PATCH v10 03/40] mman: Add map_shadow_stack() flags
` [PATCH v10 04/40] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v10 05/40] arm64/gcs: Document the ABI "
` [PATCH v10 06/40] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v10 07/40] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v10 08/40] arm64/gcs: Provide put_user_gcs()
` [PATCH v10 09/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
` [PATCH v10 10/40] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v10 11/40] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v10 12/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v10 13/40] arm64/mm: Map pages for guarded control stack
` [PATCH v10 14/40] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v10 15/40] arm64/idreg: Add overrride for GCS
` [PATCH v10 16/40] arm64/hwcap: Add hwcap "
` [PATCH v10 17/40] arm64/traps: Handle GCS exceptions
` [PATCH v10 18/40] arm64/mm: Handle GCS data aborts
` [PATCH v10 19/40] arm64/gcs: Context switch GCS state for EL0
` [PATCH v10 20/40] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v10 21/40] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v10 22/40] arm64/mm: Implement map_shadow_stack()
` [PATCH v10 23/40] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v10 24/40] arm64/signal: Expose GCS state in signal frames
` [PATCH v10 25/40] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v10 26/40] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v10 27/40] kselftest/arm64: Verify the GCS hwcap
` [PATCH v10 28/40] kselftest: Provide shadow stack enable helpers for arm64
` [PATCH v10 29/40] selftests/clone3: Enable arm64 shadow stack testing
` [PATCH v10 30/40] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v10 31/40] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v10 32/40] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v10 33/40] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v10 34/40] kselftest/arm64: Add very basic GCS test program
` [PATCH v10 35/40] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v10 36/40] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v10 37/40] kselftest/arm64: Add GCS signal tests
` [PATCH v10 38/40] kselftest/arm64: Add a GCS stress test
` [PATCH v10 39/40] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v10 40/40] KVM: selftests: arm64: Add GCS registers to get-reg-list

[GIT PULL] Networking for v6.11-rc2
 2024-08-01 13:19 UTC 

[recipe build #3765325] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2024-08-01 13:18 UTC 

[PATCH v1 1/1] mfd: rk8xx: Fix shutdown handler
 2024-08-01 13:18 UTC  (2+ messages)

[GIT PULL] sched_ext: Initial pull request for v6.11
 2024-08-01 13:17 UTC  (4+ messages)

[PATCH v2 0/2] remoteproc: imx_rproc: support non-blocking tx for i.MX7ULP
 2024-08-01 13:17 UTC  (5+ messages)
` [PATCH v2 2/2] remoteproc: imx_rproc: handle system off "

[PATCH 0/3] slimbus: use 'time_left' instead of 'timeout' with wait_for_*() functions
 2024-08-01 13:13 UTC  (2+ messages)

[PATCH 0/4] fixes for Adreno A5Xx preemption
 2024-08-01 13:16 UTC  (3+ messages)
` [PATCH 2/4] drm/msm/a5xx: properly clear preemption records on resume

[PATCH v3 0/2] drm/xe/xe_gt_idle: add debugfs entry for powergating info
 2024-08-01 13:16 UTC  (7+ messages)
` [PATCH v3 1/2] drm/xe/xe_gt_idle: store powergate enable bits in gtidle
` [PATCH v3 2/2] drm/xe/xe_gt_idle: add debugfs entry for powergating info

[PATCH v3 0/7] Add ACPI CPER firmware first error injection for Arm Processor
 2024-08-01 13:15 UTC  (9+ messages)
` [PATCH v3 1/7] arm/virt: place power button pin number on a define
` [PATCH v3 3/7] acpi/ghes: Support GPIO error source

xen | Failed pipeline for staging | 1c4fb9bb
 2024-08-01 13:16 UTC 

[PATCH] net: kcm: use previously opened message only once
 2024-08-01 13:08 UTC 

[PATCH] leds: lm3601x: reset led controller during init
 2024-08-01 13:15 UTC  (2+ messages)

[PATCH-for-9.1? v2] hw/pci/pci-hmp-cmds: Avoid displaying bogus size in 'info pci'
 2024-08-01 13:14 UTC 

dts: dynamic config test suite implementation
 2024-08-01 13:15 UTC  (6+ messages)
` dts: dynamic config test suite
` dts: dynamic config conf schema

[PATCH 1/2] dt-bindings: net: motorcomm: Add chip mode cfg
 2024-08-01 13:14 UTC  (3+ messages)

[PATCH v2] sysctl: simplify the min/max boundary check
 2024-08-01 13:13 UTC  (3+ messages)

[PATCH] misc: introduce strim-memory qapi to support free memory trimming
 2024-08-01 13:12 UTC  (5+ messages)

[PATCH 1/2] config: Add 'update_bootimg' command to update flash.bin on Phytec's imx8mm
 2024-08-01 13:13 UTC  (3+ messages)
` [PATCH 2/2] config: Adjust Phytec imx8mm module config to support NVME disk

[bluez/bluez] 100c84: shared/bap: Fix overwriting sink attribute
 2024-08-01 13:12 UTC 

[XEN PATCH v12 0/7] Support device passthrough when dom0 is PVH on Xen
 2024-08-01 13:11 UTC  (11+ messages)
` [XEN PATCH v12 4/7] x86/domctl: Add hypercall to set the access of x86 gsi
` [XEN PATCH v12 5/7] tools/libxc: Allow gsi be mapped into a free pirq
` [RFC XEN PATCH v12 6/7] tools: Add new function to get gsi from dev

[PATCH net] tcp: fix forever orphan socket caused by tcp_abort
 2024-08-01 13:11 UTC  (2+ messages)

[PATCH v2 0/8] Introduce fwctl subystem
 2024-08-01 13:11 UTC  (14+ messages)
` [PATCH v2 2/8] fwctl: Basic ioctl dispatch for the character device
` [PATCH v2 3/8] fwctl: FWCTL_INFO to return basic information about the device
` [PATCH v2 5/8] fwctl: FWCTL_RPC to execute a Remote Procedure Call to device firmware

[PATCH v3 00/12] net: introduce TX H/W shaping API
 2024-08-01 13:10 UTC  (4+ messages)
` [PATCH v3 02/12] netlink: spec: add shaper YAML spec

[PATCH v7 0/4] ADP5585 GPIO expander, PWM and keypad controller support
 2024-08-01 13:10 UTC  (3+ messages)

[PATCH v2 0/5] uprobes: misc cleanups/simplifications
 2024-08-01 13:10 UTC  (13+ messages)
` [PATCH v2 5/5] uprobes: make uprobe_register() return struct uprobe *

[PATCH ipsec-next v7 00/16] Add IP-TFS mode to xfrm
 2024-08-01 13:09 UTC  (5+ messages)
` [PATCH ipsec-next v7 07/16] xfrm: iptfs: add new iptfs xfrm mode impl

[PATCH] ALSA: control: Annotate snd_kcontrol with __counted_by()
 2024-08-01 13:08 UTC  (2+ messages)

[RFC PATCH net-next 00/10] Add support of HIBMCGE Ethernet Driver
 2024-08-01 13:08 UTC  (13+ messages)
` [RFC PATCH net-next 05/10] net: hibmcge: Implement some .ndo functions
` [RFC PATCH net-next 08/10] net: hibmcge: Implement workqueue and some ethtool_ops functions

[PATCH] erofs: simplify readdir operation
 2024-08-01 13:07 UTC  (5+ messages)

Potential smb/dfs regression introduced in kernel 6.6
 2024-08-01 13:07 UTC  (17+ messages)

[RFC] rockchip: rk3399: Migrate to use TPL on bob and kevin
 2024-08-01 13:07 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sc8280xp-x13s: Enable RGB sensor
 2024-08-01 13:07 UTC 

[OE-Core][scarthgap][PATCH] rust: Add new varaible RUST_ENABLE_EXTRA_TOOLS
 2024-08-01 13:06 UTC  (3+ messages)

[syzbot] [squashfs?] KMSAN: uninit-value in pick_link
 2024-08-01 13:06 UTC  (2+ messages)
` [syzbot] "

[PATCH v2 0/1] mm: introduce MADV_DEMOTE/MADV_PROMOTE
 2024-08-01 13:05 UTC  (3+ messages)

[PATCH] drm/client: Use common display mode for cloned outputs
 2024-08-01 13:04 UTC 

[PATCH 0/9] AMD MCA interrupts rework
 2024-08-01 13:04 UTC  (5+ messages)
` [PATCH 4/9] x86/mce: Move machine_check_poll() status checks to helper functions

[PATCH] net: tuntap: add ioctl() TUNGETQUEUEINDX to fetch queue index
 2024-08-01 13:04 UTC  (6+ messages)

[PATCH v2] dt-bindings: leds: Document "netdev" trigger
 2024-08-01 13:03 UTC  (5+ messages)

Linux 6.11-rc1
 2024-08-01 13:03 UTC  (2+ messages)
` [tip: x86/urgent] x86/mm: Fix pti_clone_pgtable() alignment assumption

[tip: x86/urgent] x86/mm: Fix pti_clone_entry_text() for i386
 2024-08-01 13:03 UTC 

[PATCH v1 0/2] dts: api docs generation
 2024-08-01 13:03 UTC  (5+ messages)
` [PATCH v8 0/5] dts: API "
  ` [PATCH v8 5/5] dts: add API doc generation

[meta-virtualization][master][scarthgap][PATCH] kubernetes: fix runtime init error caused by git shallow tarball
 2024-08-01 13:01 UTC  (2+ messages)

SELinux namespaces re-base
 2024-08-01 13:01 UTC  (2+ messages)

[PATCH net-next v12 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
 2024-08-01 13:01 UTC  (8+ messages)
` [PATCH net-next v12 01/14] mm: page_frag: add a test module for page_frag
` [PATCH net-next v12 04/14] mm: page_frag: add '_va' suffix to page_frag API
    ` [Intel-wired-lan] "

[PATCH mptcp-next v2 0/3] skip test if ip mptcp not support
 2024-08-01 13:00 UTC  (4+ messages)
` [PATCH mptcp-next v2 1/3] Squash to "selftests/bpf: Add mptcp subflow subtest"
` [PATCH mptcp-next v2 2/3] Squash to "selftests/bpf: Add bpf scheduler test"
` [PATCH mptcp-next v2 3/3] Squash to "selftests/bpf: Add bpf_first scheduler & test"

[PATCH BlueZ v1] shared/bap: Fix overwriting sink attribute
 2024-08-01 13:00 UTC  (2+ messages)

[PATCH 6.1 000/440] 6.1.103-rc3 review
 2024-08-01 13:00 UTC  (2+ messages)

[PATCH 00/13] Bump Avocado to 103.0 LTS and update tests for compatibility and new features
 2024-08-01 12:59 UTC  (5+ messages)
` [PATCH 10/13] tests/avocado/tuxrun_baselines.py: use Avocado's zstd support

[PATCH v3] rust: mm: add abstractions for mm_struct and vm_area_struct
 2024-08-01 12:58 UTC 

[PATCH i-g-t v2 00/66] Test coverage for GPU debug support
 2024-08-01 12:58 UTC  (5+ messages)
` [PATCH i-g-t v2 39/66] tests/xe_exec_sip: Check if we reset due to unhandled attention
` [PATCH i-g-t v2 41/66] tests/xe_exec_sip: Add support for dynamic debugger sysfs toggle

[PATCH] kernel/net: missused TCQ_F_NOLOCK flag
 2024-08-01 12:58 UTC  (2+ messages)

[PATCH] lib: sbi: check result of pmp_get() in is_pmp_entry_mapped()
 2024-08-01 12:58 UTC 

[meta-lts-mixins][kirkstone/rust][PATCH] rust: Add new varaible RUST_ENABLE_EXTRA_TOOLS
 2024-08-01 12:57 UTC  (2+ messages)

[PATCH 00/10] for-8.3 tests/avocado: prep for Avocado 103.0 LTS
 2024-08-01 12:57 UTC  (5+ messages)
` [PATCH 06/10] tests/avocado/kvm_xen_guest.py: cope with asset RW requirements

[PATCH RFC v2 0/2] erofs: introduce page cache share feature
 2024-08-01 12:56 UTC  (4+ messages)
` [PATCH RFC v2 1/2] "

[PATCH v3 0/2] Add support for 'power saving policy' property
 2024-08-01 12:56 UTC  (9+ messages)
` [PATCH v3 2/2] drm/amd: Add power_saving_policy drm property to eDP connectors

[PATCH] tools: imagetool: Remove unnecessary check from toc0_verify_cert_item()
 2024-08-01 12:56 UTC  (4+ messages)

[PATCH -next] md: wake up mdmon after setting badblocks
 2024-08-01 12:51 UTC 

[RFC PATCH 0/3] Introduce clar testing framework
 2024-08-01 12:54 UTC  (7+ messages)
` [RFC PATCH 1/3] t: import the clar unit "

[PATCH i-g-t 0/3] New test to validate link-off between active regions (LOBF)
 2024-08-01 12:54 UTC  (2+ messages)
` ✗ CI.xeFULL: failure for New test to validate link-off between active regions (LOBF) (rev10)

[PATCH] 9pfsd: fix release build with old gcc
 2024-08-01 12:54 UTC  (2+ messages)

[PATCH v5 0/2] allow KASAN to detect UAF in SLAB_TYPESAFE_BY_RCU slabs
 2024-08-01 12:54 UTC  (5+ messages)
` [PATCH v5 1/2] kasan: catch invalid free before SLUB reinitializes the object


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.