Linux-Doc Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-28 02:21:58 to 2024-03-29 07:24:43 UTC [more...]

[PATCH v4 00/15] Unified cross-architecture kernel-mode FPU API
 2024-03-29  7:18 UTC 

[PATCH v2 00/27] riscv control-flow integrity for usermode
 2024-03-29  5:15 UTC  (31+ messages)
` [PATCH v2 01/27] riscv: envcfg save and restore on task switching
` [PATCH v2 02/27] riscv: define default value for envcfg
` [PATCH v2 03/27] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [PATCH v2 04/27] riscv: zicfiss/zicfilp enumeration
` [PATCH v2 05/27] riscv: zicfiss/zicfilp extension csr and bit definitions
` [PATCH v2 06/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v2 07/27] mm: Define VM_SHADOW_STACK for RISC-V
` [PATCH v2 08/27] mm: abstract shadow stack vma behind `arch_is_shadow_stack`
` [PATCH v2 09/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v2 10/27] riscv mm: manufacture shadow stack pte
` [PATCH v2 11/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v2 12/27] riscv mmu: write protect and shadow stack
` [PATCH v2 13/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v2 14/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v2 15/27] prctl: arch-agnostic prctl for shadow stack
` [PATCH v2 16/27] prctl: arch-agnostic prtcl for indirect branch tracking
` [PATCH v2 17/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v2 18/27] riscv: Implements arch argnostic indirect branch tracking prctls
` [PATCH v2 19/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v2 20/27] riscv/traps: Introduce software check exception
` [PATCH v2 21/27] riscv sigcontext: adding cfi state field in sigcontext
` [PATCH v2 22/27] riscv signal: Save and restore of shadow stack for signal
` [PATCH v2 23/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v2 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v2 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v2 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v2 27/27] kselftest/riscv: kselftest for user mode cfi

[PATCH v12 0/2] arm64: Add a build target for Flat Image Tree
 2024-03-29  3:28 UTC  (2+ messages)
` [PATCH v12 2/2] arm64: boot: Support "

[PATCH v11 0/2] arm64: Add a build target for Flat Image Tree
 2024-03-29  2:46 UTC  (4+ messages)
` [PATCH v11 2/2] arm64: boot: Support "

[PATCH 1/4] platform/x86: wmi: Mark simple WMI drivers as legacy-free
 2024-03-29  1:37 UTC  (8+ messages)
` [PATCH 2/4] platform/x86: xiaomi-wmi: Fix race condition when reporting key events
` [PATCH 4/4] platform/x86: wmi: Add driver development guide

[RFC PATCH v3 00/17] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-03-29  1:06 UTC  (18+ messages)
` [RFC PATCH v3 01/17] x86/resctrl: Add support for "
` [RFC PATCH v3 02/17] x86/resctrl: Add ABMC feature in the command line options
` [RFC PATCH v3 03/17] x86/resctrl: Detect Assignable Bandwidth Monitoring feature details
` [RFC PATCH v3 04/17] x86/resctrl: Introduce resctrl_file_fflags_init
` [RFC PATCH v3 05/17] x86/resctrl: Introduce the interface to display the assignment state
` [RFC PATCH v3 06/17] x86/resctrl: Introduce interface to display number of ABMC counters
` [RFC PATCH v3 07/17] x86/resctrl: Add support to enable/disable ABMC feature
` [RFC PATCH v3 08/17] x86/resctrl: Initialize assignable counters bitmap
` [RFC PATCH v3 09/17] x86/resctrl: Introduce assign state for the mon group
` [RFC PATCH v3 10/17] x86/resctrl: Add data structures for ABMC assignment
` [RFC PATCH v3 11/17] x86/resctrl: Introduce mbm_total_cfg and mbm_local_cfg
` [RFC PATCH v3 12/17] x86/resctrl: Add the functionality to assign the RMID
` [RFC PATCH v3 13/17] x86/resctrl: Add the functionality to unassign "
` [RFC PATCH v3 14/17] x86/resctrl: Enable ABMC by default on resctrl mount
` [RFC PATCH v3 15/17] x86/resctrl: Introduce the interface switch between ABMC and legacy_mbm
` [RFC PATCH v3 16/17] x86/resctrl: Introduce interface to list assignment states of all the groups
` [RFC PATCH v3 17/17] x86/resctrl: Introduce interface to modify assignment states of "

[PATCH] Documentation/x86: Document resctrl bandwidth control units are MiB
 2024-03-29  1:01 UTC  (2+ messages)

[PATCH v3 00/30] NT synchronization primitive driver
 2024-03-29  0:06 UTC  (31+ messages)
` [PATCH v3 01/30] ntsync: Introduce the ntsync driver and character device
` [PATCH v3 02/30] ntsync: Introduce NTSYNC_IOC_CREATE_SEM
` [PATCH v3 03/30] ntsync: Introduce NTSYNC_IOC_SEM_POST
` [PATCH v3 04/30] ntsync: Introduce NTSYNC_IOC_WAIT_ANY
` [PATCH v3 05/30] ntsync: Introduce NTSYNC_IOC_WAIT_ALL
` [PATCH v3 06/30] ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX
` [PATCH v3 07/30] ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK
` [PATCH v3 08/30] ntsync: Introduce NTSYNC_IOC_MUTEX_KILL
` [PATCH v3 09/30] ntsync: Introduce NTSYNC_IOC_CREATE_EVENT
` [PATCH v3 10/30] ntsync: Introduce NTSYNC_IOC_EVENT_SET
` [PATCH v3 11/30] ntsync: Introduce NTSYNC_IOC_EVENT_RESET
` [PATCH v3 12/30] ntsync: Introduce NTSYNC_IOC_EVENT_PULSE
` [PATCH v3 13/30] ntsync: Introduce NTSYNC_IOC_SEM_READ
` [PATCH v3 14/30] ntsync: Introduce NTSYNC_IOC_MUTEX_READ
` [PATCH v3 15/30] ntsync: Introduce NTSYNC_IOC_EVENT_READ
` [PATCH v3 16/30] ntsync: Introduce alertable waits
` [PATCH v3 17/30] selftests: ntsync: Add some tests for semaphore state
` [PATCH v3 18/30] selftests: ntsync: Add some tests for mutex state
` [PATCH v3 19/30] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ANY
` [PATCH v3 20/30] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ALL
` [PATCH v3 21/30] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ANY
` [PATCH v3 22/30] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ALL
` [PATCH v3 23/30] selftests: ntsync: Add some tests for manual-reset event state
` [PATCH v3 24/30] selftests: ntsync: Add some tests for auto-reset "
` [PATCH v3 25/30] selftests: ntsync: Add some tests for wakeup signaling with events
` [PATCH v3 26/30] selftests: ntsync: Add tests for alertable waits
` [PATCH v3 27/30] selftests: ntsync: Add some tests for wakeup signaling via alerts
` [PATCH v3 28/30] selftests: ntsync: Add a stress test for contended waits
` [PATCH v3 29/30] maintainers: Add an entry for ntsync
` [PATCH v3 30/30] docs: ntsync: Add documentation for the ntsync uAPI

[PATCH v6 0/5] KVM: arm64: Support for 2023 dpISA extensions
 2024-03-29  0:13 UTC  (6+ messages)
` [PATCH v6 1/5] KVM: arm64: Share all userspace hardened thread data with the hypervisor
` [PATCH v6 2/5] KVM: arm64: Add newly allocated ID registers to register descriptions
` [PATCH v6 3/5] KVM: arm64: Support FEAT_FPMR for guests
` [PATCH v6 4/5] KVM: arm64: selftests: Document feature registers added in 2023 extensions
` [PATCH v6 5/5] KVM: arm64: selftests: Teach get-reg-list about FPMR

[PATCH v16 00/20] Integrity Policy Enforcement LSM (IPE)
 2024-03-28 22:11 UTC  (28+ messages)
` [PATCH v16 01/20] security: add ipe lsm
` [PATCH v16 02/20] ipe: add policy parser
` [PATCH v16 03/20] ipe: add evaluation loop
` [PATCH v16 04/20] ipe: add LSM hooks on execution and kernel read
` [PATCH v16 05/20] initramfs|security: Add a security hook to do_populate_rootfs()
` [PATCH v16 06/20] ipe: introduce 'boot_verified' as a trust provider
` [PATCH v16 07/20] security: add new securityfs delete function
` [PATCH v16 08/20] ipe: add userspace interface
` [PATCH v16 09/20] uapi|audit|ipe: add ipe auditing support
` [PATCH v16 10/20] ipe: add permissive toggle
` [PATCH v16 11/20] block|security: add LSM blob to block_device
` [PATCH v16 12/20] dm: add finalize hook to target_type
` [PATCH v16 13/20] dm verity: consume root hash digest and signature data via LSM hook
` [PATCH v16 14/20] ipe: add support for dm-verity as a trust provider
` [PATCH v16 15/20] security: add security_inode_setintegrity() hook
` [PATCH v16 16/20] fsverity: consume fsverity built-in signatures via LSM hook
` [PATCH v16 17/20] ipe: enable support for fs-verity as a trust provider
` [PATCH v16 18/20] scripts: add boot policy generation program
` [PATCH v16 19/20] ipe: kunit test for parser
` [PATCH v16 20/20] documentation: add ipe documentation

[RFC PATCH 1/2] tracing: Introduce stack filter for trace events
 2024-03-28 21:33 UTC  (2+ messages)

[PATCH v4 0/2] codingstyle: avoid unused parameters for a function-like macro
 2024-03-28 21:24 UTC  (7+ messages)
` [PATCH v4 1/2] Documentation: coding-style: ask function-like macros to evaluate parameters
` [PATCH v4 2/2] scripts: checkpatch: check unused parameters for function-like macro

[RFC PATCH net-next v7 00/14] Device Memory TCP
 2024-03-28 20:38 UTC  (5+ messages)
` [RFC PATCH net-next v7 04/14] netdev: support binding dma-buf to netdevice

[PATCH RFC 0/7] regulator: new APIs for voltage reference supplies
 2024-03-28 20:25 UTC  (22+ messages)
` [PATCH RFC 1/7] regulator: devres: add APIs for "
` [PATCH RFC 2/7] hwmon: (adc128d818) Use devm_regulator_get_optional_enable_get_voltage()
` [PATCH RFC 3/7] hwmon: (da9052) Use devm_regulator_get_enable_get_voltage()
` [PATCH RFC 4/7] iio: addac: ad74115: "
` [PATCH RFC 5/7] iio: frequency: admv1013: "
` [PATCH RFC 6/7] staging: iio: impedance-analyzer: "
` [PATCH RFC 7/7] Input: mpr121: "

[PATCH 0/2] regressions documentation improvements
 2024-03-28 19:29 UTC  (3+ messages)
` [PATCH 1/2] docs: *-regressions.rst: unify quoting, add missing word
` [PATCH 2/2] docs: handling-regressions.rst: clarify that "Closes:" tags work too

[PATCH v7 0/6] DCP as trusted keys backend
 2024-03-28 18:50 UTC  (6+ messages)
` [PATCH v7 6/6] docs: trusted-encrypted: add DCP as new trust source

[PATCH 1/1] docs: dma: correct dma_set_mask() sample code
 2024-03-28 18:44 UTC  (2+ messages)

[PATCH] Documentation: kunit: Clarify test filter format
 2024-03-28 18:27 UTC  (2+ messages)

[PATCH 5/6] mm: memory-failure: use isolate_movable_folio() in mf_isolate_folio()
 2024-03-28 16:57 UTC  (2+ messages)

[PATCH net-next v6 00/17] net: Add support for Power over Ethernet (PoE)
 2024-03-28 16:24 UTC  (28+ messages)
` [PATCH net-next v6 01/17] MAINTAINERS: net: Add Oleksij to pse-pd maintainers
` [PATCH net-next v6 10/17] net: pse-pd: Add support for PSE PIs
` [PATCH net-next v6 11/17] dt-bindings: net: pse-pd: Add another way of describing several "
` [PATCH net-next v6 12/17] net: pse-pd: Add support for setup_pi_matrix callback
` [PATCH net-next v6 13/17] net: pse-pd: Use regulator framework within PSE framework
` [PATCH net-next v6 14/17] dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controller
` [PATCH net-next v6 15/17] net: pse-pd: Add PD692x0 PSE controller driver
` [PATCH net-next v6 16/17] dt-bindings: net: pse-pd: Add bindings for TPS23881 PSE controller
` [PATCH net-next v6 17/17] net: pse-pd: Add TI TPS23881 PSE controller driver

[PATCH] Documentation: dev-tools: Add link to RV docs
 2024-03-28 15:58 UTC  (2+ messages)

[PATCH 00/22] virtio: store owner from modules with register_virtio_driver()
 2024-03-28 15:39 UTC  (5+ messages)
` [PATCH 09/22] gpio: virtio: drop owner assignment
` [PATCH 19/22] rpmsg: "

[PATCH v8 00/20] GenieZone hypervisor drivers
 2024-03-28 15:40 UTC  (3+ messages)
` [PATCH v8 19/20] virt: geniezone: Add tracing support for hyp call and vcpu exit_reason

[PATCH 3/6] mm: remove isolate_lru_page()
 2024-03-28 15:33 UTC  (4+ messages)

[PATCH v1 1/1] gitlab-ci: Let project define runner using environment variables
 2024-03-28 14:52 UTC  (3+ messages)

[PATCH 0/6] mm: remove isolate_lru_page() and isolate_movable_page()
 2024-03-28 12:49 UTC  (14+ messages)
` [PATCH 1/6] mm: migrate: add isolate_movable_folio()
` [PATCH 2/6] mm: memory_hotplug: use more folio in do_migrate_range()
` [PATCH 4/6] mm: compaction: use isolate_movable_folio() in isolate_migratepages_block()

[PATCH v5] hwmon:Add EC Chip driver for Lenovo ThinkStation motherboards
 2024-03-28 12:12 UTC 

[PATCH v7 0/7] Add support for DEVNAME:0.0 style hardware based addressing
 2024-03-28 10:33 UTC  (7+ messages)
` [PATCH v7 4/7] serial: core: Add support for DEVNAME:0.0 style naming for kernel console
` [PATCH v7 7/7] Documentation: kernel-parameters: Add DEVNAME:0.0 format for serial ports

[RFC PATCH net-next v6 00/15] Device Memory TCP
 2024-03-28  7:31 UTC  (7+ messages)
` [RFC PATCH net-next v6 02/15] net: page_pool: create hooks for custom page providers

[PATCH v9 0/6] iio: new DMABUF based API
 2024-03-28  6:23 UTC  (3+ messages)
` [PATCH v9 1/6] dmaengine: Add API function dmaengine_prep_peripheral_dma_vec()

linux-next: build warnings after merge of the mm tree
 2024-03-28  5:35 UTC  (5+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).