linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-14 11:32:40 to 2024-02-15 06:52:44 UTC [more...]

[PATCH v2] arm64: Subscribe Microsoft Azure Cobalt 100 to ARM Neoverse N2 errata
 2024-02-15  6:52 UTC  (4+ messages)

[PATCH v1 0/5] Introduce SandBox Mode (SBM)
 2024-02-15  6:42 UTC  (13+ messages)
` [PATCH v1 5/5] sbm: SandBox Mode documentation

[PATCH] docs: translations: use attribute to store current language
 2024-02-15  6:41 UTC 

[PATCH] docs: Only load the translations extension for HTML output
 2024-02-15  6:22 UTC  (3+ messages)

[PATCH v3 00/35] Memory allocation profiling
 2024-02-15  4:04 UTC  (48+ messages)
` [PATCH v3 01/35] lib/string_helpers: Add flags param to string_get_size()
` [PATCH v3 05/35] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v3 23/35] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v3 25/35] xfs: Memory allocation profiling fixups

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

[PATCH 1/1] Documentation: hyperv: Add overview of PCI pass-thru device support
 2024-02-14 23:22 UTC 

[PATCH v15 00/50] Introduce QC USB SND audio offloading support
 2024-02-14 23:04 UTC  (10+ messages)
` [PATCH v15 18/50] ASoC: Add SOC USB APIs for adding an USB backend
` [PATCH v15 39/50] ASoC: Introduce SND kcontrols to select sound card and PCM device
` [PATCH v15 46/50] ALSA: usb-audio: Add USB offloading capable kcontrol

[PATCH v8 0/1] mm: report per-page metadata information
 2024-02-14 22:57 UTC  (2+ messages)
` [PATCH v8 1/1] "

[PATCH v4] docs: admin-guide: Update bootloader and installation instructions
 2024-02-14 22:54 UTC  (2+ messages)

[PATCH] Documentation: update mailing list addresses
 2024-02-14 22:46 UTC  (2+ messages)

[PATCH] docs: Makefile: Fix make cleandocs by deleting generated .rst files
 2024-02-14 22:43 UTC  (2+ messages)

[PATCH docs-next] scripts/kernel-doc: reindent
 2024-02-14 22:42 UTC  (2+ messages)

[PATCH v8 00/15] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-02-14 22:18 UTC  (16+ messages)
` [PATCH v8 01/15] x86/boot: Place kernel_info at a fixed offset
` [PATCH v8 02/15] Documentation/x86: Secure Launch kernel documentation
` [PATCH v8 03/15] x86: Secure Launch Kconfig
` [PATCH v8 04/15] x86: Secure Launch Resource Table header file
` [PATCH v8 05/15] x86: Secure Launch main "
` [PATCH v8 06/15] x86: Add early SHA support for Secure Launch early measurements
` [PATCH v8 07/15] x86: Secure Launch kernel early boot stub
` [PATCH v8 08/15] x86: Secure Launch kernel late "
` [PATCH v8 09/15] x86: Secure Launch SMP bringup support
` [PATCH v8 10/15] kexec: Secure Launch kexec SEXIT support
` [PATCH v8 11/15] reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v8 12/15] tpm: Add ability to set the preferred locality the TPM chip uses
` [PATCH v8 13/15] tpm: Add sysfs interface to allow setting and querying the preferred locality
` [PATCH v8 14/15] x86: Secure Launch late initcall platform module
` [PATCH v8 15/15] x86: EFI stub DRTM launch support for Secure Launch

[PATCH v2] docs: scripts: sphinx-pre-install: Fix building docs with pyyaml package
 2024-02-14 22:32 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] doc:it_IT: add translation for I2C summary and protocol
 2024-02-14 22:31 UTC  (2+ messages)

[PATCH] doc:it_IT: remove unreferenced and not translated page
 2024-02-14 22:28 UTC  (2+ messages)

[PATCH] Documentation: embargoed-hardware-issues.rst: Fix Trilok's email
 2024-02-14 22:06 UTC  (5+ messages)

[PATCH] docs: kbuild: Kconfig: Fix grammar and formatting
 2024-02-14 21:51 UTC  (2+ messages)

[PATCH v1 0/8] x86_64 SandBox Mode arch hooks
 2024-02-14 20:16 UTC  (25+ messages)
` [PATCH v1 1/8] sbm: x86: page table "
` [PATCH v1 2/8] sbm: x86: execute target function on sandbox mode stack
` [PATCH v1 3/8] sbm: x86: map system data structures into the sandbox
` [PATCH v1 4/8] sbm: x86: allocate and map an exception stack
` [PATCH v1 5/8] sbm: x86: handle sandbox mode faults
` [PATCH v1 6/8] sbm: x86: switch to sandbox mode pages in arch_sbm_exec()
` [PATCH v1 7/8] sbm: documentation of the x86-64 SandBox Mode implementation
` [PATCH v1 8/8] sbm: x86: lazy TLB flushing

[PATCH] Documentation: Document the Linux Kernel CVE process
 2024-02-14 19:02 UTC  (8+ messages)

[PATCH v2 0/2] net: ipconfig: remove wait for drivers
 2024-02-14 17:47 UTC  (6+ messages)
` [PATCH v2 1/2] net: make driver settling time configurable

[PATCH net-next v3 00/17] net: Add support for Power over Ethernet (PoE)
 2024-02-14 17:41 UTC  (23+ messages)
` [PATCH net-next v3 01/17] MAINTAINERS: net: Add Oleksij to pse-pd maintainers
` [PATCH net-next v3 02/17] of: property: Add fw_devlink support for pse parent
` [PATCH net-next v3 05/17] net: pse-pd: Introduce PSE types enumeration
` [PATCH net-next v3 06/17] net: ethtool: pse-pd: Expand pse commands with the PSE PoE interface
` [PATCH net-next v3 07/17] netlink: specs: Modify pse attribute prefix
` [PATCH net-next v3 08/17] netlink: specs: Expand the pse netlink command with PoE interface
` [PATCH net-next v3 09/17] MAINTAINERS: Add myself to pse networking maintainer
` [PATCH net-next v3 10/17] dt-bindings: net: pse-pd: Add another way of describing several PSE PIs
` [PATCH net-next v3 14/17] dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controller

[PATCH RFC bpf-next v2 00/10] allow HID-BPF to do device IOs
 2024-02-14 17:18 UTC  (11+ messages)
` [PATCH RFC bpf-next v2 01/10] bpf/verifier: introduce in_sleepable() helper
` [PATCH RFC bpf-next v2 02/10] bpf/helpers: introduce sleepable timers
` [PATCH RFC bpf-next v2 03/10] bpf/verifier: allow more maps in sleepable bpf programs
` [PATCH RFC bpf-next v2 04/10] HID: bpf/dispatch: regroup kfuncs definitions
` [PATCH RFC bpf-next v2 05/10] HID: bpf: export hid_hw_output_report as a BPF kfunc
` [PATCH RFC bpf-next v2 06/10] selftests/hid: Add test for hid_bpf_hw_output_report
` [PATCH RFC bpf-next v2 07/10] HID: bpf: allow to inject HID event from BPF
` [PATCH RFC bpf-next v2 08/10] selftests/hid: add tests for hid_bpf_input_report
` [PATCH RFC bpf-next v2 09/10] HID: bpf: allow to use bpf_timer_set_sleepable_cb() in tracing callbacks
` [PATCH RFC bpf-next v2 10/10] selftests/hid: add test for bpf_timer

[PATCH RFC bpf-next 0/9] allow HID-BPF to do device IOs
 2024-02-14 17:10 UTC  (14+ messages)

[PATCH 0/3] TEE driver for Trusted Services
 2024-02-14 16:56 UTC  (4+ messages)
` [PATCH 3/3] Documentation: tee: Add TS-TEE driver

[PATCH v12 00/20] KVM: xen: update shared_info and vcpu_info handling
 2024-02-14 16:33 UTC  (9+ messages)
` [PATCH v12 08/20] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA

[PATCH v7 0/3] w1: add UART w1 bus driver
 2024-02-14 15:48 UTC  (5+ messages)
` [PATCH v7 2/3] dt-bindings: w1: UART 1-Wire bus
` [PATCH v7 3/3] w1: add UART w1 bus driver
  ` (subset) "

[RFC PATCH net-next v5 00/14] Device Memory TCP
 2024-02-14 15:30 UTC  (5+ messages)
` [RFC PATCH net-next v5 07/14] page_pool: devmem support

[PATCH v3] Documentation: Document the Linux Kernel CVE process
 2024-02-14 15:10 UTC  (11+ messages)

[RFC][PATCH 0/8] ima: Integrate with digest_cache LSM
 2024-02-14 14:35 UTC  (9+ messages)
` [RFC][PATCH 1/8] ima: Introduce hook DIGEST_LIST_CHECK
` [RFC][PATCH 2/8] ima: Nest iint mutex for DIGEST_LIST_CHECK hook
` [RFC][PATCH 3/8] ima: Add digest_cache policy keyword
` [RFC][PATCH 4/8] ima: Add digest_cache_measure and digest_cache_appraise boot-time policies
` [RFC][PATCH 5/8] ima: Record IMA verification result of digest lists in digest cache
` [RFC][PATCH 6/8] ima: Use digest cache for measurement
` [RFC][PATCH 7/8] ima: Use digest cache for appraisal
` [RFC][PATCH 8/8] ima: Detect if digest cache changed since last measurement/appraisal

[PATCH] kernel-doc: handle #if in enums as well
 2024-02-14 13:29 UTC 

[PATCH 1/3] tee: optee: Move pool_op helper functions
 2024-02-14 13:11 UTC  (3+ messages)

[PATCH] Fixed case issue with 'fault-injection' in documentation
 2024-02-14 13:13 UTC  (2+ messages)

[PATCH v6 000/164] pwm: Improve lifetime tracking for pwm_chips
 2024-02-14 12:49 UTC  (3+ messages)
` [PATCH v6 003/164] pwm: Provide pwmchip_alloc() function and a devm variant of it


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).