messages from 2024-07-31 14:03:57 to 2024-08-01 17:46:51 UTC [more...]
[PATCH 00/10] Remove pcim_iomap_regions_request_all()
2024-08-01 17:46 UTC (11+ messages)
` [PATCH 01/10] PCI: Make pcim_request_all_regions() a public function
` [PATCH 02/10] ata: ahci: Replace deprecated PCI functions
` [PATCH 03/10] crypto: qat - replace "
` [PATCH 04/10] crypto: marvell "
` [PATCH 05/10] intel_th: pci: Replace "
` [PATCH 06/10] wifi: iwlwifi: replace "
` [PATCH 07/10] ntb: idt: Replace "
` [PATCH 08/10] serial: rp2: Remove "
` [PATCH 09/10] ALSA: korg1212: Replace "
` [PATCH 10/10] PCI: Remove pcim_iomap_regions_request_all()
[PATCH v3 00/26] mm: introduce numa_memblks
2024-08-01 17:45 UTC (30+ messages)
` [PATCH v3 01/26] mm: move kernel/numa.c to mm/
` [PATCH v3 02/26] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
` [PATCH v3 03/26] MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes
` [PATCH v3 04/26] MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 05/26] MIPS: loongson64: rename __node_data to node_data
` [PATCH v3 06/26] MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 07/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 08/26] arch, mm: move definition of node_data to generic code
` [PATCH v3 09/26] arch, mm: pull out allocation of NODE_DATA "
` [PATCH v3 10/26] x86/numa: simplify numa_distance allocation
` [PATCH v3 11/26] x86/numa: use get_pfn_range_for_nid to verify that node spans memory
` [PATCH v3 12/26] x86/numa: move FAKE_NODE_* defines to numa_emu
` [PATCH v3 13/26] x86/numa_emu: simplify allocation of phys_dist
` [PATCH v3 14/26] x86/numa_emu: split __apicid_to_node update to a helper function
` [PATCH v3 15/26] x86/numa_emu: use a helper function to get MAX_DMA32_PFN
` [PATCH v3 16/26] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
` [PATCH v3 17/26] mm: introduce numa_memblks
` [PATCH v3 18/26] mm: move numa_distance and related code from x86 to numa_memblks
` [PATCH v3 19/26] mm: introduce numa_emulation
` [PATCH v3 20/26] mm: numa_memblks: introduce numa_memblks_init
` [PATCH v3 21/26] mm: numa_memblks: make several functions and variables static
` [PATCH v3 22/26] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo
` [PATCH v3 23/26] of, numa: return -EINVAL when no numa-node-id is found
` [PATCH v3 24/26] arch_numa: switch over to numa_memblks
` [PATCH v3 25/26] mm: make range-to-target_node lookup facility a part of numa_memblks
` [PATCH v3 26/26] docs: move numa=fake description to kernel-parameters.txt
[PATCH v2 0/8] Introduce fwctl subystem
2024-08-01 17:26 UTC (20+ 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 v2 7/8] fwctl/mlx5: Support for communicating with mlx5 fw
[PATCH 0/6] mm: split underutilized THPs
2024-08-01 16:27 UTC (18+ messages)
` [PATCH 4/6] mm: don't remap unused subpages when splitting isolated thp
[PATCH v6 0/5] v6: firmware: imx: driver for NXP secure-enclave
2024-08-01 15:17 UTC (12+ messages)
` [PATCH v6 2/5] dt-bindings: arm: fsl: add imx-se-fw binding doc
` [EXT] "
[PATCH v4 00/13] Zacas/Zabha support and qspinlocks
2024-08-01 14:53 UTC (25+ messages)
` [PATCH v4 02/13] riscv: Do not fail to build on byte/halfword operations with Zawrs
` [PATCH v4 04/13] dt-bindings: riscv: Add Zabha ISA extension description
` [PATCH v4 06/13] riscv: Improve zacas fully-ordered cmpxchg()
` [PATCH v4 07/13] riscv: Implement arch_cmpxchg128() using Zacas
` [PATCH v4 12/13] dt-bindings: riscv: Add Ziccrse ISA extension description
` [PATCH v4 13/13] riscv: Add qspinlock support
[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
2024-08-01 12:07 UTC (41+ 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
[PATCH v2 1/1] Docs: Update LSM/apparmor.rst
2024-08-01 11:01 UTC
[PATCH v6 00/11] mm: multi-gen LRU: Walk secondary MMU page tables while aging
2024-08-01 9:36 UTC (5+ messages)
` [PATCH v6 04/11] mm: Add missing mmu_notifier_clear_young for !MMU_NOTIFIER
` [PATCH v6 05/11] mm: Add fast_only bool to test_young and clear_young MMU notifiers
[PATCH v24 00/34] Introduce QC USB SND audio offloading support
2024-08-01 9:10 UTC (50+ messages)
` [PATCH v24 01/34] xhci: add helper to stop endpoint and wait for completion
` [PATCH v24 02/34] usb: host: xhci: Repurpose event handler for skipping interrupter events
` [PATCH v24 03/34] xhci: sideband: add initial api to register a sideband entity
` [PATCH v24 04/34] usb: xhci: Allow for secondary interrupter to set IMOD
` [PATCH v24 05/34] usb: host: xhci-mem: Cleanup pending secondary event ring events
` [PATCH v24 06/34] usb: host: xhci-mem: Allow for interrupter clients to choose specific index
` [PATCH v24 07/34] usb: host: xhci-plat: Set XHCI max interrupters if property is present
` [PATCH v24 08/34] usb: dwc3: Specify maximum number of XHCI interrupters
` [PATCH v24 09/34] ASoC: Add SOC USB APIs for adding an USB backend
` [PATCH v24 10/34] ASoC: usb: Create SOC USB SND jack kcontrol
` [PATCH v24 11/34] ASoC: usb: Fetch ASoC card and pcm device information
` [PATCH v24 12/34] ASoC: doc: Add documentation for SOC USB
` [PATCH v24 13/34] ASoC: dt-bindings: Update example for enabling USB offload on SM8250
` [PATCH v24 14/34] ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add USB_RX port
` [PATCH v24 15/34] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
` [PATCH v24 16/34] ASoC: qcom: qdsp6: q6afe: Increase APR timeout
` [PATCH v24 17/34] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6
` [PATCH v24 18/34] ASoC: qcom: qdsp6: Add headphone jack for offload connection status
` [PATCH v24 19/34] ASoC: qcom: qdsp6: Fetch USB offload mapped card and PCM device
` [PATCH v24 20/34] ALSA: usb-audio: Introduce USB SND platform op callbacks
` [PATCH v24 21/34] ALSA: usb-audio: Export USB SND APIs for modules
` [PATCH v24 22/34] ALSA: usb-audio: Save UAC sample size information
` [PATCH v24 23/34] ALSA: usb-audio: Prevent starting of audio stream if in use
` [PATCH v24 24/34] ALSA: usb-audio: qcom: Add USB QMI definitions
` [PATCH v24 25/34] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support
` [PATCH v24 26/34] ALSA: usb-audio: qcom: Don't allow USB offload path if PCM device is in use
` [PATCH v24 27/34] ALSA: usb-audio: qcom: Use card and PCM index from QMI request
` [PATCH v24 28/34] ALSA: usb-audio: qcom: Populate PCM and USB chip information
` [PATCH v24 29/34] ALSA: usb-audio: qcom: Add USB offload route kcontrol
` [PATCH v24 30/34] ALSA: usb-audio: Allow for rediscovery of connected USB SND devices
` [PATCH v24 31/34] ASoC: usb: Rediscover USB SND devices on USB port add
` [PATCH v24 32/34] ALSA: usb-audio: Check for support for requested audio format
` [PATCH v24 33/34] ASoC: usb: Add PCM format check API for USB backend
` [PATCH v24 34/34] ASoC: qcom: qdsp6: Ensure PCM format is supported by USB audio device
[PATCH v15 00/29] drm/connector: Create HDMI Connector infrastructure
2024-08-01 9:08 UTC (5+ messages)
` [PATCH v15 01/29] drm/connector: Introduce an HDMI connector initialization function
[PATCH iwl-next,v1 2/3] igc: Add default Rx queue configuration via sysfs
2024-08-01 7:56 UTC (7+ messages)
` [Intel-wired-lan] [PATCH iwl-next, v1 "
[PATCH iwl-next,v1 0/3] Add Default Rx Queue Setting for igc driver
2024-08-01 7:09 UTC (7+ messages)
` [Intel-wired-lan] [PATCH iwl-next, v1 "
[PATCH v17 00/35] Drivers for Gunyah hypervisor
2024-08-01 6:56 UTC (11+ messages)
` [PATCH v17 19/35] arch/mm: Export direct {un,}map functions
` "
[PATCH 5/6] mm: add selftests to split_huge_page() to verify unmap/zap of zero pages
2024-08-01 4:45 UTC (2+ messages)
[PATCH AUTOSEL 5.10 20/38] hwspinlock: Introduce hwspin_lock_bust()
2024-08-01 0:35 UTC
[PATCH AUTOSEL 5.15 26/47] hwspinlock: Introduce hwspin_lock_bust()
2024-08-01 0:31 UTC
[PATCH AUTOSEL 6.1 31/61] hwspinlock: Introduce hwspin_lock_bust()
2024-08-01 0:25 UTC
[PATCH AUTOSEL 6.6 40/83] hwspinlock: Introduce hwspin_lock_bust()
2024-08-01 0:17 UTC
[PATCH AUTOSEL 6.10 059/121] hwspinlock: Introduce hwspin_lock_bust()
2024-07-31 23:59 UTC
[PATCH v8 0/4] riscv: sophgo: Add SG2042 external hardware monitor support
2024-07-31 22:48 UTC (6+ messages)
` [PATCH v8 2/4] drivers: hwmon: "
[PATCH net-next v17 00/14] Device Memory TCP
2024-07-31 21:19 UTC (4+ messages)
` [PATCH net-next v17 01/14] netdev: add netdev_rx_queue_restart()
[PATCH] Documentation: core-api: Fixed Typo error
2024-07-31 18:49 UTC
[PATCH v4] docs/zh_CN: Add dev-tools/kcsan Chinese translation
2024-07-31 18:09 UTC
[PATCH 0/3] x86: Make 5-level paging support unconditional for x86-64
2024-07-31 17:45 UTC (4+ messages)
[PATCH-cgroup v7] cgroup: Show # of subsystem CSSes in cgroup.stat
2024-07-31 17:02 UTC (4+ messages)
[PATCH RFC 0/3] iio: adc: add new ad7625 driver
2024-07-31 16:58 UTC (7+ messages)
` [PATCH RFC 1/3] dt-bindings: iio: adc: add AD762x/AD796x ADCs
[PATCH v1] thermal: core: Update thermal zone registration documentation
2024-07-31 14:59 UTC
[RFC PATCH] rust: types: Add explanation for ARef pattern
2024-07-31 14:48 UTC (10+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).