Linux-Doc Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-18 13:22:54 to 2022-01-26 17:17:01 UTC [more...]

[PATCH v3 0/2] docs: add a text about regressions to the Linux kernel's documentation
 2022-01-26 17:16 UTC  (7+ messages)
` [PATCH v3 1/2] docs: add a document about regression handling
` [PATCH v3 2/2] docs: regressions.rst: rules of thumb for handling regressions

[RESEND][PATCH] Documentation: added order requirement for ima_hash=
 2022-01-26 16:31 UTC  (12+ messages)

[PATCH 00/12] HID: fix for generic input processing
 2022-01-26 16:18 UTC  (13+ messages)
` [PATCH 01/12] HID: core: statically allocate read buffers
` [PATCH 02/12] HID: core: de-duplicate some code in hid_input_field()
` [PATCH 03/12] HID: core: split data fetching from processing "
` [PATCH 04/12] HID: input: tag touchscreens as such if the physical is not there
` [PATCH 05/12] HID: input: rework spaghetti code with switch statements
` [PATCH 06/12] HID: input: move up out-of-range processing of input values
` [PATCH 07/12] HID: compute an ordered list of input fields to process
` [PATCH 08/12] HID: core: for input reports, process the usages by priority list
` [PATCH 09/12] HID: input: enforce Invert usage to be processed before InRange
` [PATCH 10/12] HID: input: remove the need for HID_QUIRK_INVERT
` [PATCH 11/12] HID: input: accommodate priorities for slotted devices
` [PATCH 12/12] Input: docs: add more details on the use of BTN_TOOL

[PATCH v20 0/5] support reserving crashkernel above 4G on arm64 kdump
 2022-01-26 15:19 UTC  (11+ messages)
` [PATCH v20 1/5] arm64: Use insert_resource() to simplify code
` [PATCH v20 2/5] arm64: kdump: introduce some macros for crash kernel reservation
` [PATCH v20 3/5] arm64: kdump: reimplement crashkernel=X
` [PATCH v20 4/5] of: fdt: Add memory for devices by DT property "linux,usable-memory-range"
` [PATCH v20 5/5] kdump: update Documentation about crashkernel

[PATCH v4] KEYS: encrypted: Instantiate key with user-provided decrypted data
 2022-01-26 14:51 UTC  (3+ messages)

[PATCH V4] notifier/panic: Introduce panic_notifier_filter
 2022-01-26 13:20 UTC  (17+ messages)

[kdave-btrfs-devel:misc-next 149/153] fs/btrfs/tree-log.c:6755: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2022-01-26 12:43 UTC  (3+ messages)

[PATCH v7 0/5] Free the 2nd vmemmap page associated with each HugeTLB page
 2022-01-26  8:04 UTC  (7+ messages)

[PATCH] docs/vm: Fix typo in *harden*
 2022-01-26  0:18 UTC  (2+ messages)

[PATCH] Documentation: arm: marvell: Extend Avanta list
 2022-01-26  0:17 UTC  (2+ messages)

[PATCH] docs: fix typo in Documentation/kernel-hacking/locking.rst
 2022-01-26  0:16 UTC  (2+ messages)

[PATCH 00/16] scsi: libsas and users: Factor out LLDD TMF code
 2022-01-25 14:38 UTC  (24+ messages)
` [PATCH 01/16] scsi: libsas: Use enum for response frame DATAPRES field
` [PATCH 02/16] scsi: libsas: Delete lldd_clear_aca callback
` [PATCH 03/16] scsi: hisi_sas: Delete unused I_T_NEXUS_RESET_PHYUP_TIMEOUT
` [PATCH 04/16] scsi: libsas: Move SMP task handlers to core
` [PATCH 05/16] scsi: libsas: Add struct sas_tmf_task
` [PATCH 06/16] scsi: libsas: Add sas_task.tmf
` [PATCH 07/16] scsi: libsas: Add sas_execute_tmf()
` [PATCH 08/16] scsi: libsas: Add sas_execute_ssp_tmf()
` [PATCH 09/16] scsi: libsas: Add TMF handler exec complete callback
` [PATCH 10/16] scsi: libsas: Add TMF handler aborted callback
` [PATCH 11/16] scsi: libsas: Add sas_abort_task_set()
` [PATCH 12/16] scsi: libsas: Add sas_clear_task_set()
` [PATCH 13/16] scsi: libsas: Add sas_lu_reset()
` [PATCH 14/16] scsi: libsas: Add sas_query_task()
` [PATCH 15/16] scsi: libsas: Add sas_abort_task()
` [PATCH 16/16] scsi: libsas: Add sas_execute_ata_cmd()

[PATCH V3 RESEND 0/7] coresight: trbe: Workaround Cortex-A510 erratas
 2022-01-25 14:20 UTC  (8+ messages)
` [PATCH V3 RESEND 1/7] arm64: Add Cortex-A510 CPU part definition
` [PATCH V3 RESEND 2/7] arm64: errata: Add detection for TRBE ignored system register writes
` [PATCH V3 RESEND 3/7] arm64: errata: Add detection for TRBE invalid prohibited states
` [PATCH V3 RESEND 4/7] arm64: errata: Add detection for TRBE trace data corruption
` [PATCH V3 RESEND 5/7] coresight: trbe: Work around the ignored system register writes
` [PATCH V3 RESEND 6/7] coresight: trbe: Work around the invalid prohibited states
` [PATCH V3 RESEND 7/7] coresight: trbe: Work around the trace data corruption

[PATCH v6 00/13] Introduce PECI subsystem
 2022-01-25 13:31 UTC  (15+ messages)
` [PATCH v6 01/13] dt-bindings: Add generic bindings for PECI
` [PATCH v6 02/13] dt-bindings: Add bindings for peci-aspeed
` [PATCH v6 03/13] ARM: dts: aspeed: Add PECI controller nodes
` [PATCH v6 04/13] peci: Add core infrastructure
` [PATCH v6 05/13] peci: Add peci-aspeed controller driver
` [PATCH v6 06/13] peci: Add device detection
` [PATCH v6 07/13] peci: Add sysfs interface for PECI bus
` [PATCH v6 08/13] peci: Add support for PECI device drivers
` [PATCH v6 09/13] peci: Add peci-cpu driver
` [PATCH v6 10/13] hwmon: peci: Add cputemp driver
` [PATCH v6 11/13] hwmon: peci: Add dimmtemp driver
` [PATCH v6 12/13] docs: hwmon: Document PECI drivers
` [PATCH v6 13/13] docs: Add PECI documentation

[PATCH V3 0/7] coresight: trbe: Workaround Cortex-A510 erratas
 2022-01-25 10:46 UTC  (4+ messages)

[PATCH] mm/vmscan: add sysctl knobs for protecting the working set
 2022-01-25  8:19 UTC  (4+ messages)

[ASUS EC Sensors v8 2/3] hwmon: (asus-ec-sensors) update documentation
 2022-01-25  8:48 UTC  (2+ messages)

[PATCH -next] Documentation: added order requirement for ima_hash=
 2022-01-25  8:44 UTC 

[PATCH v6 0/9] Multigenerational LRU Framework
 2022-01-25  6:48 UTC  (31+ messages)
` [PATCH v6 6/9] mm: multigenerational lru: aging

[PATCH v2 0/2] overflow: Implement size_t saturating arithmetic helpers
 2022-01-24 23:23 UTC  (3+ messages)
` [PATCH v2 1/2] test_overflow: Regularize test reporting output
` [PATCH v2 2/2] overflow: Implement size_t saturating arithmetic helpers

[PATCH RFC 0/3] Add a module parameter to adjust kfence objects
 2022-01-24 12:21 UTC  (11+ messages)
` [PATCH RFC 1/3] kfence: "
` [PATCH RFC 2/3] kfence: Optimize branches prediction when sample interval is zero
` [PATCH RFC 3/3] kfence: Make test case compatible with run time set sample interval

[PATCH 1/2] usb: gadget: f_uac1: allow changing interface name via configfs
 2022-01-22 11:24 UTC  (2+ messages)
` [PATCH 2/2] usb: gadget: f_uac2: "

[GIT PULL] Documentation fixes
 2022-01-22  8:06 UTC  (2+ messages)

[RFC v4 00/11] Intro to Hardware timestamping engine
 2022-01-22  2:22 UTC  (5+ messages)
` [RFC v4 01/11] Documentation: Add HTE subsystem guide

[PATCH v4 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
 2022-01-21 21:39 UTC  (5+ messages)

[PATCH v2 0/6] coresight: Add config flag to enable branch broadcast
 2022-01-21 12:50 UTC  (13+ messages)
` [PATCH v2 1/6] "
` [PATCH v2 2/6] coresight: Fail to open with return stacks if they are unavailable
` [PATCH v2 3/6] perf cs-etm: Update deduction of TRCCONFIGR register for branch broadcast
` [PATCH v2 4/6] Documentation: coresight: Turn numbered subsections into real subsections
` [PATCH v2 5/6] Documentation: coresight: Link config options to existing documentation
` [PATCH v2 6/6] Documentation: coresight: Expand branch broadcast documentation

[PATCH] docs/zh_CN: add PCI acpi-info translation
 2022-01-21  2:58 UTC 

[PATCH -next v2] Documentation: fix firewire.rst ABI file path error
 2022-01-21  0:01 UTC  (2+ messages)

[PATCH v4] KEYS: encrypted: Instantiate key with user-provided decrypted data
 2022-01-20 17:13 UTC  (4+ messages)

[PATCH v3 00/13] Introduce sv48 support without relocatable kernel
 2022-01-20 10:05 UTC  (4+ messages)

[PATCH] docs: Update the preferred line size to 100 characters
 2022-01-20  9:55 UTC  (4+ messages)

Podwyżka rachunku za prąd
 2022-01-20  9:15 UTC 

[PATCH v2 0/3] Add Chinese translations for KSM documents
 2022-01-20  2:25 UTC  (5+ messages)
` [PATCH v2 1/3] zh_CN: Add Chinese translation for vm/ksm.rst
` [PATCH v2 2/3] zh_CN: Add translations for admin-guide/mm/ksm.rst

[PATCH v3 00/10] drm: Make drivers to honour the nomodeset parameter
 2022-01-19 18:49 UTC  (3+ messages)

[RFC 0/6] Proposal for a GPU cgroup controller
 2022-01-19 18:24 UTC  (10+ messages)
` [RFC 2/6] cgroup: gpu: Add a cgroup controller for allocator attribution of GPU memory
` [RFC 4/6] dma-buf: Add DMA-BUF exporter op to charge a DMA-BUF to a cgroup

[PATCH RESEND] drm/doc: Fix TTM acronym
 2022-01-19 15:11 UTC  (2+ messages)

[PATCH v3 00/19] Rust support
 2022-01-19 13:58 UTC  (4+ messages)
` [PATCH v3 14/19] docs: add Rust documentation

[PATCH v2 0/3] mm: support huge vmalloc mapping on arm64/x86
 2022-01-19 13:48 UTC  (15+ messages)
` [PATCH v2 1/3] mm: vmalloc: Let user to control huge vmalloc default behavior
` [PATCH v2 3/3] x86: Support huge vmalloc mappings

[PATCH v3 1/4] hwmon: (max6639) Update Datasheet URL
 2022-01-19  9:53 UTC 

[PATCH -next] Documentation: fix firewire.rst ABI file path error
 2022-01-19  7:09 UTC  (5+ messages)

[PATCH] docs/zh_CN: Update zh_CN/accounting/delay-accounting.rst
 2022-01-19  3:41 UTC  (6+ messages)

[ASUS EC Sensors v7 2/3] hwmon: (asus-ec-sensors) update documentation
 2022-01-18 16:53 UTC 


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