Linux-Doc Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-30 01:36:00 to 2024-01-31 02:16:06 UTC [more...]

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

[PATCH net-next v4 0/3] Per epoll context busy poll support
 2024-01-31  2:08 UTC  (3+ messages)
` [PATCH net-next v4 3/3] eventpoll: Add epoll ioctl for epoll_params

[PATCH net-next v5] ethtool: ice: Support for RSS settings to GTP from ethtool
 2024-01-31  1:37 UTC 

[PATCH net-next v4] ethtool: ice: Support for RSS settings to GTP
 2024-01-31  1:07 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH v3 0/3] riscv: mm: Extend mappable memory up to hint address
 2024-01-31  1:07 UTC  (4+ messages)
` [PATCH v3 1/3] riscv: mm: Use hint address in mmap if available
` [PATCH v3 2/3] selftests: riscv: Generalize mm selftests
` [PATCH v3 3/3] docs: riscv: Define behavior of mmap

[PATCH v5 0/2] Surface fan monitoring driver
 2024-01-31  0:58 UTC  (3+ messages)
` [PATCH v5 1/2] hwmon: add fan speed monitoring driver for Surface devices
` [PATCH v5 2/2] platform/surface: aggregator_registry: add entry for fan speed

[PATCH 30 2/7] Add binding for Aspeed SOC
 2024-01-31  0:32 UTC  (2+ messages)

[PATCH v4 0/2] Surface fan monitoring driver
 2024-01-31  0:23 UTC  (5+ messages)
` [PATCH v4 1/2] platform/surface: aggregator_registry: add entry for fan speed
` [PATCH v4 2/2] hwmon: add fan speed monitoring driver for Surface devices

[PATCH 30 3/7] Add Aspeed SOC 24xx, 25xx and 26xx JTAG support
 2024-01-31  0:11 UTC  (2+ messages)

[PATCH RESEND v4 0/3] Add support for LTC4282
 2024-01-31  0:01 UTC  (2+ messages)

[PATCH 30 1/7] Add JTAG core driver
 2024-01-30 23:43 UTC  (3+ messages)

[PATCH 30 5/7] Add JTAG core driver ioctl number
 2024-01-30 23:39 UTC  (2+ messages)

[PATCH 30 6/7] Add JTAG core driver Maintainers
 2024-01-30 23:38 UTC 

[PATCH 30 7/7] Add AST2500 and AST2600 JTAG device in DTS
 2024-01-30 23:32 UTC 

[PATCH 30 4/7] Add ABI documentation
 2024-01-30 23:30 UTC 

[PATCH 30 0/7] JTAG driver introduction
 2024-01-30 23:25 UTC 

[PATCH v5 0/3] w1: add UART w1 bus driver
 2024-01-30 22:52 UTC  (3+ messages)
` [PATCH v5 1/3] dt-bindings: w1: UART 1-Wire bus

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

[PATCH v14 0/8] Add support for Sub-NUMA cluster (SNC) systems
 2024-01-30 22:20 UTC  (10+ messages)
` [PATCH v15-RFC "
  ` [PATCH v15-RFC 1/8] x86/resctrl: Split the RDT_RESOURCE_L3 resource
  ` [PATCH v15-RFC 2/8] x86/resctrl: Move all monitoring functions to RDT_RESOURCE_L3_MON
  ` [PATCH v15-RFC 3/8] x86/resctrl: Prepare for non-cache-scoped resources
  ` [PATCH v15-RFC 4/8] x86/resctrl: Add helper function to look up domain_id from scope
  ` [PATCH v15-RFC 5/8] x86/resctrl: Add "NODE" as an option for resource scope
  ` [PATCH v15-RFC 6/8] x86/resctrl: Introduce snc_nodes_per_l3_cache
  ` [PATCH v15-RFC 7/8] x86/resctrl: Sub NUMA Cluster detection and enable
  ` [PATCH v15-RFC 8/8] x86/resctrl: Update documentation with Sub-NUMA cluster changes

[PATCH 0/3] riscv: mm: Use hint address in mmap if available
 2024-01-30 22:12 UTC  (13+ messages)
` [PATCH 1/3] "

[PATCH v4 0/5] Rework system pressure interface to the scheduler
 2024-01-30 22:09 UTC  (6+ messages)
` [PATCH v4 2/5] sched: Take cpufreq feedback into account

[RFC 1/1] kernel-doc: Support arrays of pointers struct fields
 2024-01-30 21:54 UTC  (5+ messages)

[PATCH v2 0/3] riscv: mm: Use hint address in mmap if available
 2024-01-30 21:51 UTC  (6+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] selftests: riscv: Generalize mm selftests
` [PATCH v2 3/3] docs: riscv: Define behavior of mmap

[PATCH v2] usb: gadget: fix max_segment_size malformed table
 2024-01-30 21:12 UTC  (2+ messages)

[PATCH v6 0/5] hwmon: Add support for Amphenol ChipCap 2
 2024-01-30 21:06 UTC  (6+ messages)
` [PATCH v6 1/5] dt-bindings: vendor-prefixes: add Amphenol
` [PATCH v6 2/5] hwmon: (core) Add support for humidity min/max alarm
` [PATCH v6 3/5] ABI: sysfs-class-hwmon: add descriptions for humidity min/max alarms
` [PATCH v6 4/5] dt-bindings: hwmon: Add Amphenol ChipCap 2
` [PATCH v6 5/5] hwmon: Add support for "

[PATCH] coding-style: Add guidance to prefer dev_dbg
 2024-01-30 21:03 UTC  (2+ messages)

[PATCH 1/1] docs: Fix subsystem APIs page so ungrouped entries have their own header
 2024-01-30 21:03 UTC  (2+ messages)

[PATCH] docs: sphinx-pre-install fix-noto-sans-cjk on fedora
 2024-01-30 21:01 UTC  (2+ messages)

[PATCH v8] Documentation: userspace-api: Document perf ring buffer mechanism
 2024-01-30 20:59 UTC  (2+ messages)

[PATCH] doc:it_IT: first translation for locking/
 2024-01-30 20:50 UTC  (4+ messages)

[PATCH net-next v3 0/3] Per epoll context busy poll support
 2024-01-30 20:33 UTC  (4+ messages)

[PATCH v2] doc-guide: kernel-doc: tell about object-like macros
 2024-01-30 20:31 UTC  (3+ messages)

[PATCH] kernel-doc: drop looking for "MACDOC"
 2024-01-30 20:29 UTC  (3+ messages)

[PATCH] kernel-doc: document object-like preprocessor macros
 2024-01-30 20:18 UTC  (2+ messages)

[RFC PATCH] docs: add blurb about target audience to maintainer-profile
 2024-01-30 20:16 UTC  (2+ messages)

[PATCH 0/2] kernel-doc: Do not pre-process comments
 2024-01-30 20:13 UTC  (2+ messages)

[PATCH v4 0/3] mm/mempolicy: weighted interleave mempolicy and sysfs extension
 2024-01-30 18:20 UTC  (4+ messages)
` [PATCH v4 1/3] mm/mempolicy: implement the sysfs-based weighted_interleave interface
` [PATCH v4 2/3] mm/mempolicy: refactor a read-once mechanism into a function for re-use
` [PATCH v4 3/3] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving

[PATCH doc] Emphasize that failed atomic operations give no ordering
 2024-01-30 17:58 UTC  (5+ messages)

[PATCH v4] dt-bindings: misc: xlnx,sd-fec: convert bindings to yaml
 2024-01-30 17:50 UTC  (2+ messages)

[PATCH v3] Documentation: Document each netlink family
 2024-01-30 17:29 UTC  (7+ messages)

[PATCH v6 0/6] iio: new DMABUF based API, v6
 2024-01-30 17:23 UTC  (4+ messages)
` [PATCH v6 1/6] dmaengine: Add API function dmaengine_prep_slave_dma_vec()

[PATCH v7 0/1] mm: report per-page metadata information
 2024-01-30 17:09 UTC  (4+ messages)
` [PATCH v7 1/1] "

[PATCH] x86/fred: Let command line option "fred" accept multiple options
 2024-01-30 16:53 UTC  (3+ messages)

[PATCH v3 0/4] mm/mempolicy: weighted interleave mempolicy and sysfs extension
 2024-01-30 16:01 UTC  (11+ messages)
` [PATCH v3 4/4] mm/mempolicy: change cur_il_weight to atomic and carry the node with it

[PATCH v3] dt-bindings: misc: xlnx,sd-fec: convert bindings to yaml
 2024-01-30 15:24 UTC  (4+ messages)

[Linaro-mm-sig] [PATCH v5 1/6] dma-buf: Add dma_buf_{begin,end}_access()
 2024-01-30 13:09 UTC  (13+ messages)
                  ` [Linaro-mm-sig] "

[PATCH v6 0/4] usb: gadget: functionfs: DMABUF import interface
 2024-01-30 12:23 UTC  (5+ messages)
` [PATCH v6 1/4] usb: gadget: Support already-mapped DMA SGs
` [PATCH v6 2/4] usb: gadget: functionfs: Factorize wait-for-endpoint code
` [PATCH v6 3/4] usb: gadget: functionfs: Add DMABUF import interface
` [PATCH v6 4/4] Documentation: usb: Document FunctionFS DMABUF API

[linux-next:master 2643/2827] htmldocs: Warning: Documentation/gpu/amdgpu/display/display-contributing.rst references a file that doesn't exist: Documentation/GPU/amdgpu/display/mpo-overview.rst
 2024-01-30 12:18 UTC 

[PATCH v2] dt-bindings: misc: xlnx,sd-fec: convert bindings to yaml
 2024-01-30 11:29 UTC  (4+ messages)

[PATCH net-next v2 00/13] tools/net/ynl: Add features for tc family
 2024-01-30 11:21 UTC  (4+ messages)
` [PATCH net-next v2 04/13] tools/net/ynl: Refactor fixed header encoding into separate method

Re:[PATCH v2 00/17] arm64 kernel text replication
 2024-01-30 10:24 UTC  (2+ messages)
` [PATCH "

[PATCH net-next RESENT v3] ethtool: ice: Support for RSS settings to GTP from ethtool
 2024-01-30 10:11 UTC  (6+ messages)
` [Intel-wired-lan] "

[PATCH] sched/doc: Update EM API em_pd_energy to em_cpu_energy
 2024-01-30  9:27 UTC  (3+ messages)

[PATCH net-next v1 00/12] tools/net/ynl: Add features for tc family
 2024-01-30  9:12 UTC  (10+ messages)
` [PATCH net-next v1 02/12] tools/net/ynl: Support sub-messages in nested attribute spaces

[PATCH v9 0/2] arm64: Add a build target for Flat Image Tree
 2024-01-30  9:16 UTC  (9+ messages)
` [PATCH v9 2/2] arm64: boot: Support "

[RFC PATCH net-next 0/9] Add ability to flash modules' firmware
 2024-01-30  7:55 UTC  (8+ messages)
` [RFC PATCH net-next 1/9] ethtool: Add ethtool operation to write to a transceiver module EEPROM
` [RFC PATCH net-next 7/9] ethtool: cmis_cdb: Add a layer for supporting CDB commands

[RFC PATCH v5 0/1] fpga: improve protection against low-level control module unloading
 2024-01-30  4:31 UTC  (3+ messages)
` [RFC PATCH v5 1/1] fpga: add an owner and use it to take the low-level module's refcount

[PATCH 0/9] mm/damon: make DAMON debugfs interface deprecation unignorable
 2024-01-30  2:07 UTC  (5+ messages)
` [PATCH 5/9] Docs/admin-guide/mm/damon/usage: document 'DEPRECATED' file of DAMON debugfs interface
` [PATCH 8/9] Docs/admin-guide/mm/damon/usage: update for monitor_on renaming
` [PATCH 9/9] Docs/translations/damon/usage: "


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