All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-22 13:52:09 to 2023-08-22 14:13:36 UTC [more...]

[PATCH 0/2] arm64: qcom: sm8550: enable RNG
 2023-08-22 14:11 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: crypto: qcom,prng: document SM8550
` [PATCH 2/2] arm64: dts: qcom: sm8550: Add PRNG

[PATCH -next] rv/include: set variable 'da_mon_##name' to static
 2023-08-22 14:11 UTC  (2+ messages)

[RFC PATCH net-next 0/8] Add C72/C73 copper backplane support for LX2160
 2023-08-22 14:10 UTC  (10+ messages)
` [RFC PATCH net-next 8/8] dt-bindings: net: fsl,backplane-anlt: new binding document

[PATCH v1 1/1] usbip: Use platform_device_register_full()
 2023-08-22 14:11 UTC  (2+ messages)

[PATCH net-next 1/2] net/mlx5e: Use PTR_ERR_OR_ZERO() to simplify code
 2023-08-22 14:10 UTC  (2+ messages)

[PATCH v2 0/9] memory-backend-file related improvements and VM templating support
 2023-08-22 14:04 UTC  (4+ messages)
` [PATCH v2 9/9] docs: Start documenting VM templating

[PATCH 0/8] arm64: exynos: Enable USB for E850-96 board
 2023-08-22 14:09 UTC  (6+ messages)
` [PATCH 2/8] dt-bindings: phy: samsung,usb3-drd-phy: Add Exynos850 support

[PATCH v4 00/20] Permission Indirection Extension
 2023-08-22 14:10 UTC  (3+ messages)
` [PATCH v4 13/20] arm64: reorganise PAGE_/PROT_ macros

[PATCH 5.17 000/298] 5.17.15-rc1 review
 2023-08-22 14:10 UTC  (11+ messages)
` [PATCH 5.17 127/298] driver core: Fix wait_for_device_probe() & deferred_probe_timeout interaction

[PATCH 00/20] ARC updates
 2023-08-22 14:07 UTC  (3+ messages)

[PATCH V2 0/2] Add Phy Configuration support for SC7280
 2023-08-22 14:08 UTC  (4+ messages)
` [PATCH V2 2/2] phy: qcom-qmp-ufs: "

[PATCH] watchdog: imx2_wdt: Improve dev_crit() message
 2023-08-22 14:08 UTC  (2+ messages)

[PATCH] maple_tree: shrink struct maple_tree from 24 to 16 bytes on LP64
 2023-08-22 14:09 UTC  (2+ messages)

[PATCH v3 0/5] cdx: provide sysfs interface for cdx device resources
 2023-08-22 14:08 UTC  (7+ messages)
` [PATCH v3 1/5] cdx: Remove cdx controller list from cdx bus system
` [PATCH v3 2/5] cdx: Introduce lock to protect controller ops
` [PATCH v3 3/5] cdx: add support for bus enable and disable

[PATCH v1 0/2] ethdev: add random item support
 2023-08-22 14:09 UTC  (4+ messages)

[PATCH for-next 0/2] Series short description
 2023-08-22 14:07 UTC  (2+ messages)
` [PATCH for-next 1/2] RDMA/hfi1: Move user SDMA system memory pinning code to its own file

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

[PATCH 6.1 000/194] 6.1.47-rc1 review
 2023-08-22 14:08 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/9] Add DSC fractional bpp support
 2023-08-22 14:07 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Add DSC fractional bpp support (rev4)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH v5 0/9] tracing: Improbe BTF support on probe events
 2023-08-22 14:07 UTC  (3+ messages)

[PATCH] selftests: alsa: make LDLIBS consistent
 2023-08-22 14:05 UTC  (2+ messages)

[PATCH 6.4 000/234] 6.4.12-rc1 review
 2023-08-22 14:07 UTC  (2+ messages)

[PATCH v2] tpm: Don't make vendor check required for probe
 2023-08-22 14:05 UTC  (3+ messages)

[PATCH iproute2-next 0/2] tc: support the netem seed parameter for loss and corruption events
 2023-08-22 14:04 UTC  (3+ messages)
` [PATCH iproute2-next 1/2] "
` [PATCH iproute2-next 2/2] man: tc-netem: add section for specifying the netem seed

[PATCH V3 0/3] Misc changes for siw
 2023-08-22 14:05 UTC  (2+ messages)

[PATCH 0/2] execve scalability issues, part 1
 2023-08-22 14:06 UTC  (4+ messages)
` [PATCH 1/2] pcpcntr: add group allocation/free

TODO list task: Replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmi
 2023-08-22 14:06 UTC  (3+ messages)

[PATCH net-next v3 00/11] Convert mlx4 to use auxiliary bus
 2023-08-22 14:04 UTC  (5+ messages)
` [PATCH net-next v3 03/11] mlx4: Use 'void *' as the event param of mlx4_dispatch_event()
` [PATCH net-next v3 04/11] mlx4: Replace the mlx4_interface.event callback with a notifier

[Intel-xe] [PATCH 1/2] drm/xe: Avoid 64-bit register reads
 2023-08-22 14:02 UTC  (2+ messages)

[PATCH v1 0/5] Direct re-arming of buffers on receive side
 2023-08-22 14:02 UTC  (5+ messages)
` [PATCH v11 0/4] Recycle mbufs from Tx queue into Rx queue
  ` [PATCH v11 1/4] ethdev: add API for mbufs recycle mode

[PATCH 00/12] tcg: Factor hrev{32,64}_{i32,i64,tl} out
 2023-08-22 14:02 UTC  (4+ messages)
` [PATCH 08/12] target/loongarch: Use generic hrev64_i64() in REVB.4H opcode

[Intel-gfx] [CI 1/2] drm: Add an HPD poll helper to reschedule the poll work
 2023-08-22 14:02 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [CI,1/2] "

[PATCH rdma-next] Revert "IB/isert: Fix incorrect release of isert connection"
 2023-08-22 14:01 UTC  (4+ messages)

[PATCH 1/3] drm/buddy: Fix contiguous memory allocation issues
 2023-08-22 14:01 UTC  (4+ messages)
    ` [Intel-gfx] "

linux-next: build failure after merge of the phy-next tree
 2023-08-22 14:00 UTC  (2+ messages)

[PATCH 0/3] misc: fastrpc: fixes for v6.5
 2023-08-22 14:00 UTC  (2+ messages)

[PATCH] ALSA: dice: add stream format parameters for Weiss devices
 2023-08-22 13:58 UTC  (8+ messages)
          ` ALSA: dice: improve support "

[PATCH 1/2] gpio: sim: dispose of irq mappings before destroying the irq_sim domain
 2023-08-22 13:59 UTC  (3+ messages)
` [PATCH 2/2] gpio: sim: pass the GPIO device's software node to irq domain

imx8mm: Forcing a reboot when critical temp is reached
 2023-08-22 13:59 UTC  (4+ messages)

linux-next: manual merge of the dmaengine tree with Linus' tree
 2023-08-22 13:59 UTC  (2+ messages)

[PATCH 0/7] tcg: Document *swap/deposit helpers
 2023-08-22 13:58 UTC  (3+ messages)

[GIT PULL] extcon next for 6.6
 2023-08-22 13:57 UTC  (2+ messages)

[RFC PATCH 0/2] usb: Link USB devices with their USB Type-C partner counterparts
 2023-08-22 13:58 UTC  (2+ messages)

[PATCH] selftests: Keep symlinks, when possible
 2023-08-22 13:58 UTC 

[PATCH 0/2] audio/jackaudio: avoid dynamic stack allocations
 2023-08-22 13:56 UTC  (3+ messages)
` [PATCH 2/2] audio/jackaudio: Avoid dynamic stack allocation in qjack_process()

[Cluster-devel] [PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
 2023-08-22 13:56 UTC  (8+ messages)
` [Cluster-devel] [PATCH v4 43/48] drm/ttm: introduce pool_shrink_rwsem
  `  "

[PATCH v3] usb: typec: tcpci: clear the fault status bit
 2023-08-22 13:57 UTC  (2+ messages)

[PATCH v2 0/5] Support nested overlayfs mounts
 2023-08-22 13:56 UTC  (5+ messages)
` [PATCH v2 4/5] ovl: Support creation of whiteout files on overlayfs

[igt-dev] [PATCH i-g-t] tests/core_hotunplug: Wait for device nodes to re-appear
 2023-08-22 13:56 UTC  (2+ messages)
` [Intel-xe] ✗ CI.Patch_applied: failure for "

[GIT PULL] coresight: hwtracing: subsystem updates for v6.6
 2023-08-22 13:55 UTC  (2+ messages)

[PATCH v5 0/2] usb: typec: qcom-pmic-typec: enable DP support
 2023-08-22 13:54 UTC  (3+ messages)
` [PATCH v5 2/2] usb: typec: qcom-pmic-typec: register drm_bridge

[PATCH v3 0/4] vPCI capabilities filtering
 2023-08-22 13:54 UTC  (3+ messages)
` [PATCH v3 4/4] xen/vpci: header: status register handler

[GIT PULL] FPGA Manager changes for 6.6-rc1
 2023-08-22 13:53 UTC  (2+ messages)

[PATCH 0/2] KVM: SVM: Fix unexpected #UD on INT3 in SEV guests
 2023-08-22 13:55 UTC  (2+ messages)

[PATCH v8 0/7] Initial support Cadence MHDP8501(HDMI/DP) for i.MX8MQ
 2023-08-22 13:54 UTC  (7+ messages)
` [PATCH v8 2/7] phy: Add HDMI configuration options

[Intel-xe] [PATCH 0/1] Add throttle reasons sysfs
 2023-08-22 13:55 UTC  (3+ messages)
` [Intel-xe] ✓ CI.Build: success for "
` [Intel-xe] ✗ CI.Hooks: failure "

[GIT PULL] First set of Counter updates for the 6.6 cycle
 2023-08-22 13:54 UTC  (2+ messages)

next/master build: 183 builds: 4 failed, 179 passed, 7 errors, 15 warnings (next-20230822)
 2023-08-22 13:53 UTC 

next/master build: 183 builds: 4 failed, 179 passed, 7 errors, 15 warnings (next-20230822)
 2023-08-22 13:53 UTC 

[PATCH] KEYS: trusted: tee: Refactor register SHM usage
 2023-08-22 13:52 UTC  (2+ messages)

Missing Patchwork entries
 2023-08-22 13:52 UTC 

[PATCH bpf-next 00/10] seltests/xsk: various improvements to xskxceiver
 2023-08-22 13:52 UTC  (4+ messages)
` [PATCH bpf-next 06/10] selftests/xsk: add option that lists all tests

[PATCH] thermal/core: Don't update trip points inside the hysteresis range
 2023-08-22 13:52 UTC  (5+ messages)

[PATCH v2 0/3] iommu: Make pasid array per device
 2023-08-22 13:51 UTC  (8+ messages)
` [PATCH v2 1/3] iommu: Make single-device group for PASID explicit


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.