messages from 2024-02-02 22:03:52 to 2024-02-05 17:52:00 UTC [more...]
[PATCH 0/8] Sphinx extension fix + logging/warning cleanups
2024-02-05 17:51 UTC (4+ messages)
` [PATCH 2/8] docs: kernel_{abi,feat}.py: use doc.current_source
` [PATCH 3/8] doc: kernel_abi.py: convert to sphinx.util.logging
` [PATCH 4/8] doc: kernel_feat.py: "
[RFC PATCH v5 0/1] fpga: improve protection against low-level control module unloading
2024-02-05 17:47 UTC (6+ messages)
` [RFC PATCH v5 1/1] fpga: add an owner and use it to take the low-level module's refcount
[PATCH] Documentation: admin-guide: tainted-kernels.rst: Add missing article and comma
2024-02-05 17:26 UTC (2+ messages)
[PATCH] Documentation: multiple .rst files: Fix grammar and more consistent formatting
2024-02-05 17:24 UTC (6+ messages)
` [PATCH v2] "
[PATCH] Documentation: coding-style: Update syntax highlighting for code-blocks
2024-02-05 17:22 UTC (2+ messages)
[PATCH] docs: Document possible_cpus parameter
2024-02-05 17:21 UTC (3+ messages)
[PATCH] Documentation: coding-style: Fix indentation in code-blocks
2024-02-05 17:16 UTC (2+ messages)
[PATCH 1/1] kernel-doc: Support arrays of pointers struct fields
2024-02-05 17:04 UTC (2+ messages)
[PATCH] docs: maintainer: add existing SoC and netdev profiles
2024-02-05 17:07 UTC (2+ messages)
[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
2024-02-05 16:58 UTC (43+ messages)
` [PATCH v8 01/38] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v8 02/38] prctl: arch-agnostic prctl for shadow stack
` [PATCH v8 03/38] mman: Add map_shadow_stack() flags
` [PATCH v8 04/38] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v8 05/38] arm64/gcs: Document the ABI "
` [PATCH v8 06/38] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v8 07/38] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v8 08/38] arm64/gcs: Provide put_user_gcs()
` [PATCH v8 09/38] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v8 10/38] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v8 11/38] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v8 12/38] arm64/mm: Map pages for guarded control stack
` [PATCH v8 13/38] KVM: arm64: Manage GCS registers for guests
` [PATCH v8 14/38] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v8 15/38] arm64/idreg: Add overrride for GCS
` [PATCH v8 16/38] arm64/hwcap: Add hwcap "
` [PATCH v8 17/38] arm64/traps: Handle GCS exceptions
` [PATCH v8 18/38] arm64/mm: Handle GCS data aborts
` [PATCH v8 19/38] arm64/gcs: Context switch GCS state for EL0
` [PATCH v8 20/38] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v8 21/38] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v8 22/38] arm64/mm: Implement map_shadow_stack()
` [PATCH v8 23/38] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v8 24/38] arm64/signal: Expose GCS state in signal frames
` [PATCH v8 25/38] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v8 26/38] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v8 27/38] kselftest/arm64: Verify the GCS hwcap
` [PATCH v8 28/38] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v8 29/38] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v8 30/38] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v8 31/38] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v8 32/38] kselftest/arm64: Add very basic GCS test program
` [PATCH v8 33/38] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v8 34/38] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v8 35/38] selftests/arm64: Add GCS signal tests
` [PATCH v8 36/38] kselftest/arm64: Add a GCS stress test
` [PATCH v8 37/38] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v8 38/38] kselftest: Provide shadow stack enable helpers for arm64
[PATCH v5 0/1] hwmon: Add driver for Astera Labs PT5161L retimer
2024-02-05 16:15 UTC (4+ messages)
` [PATCH v5 1/1] "
[PATCH] net: make driver settling time configurable
2024-02-05 15:55 UTC (6+ messages)
` [PATCH] net: Change default delay on IP autoconfig to 0ms
[PATCH] docs: proc.rst: comm: mention the included NUL
2024-02-05 15:41 UTC
[PATCH v2 0/4] Add support for QoS configuration
2024-02-05 15:12 UTC (8+ messages)
` [PATCH v2 1/4] interconnect: qcom: icc-rpmh: Add QoS configuration support
` [PATCH v2 2/4] interconnect: qcom: sc7280: enable QoS configuration
` [PATCH v2 3/4] dt-bindings: interconnect: add clock property to configure QoS on SC7280
` [PATCH v2 4/4] arm64: dts: qcom: sc7280: Add clocks for QoS configuration
[PATCH 0/2] Update kasan docs and tests
2024-02-05 12:35 UTC (5+ messages)
` [PATCH 1/2] kasan: docs: Update descriptions about test file and module
` [PATCH 2/2] kasan: Rename test_kasan_module_init to kasan_test_module_init
[PATCH v2 0/3] pstore: add multi-backend support
2024-02-05 12:28 UTC (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] Documentation: adjust pstore backend related document
` [PATCH 3/3] tools/testing: adjust pstore backend related selftest
[PATCH v1 0/2] leds: aw200xx: support for hw pattern controllers
2024-02-05 10:57 UTC (9+ messages)
` [PATCH v1 1/2] "
[PATCH v5 00/44] drm/connector: Create HDMI Connector infrastructure
2024-02-05 9:39 UTC (9+ messages)
` [PATCH v5 08/44] drm/connector: hdmi: Add Broadcast RGB property
` "
` "
` "
[PATCH v13 00/53] Introduce QC USB SND audio offloading support
2024-02-05 9:01 UTC (56+ messages)
` [PATCH v13 01/53] xhci: fix possible null pointer dereference at secondary interrupter removal
` [PATCH v13 02/53] xhci: fix off by one check when adding a secondary interrupter
` [PATCH v13 03/53] xhci: Add interrupt pending autoclear flag to each interrupter
` [PATCH v13 04/53] xhci: Add helper to set an interrupters interrupt moderation interval
` [PATCH v13 05/53] xhci: make isoc_bei_interval variable interrupter specific
` [PATCH v13 06/53] xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event()
` [PATCH v13 07/53] xhci: update event ring dequeue pointer position to controller correctly
` [PATCH v13 08/53] xhci: move event processing for one interrupter to a separate function
` [PATCH v13 09/53] xhci: add helper that checks for unhandled events on a event ring
` [PATCH v13 10/53] xhci: Don't check if the event ring is valid before every event TRB
` [PATCH v13 11/53] xhci: Decouple handling an event from checking for unhandled events
` [PATCH v13 12/53] xhci: add helper to stop endpoint and wait for completion
` [PATCH v13 13/53] usb: host: xhci: Export enable and disable interrupter APIs
` [PATCH v13 14/53] usb: host: xhci: Repurpose event handler for skipping interrupter events
` [PATCH v13 15/53] xhci: export XHCI IMOD setting helper for interrupters
` [PATCH v13 16/53] xhci: sideband: add initial api to register a sideband entity
` [PATCH v13 17/53] usb: host: xhci-sideband: Expose a sideband interrupter enable API
` [PATCH v13 18/53] usb: host: xhci-mem: Cleanup pending secondary event ring events
` [PATCH v13 19/53] usb: host: xhci-mem: Allow for interrupter clients to choose specific index
` [PATCH v13 20/53] ASoC: Add SOC USB APIs for adding an USB backend
` [PATCH v13 21/53] ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add USB_RX port
` [PATCH v13 22/53] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
` [PATCH v13 23/53] ASoC: qdsp6: q6afe: Increase APR timeout
` [PATCH v13 24/53] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6
` [PATCH v13 25/53] ALSA: usb-audio: Introduce USB SND platform op callbacks
` [PATCH v13 26/53] ALSA: usb-audio: Export USB SND APIs for modules
` [PATCH v13 27/53] ALSA: usb-audio: Save UAC sample size information
` [PATCH v13 28/53] usb: dwc3: Specify maximum number of XHCI interrupters
` [PATCH v13 29/53] usb: host: xhci-plat: Set XHCI max interrupters if property is present
` [PATCH v13 30/53] ALSA: usb-audio: qcom: Add USB QMI definitions
` [PATCH v13 31/53] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support
` [PATCH v13 32/53] ALSA: usb-audio: Check for support for requested audio format
` [PATCH v13 33/53] ASoC: usb: Add PCM format check API for USB backend
` [PATCH v13 34/53] ASoC: qcom: qdsp6: Ensure PCM format is supported by USB audio device
` [PATCH v13 35/53] ALSA: usb-audio: Prevent starting of audio stream if in use
` [PATCH v13 36/53] ALSA: usb-audio: Do not allow USB offload path if PCM device is "
` [PATCH v13 37/53] ASoC: dt-bindings: Add Q6USB backend
` [PATCH v13 38/53] ASoC: dt-bindings: Update example for enabling USB offload on SM8250
` [PATCH v13 39/53] ALSA: usb-audio: qcom: Populate PCM and USB chip information
` [PATCH v13 40/53] ASoC: qcom: qdsp6: Add support to track available USB PCM devices
` [PATCH v13 41/53] ASoC: Introduce SND kcontrols to select sound card and PCM device
` [PATCH v13 42/53] ASoC: qcom: qdsp6: Add SOC USB offload select get/put callbacks
` [PATCH v13 43/53] ASoC: Add SND kcontrol for fetching USB offload status
` [PATCH v13 44/53] ASoC: qcom: qdsp6: Add PCM ops to track current state
` [PATCH v13 45/53] ASoC: usb: Create SOC USB SND jack kcontrol
` [PATCH v13 46/53] ASoC: qcom: qdsp6: Add headphone jack for offload connection status
` [PATCH v13 47/53] ASoC: usb: Fetch ASoC sound card information
` [PATCH v13 48/53] ALSA: usb-audio: mixer: Add USB offloading mixer control
` [PATCH v13 49/53] ALSA: usb-audio: qcom: Use card and PCM index from QMI request
` [PATCH v13 50/53] ALSA: usb-audio: Allow for rediscovery of connected USB SND devices
` [PATCH v13 51/53] ASoC: usb: Rediscover USB SND devices on USB port add
` [PATCH v13 52/53] ASoC: qcom: Populate SoC components string
` [PATCH v13 53/53] ASoC: doc: Add documentation for SOC USB
[PATCH v5 0/6] DCP as trusted keys backend
2024-02-05 8:39 UTC (2+ messages)
More detailed text about bisecting Linux kernel regression -- request for comments and help
2024-02-05 8:32 UTC (2+ messages)
[PATCH v7 0/6] Delay VERW
2024-02-05 7:20 UTC (7+ messages)
` [PATCH v7 1/6] x86/bugs: Add asm helpers for executing VERW
` [PATCH v7 2/6] x86/entry_64: Add VERW just before userspace transition
` [PATCH v7 3/6] x86/entry_32: "
` [PATCH v7 4/6] x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
` [PATCH v7 5/6] KVM: VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH
` [PATCH v7 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation
[PATCH V4 0/2] pwm: Add GPIO PWM driver
2024-02-05 7:08 UTC (2+ messages)
[PATCH v13 0/3] Support pwm/tach driver for aspeed ast26xx
2024-02-05 6:59 UTC (4+ messages)
` [PATCH v13 1/3] dt-bindings: hwmon: fan: Add fan binding to schema
[PATCH v5 0/4] mm/mempolicy: weighted interleave mempolicy and sysfs extension
2024-02-05 5:48 UTC (3+ messages)
` [PATCH v5 4/4] mm/mempolicy: protect task interleave functions with tsk->mems_allowed_seq
[linux-next:master 12610/12662] htmldocs: Warning: file Documentation/ABI/testing/sysfs-platform-silicom#20:
2024-02-05 5:23 UTC (6+ messages)
[PATCH bpf-next v4 3/3] bpf: treewide: Annotate BPF kfuncs in BTF
2024-02-05 2:41 UTC (2+ messages)
[PATCH net-next v3 4/8] net: netconsole: add docs for appending netconsole user data
2024-02-04 23:27 UTC
[PATCH] crypto: ccp: Fix sev_issue_cmd code block
2024-02-04 13:34 UTC (3+ messages)
[KTAP V2 PATCH v2] ktap_v2: add test metadata
2024-02-04 13:03 UTC (3+ messages)
[linus:master] [__dentry_kill()] 1c18edd1b7: stress-ng.dynlib.ops_per_sec -39.0% regression
2024-02-04 8:14 UTC
[PATCH] riscv: hwprobe: export VA_BITS
2024-02-04 0:22 UTC (5+ messages)
[PATCHv3] PPPoL2TP: Add more code snippets
2024-02-03 22:35 UTC
[RFC PATCH v12 17/20] ipe: enable support for fs-verity as a trust provider
2024-02-03 22:25 UTC (2+ messages)
` [PATCH RFC "
[RFC PATCH v12 15/20] ipe: add support for dm-verity as a trust provider
2024-02-03 22:25 UTC (2+ messages)
` [PATCH RFC "
[RFC PATCH v12 10/20] ipe: add permissive toggle
2024-02-03 22:25 UTC (2+ messages)
` [PATCH RFC "
[RFC PATCH v12 09/20] uapi|audit|ipe: add ipe auditing support
2024-02-03 22:25 UTC (2+ messages)
` [PATCH RFC v12 9/20] "
[RFC PATCH v12 08/20] ipe: add userspace interface
2024-02-03 22:25 UTC (2+ messages)
` [PATCH RFC v12 8/20] "
[RFC PATCH v12 06/20] ipe: introduce 'boot_verified' as a trust provider
2024-02-03 22:25 UTC (2+ messages)
` [PATCH RFC v12 6/20] "
[RFC PATCH v12 05/20] initramfs|security: Add security hook to initramfs unpack
2024-02-03 22:25 UTC (2+ messages)
` [PATCH RFC v12 5/20] "
[PATCH bpf-next v4 0/3] Annotate kfuncs in .BTF_ids section
2024-02-03 18:45 UTC (5+ messages)
[PATCH v3 0/3] hwmon: Driver for Nuvoton NCT7363Y
2024-02-03 15:09 UTC (5+ messages)
` [PATCH v3 1/3] dt-bindings: hwmon: fan: Add fan binding to schema
` [PATCH v3 3/3] hwmon: Driver for Nuvoton NCT7363Y
net: fou: Is FOU/GUE
2024-02-03 5:01 UTC
[RFC PATCH v12 00/20] Integrity Policy Enforcement LSM (IPE)
2024-02-03 3:56 UTC (4+ messages)
` [RFC PATCH v12 12/20] dm verity: set DM_TARGET_SINGLETON feature flag
[RFC PATCH v2 00/29] NT synchronization primitive driver
2024-02-03 2:08 UTC (4+ messages)
` [RFC PATCH v2 19/29] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ANY
[PATCH v3] hwmon:Add MEC172x Micro Chip driver for Lenovo motherboards
2024-02-03 1:27 UTC (2+ messages)
[PATCH v12 00/20] KVM: xen: update shared_info and vcpu_info handling
2024-02-02 22:03 UTC (5+ 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).