messages from 2024-10-01 05:02:17 to 2024-10-02 14:54:17 UTC [more...]
[PATCH 0/6] VERW based clean-up
2024-10-02 14:54 UTC (5+ messages)
` [PATCH 6/6] x86/bugs: Clean-up verw mitigations
[PATCH net-next] net: Implement fault injection forcing skb reallocation
2024-10-02 14:23 UTC (2+ messages)
[PATCH v8 00/12] fs: multigrain timestamp redux
2024-10-02 14:16 UTC (20+ messages)
` [PATCH v8 01/12] timekeeping: add interfaces for handling timestamps with a floor value
` [PATCH v8 02/12] fs: add infrastructure for multigrain timestamps
` [PATCH v8 03/12] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v8 04/12] fs: handle delegated timestamps in setattr_copy_mgtime
` [PATCH v8 05/12] fs: tracepoints around multigrain timestamp events
` [PATCH v8 06/12] fs: add percpu counters for significant "
` [PATCH v8 07/12] timekeeping: add percpu counter for tracking floor swap events
` [PATCH v8 08/12] Documentation: add a new file documenting multigrain timestamps
` [PATCH v8 09/12] xfs: switch to "
` [PATCH v8 10/12] ext4: "
` [PATCH v8 11/12] btrfs: convert "
` [PATCH v8 12/12] tmpfs: add support for "
[PATCH v5 0/6] block: partition table OF support
2024-10-02 14:01 UTC (13+ messages)
` [PATCH v5 1/6] block: add support for defining read-only partitions
` [PATCH v5 2/6] docs: block: Document support for read-only partition in cmdline part
` [PATCH v5 3/6] block: introduce device_add_of_disk()
` [PATCH v5 4/6] mmc: block: attach partitions fwnode if found in mmc-card
` [PATCH v5 5/6] block: add support for partition table defined in OF
` [PATCH v5 6/6] dt-bindings: mmc: Document support for partition table in mmc-card
[PATCH] hwmon: (max31827) Fix spelling errors reported by codespell
2024-10-02 13:58 UTC (2+ messages)
[PATCH] docs: Fix typo
2024-10-02 13:40 UTC (2+ messages)
[PATCH v2] Documentation/process: maintainer-soc: clarify submitting patches
2024-10-02 13:02 UTC (2+ messages)
[PATCH V6 0/5] PCIe TPH and cache direct injection support
2024-10-02 12:46 UTC (3+ messages)
` [PATCH V6 1/5] PCI: Add TLP Processing Hints (TPH) support
[PATCH v8 00/11] fs: multigrain timestamp redux
2024-10-02 12:41 UTC (13+ messages)
` [PATCH v8 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper
[PATCH] drm/i915: Rename functions in the docs to match code changes
2024-10-02 11:45 UTC (3+ messages)
[PATCH] docs: Fix typo
2024-10-02 10:13 UTC
[PATCH] fix typo in Documentation/wmi/devices/dell-wmi-ddv.rst
2024-10-02 10:07 UTC
[PATCH] fix grammar on false-sharing.rst
2024-10-02 10:08 UTC
[PATCH] docs: iio: fix grammatical error
2024-10-02 10:03 UTC
[PATCH V2 RESEND] Docs: Update LSM/apparmor.rst
2024-10-02 9:49 UTC
[PATCH v1 0/2] POE fixes: kthreads and docs
2024-10-02 9:45 UTC (5+ messages)
` [PATCH v1 1/2] arm64: set POR_EL0 for kernel threads
` [PATCH v1 2/2] Documentation/protection-keys: add AArch64 to documentation
[PATCH v4 0/5] block: partition table OF support
2024-10-02 9:20 UTC (3+ messages)
[PATCH v11 00/15] drm/vkms: Reimplement line-per-line pixel conversion for plane reading
2024-10-02 8:57 UTC (8+ messages)
` [PATCH v11 03/15] drm/vkms: Add typedef and documentation for pixel_read and pixel_write functions
` [PATCH v11 06/15] drm/vkms: Avoid computing blending limits inside pre_mul_alpha_blend
` [PATCH v11 08/15] drm/vkms: Re-introduce line-per-line composition algorithm
[RFC PATCH 0/4] block: partition table OF support
2024-10-02 8:22 UTC (8+ messages)
` [RFC PATCH 3/4] block: add support for partition table defined in OF
[PATCH v8 0/2] hwmon: (isl28022) new driver for ISL28022 power monitor
2024-10-02 8:11 UTC (3+ messages)
` [PATCH v8 1/2] dt-bindings: hwmon: add renesas,isl28022
` [PATCH v8 2/2] hwmon: (isl28022) new driver for ISL28022 power monitor
[PATCH v7 0/2] hwmon: (isl28022) new driver for ISL28022 power monitor
2024-10-02 6:46 UTC (6+ messages)
` [PATCH v7 1/2] dt-bindings: hwmon: add renesas,isl28022
[PATCH RFC v4 0/9] tun: Introduce virtio-net hashing feature
2024-10-02 5:26 UTC (11+ messages)
[PATCH v13 00/40] arm64/gcs: Provide support for GCS in userspace
2024-10-02 0:24 UTC (43+ messages)
` [PATCH v13 01/40] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v13 02/40] mm: Define VM_HIGH_ARCH_6
` [PATCH v13 03/40] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v13 04/40] prctl: arch-agnostic prctl for shadow stack
` [PATCH v13 05/40] mman: Add map_shadow_stack() flags
` [PATCH v13 06/40] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v13 07/40] arm64/gcs: Document the ABI "
` [PATCH v13 08/40] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v13 09/40] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v13 10/40] arm64/gcs: Provide put_user_gcs()
` [PATCH v13 11/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
` [PATCH v13 12/40] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v13 13/40] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v13 14/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v13 15/40] arm64/mm: Map pages for guarded control stack
` [PATCH v13 16/40] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v13 17/40] arm64/idreg: Add overrride for GCS
` [PATCH v13 18/40] arm64/hwcap: Add hwcap "
` [PATCH v13 19/40] arm64/traps: Handle GCS exceptions
` [PATCH v13 20/40] arm64/mm: Handle GCS data aborts
` [PATCH v13 21/40] arm64/gcs: Context switch GCS state for EL0
` [PATCH v13 22/40] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v13 23/40] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v13 24/40] arm64/mm: Implement map_shadow_stack()
` [PATCH v13 25/40] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v13 26/40] arm64/signal: Expose GCS state in signal frames
` [PATCH v13 27/40] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v13 28/40] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v13 29/40] kselftest/arm64: Verify the GCS hwcap
` [PATCH v13 30/40] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v13 31/40] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v13 32/40] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v13 33/40] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v13 34/40] kselftest/arm64: Add very basic GCS test program
` [PATCH v13 35/40] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v13 36/40] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v13 37/40] kselftest/arm64: Add GCS signal tests
` [PATCH v13 38/40] kselftest/arm64: Add a GCS stress test
` [PATCH v13 39/40] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v13 40/40] KVM: selftests: arm64: Add GCS registers to get-reg-list
[PATCH v2 00/10] Add iio backend compatibility for ad7606
2024-10-02 0:12 UTC (4+ messages)
` [PATCH v2 07/10] iio: adc: ad7606: Add compatibility to fw_nodes
[RFC net-next v4 0/9] Add support for per-NAPI config via netlink
2024-10-01 23:52 UTC (4+ messages)
` [RFC net-next v4 1/9] net: napi: Make napi_defer_hard_irqs per-NAPI
` [RFC net-next v4 3/9] net: napi: Make gro_flush_timeout per-NAPI
` [RFC net-next v4 5/9] net: napi: Add napi_config
[PATCH v4 3/5] string: add strends() helper to check if a string ends with a suffix
2024-10-01 21:47 UTC (3+ messages)
[PATCH 00/33] riscv control-flow integrity for usermode
2024-10-01 21:46 UTC (36+ messages)
` [PATCH 01/33] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH 02/33] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH 03/33] riscv: Enable cbo.zero only when all harts support Zicboz
` [PATCH 04/33] riscv: Add support for per-thread envcfg CSR values
` [PATCH 05/33] riscv: Call riscv_user_isa_enable() only on the boot hart
` [PATCH 06/33] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [PATCH 07/33] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)
` [PATCH 08/33] riscv: zicfiss / zicfilp enumeration
` [PATCH 09/33] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH 10/33] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH 11/33] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH 12/33] riscv mm: manufacture shadow stack pte
` [PATCH 13/33] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH 14/33] riscv mmu: write protect and shadow stack
` [PATCH 15/33] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH 16/33] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH 17/33] prctl: arch-agnostic prctl for shadow stack
` [PATCH 18/33] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH 19/33] riscv: Implements arch agnostic shadow stack prctls
` [PATCH 20/33] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH 21/33] riscv/traps: Introduce software check exception
` [PATCH 22/33] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH 23/33] riscv signal: save and restore of shadow stack for signal
` [PATCH 24/33] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH 25/33] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH 26/33] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH 27/33] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH 28/33] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH 29/33] riscv: kernel command line option to opt out of user cfi
` [PATCH 30/33] riscv: create a config for shadow stack and landing pad instr support
` [PATCH 31/33] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH 32/33] riscv: Documentation for shadow stack on riscv
` [PATCH 33/33] kselftest/riscv: kselftest for user mode cfi
[RFC PATCH 00/28] x86: Rely on toolchain for relocatable code
2024-10-01 21:13 UTC (9+ messages)
` [RFC PATCH 04/28] x86/boot: Permit GOTPCREL relocations for x86_64 builds
` [RFC PATCH 24/28] tools/objtool: Treat indirect ftrace calls as direct calls
` [RFC PATCH 25/28] x86: Use PIE codegen for the core kernel
[PATCH] Documentation: dma-buf: heaps: Add heap name definitions
2024-10-01 21:03 UTC (2+ messages)
[PATCH v3] kernel-docs: Add new section for Rust learning materials
2024-10-01 20:10 UTC (2+ messages)
[PATCH 20/65] dyndbg-doc: add classmap info to howto
2024-10-01 19:34 UTC
[PATCH V3] PCI: Extend ACS configurability
2024-10-01 19:33 UTC (6+ messages)
` [PATCH V4] "
[PATCH v3 00/27] Enable FRED with KVM VMX
2024-10-01 18:18 UTC (12+ messages)
` [PATCH v3 02/27] KVM: VMX: Don't modify guest XFD_ERR if CR0.TS=1
` [PATCH v3 06/27] x86/cea: Export per CPU variable cea_exception_stacks
` [PATCH v3 07/27] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v3 11/27] KVM: VMX: Save/restore guest FRED RSP0
` [PATCH v3 17/27] KVM: x86: Mark CR4.FRED as not reserved when guest can use FRED
` [PATCH v3 19/27] KVM: x86: Allow FRED/LKGS to be advertised to guests
` [PATCH v3 20/27] KVM: x86: Allow WRMSRNS "
` [PATCH v3 21/27] KVM: VMX: Invoke vmx_set_cpu_caps() before nested setup
[PATCH v10 0/8] Coresight for Kernel panic and watchdog reset
2024-10-01 16:43 UTC (3+ messages)
` [PATCH v10 4/8] coresight: tmc: Enable panic sync handling
[PATCH] docs: dev-tools: Add documentation for the device focused kselftests
2024-10-01 15:43 UTC
[PATCH v5 0/5] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
2024-10-01 15:35 UTC (7+ messages)
` [PATCH v5 2/5] KVM: arm64: Add PSCI v1.3 SYSTEM_OFF2 function "
` [PATCH v5 3/5] KVM: arm64: Add support for PSCI v1.2 and v1.3
` [PATCH v5 4/5] KVM: selftests: Add test for PSCI SYSTEM_OFF2
Doc on kernel.org
2024-10-01 14:50 UTC (3+ messages)
[PATCH v2] Documentation/tracing: Mention that RESET_ATTACK_MITIGATION can clear memory
2024-10-01 13:57 UTC
[PATCH v28 00/32] Introduce QC USB SND audio offloading support
2024-10-01 13:50 UTC (4+ messages)
` [PATCH v28 18/32] ASoC: doc: Add documentation for SOC USB
[PATCH v6 00/11] Preemption support for A7XX
2024-10-01 11:18 UTC (4+ messages)
` [PATCH v6 11/11] Documentation: document adreno preemption
[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
2024-10-01 10:43 UTC (4+ messages)
` [PATCH 05/12] mm/memory: Add dax_insert_pfn
[PATCH v7 0/5] Changes in v7:
2024-10-01 10:32 UTC (9+ messages)
` [PATCH v7 4/5] firmware: imx: add driver for NXP EdgeLock Enclave
` [EXT] "
[PATCH doc] docs: gcov: fix link to LCOV website
2024-10-01 8:35 UTC (2+ messages)
[PATCH net-next v19 13/14] mm: page_frag: update documentation for page_frag
2024-10-01 7:58 UTC
[PATCH v2 0/3] hwmon: pmbus: add tps25990 efuse support
2024-10-01 7:03 UTC (3+ messages)
` [PATCH v2 3/3] hwmon: (pmbus/tps25990): add initial support
[PATCH net] doc: net: napi: Update documentation for napi_schedule_irqoff
2024-10-01 6:52 UTC (2+ 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).