Linux-Doc Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-05 13:31:02 to 2023-05-09 20:49:09 UTC [more...]

[PATCH v13 00/24] Drivers for Gunyah hypervisor
 2023-05-09 20:47 UTC 

[PATCH 1/2] sched/deadline: accurate reclaim bandwidth for GRUB
 2023-05-09 20:48 UTC  (5+ messages)
` [PATCH 2/2] Documentation: sched/deadline: Update GRUB description

[PATCH v6 00/16] x86/mtrr: fix handling with PAT but without MTRR
 2023-05-09 20:14 UTC  (2+ messages)

[PATCH v4 0/7] x86/resctrl: Miscellaneous resctrl features
 2023-05-09 19:31 UTC  (34+ messages)
` [PATCH v4 1/7] x86/resctrl: Add multiple tasks to the resctrl group at once
` [PATCH v4 2/7] x86/resctrl: Remove unnecessary rftype flags
` [PATCH v4 3/7] x86/resctrl: Rename rftype flags for consistency
` [PATCH v4 4/7] x86/resctrl: Re-arrange RFTYPE flags and add more comments
` [PATCH v4 5/7] x86/resctrl: Introduce "-o debug" mount option
` [PATCH v4 6/7] x86/resctrl: Display CLOSID and RMID for the resctrl groups

[PATCH v2 0/3] RISC-V: Export Zba, Zbb to usermode via hwprobe
 2023-05-09 18:33 UTC  (3+ messages)
` [PATCH v2 3/3] RISC-V: hwprobe: Expose Zba, Zbb, and Zbs

[PATCH 0/3] Generate documentation for error pointer functions
 2023-05-09 17:55 UTC  (4+ messages)
` [PATCH 1/3] Documentation: conf.py: Add __force to c_id_attributes
` [PATCH 2/3] err.h: Add missing kerneldocs for error pointer functions
` [PATCH 3/3] Documentation: core-api: Add error pointer functions to kernel-api

[PATCH V5 00/21] Add basic ACPI support for RISC-V
 2023-05-09 17:50 UTC  (24+ messages)
` [PATCH V5 01/21] riscv: move sbi_init() earlier before jump_label_init()
` [PATCH V5 02/21] platform/surface: Disable for RISC-V
` [PATCH V5 03/21] crypto: hisilicon/qm: Fix to enable build with RISC-V clang
` [PATCH V5 04/21] ACPI: tables: Print RINTC information when MADT is parsed
` [PATCH V5 05/21] ACPI: OSL: Make should_use_kmap() 0 for RISC-V
` [PATCH V5 06/21] RISC-V: Add support to build the ACPI core
` [PATCH V5 07/21] ACPI: processor_core: RISC-V: Enable mapping processor to the hartid
` [PATCH V5 08/21] RISC-V: ACPI: Cache and retrieve the RINTC structure
` [PATCH V5 09/21] drivers/acpi: RISC-V: Add RHCT related code
` [PATCH V5 10/21] RISC-V: smpboot: Create wrapper setup_smp()
` [PATCH V5 11/21] RISC-V: smpboot: Add ACPI support in setup_smp()
` [PATCH V5 12/21] RISC-V: only iterate over possible CPUs in ISA string parser
` [PATCH V5 13/21] RISC-V: cpufeature: Add ACPI support in riscv_fill_hwcap()
` [PATCH V5 14/21] RISC-V: cpu: Enable cpuinfo for ACPI systems
` [PATCH V5 15/21] irqchip/riscv-intc: Add ACPI support
` [PATCH V5 16/21] clocksource/timer-riscv: Refactor riscv_timer_init_dt()
` [PATCH V5 17/21] clocksource/timer-riscv: Add ACPI support
` [PATCH V5 18/21] RISC-V: time.c: Add ACPI support for time_init()
` [PATCH V5 19/21] RISC-V: Add ACPI initialization in setup_arch()
` [PATCH V5 20/21] RISC-V: Enable ACPI in defconfig
` [PATCH V5 21/21] MAINTAINERS: Add entry for drivers/acpi/riscv

[PATCH v6 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
 2023-05-09 16:09 UTC  (30+ messages)
` [PATCH v6 02/14] Documentation/x86: Secure Launch kernel documentation
` [PATCH v6 04/14] x86: Secure Launch Resource Table header file
` [PATCH v6 05/14] x86: Secure Launch main "
` [PATCH v6 06/14] x86: Add early SHA support for Secure Launch early measurements
` [PATCH v6 07/14] x86: Secure Launch kernel early boot stub
` [PATCH v6 08/14] x86: Secure Launch kernel late "
` [PATCH v6 09/14] x86: Secure Launch SMP bringup support
` [PATCH v6 12/14] x86: Secure Launch late initcall platform module

[PATCH v3 00/18] Add basic Minidump kernel driver support
 2023-05-09 16:06 UTC  (14+ messages)
` [PATCH v3 03/18] docs: qcom: Add qualcomm minidump guide
` [PATCH v3 04/18] soc: qcom: Add Qualcomm minidump kernel driver
` [PATCH v3 09/18] soc: qcom: Add qcom's pstore minidump driver support
` [PATCH v3 12/18] soc: qcom: Register pstore frontend region with minidump

[PATCH 0/4] riscv: Allow userspace to directly access perf counters
 2023-05-09 13:40 UTC  (6+ messages)
` [PATCH 4/4] riscv: Enable perf counters user access only through perf

[PATCH v4 0/4] devres: Provide krealloc_array
 2023-05-09  9:49 UTC  (5+ messages)
` [PATCH v4 1/4] "
` [PATCH v4 2/4] hwmon: pmbus: Use devm_krealloc_array
` [PATCH v4 3/4] iio: adc: "
` [PATCH v4 4/4] serial: qcom_geni: Comment use of devm_krealloc rather than devm_krealloc_array

[PATCH v2 1/2] platform/x86: dell-ddv: Add documentation
 2023-05-09  9:26 UTC  (3+ messages)
` [PATCH v2 2/2] platform/x86: dell-ddv: Update ABI documentation

[PATCH v2 RESEND 0/7] Allow dynamic allocation of software IO TLB bounce buffers
 2023-05-09  9:18 UTC  (8+ messages)
` [PATCH v2 RESEND 1/7] swiotlb: Use a helper to initialize swiotlb fields in struct device
` [PATCH v2 RESEND 2/7] swiotlb: Move code around in preparation for dynamic bounce buffers
` [PATCH v2 RESEND 3/7] dma-mapping: introduce the DMA_ATTR_MAY_SLEEP attribute
` [PATCH v2 RESEND 4/7] swiotlb: Dynamically allocated bounce buffers
` [PATCH v2 RESEND 5/7] swiotlb: Add a boot option to enable dynamic "
` [PATCH v2 RESEND 6/7] drm: Use DMA_ATTR_MAY_SLEEP from process context
` [PATCH v2 RESEND 7/7] swiotlb: per-device flag if there are dynamically allocated buffers

[PATCH 0/3] dc395x stale reference cleanup
 2023-05-09  8:55 UTC  (10+ messages)
` [PATCH 1/3] MAINTAINERS: Drop DC395x list and site
` [PATCH 3/3] Documentation: scsi: dc395x: Remove reference to 2.4 driver

[PATCH v2 1/2] docs: dt: fix documented Primecell compatible string
 2023-05-09  8:36 UTC  (6+ messages)

[PATCH] LoongArch: Add jump-label implementation
 2023-05-09  7:59 UTC  (2+ messages)

[PATCH] LoongArch: Select HAVE_DEBUG_KMEMLEAK to support kmemleak
 2023-05-09  7:43 UTC 

[PATCH v2 0/7] Allow dynamic allocation of software IO TLB bounce buffers
 2023-05-09  7:32 UTC  (6+ messages)

[PATCH v5 00/26] Remove COMMAND_LINE_SIZE from uapi
 2023-05-09  7:06 UTC  (2+ messages)

[PATCH v3 0/2] memcontrol: support cgroup level OOM protection
 2023-05-09  6:50 UTC  (8+ messages)
` [PATCH v3 1/2] mm: memcontrol: protect the memory in cgroup from being oom killed
` [PATCH v3 2/2] memcg: add oom_kill_inherit event indicator

[PATCH iwl-next v4 15/15] idpf: configure SRIOV and add other ndo_ops
 2023-05-09  4:46 UTC  (2+ messages)

[PATCH v2 0/2] scripts: Resolve gtags empty index generation
 2023-05-09  1:26 UTC  (3+ messages)
  ` [PATCH v2 1/2] scripts/tags.sh: "
  ` [PATCH v2 2/2] docs: Set minimal gtags / GNU GLOBAL version to 6.6.5

[PATCH 00/40] Memory allocation profiling
 2023-05-08 20:48 UTC  (25+ messages)
` [PATCH 35/40] lib: implement context capture support for tagged allocations

[PATCH 0/9] fix softlockup in run_timer_softirq
 2023-05-08 17:51 UTC  (9+ messages)
` [PATCH 2/9] softirq: Use sched_clock() based timeout
` [PATCH 4/9] softirq: Allow early break
` [PATCH 7/9] softirq,net: Use softirq_needs_break()

[PATCH] Documentation/filesystems: sharedsubtree: add section headings
 2023-05-08 16:39 UTC  (2+ messages)

[PATCH] Documentation/filesystems: ramfs-rootfs-initramfs: use :Author:
 2023-05-08 16:39 UTC  (2+ messages)

[PATCH v14 00/15] phy: Add support for Lynx 10G SerDes
 2023-05-08 15:28 UTC  (4+ messages)
` [PATCH v14 07/15] phy: fsl: Add Lynx 10G SerDes driver

[PATCH v2] docs: dt: Make references and mention kernel abstractions
 2023-05-08 15:09 UTC  (4+ messages)

[PATCH v7 1/2] dt-bindings: hwmon: add MAX31827
 2023-05-08 17:24 UTC  (2+ messages)
` [PATCH v7 2/2] hwmon: max31827: add MAX31827 driver

[PATCH 00/11] leds: introduce new LED hw control APIs
 2023-05-08 13:11 UTC  (7+ messages)
` [PATCH 07/11] leds: trigger: netdev: reject interval and device store for hw_control

[PATCH v4] blk-ioprio: Introduce promote-to-rt policy
 2023-05-08 12:08 UTC  (2+ messages)

[PATCH 1/2] platform/x86: dell-ddv: Add documentation
 2023-05-08  2:25 UTC  (3+ messages)

[RFC PATCH 0/5] cgroup/cpuset: A new "isolcpus" paritition
 2023-05-08  1:03 UTC  (13+ messages)

[PATCH] Documentation/block: drop the request.rst file
 2023-05-07 18:26 UTC 

[RFC 00/11] hwmon: Modernize documentation
 2023-05-07 14:40 UTC  (25+ messages)
` [RFC 01/11] Documentation/hwmon: Move misplaced entry in hwmon docs index
` [RFC 02/11] hwmon: (core) Rename last parameter of devm_hwmon_register_with_info()
` [RFC 04/11] Documentation/hwmon: Revise hwmon kernel API reference
` [RFC 05/11] Documentation/hwmon: Revise PMBus core documentation
` [RFC 06/11] Documentation/hwmon: Revise patch submission checklist
` [RFC 07/11] Documentation/hwmon: Revise sysfs interface specification
` [RFC 08/11] Documentation/hwmon: Revise userspace tools documentation

[PATCH] timers/nohz: introduce nohz_full_aggressive
 2023-05-07 14:26 UTC  (3+ messages)

[PATCH] Documentation/block: request: delete the unused FIXME comment
 2023-05-07 11:43 UTC  (2+ messages)

[PATCH v4 0/3] Add support to configure Coresight Dummy subunit
 2023-05-07  8:04 UTC  (3+ messages)
` [PATCH v4 2/3] dt-bindings: arm: Add Coresight Dummy Trace

confusing documentation about Development Process
 2023-05-07  3:55 UTC  (3+ messages)

[sailus-media-tree:metadata 10/11] htmldocs: Documentation/output/videodev2.h.rst:6: WARNING: undefined label: v4l2-fmt-flag-meta-line-based (if the link has no caption the label must precede a section header)
 2023-05-06 12:54 UTC 

[PATCH]Documentation: Security: Consistent block output by removing a misfit line
 2023-05-06  7:45 UTC  (2+ messages)

[krzk-github:pending/dt-bindings-qcom-new-and-fixes-for-warnings-linux-next 7/200] htmldocs: Warning: Documentation/devicetree/bindings/power/wakeup-source.txt references a file that doesn't exist: Documentation/devicetree/bindings/input/qcom,pm8xxx-keypad.txt
 2023-05-06  4:27 UTC 

htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/pwm/pwm-apple.yaml
 2023-05-06  0:58 UTC 

[GIT PULL] Documentation stragglers for 6.4
 2023-05-05 20:33 UTC  (2+ messages)

[PATCH v6 1/2] dt-bindings: hwmon: add MAX31827
 2023-05-05 17:25 UTC  (3+ messages)
` [PATCH v6 2/2] hwmon: max31827: add MAX31827 driver

[PATCH] sched/documentation: elaborate on uclamp limitations
 2023-05-05 15:30 UTC  (2+ messages)

[tip:master 4/4] htmldocs: Warning: arch/x86/Kconfig references a file that doesn't exist: Documentation/x86/shstk.rst
 2023-05-05 14:38 UTC  (3+ 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).