Linux Documentation
[Prev Page][Next Page]
- Re: [PATCH v6 06/14] x86: Add early SHA support for Secure Launch early measurements, (continued)
- [PATCH v5 0/2] Hwmon driver for MAX31827 temperature switch,
Daniel Matyas
- [PATCH v4 1/2] dt-bindings: hwmon: add MAX31827,
Daniel Matyas
- [RFC 00/11] hwmon: Modernize documentation,
James Seo
- [RFC 04/11] Documentation/hwmon: Revise hwmon kernel API reference, James Seo
- [RFC 08/11] Documentation/hwmon: Revise userspace tools documentation, James Seo
- [RFC 05/11] Documentation/hwmon: Revise PMBus core documentation, James Seo
- [RFC 07/11] Documentation/hwmon: Revise sysfs interface specification, James Seo
- [RFC 09/11] ABI: sysfs-class-hwmon: Revise hwmon ABI documentation, James Seo
- [RFC 10/11] hwmon: (core) Add missing beep-related standard attributes, James Seo
- [RFC 11/11] ABI: sysfs-class-hwmon: Add missing hwmon standard attributes, James Seo
- [RFC 01/11] Documentation/hwmon: Move misplaced entry in hwmon docs index, James Seo
- [RFC 03/11] hwmon: (core) Revise kerneldoc comments, James Seo
- [RFC 02/11] hwmon: (core) Rename last parameter of devm_hwmon_register_with_info(), James Seo
- [RFC 06/11] Documentation/hwmon: Revise patch submission checklist, James Seo
- [PATCH v3 00/18] Add basic Minidump kernel driver support,
Mukesh Ojha
- [PATCH v3 03/18] docs: qcom: Add qualcomm minidump guide, Mukesh Ojha
- [PATCH v3 01/18] remoteproc: qcom: Expand MD_* as MINIDUMP_*, Mukesh Ojha
- [PATCH v3 02/18] remoteproc: qcom: Move minidump specific data to qcom_minidump.h, Mukesh Ojha
- [PATCH v3 04/18] soc: qcom: Add Qualcomm minidump kernel driver, Mukesh Ojha
- [PATCH v3 06/18] soc: qcom: minidump: Add update region support, Mukesh Ojha
- [PATCH v3 07/18] arm64: defconfig: Enable Qualcomm minidump driver, Mukesh Ojha
- [PATCH v3 05/18] soc: qcom: minidump: Add pending region registration support, Mukesh Ojha
- [PATCH v3 15/18] pinctrl: qcom: Use qcom_scm_io_update_field(), Mukesh Ojha
- [PATCH v3 08/18] remoterproc: qcom: refactor to leverage exported minidump symbol, Mukesh Ojha
- [PATCH v3 10/18] dt-bindings: reserved-memory: Add qcom,ramoops-minidump binding, Mukesh Ojha
- [PATCH v3 13/18] arm64: defconfig: Enable Qualcomm pstore minidump client driver, Mukesh Ojha
- [PATCH v3 11/18] arm64: dts: qcom: sm8450: Add Qualcomm ramoops minidump node, Mukesh Ojha
- [PATCH v3 17/18] firmware: qcom_scm: Refactor code to support multiple download mode, Mukesh Ojha
- [PATCH v3 16/18] firmware: scm: Modify only the download bits in TCSR register, Mukesh Ojha
- [PATCH v3 14/18] firmware: qcom_scm: provide a read-modify-write function, Mukesh Ojha
- [PATCH v3 09/18] soc: qcom: Add qcom's pstore minidump driver support, Mukesh Ojha
- [PATCH v3 18/18] firmware: qcom_scm: Add multiple download mode support, Mukesh Ojha
- [PATCH v3 12/18] soc: qcom: Register pstore frontend region with minidump, Mukesh Ojha
- Re: [PATCH v3 00/18] Add basic Minidump kernel driver support, Krzysztof Kozlowski
- Re: (subset) [PATCH v3 00/18] Add basic Minidump kernel driver support, Bjorn Andersson
- [PATCH net 0/4] Documentation fixes for Mellanox mlx5 devlink info,
Bagas Sanjaya
- [PATCH] ALSA: docs: Fix code block indentation in ALSA driver example,
Bagas Sanjaya
- [PATCH v6 00/16] x86/mtrr: fix handling with PAT but without MTRR,
Juergen Gross
[PATCH] docs: clarify KVM related kernel parameters' descriptions,
Yan-Jie Wang
htmldocs: Documentation/sound/kernel-api/writing-an-alsa-driver.rst:3997: WARNING: Literal block expected; none found., kernel test robot
[PATCH] Documentation: kunit: Modular tests should not depend on KUNIT=y,
Geert Uytterhoeven
[PATCH] Documentation: timers: hrtimers: Make hybrid union historical,
Geert Uytterhoeven
[PATCH] docs/ja_JP/SubmittingPatches: fix typo of Reviewd,
Deming Wang
[PATCH] CREDITS: Update email address for Mat Martineau,
Mat Martineau
[PATCH v3 0/9] drm: fdinfo memory stats,
Rob Clark
[PATCH v2] iommu/s390: Get rid of S390_CCW_IOMMU and S390_AP_IOMMU,
Jason Gunthorpe
[PATCH 00/40] Memory allocation profiling,
Suren Baghdasaryan
- [PATCH 01/40] lib/string_helpers: Drop space in string_get_size's output, Suren Baghdasaryan
- [PATCH 03/40] fs: Convert alloc_inode_sb() to a macro, Suren Baghdasaryan
- [PATCH 02/40] scripts/kallysms: Always include __start and __stop symbols, Suren Baghdasaryan
- [PATCH 05/40] prandom: Remove unused include, Suren Baghdasaryan
- [PATCH 04/40] nodemask: Split out include/linux/nodemask_types.h, Suren Baghdasaryan
- [PATCH 06/40] lib/string.c: strsep_no_empty(), Suren Baghdasaryan
- [PATCH 07/40] Lazy percpu counters, Suren Baghdasaryan
- [PATCH 08/40] mm: introduce slabobj_ext to support slab object extensions, Suren Baghdasaryan
- [PATCH 09/40] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation, Suren Baghdasaryan
- [PATCH 10/40] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation, Suren Baghdasaryan
- [PATCH 11/40] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects, Suren Baghdasaryan
- [PATCH 13/40] lib: code tagging framework, Suren Baghdasaryan
- [PATCH 12/40] slab: objext: introduce objext_flags as extension to page_memcg_data_flags, Suren Baghdasaryan
- [PATCH 14/40] lib: code tagging module support, Suren Baghdasaryan
- [PATCH 19/40] change alloc_pages name in dma_map_ops to avoid name conflicts, Suren Baghdasaryan
- [PATCH 16/40] lib: code tagging query helper functions, Suren Baghdasaryan
- [PATCH 15/40] lib: prevent module unloading if memory is not freed, Suren Baghdasaryan
- [PATCH 17/40] lib: add allocation tagging support for memory allocation profiling, Suren Baghdasaryan
- [PATCH 18/40] lib: introduce support for page allocation tagging, Suren Baghdasaryan
- [PATCH 21/40] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y, Suren Baghdasaryan
- [PATCH 20/40] mm: enable page allocation tagging, Suren Baghdasaryan
- [PATCH 22/40] mm: create new codetag references during page splitting, Suren Baghdasaryan
- [PATCH 23/40] lib: add codetag reference into slabobj_ext, Suren Baghdasaryan
- [PATCH 26/40] mm/slub: Mark slab_free_freelist_hook() __always_inline, Suren Baghdasaryan
- [PATCH 24/40] mm/slab: add allocation accounting into slab allocation and free paths, Suren Baghdasaryan
- [PATCH 30/40] mm: percpu: Add codetag reference into pcpuobj_ext, Suren Baghdasaryan
- [PATCH 25/40] mm/slab: enable slab allocation tagging for kmalloc and friends, Suren Baghdasaryan
- [PATCH 27/40] mempool: Hook up to memory allocation profiling, Suren Baghdasaryan
- [PATCH 29/40] mm: percpu: Introduce pcpuobj_ext, Suren Baghdasaryan
- [PATCH 28/40] timekeeping: Fix a circular include dependency, Suren Baghdasaryan
- [PATCH 37/40] codetag: debug: skip objext checking when it's for objext itself, Suren Baghdasaryan
- [PATCH 31/40] mm: percpu: enable per-cpu allocation tagging, Suren Baghdasaryan
- [PATCH 32/40] arm64: Fix circular header dependency, Suren Baghdasaryan
- [PATCH 34/40] lib: code tagging context capture support, Suren Baghdasaryan
- [PATCH 33/40] move stack capture functionality into a separate function for reuse, Suren Baghdasaryan
- [PATCH 36/40] lib: add memory allocations report in show_mem(), Suren Baghdasaryan
- [PATCH 35/40] lib: implement context capture support for tagged allocations, Suren Baghdasaryan
- [PATCH 40/40] MAINTAINERS: Add entries for code tagging and memory allocation profiling, Suren Baghdasaryan
- [PATCH 39/40] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations, Suren Baghdasaryan
- [PATCH 38/40] codetag: debug: mark codetags for reserved pages as empty, Suren Baghdasaryan
- Re: [PATCH 00/40] Memory allocation profiling, Roman Gushchin
- Re: [PATCH 00/40] Memory allocation profiling, Michal Hocko
- Re: [PATCH 00/40] Memory allocation profiling, Kent Overstreet
- Re: [PATCH 00/40] Memory allocation profiling, Michal Hocko
- Re: [PATCH 00/40] Memory allocation profiling, Kent Overstreet
- Re: [PATCH 00/40] Memory allocation profiling, Steven Rostedt
- Re: [PATCH 00/40] Memory allocation profiling, Tejun Heo
- Re: [PATCH 00/40] Memory allocation profiling, Suren Baghdasaryan
- Re: [PATCH 00/40] Memory allocation profiling, Kent Overstreet
- Re: [PATCH 00/40] Memory allocation profiling, Kent Overstreet
- Re: [PATCH 00/40] Memory allocation profiling, Johannes Weiner
- Re: [PATCH 00/40] Memory allocation profiling, Tejun Heo
- Re: [PATCH 00/40] Memory allocation profiling, Tejun Heo
- Re: [PATCH 00/40] Memory allocation profiling, Kent Overstreet
- Re: [PATCH 00/40] Memory allocation profiling, Tejun Heo
- Re: [PATCH 00/40] Memory allocation profiling, Tejun Heo
- Re: [PATCH 00/40] Memory allocation profiling, Suren Baghdasaryan
- Re: [PATCH 00/40] Memory allocation profiling, Tejun Heo
- Re: [PATCH 00/40] Memory allocation profiling, Tejun Heo
- Re: [PATCH 00/40] Memory allocation profiling, Suren Baghdasaryan
- Re: [PATCH 00/40] Memory allocation profiling, Tejun Heo
- Re: [PATCH 00/40] Memory allocation profiling, Suren Baghdasaryan
- Re: [PATCH 00/40] Memory allocation profiling, Kent Overstreet
- Re: [PATCH 00/40] Memory allocation profiling, Petr Tesařík
- Re: [PATCH 00/40] Memory allocation profiling, Suren Baghdasaryan
- Re: [PATCH 00/40] Memory allocation profiling, Johannes Weiner
- Re: [PATCH 00/40] Memory allocation profiling, Tejun Heo
- Re: [PATCH 00/40] Memory allocation profiling, Andrey Ryabinin
- Re: [PATCH 00/40] Memory allocation profiling, Petr Tesařík
- Re: [PATCH 00/40] Memory allocation profiling, Suren Baghdasaryan
[PATCH v2] docs: consolidate human interface subsystems,
Costa Shulyupin
[PATCH] docs: consolidate human interface subsystems,
Costa Shulyupin
[PATCH] ALSA: docs: Extend module parameters description,
Ivan Orlov
[PATCH AUTOSEL 6.1 26/33] irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4, Sasha Levin
[PATCH AUTOSEL 6.2 29/37] irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4, Sasha Levin
[PATCH AUTOSEL 6.3 33/44] irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4, Sasha Levin
[PATCH v2] docs: automatic redirects for moved pages,
Costa Shulyupin
[PATCH] docs: fix 'make htmldocs' warning in trace,
Anup Sharma
[intel-tdx:kvm-upstream-workaround 59/338] htmldocs: Documentation/ABI/testing/sysfs-firmware-tdx:2: WARNING: Unexpected indentation., kernel test robot
[PATCH 1/2] platform/x86: dell-ddv: Add documentation,
Armin Wolf
[PATCH 0/3] RISC-V: Export Zba, Zbb to usermode via hwprobe,
Evan Green
[PATCH v2 tracing 0/6] tracing: additional filter predicates,
Alan Maguire
[PATCH v2 0/7] GenieZone hypervisor drivers,
Yi-De Wu
[PATCH RFC 43/43] x86/boot: Extend relocate range for PIE kernel image, Hou Wenlong
[PATCH v9 2/3] mm: add new KSM process and sysfs knobs,
xu xin
[PATCH] Documentation/translations/ja_JP/SubmittingPatches: fix some typos,
Deming Wang
[PATCH v4] blk-ioprio: Introduce promote-to-rt policy,
Hou Tao
[PATCH] lsm: move hook comments docs to security/security.c,
Randy Dunlap
[PATCH] perf: ampere: Add support for Ampere SoC PMUs,
Ilkka Koskinen
[PATCH v2 0/9] drm: fdinfo memory stats,
Rob Clark
[PATCH] docs: redirect from old arch to the new one,
Costa Shulyupin
Re: [PATCH] docs: redirect from old arch to the new one, Mauro Carvalho Chehab
[PATCH] docs: admin-guide: Add information about intel_pstate active mode,
Natesh Sharma
Re: [PATCH] docs: admin-guide: Add information about intel_pstate active mode, Jonathan Corbet
<Possible follow-ups>
[PATCH] docs: admin-guide: Add information about intel_pstate active mode, Natesh Sharma
[PATCH 00/11] leds: introduce new LED hw control APIs,
Christian Marangi
- [PATCH 01/11] leds: add binding for LEDs hw control, Christian Marangi
- [PATCH 04/11] Documentation: leds: leds-class: Document new Hardware driven LEDs APIs, Christian Marangi
- [PATCH 02/11] leds: add binding to check support for LED hw control, Christian Marangi
- [PATCH 05/11] leds: trigger: netdev: introduce validating requested mode, Christian Marangi
- [PATCH 03/11] leds: add helper function to use trigger in hw blink mode, Christian Marangi
- [PATCH 06/11] leds: trigger: netdev: add knob to set hw control possible, Christian Marangi
- [PATCH 07/11] leds: trigger: netdev: reject interval and device store for hw_control, Christian Marangi
- [PATCH 08/11] leds: trigger: netdev: add support for LED hw control, Christian Marangi
- [PATCH 09/11] leds: trigger: netdev: init mode if hw control already active, Christian Marangi
- [PATCH 10/11] leds: trigger: netdev: expose netdev trigger modes in linux include, Christian Marangi
- [PATCH 11/11] net: dsa: qca8k: implement hw_control ops, Christian Marangi
- Re: [PATCH 00/11] leds: introduce new LED hw control APIs, Sascha Hauer
[PATCH] hwmon: (asus-ec-sensors) add ROG Crosshair X670E Hero.,
Eugene Shalygin
[PATCH v3 0/2] Hwmon driver for MAX31827 temperature switch,
Daniel Matyas
[PATCH 1/2] docs: module: start adding some docs for MODULE_ macros.,
Dave Airlie
[PATCH] Remove the unnecessary unicode character,
Tao Liu
[mhiramat:topic/fprobe-event-ext 10/10] htmldocs: Warning: Documentation/trace/fprobetrace.rst references a file that doesn't exist: Documentation/trace/fprobes.rst, kernel test robot
[PATCH] docs: move tracing tools,
Costa Shulyupin
[PATCH] doc:it_IT: fix some typos,
Fabio Fantoni
[PATCH tracing 0/3] tracing: support > 8 byte filter predicates,
Alan Maguire
[PATCH] docs: split subtitle of Submitting patches,
Costa Shulyupin
[PATCH] sched: add ttwu_migration counter, Huang Shijie
[PATCH v12 00/25] Drivers for Gunyah hypervisor,
Elliot Berman
- [PATCH v12 01/25] docs: gunyah: Introduce Gunyah Hypervisor, Elliot Berman
- [PATCH v12 02/25] dt-bindings: Add binding for gunyah hypervisor, Elliot Berman
- [PATCH v12 03/25] gunyah: Common types and error codes for Gunyah hypercalls, Elliot Berman
- [PATCH v12 06/25] mailbox: Add Gunyah message queue mailbox, Elliot Berman
- [PATCH v12 05/25] virt: gunyah: msgq: Add hypercalls to send and receive messages, Elliot Berman
- [PATCH v12 04/25] virt: gunyah: Add hypercalls to identify Gunyah, Elliot Berman
- [PATCH v12 07/25] gunyah: rsc_mgr: Add resource manager RPC core, Elliot Berman
- [PATCH v12 08/25] gunyah: rsc_mgr: Add VM lifecycle RPC, Elliot Berman
- [PATCH v12 10/25] gunyah: rsc_mgr: Add RPC for sharing memory, Elliot Berman
- [PATCH v12 12/25] gunyah: vm_mgr: Add ioctls to support basic non-proxy VM boot, Elliot Berman
- [PATCH v12 09/25] gunyah: vm_mgr: Introduce basic VM Manager, Elliot Berman
- [PATCH v12 13/25] samples: Add sample userspace Gunyah VM Manager, Elliot Berman
- [PATCH v12 14/25] gunyah: rsc_mgr: Add platform ops on mem_lend/mem_reclaim, Elliot Berman
- [PATCH v12 11/25] gunyah: vm_mgr: Add/remove user memory regions, Elliot Berman
- [PATCH v12 15/25] firmware: qcom_scm: Register Gunyah platform ops, Elliot Berman
- [PATCH v12 17/25] virt: gunyah: Translate gh_rm_hyp_resource into gunyah_resource, Elliot Berman
- [PATCH v12 16/25] docs: gunyah: Document Gunyah VM Manager, Elliot Berman
- [PATCH v12 19/25] virt: gunyah: Add resource tickets, Elliot Berman
- [PATCH v12 18/25] gunyah: vm_mgr: Add framework for VM Functions, Elliot Berman
- [PATCH v12 20/25] virt: gunyah: Add IO handlers, Elliot Berman
- [PATCH v12 21/25] virt: gunyah: Add proxy-scheduled vCPUs, Elliot Berman
- [PATCH v12 25/25] MAINTAINERS: Add Gunyah hypervisor drivers section, Elliot Berman
- [PATCH v12 24/25] virt: gunyah: Add ioeventfd, Elliot Berman
- [PATCH v12 23/25] virt: gunyah: Add irqfd interface, Elliot Berman
- [PATCH v12 22/25] virt: gunyah: Add hypercalls for sending doorbell, Elliot Berman
- Re: [PATCH v12 00/25] Drivers for Gunyah hypervisor, Elliot Berman
- Re: [PATCH v12 00/25] Drivers for Gunyah hypervisor, Alex Bennée
[PATCH v2 0/4] platform/x86: wmi: Add subsystem documentation,
Armin Wolf
[GIT PULL] Documentation for 6.4,
Jonathan Corbet
[PATCH linux-doc v3] docs/doc-guide: Clarify how to write tables,
Joe Stringer
[PATCH v2 1/2] docs: dt: fix documented Primecell compatible string,
Baruch Siach
[PATCH v10 0/1] riscv: Allow to downgrade paging mode from the command line,
Alexandre Ghiti
[PATCH] docs/admin-guide/mm/ksm.rst fix intraface -> interface typo,
Donald Hunter
[PATCH linux-doc v2] docs/doc-guide: Clarify how to write tables,
Joe Stringer
[PATCH bpf-next v5 1/2] docs/bpf: Add table to describe LRU properties,
Joe Stringer
[mgr:v6.3/topic/rk3568-vepu-h264-stateless-bootlin 1/4] htmldocs: Documentation/output/videodev2.h.rst:6: WARNING: undefined label: v4l2-ctrl-type-h264-encode-params (if the link has no caption the label must precede a section header), kernel test robot
[PATCH v3 0/3] Add support to configure Coresight Dummy subunit,
Hao Zhang
[stable:linux-5.10.y 9983/9999] htmldocs: Documentation/powerpc/associativity.rst:1: WARNING: Title overline & underline mismatch., kernel test robot
[PATCH v2 stable-5.10.y stable-5.15.y] docs: futex: Fix kernel-doc references after code split-up preparation,
Salvatore Bonaccorso
[PATCH] docs: futex: Fix kernel-doc references after code split-up preparation,
Salvatore Bonaccorso
[PATCH net-next] net: ethtool: coalesce: try to make user settings stick twice,
Jakub Kicinski
[PATCH 0/4] platform/x86: wmi: Add subsystem documentation,
Armin Wolf
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]