messages from 2024-01-08 18:27:23 to 2024-01-10 11:44:46 UTC [more...]
[PATCH net-next 00/20] net: ethernet: Add qcom PPE driver
2024-01-10 11:40 UTC (19+ messages)
` [PATCH net-next 01/20] Documentation: networking: qcom PPE driver documentation
` [PATCH net-next 02/20] dt-bindings: net: qcom,ppe: Add bindings yaml file
` [PATCH net-next 03/20] net: ethernet: qualcomm: Add qcom PPE driver
` [PATCH net-next 04/20] net: ethernet: qualcomm: Add PPE buffer manager configuration
` [PATCH net-next 05/20] net: ethernet: qualcomm: Add PPE queue management config
` [PATCH net-next 06/20] net: ethernet: qualcomm: Add PPE TDM config
` [PATCH net-next 07/20] net: ethernet: qualcomm: Add PPE port scheduler resource
` [PATCH net-next 08/20] net: ethernet: qualcomm: Add PPE scheduler config
` [PATCH net-next 09/20] net: ethernet: qualcomm: Add PPE queue config
` [PATCH net-next 10/20] net: ethernet: qualcomm: Add PPE service code config
` [PATCH net-next 11/20] net: ethernet: qualcomm: Add PPE port control config
` [PATCH net-next 12/20] net: ethernet: qualcomm: Add PPE RSS hash config
` [PATCH net-next 13/20] net: ethernet: qualcomm: Export PPE function set_maxframe
` [PATCH net-next 14/20] net: ethernet: qualcomm: Add PPE AC(admission control) function
` [PATCH net-next 15/20] net: ethernet: qualcomm: Add PPE debugfs counters
` [PATCH net-next 16/20] net: ethernet: qualcomm: Add PPE L2 bridge initialization
` [PATCH net-next 17/20] net: ethernet: qualcomm: Add PPE UNIPHY support for phylink
` [PATCH net-next 18/20] net: ethernet: qualcomm: Add PPE MAC "
[PATCH 0/7] Documentation: gpio: add character device userspace API documentation
2024-01-10 11:40 UTC (13+ messages)
` [PATCH 1/7] Documentation: gpio: add chardev "
` [PATCH 2/7] Documentation: gpio: move sysfs into a deprecated section
` [PATCH 3/7] Documentation: gpio: update sysfs documentation to reference new chardev doc
` [PATCH 4/7] Documentation: gpio: add chardev v1 userspace API documentation
` [PATCH 5/7] Documentation: gpio: capitalize GPIO in index title
` [PATCH 6/7] Documentation: gpio: document gpio-mockup as obsoleted by gpio-sim
` [PATCH 7/7] Documentation: gpio: move gpio-mockup into deprecated section
[PATCH v2 0/6] riscv: hwprobe: add Zicond, Zacas and Ztso support
2024-01-10 11:32 UTC (5+ messages)
` [PATCH v2 1/6] riscv: add ISA extension parsing for Ztso
` [PATCH v2 4/6] riscv: add ISA extension parsing for Zacas
[PATCH] LoongArch: Enable initial Rust support
2024-01-10 11:20 UTC (4+ messages)
[PATCH v1 0/2] Rust enablement for LoongArch
2024-01-10 10:49 UTC (8+ messages)
[PATCH] Documentation: constrain alabaster package to older versions
2024-01-10 10:46 UTC
[PATCH] tty/sysrq: Dump kernel ring buffer messages via sysrq
2024-01-10 15:54 UTC (3+ messages)
` [PATCH v2] tty/sysrq: Dump printk "
[PATCH v4 0/5] Rework system pressure interface to the scheduler
2024-01-10 6:43 UTC (9+ messages)
` [PATCH v4 1/5] cpufreq: Add a cpufreq pressure feedback for "
` [PATCH v4 2/5] sched: Take cpufreq feedback into account
` [PATCH v4 3/5] thermal/cpufreq: Remove arch_update_thermal_pressure()
` [PATCH v4 4/5] sched: Rename arch_update_thermal_pressure into arch_update_hw_pressure
` [PATCH v4 5/5] sched/pelt: Remove shift of thermal clock
[PATCH v9 0/2] arm64: Add a build target for Flat Image Tree
2024-01-10 3:47 UTC (19+ messages)
` [PATCH v9 2/2] arm64: boot: Support "
[PATCH v16 00/34] Drivers for Gunyah hypervisor
2024-01-10 0:31 UTC (38+ messages)
` [PATCH v16 01/34] docs: gunyah: Introduce Gunyah Hypervisor
` [PATCH v16 02/34] dt-bindings: Add binding for gunyah hypervisor
` [PATCH v16 03/34] gunyah: Common types and error codes for Gunyah hypercalls
` [PATCH v16 04/34] virt: gunyah: Add hypercalls to identify Gunyah
` [PATCH v16 05/34] virt: gunyah: Add hypervisor driver
` [PATCH v16 06/34] virt: gunyah: msgq: Add hypercalls to send and receive messages
` [PATCH v16 07/34] gunyah: rsc_mgr: Add resource manager RPC core
` [PATCH v16 08/34] gunyah: vm_mgr: Introduce basic VM Manager
` [PATCH v16 09/34] gunyah: rsc_mgr: Add VM lifecycle RPC
` [PATCH v16 10/34] gunyah: vm_mgr: Add VM start/stop
` [PATCH v16 11/34] virt: gunyah: Translate gh_rm_hyp_resource into gunyah_resource
` [PATCH v16 12/34] virt: gunyah: Add resource tickets
` [PATCH v16 13/34] gunyah: vm_mgr: Add framework for VM Functions
` [PATCH v16 14/34] virt: gunyah: Add hypercalls for running a vCPU
` [PATCH v16 15/34] virt: gunyah: Add proxy-scheduled vCPUs
` [PATCH v16 16/34] gunyah: Add hypercalls for demand paging
` [PATCH v16 17/34] gunyah: rsc_mgr: Add memory parcel RPC
` [PATCH v16 18/34] virt: gunyah: Add interfaces to map memory into guest address space
` [PATCH v16 19/34] gunyah: rsc_mgr: Add platform ops on mem_lend/mem_reclaim
` [PATCH v16 20/34] virt: gunyah: Add Qualcomm Gunyah platform ops
` [PATCH v16 21/34] virt: gunyah: Implement guestmemfd
` [PATCH v16 22/34] virt: gunyah: Add ioctl to bind guestmem to VMs
` [PATCH v16 23/34] virt: gunyah: guestmem: Initialize RM mem parcels from guestmem
` [PATCH v16 24/34] virt: gunyah: Share guest VM dtb configuration to Gunyah
` [PATCH v16 25/34] gunyah: rsc_mgr: Add RPC to enable demand paging
` [PATCH v16 26/34] mm/interval_tree: Export iter_first/iter_next
` [PATCH v16 27/34] virt: gunyah: Enable demand paging
` [PATCH v16 28/34] gunyah: rsc_mgr: Add RPC to set VM boot context
` [PATCH v16 29/34] virt: gunyah: Allow userspace to initialize context of primary vCPU
` [PATCH v16 30/34] virt: gunyah: Add hypercalls for sending doorbell
` [PATCH v16 31/34] virt: gunyah: Add irqfd interface
` [PATCH v16 32/34] virt: gunyah: Add IO handlers
` [PATCH v16 33/34] virt: gunyah: Add ioeventfd
` [PATCH v16 34/34] MAINTAINERS: Add Gunyah hypervisor drivers section
[PATCH RESEND v4 0/3] livepatch: Move modules to selftests and add a new test
2024-01-10 0:27 UTC (7+ messages)
` [PATCH RESEND v4 1/3] kselftests: lib.mk: Add TEST_GEN_MODS_DIR variable
[PATCH v5 0/3] livepatch: Move modules to selftests and add a new test
2024-01-10 0:24 UTC (4+ messages)
` [PATCH v5 1/3] kselftests: lib.mk: Add TEST_GEN_MODS_DIR variable
` [PATCH v5 2/3] livepatch: Move tests from lib/livepatch to selftests/livepatch
` [PATCH v5 3/3] selftests: livepatch: Test livepatching a heavily called syscall
[PATCH v12 00/41] Introduce QC USB SND audio offloading support
2024-01-09 23:42 UTC (5+ messages)
` [PATCH v12 04/41] usb: host: xhci-mem: Cleanup pending secondary event ring events
[PATCH v7 00/12] Add Qualcomm Minidump driver related support
2024-01-09 22:33 UTC (15+ messages)
` [PATCH v7 01/12] docs: qcom: Add qualcomm minidump guide
` [PATCH v7 02/12] soc: qcom: Add qcom_rproc_minidump module
` [PATCH v7 03/12] remoteproc: qcom_q6v5_pas: Use qcom_rproc_minidump()
` [PATCH v7 04/12] remoteproc: qcom: Remove minidump related data from qcom_common.c
` [PATCH v7 05/12] init: export linux_banner data variable
` [PATCH v7 06/12] soc: qcom: Add Qualcomm APSS minidump kernel driver
` [PATCH v7 07/12] MAINTAINERS: Add entry for minidump related files
` [PATCH v7 08/12] pstore/ram: Add dynamic ramoops region support through commandline
` [PATCH v7 09/12] pstore/ram: Add ramoops information notifier support
` [PATCH v7 10/12] soc: qcom: register ramoops region with APSS minidump
` [PATCH v7 11/12] firmware: qcom_scm: Refactor code to support multiple dload mode
` [PATCH v7 12/12] firmware/qcom: qcom_scm: Add multiple download mode support
[PATCH] Documentation: Begin a RAS section
2024-01-09 20:04 UTC (5+ messages)
[PATCH v3] hwmon:Add MEC172x Micro Chip driver for Lenovo motherboards
2024-01-09 19:35 UTC
[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
2024-01-09 19:27 UTC (9+ messages)
` [PATCH RFC v3 02/21] ACPI: processor: Add support for processors described as container packages
` [PATCH RFC v3 14/21] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
[PATCH v6 0/2] riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl
2024-01-09 18:43 UTC (3+ messages)
` [PATCH v6 1/2] riscv: Include riscv_set_icache_flush_ctx prctl
` [PATCH v6 2/2] documentation: Document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl
[PATCH 1/2] admin-guide: Fixing typos
2024-01-09 17:57 UTC
[PATCH v5 0/2] riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl
2024-01-09 17:54 UTC (8+ messages)
` [PATCH v5 1/2] riscv: Include riscv_set_icache_flush_ctx prctl
` [PATCH v5 2/2] documentation: Document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl
[PATCH v2] Documentation: KUnit: Update the instructions on how to test static functions
2024-01-09 16:35 UTC (3+ messages)
[PATCH v2 0/2] docs: Include simplified link titles in main index
2024-01-09 15:56 UTC (3+ messages)
` [PATCH v2 1/2] docs: Correct formatting of title in admin-guide/index.rst
` [PATCH v2 2/2] docs: Include simplified link titles in main index
[PATCH v2] doc-guide: kernel-doc: tell about object-like macros
2024-01-09 15:46 UTC (2+ messages)
[PATCH v2] drm/vram-helper: fix kernel-doc warnings
2024-01-09 15:32 UTC (6+ messages)
[PATCH 0/1] docs: Include simplified link titles in main page's index
2024-01-09 15:21 UTC (4+ messages)
[PATCH v4 0/3] Add support for LTC4282
2024-01-09 15:17 UTC (3+ messages)
[PATCH] kernel-doc: document object-like preprocessor macros
2024-01-09 14:59 UTC (2+ messages)
[PATCH v2 0/8] Improve buffer head documentation
2024-01-09 14:33 UTC (9+ messages)
` [PATCH v2 1/8] doc: Improve the description of __folio_mark_dirty
` [PATCH v2 2/8] buffer: Add kernel-doc for block_dirty_folio()
` [PATCH v2 3/8] buffer: Add kernel-doc for try_to_free_buffers()
` [PATCH v2 4/8] buffer: Fix __bread and __bread_gfp kernel-doc
` [PATCH v2 5/8] buffer: Add kernel-doc for brelse() and __brelse()
` [PATCH v2 6/8] buffer: Add kernel-doc for bforget() and __bforget()
` [PATCH v2 7/8] buffer: Improve bdev_getblk documentation
` [PATCH v2 8/8] doc: Split buffer.rst out of api-summary.rst
[PATCH v3 0/5] Rework system pressure interface to the scheduler
2024-01-09 14:30 UTC (12+ messages)
` [PATCH v3 1/5] cpufreq: Add a cpufreq pressure feedback for "
` [PATCH v3 2/5] sched: Take cpufreq feedback into account
` [PATCH v3 4/5] sched: Rename arch_update_thermal_pressure into arch_update_hw_pressure
[PATCH v3 0/4] usb: gadget: functionfs: DMABUF import interface
2024-01-09 13:08 UTC (11+ messages)
` [PATCH v3 3/4] usb: gadget: functionfs: Add "
` [PATCH v3 4/4] Documentation: usb: Document FunctionFS DMABUF API
[PATCH 0/4] kbuild: create a list of DTBs and allow to install base dtb and overlays
2024-01-09 12:07 UTC (2+ messages)
` [PATCH 4/4] kbuild: allow 'make dtbs_install' to install primitive DTBs
[PATCH -next] drm/nouveau: uapi: fix kerneldoc warnings
2024-01-09 10:10 UTC (3+ messages)
[PATCH v3 0/3] hwmon: Driver for Nuvoton NCT7363Y
2024-01-09 9:00 UTC (4+ messages)
` [PATCH v3 1/3] dt-bindings: hwmon: fan: Add fan binding to schema
[Patch v6 03/12] docs: qcom: Add qualcomm minidump guide
2024-01-09 8:27 UTC (5+ messages)
` RESEND: "
[RFC PATCH v3 00/11] Add support for Intel PPS Generator
2024-01-09 6:31 UTC (3+ messages)
[linux-next:master 12569/12662] htmldocs: Warning: /sys/devices/.../hwmon/hwmon<i>/curr1_crit is defined 2 times: Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon:52 Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon:35
2024-01-08 23:06 UTC
[PATCH v5 0/8] iio: new DMABUF based API, v5
2024-01-08 21:12 UTC (2+ messages)
Irrelevant documentation recommending the use of "include/linux/kernel.h"
2024-01-08 20:22 UTC (10+ messages)
` [PATCH 0/4] coding-style: recommend reusing macros from split headers instead of kernel.h
` [PATCH 2/4] coding-style: show how reusing macros prevents naming collisions
` [PATCH v2 0/3] coding-style: recommend reusing macros from split headers instead of kernel.h
` [PATCH v3 0/1] "
` [PATCH v3 1/1] coding-style: recommend "
[PATCH] Documentation: KUnit: Update the instructions on how to test static functions
2024-01-08 20:06 UTC
[PATCH v4 0/3] w1: add UART w1 bus driver
2024-01-08 19:29 UTC (5+ messages)
` [PATCH v4 3/3] "
[PATCH 0/7] Add YUV formats to VKMS
2024-01-08 19:11 UTC (4+ messages)
` [PATCH 7/7] drm/vkms: Create KUnit tests for YUV conversions
[PATCH] can: bcm: add recvmsg flags for own, local and remote traffic
2024-01-08 18:57 UTC (2+ messages)
[GIT PULL] Documentation for 6.8
2024-01-08 18:59 UTC
[PATCH] hwmon: Add MSI PSU HID monitoring driver
2024-01-08 18:56 UTC
[PATCH 0/5] Improve buffer head documentation
2024-01-08 18:53 UTC (5+ messages)
` [PATCH 4/5] buffer: Fix __bread() kernel-doc
[PATCH docs] MAINTAINERS: use tabs for indent of CONFIDENTIAL COMPUTING THREAT MODEL
2024-01-08 18:39 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).