Linux Documentation
[Prev Page][Next Page]
- Re: [PATCH] docs: arch/x86/sva: Fix two grammar errors under Background and FAQ, (continued)
- [RFC v2 0/5] mm: introduce THP deferred setting,
Nico Pache
- [lwn:docs-next 35/37] htmldocs: make[2]: ./scripts/get_abi.pl: No such file or directory, kernel test robot
- [PATCH v2 00/15] riscv: add SBI FWFT misaligned exception delegation support,
Clément Léger
- [PATCH v2 01/15] riscv: add Firmware Feature (FWFT) SBI extensions definitions, Clément Léger
- [PATCH v2 02/15] riscv: misaligned: request misaligned exception from SBI, Clément Léger
- [PATCH v2 03/15] riscv: misaligned: use on_each_cpu() for scalar misaligned access probing, Clément Léger
- [PATCH v2 04/15] riscv: misaligned: use correct CONFIG_ ifdef for misaligned_access_speed, Clément Léger
- [PATCH v2 05/15] riscv: misaligned: move emulated access uniformity check in a function, Clément Léger
- [PATCH v2 06/15] riscv: misaligned: add a function to check misalign trap delegability, Clément Léger
- [PATCH v2 07/15] riscv: misaligned: factorize trap handling, Clément Léger
- [PATCH v2 08/15] riscv: misaligned: enable IRQs while handling misaligned accesses, Clément Léger
- [PATCH v2 09/15] riscv: misaligned: use get_user() instead of __get_user(), Clément Léger
- [PATCH v2 10/15] Documentation/sysctl: add riscv to unaligned-trap supported archs, Clément Léger
- [PATCH v2 11/15] selftests: riscv: add misaligned access testing, Clément Léger
- [PATCH v2 12/15] RISC-V: KVM: add SBI extension init()/deinit() functions, Clément Léger
- [PATCH v2 13/15] RISC-V: KVM: add SBI extension reset callback, Clément Léger
- [PATCH v2 14/15] RISC-V: KVM: add support for FWFT SBI extension, Clément Léger
- [PATCH v2 15/15] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG, Clément Léger
- [PATCH v10 00/27] riscv control-flow integrity for usermode,
Deepak Gupta
- [PATCH v10 01/27] mm: VM_SHADOW_STACK definition for riscv, Deepak Gupta
- [PATCH v10 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml), Deepak Gupta
- [PATCH v10 03/27] riscv: zicfiss / zicfilp enumeration, Deepak Gupta
- [PATCH v10 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions, Deepak Gupta
- [PATCH v10 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit, Deepak Gupta
- [PATCH v10 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE, Deepak Gupta
- [PATCH v10 07/27] riscv mm: manufacture shadow stack pte, Deepak Gupta
- [PATCH v10 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs, Deepak Gupta
- [PATCH v10 09/27] riscv mmu: write protect and shadow stack, Deepak Gupta
- [PATCH v10 11/27] riscv/shstk: If needed allocate a new shadow stack on clone, Deepak Gupta
- [PATCH v10 10/27] riscv/mm: Implement map_shadow_stack() syscall, Deepak Gupta
- [PATCH v10 12/27] riscv: Implements arch agnostic shadow stack prctls, Deepak Gupta
- [PATCH v10 13/27] prctl: arch-agnostic prctl for indirect branch tracking, Deepak Gupta
- [PATCH v10 14/27] riscv/traps: Introduce software check exception, Deepak Gupta
- [PATCH v10 15/27] riscv: signal: abstract header saving for setup_sigcontext, Deepak Gupta
- [PATCH v10 16/27] riscv/signal: save and restore of shadow stack for signal, Deepak Gupta
- [PATCH v10 17/27] riscv/kernel: update __show_regs to print shadow stack register, Deepak Gupta
- [PATCH v10 18/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files, Deepak Gupta
- [PATCH v10 19/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe, Deepak Gupta
- [PATCH v10 20/27] riscv: Add Firmware Feature SBI extensions definitions, Deepak Gupta
- [PATCH v10 21/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call, Deepak Gupta
- [PATCH v10 22/27] riscv: kernel command line option to opt out of user cfi, Deepak Gupta
- [PATCH v10 23/27] arch/riscv: compile vdso with landing pad, Deepak Gupta
- [PATCH v10 24/27] riscv: create a config for shadow stack and landing pad instr support, Deepak Gupta
- [PATCH v10 25/27] riscv: Documentation for landing pad / indirect branch tracking, Deepak Gupta
- [PATCH v10 26/27] riscv: Documentation for shadow stack on riscv, Deepak Gupta
- [PATCH v10 27/27] kselftest/riscv: kselftest for user mode cfi, Deepak Gupta
- [PATCH] docs: ABI: move README contents to the top,
Mauro Carvalho Chehab
- [no subject], Unknown
- [PATCH v2 00/17] mm: fixes for device-exclusive entries (hmm),
David Hildenbrand
- [PATCH v2 01/17] mm/gup: reject FOLL_SPLIT_PMD with hugetlb VMAs, David Hildenbrand
- [PATCH v2 02/17] mm/rmap: reject hugetlb folios in folio_make_device_exclusive(), David Hildenbrand
- [PATCH v2 03/17] mm/rmap: convert make_device_exclusive_range() to make_device_exclusive(), David Hildenbrand
- [PATCH v2 04/17] mm/rmap: implement make_device_exclusive() using folio_walk instead of rmap walk, David Hildenbrand
- [PATCH v2 05/17] mm/memory: detect writability in restore_exclusive_pte() through can_change_pte_writable(), David Hildenbrand
- [PATCH v2 07/17] mm/page_vma_mapped: device-exclusive entries are not migration entries, David Hildenbrand
- [PATCH v2 06/17] mm: use single SWP_DEVICE_EXCLUSIVE entry type, David Hildenbrand
- [PATCH v2 09/17] mm/ksm: handle device-exclusive entries correctly in write_protect_page(), David Hildenbrand
- [PATCH v2 08/17] kernel/events/uprobes: handle device-exclusive entries correctly in __replace_page(), David Hildenbrand
- [PATCH v2 10/17] mm/rmap: handle device-exclusive entries correctly in try_to_unmap_one(), David Hildenbrand
- [PATCH v2 11/17] mm/rmap: handle device-exclusive entries correctly in try_to_migrate_one(), David Hildenbrand
- [PATCH v2 13/17] mm/page_idle: handle device-exclusive entries correctly in page_idle_clear_pte_refs_one(), David Hildenbrand
- [PATCH v2 14/17] mm/damon: handle device-exclusive entries correctly in damon_folio_young_one(), David Hildenbrand
- [PATCH v2 12/17] mm/rmap: handle device-exclusive entries correctly in page_vma_mkclean_one(), David Hildenbrand
- [PATCH v2 17/17] mm/rmap: avoid -EBUSY from make_device_exclusive(), David Hildenbrand
- [PATCH v2 15/17] mm/damon: handle device-exclusive entries correctly in damon_folio_mkold_one(), David Hildenbrand
- [PATCH v2 16/17] mm/rmap: keep mapcount untouched for device-exclusive entries, David Hildenbrand
- Re: [PATCH v2 00/17] mm: fixes for device-exclusive entries (hmm), Andrew Morton
- Re: [PATCH v2 00/17] mm: fixes for device-exclusive entries (hmm), Alistair Popple
- [PATCH v3 0/2] printf: convert self-test to KUnit,
Tamir Duberstein
- Re: [PATCH v4] docs/arch: remove deprecated function name, Jonathan Corbet
- [PATCH] kbuild: rust: add rustc-min-version support function,
Miguel Ojeda
- [PATCH 0/2] phy: core: Remove 2 APIs,
Zijun Hu
- [PATCH] PCI: endpoint: Remove API devm_pci_epc_destroy(),
Zijun Hu
- [PATCH 00/27] Improve ABI documentation generation,
Mauro Carvalho Chehab
- [PATCH 02/27] docs: sphinx/kernel_abi: adjust coding style, Mauro Carvalho Chehab
- [PATCH 06/27] ABI: sysfs-driver-dma-idxd: fix date tags, Mauro Carvalho Chehab
- [PATCH 04/27] ABI: sysfs-class-rfkill: fix kernelversion tags, Mauro Carvalho Chehab
- [PATCH 07/27] ABI: sysfs-fs-f2fs: fix date tags, Mauro Carvalho Chehab
- [PATCH 08/27] ABI: sysfs-power: fix a what tag, Mauro Carvalho Chehab
- [PATCH 03/27] docs: admin-guide: abi: add SPDX tags to ABI files, Mauro Carvalho Chehab
- [PATCH 11/27] scripts/get_abi.py: add support for symbol search, Mauro Carvalho Chehab
- [PATCH 12/27] docs: use get_abi.py for ABI generation, Mauro Carvalho Chehab
- [PATCH 15/27] docs: sphinx/kernel_abi: use AbiParser directly, Mauro Carvalho Chehab
- [PATCH 09/27] scripts/documentation-file-ref-check: don't check perl/python scripts, Mauro Carvalho Chehab
- [PATCH 16/27] docs: sphinx/kernel_abi: reduce buffer usage for ABI messages, Mauro Carvalho Chehab
- [PATCH 13/27] scripts/lib/abi/abi_parser.py: optimize parse_abi() function, Mauro Carvalho Chehab
- [PATCH 14/27] scripts/lib/abi/abi_parser.py: use an interactor for ReST output, Mauro Carvalho Chehab
- [PATCH 17/27] docs: sphinx/kernel_abi: properly split lines, Mauro Carvalho Chehab
- [PATCH 19/27] scripts/get_abi.pl: add support to parse ABI README file, Mauro Carvalho Chehab
- [PATCH 18/27] scripts/get_abi.pl: Add filtering capabilities to rest output, Mauro Carvalho Chehab
- [PATCH 21/27] docs: admin-guide/abi: split files from symbols, Mauro Carvalho Chehab
- [PATCH 25/27] scripts/lib/abi/abi_parser.py: make it backward-compatible with Python 3.6, Mauro Carvalho Chehab
- [PATCH 01/27] docs: sphinx: remove kernellog.py file, Mauro Carvalho Chehab
- [PATCH 22/27] docs: sphinx/automarkup: add cross-references for ABI, Mauro Carvalho Chehab
- [PATCH 05/27] ABI: sysfs-bus-coresight-*: fix kernelversion tags, Mauro Carvalho Chehab
- [PATCH 23/27] docs: sphinx/kernel_abi: avoid warnings during Sphinx module init, Mauro Carvalho Chehab
- [PATCH 24/27] scripts/lib/abi/abi_parser.py: Rename title name for ABI files, Mauro Carvalho Chehab
- [PATCH 10/27] scripts/get_abi.py: add a Python tool to generate ReST output, Mauro Carvalho Chehab
- [PATCH 26/27] scripts/get_abi.py: add support for undefined ABIs, Mauro Carvalho Chehab
- [PATCH 20/27] docs: sphinx/kernel_abi: parse ABI files only once, Mauro Carvalho Chehab
- [PATCH 27/27] scripts/get_abi.pl: drop now obsoleted script, Mauro Carvalho Chehab
- Re: [PATCH 00/27] Improve ABI documentation generation, Jonathan Corbet
- Re: [f2fs-dev] [PATCH 00/27] Improve ABI documentation generation, patchwork-bot+f2fs
- [PATCH v13 0/4] Add support for Intel PPS Generator,
subramanian . mohan
- [PATCH] Documentation: proofreading Documentation,
Armin
- [PATCH] documentation/filesystems: fix spelling mistakes,
ritvikfoss
- [asahilinux:bits/005-maintainers 2/3] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/usb/apple,dwc3.yaml, kernel test robot
- [PATCH v3 1/2] gpu: nova-core: add initial driver stub,
Danilo Krummrich
- [PATCH net-next v3 00/14] Add PPE driver for Qualcomm IPQ9574 SoC,
Luo Jie
- [PATCH net-next v3 01/14] dt-bindings: net: Add PPE for Qualcomm IPQ9574 SoC, Luo Jie
- [PATCH net-next v3 02/14] docs: networking: Add PPE driver documentation for Qualcomm IPQ9574 SoC, Luo Jie
- [PATCH net-next v3 03/14] net: ethernet: qualcomm: Add PPE driver for IPQ9574 SoC, Luo Jie
- [PATCH net-next v3 04/14] net: ethernet: qualcomm: Initialize PPE buffer management for IPQ9574, Luo Jie
- [PATCH net-next v3 05/14] net: ethernet: qualcomm: Initialize PPE queue management for IPQ9574, Luo Jie
- [PATCH net-next v3 06/14] net: ethernet: qualcomm: Initialize the PPE scheduler settings, Luo Jie
- [PATCH net-next v3 07/14] net: ethernet: qualcomm: Initialize PPE queue settings, Luo Jie
- [PATCH net-next v3 08/14] net: ethernet: qualcomm: Initialize PPE service code settings, Luo Jie
- [PATCH net-next v3 09/14] net: ethernet: qualcomm: Initialize PPE port control settings, Luo Jie
- [PATCH net-next v3 10/14] net: ethernet: qualcomm: Initialize PPE RSS hash settings, Luo Jie
- [PATCH net-next v3 11/14] net: ethernet: qualcomm: Initialize PPE queue to Ethernet DMA ring mapping, Luo Jie
- [PATCH net-next v3 12/14] net: ethernet: qualcomm: Initialize PPE L2 bridge settings, Luo Jie
- [PATCH net-next v3 13/14] net: ethernet: qualcomm: Add PPE debugfs support for PPE counters, Luo Jie
- [PATCH net-next v3 14/14] MAINTAINERS: Add maintainer for Qualcomm PPE driver, Luo Jie
- [PATCH net-next 00/15] Rate management on traffic classes + misc,
Tariq Toukan
- [PATCH net-next 01/15] devlink: Extend devlink rate API with traffic classes bandwidth management, Tariq Toukan
- [PATCH net-next 02/15] net/mlx5: Add no-op implementation for setting tc-bw on rate objects, Tariq Toukan
- [PATCH net-next 03/15] net/mlx5: Add support for setting tc-bw on nodes, Tariq Toukan
- [PATCH net-next 04/15] net/mlx5: Add traffic class scheduling support for vport QoS, Tariq Toukan
- [PATCH net-next 05/15] net/mlx5: Manage TC arbiter nodes and implement full support for tc-bw, Tariq Toukan
- [PATCH net-next 06/15] net/mlx5e: reduce the max log mpwrq sz for ECPF and reps, Tariq Toukan
- [PATCH net-next 08/15] net/mlx5e: set the tx_queue_len for pfifo_fast, Tariq Toukan
- [PATCH net-next 07/15] net/mlx5e: reduce rep rxq depth to 256 for ECPF, Tariq Toukan
- [PATCH net-next 09/15] net/mlx5: Rename and move mlx5_esw_query_vport_vhca_id, Tariq Toukan
- [PATCH net-next 10/15] net/mlx5: Expose ICM consumption per function, Tariq Toukan
- [PATCH net-next 11/15] net/mlx5e: Move RQs diagnose to a dedicated function, Tariq Toukan
- [PATCH net-next 12/15] net/mlx5e: Add direct TIRs to devlink rx reporter diagnose, Tariq Toukan
- [PATCH net-next 13/15] net/mlx5e: Expose RSS via devlink rx reporter diagnose, Tariq Toukan
- [PATCH net-next 14/15] net/mlx5: Extend Ethtool loopback selftest to support non-linear SKB, Tariq Toukan
- [PATCH net-next 15/15] net/mlx5: XDP, Enable TX side XDP multi-buffer support, Tariq Toukan
- Re: [PATCH net-next 00/15] Rate management on traffic classes + misc, patchwork-bot+netdevbpf
- [PATCH] Documentation: input: Add section pertaining to polled input devices,
Brendan Connelly
- [PATCH linux next] getdelays: fix error format characters, jiang.kun2
- [PATCH linux next] taskstats: modify taskstats version, jiang.kun2
- Re: The business loan-,
David Song
- [PATCH net-next] documentation: networking: Add NAPI config,
Joe Damato
- Re: [PATCH v3] docs/arch: remove deprecated function name,
Randy Dunlap
- [no subject], Unknown
- [PATCH v19 00/15] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers,
shiju.jose
- [PATCH v19 01/15] EDAC: Add support for EDAC device features control, shiju.jose
- [PATCH v19 02/15] EDAC: Add scrub control feature, shiju.jose
- [PATCH v19 03/15] EDAC: Add ECS control feature, shiju.jose
- [PATCH v19 04/15] EDAC: Add memory repair control feature, shiju.jose
- [PATCH v19 05/15] ACPI:RAS2: Add ACPI RAS2 driver, shiju.jose
- [PATCH v19 06/15] ras: mem: Add memory ACPI RAS2 driver, shiju.jose
- [PATCH v19 07/15] cxl: Add helper function to retrieve a feature entry, shiju.jose
- [PATCH v19 08/15] cxl/memfeature: Add CXL memory device patrol scrub control feature, shiju.jose
- [PATCH v19 09/15] cxl/memfeature: Add CXL memory device ECS control feature, shiju.jose
- [PATCH v19 10/15] cxl/mbox: Add support for PERFORM_MAINTENANCE mailbox command, shiju.jose
- [PATCH v19 12/15] cxl: Support for finding memory operation attributes from the current boot, shiju.jose
- [PATCH v19 11/15] cxl/region: Add helper function to determine memory is online, shiju.jose
- [PATCH v19 13/15] cxl/memfeature: Add CXL memory device soft PPR control feature, shiju.jose
- [PATCH v19 14/15] EDAC: Update memory repair control interface for memory sparing feature, shiju.jose
- [PATCH v19 15/15] cxl/memfeature: Add CXL memory device memory sparing control feature, shiju.jose
- Re: [PATCH v19 00/15] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers, Fan Ni
- [PATCH v5 0/3] Translation self-protection.rst into chinese,
zhangwei
- [PATCH v3] docs/zh_CN: Update the translation of dev-tools/ubsan to v6.14-rc1,
WangYuli
- [PATCH v8 6/7] x86/crash: pass dm crypt keys to kdump kernel,
Coiby Xu
- [PATCH v8 4/7] crash_dump: reuse saved dm crypt keys for CPU/memory hot-plugging, Coiby Xu
- [PATCH v8 2/7] crash_dump: make dm crypt keys persist for the kdump kernel,
Coiby Xu
- [PATCH] kho: make kho_reserve_scratch and kho_init_reserved_pages __init, Mike Rapoport (Microsoft)
- [PATCH] kho: make bin_attr_dt_kern static, Mike Rapoport (Microsoft)
- [v2] Documentation: Remove repeated word in docs,
Charles Han
- [PATCH net-next v6 0/7] tun: Unify vnet implementation,
Akihiko Odaki
- [PATCH v5] docs/zh_CN: Add snp-tdx-threat-model index Chinese translation, Yuxian Mao
- [PATCH] Documentation: gpu: Fixed typos,
Eric Salem
- [PATCH v2] docs/zh_CN: Update the translation of dev-tools/ubsan to v6.14-rc1,
WangYuli
- [RESEND PATCH v2] PCI: Fix Extend ACS configurability,
Tushar Dave
- [PATCH v4 0/3] Translation self-protection.rst into chinese,
zhangwei
- [PATCH bpf-next v10 0/5] xsk: TX metadata Launch Time support,
Song Yoong Siang
- [no subject], Unknown
- [PATCH v3 0/6] rust: treewide: add missing newlines to printing calls,
Alban Kurti
- [PATCH 00/14] drm/panel: Transition away from using mipi_dsi_*_write_seq(),
Anusha Srivatsa
- [PATCH 01/14] drm/panel/boe-bf060y8m-aj0: Move to using mipi_dsi_dcs_write_seq_multi(), Anusha Srivatsa
- [PATCH 02/14] drm/panel/ebbg-ft8719: Move to using mipi_dsi_dcs_write_seq_multi(), Anusha Srivatsa
- [PATCH 04/14] drm/panel/jdi-lpm102a188a: Move to using mipi_dsi_generic_write_seq_multi(), Anusha Srivatsa
- [PATCH 03/14] drm/panel/himax-hx8394: Move to using mipi_dsi_dcs_write_seq_multi(), Anusha Srivatsa
- [PATCH 05/14] drm/panel/samsung-s6d7aa0: Move to using mipi_dsi_dcs_write_seq_multi(), Anusha Srivatsa
- [PATCH 06/14] drm/panel/6e88a0-ams452ef01: Move to using mipi_dsi_dcs_write_seq_multi(), Anusha Srivatsa
- [PATCH 07/14] drm/panel/samsung-sofef00: Move to using mipi_dsi_dcs_write_seq_multi(), Anusha Srivatsa
- [PATCH 08/14] drm/panel/ls060t1sx01: Move to using mipi_dsi_dcs_write_seq_multi(), Anusha Srivatsa
- [PATCH 09/14] drm/panel/sony-td4353-jdi: Move to using mipi_dsi_dcs_write_seq_multi(), Anusha Srivatsa
- [PATCH 10/14] drm/panel/visionox-r66451: Move to using mipi_dsi_dcs_write_seq_multi(), Anusha Srivatsa
- [PATCH 11/14] drm/panel/xpp055c272: Move to using mipi_dsi_dcs_write_seq_multi(), Anusha Srivatsa
- [PATCH 12/14] drm/panel/novatek-nt36523: Move to using mipi_dsi_dcs_write_seq_multi(), Anusha Srivatsa
- [PATCH 13/14] drm/panel: Remove deprecated functions, Anusha Srivatsa
- [PATCH 14/14] Documentation: Update the documentation, Anusha Srivatsa
- Re: [PATCH 00/14] drm/panel: Transition away from using mipi_dsi_*_write_seq(), Doug Anderson
[PATCH v6 00/26] Add support for hot-pluggable DRM bridges,
Luca Ceresoli
- [PATCH v6 01/26] drm/debugfs: fix printk format for bridge index, Luca Ceresoli
- [PATCH v6 02/26] drm: of: drm_of_find_panel_or_bridge: move misplaced comment, Luca Ceresoli
- [PATCH v6 03/26] drm/bridge: panel: use drm_bridge_is_panel() instead of open code, Luca Ceresoli
- [PATCH v6 04/26] drm/bridge: panel: drm_panel_bridge_remove: warn when called on non-panel bridge, Luca Ceresoli
- [PATCH v6 05/26] drm/debugfs: add top-level 'bridges' file showing all added bridges, Luca Ceresoli
- [PATCH v6 07/26] drm/bridge: panel: forbid initializing a panel with unknown connector type, Luca Ceresoli
- [PATCH v6 06/26] drm/panel: move all code into bridge/panel.c, Luca Ceresoli
- [PATCH v6 08/26] drm/bridge: panel: add a panel_bridge to every panel, Luca Ceresoli
- [PATCH v6 09/26] drm/bridge: move devm_drm_of_get_bridge and drmm_of_get_bridge to drm_bridge.c, Luca Ceresoli
- [PATCH v6 10/26] drm/bridge: add devm_drm_of_get_bridge_by_node(), Luca Ceresoli
- [PATCH v6 11/26] drm/bridge: samsung-dsim: use devm_drm_of_get_bridge[_by_node] to find the out_bridge, Luca Ceresoli
- [PATCH v6 12/26] drm/bridge: allow bridges to be informed about added and removed bridges, Luca Ceresoli
- [PATCH v6 13/26] drm/encoder: add drm_encoder_cleanup_from(), Luca Ceresoli
- [PATCH v6 14/26] drm/bridge: add support for refcounted DRM bridges, Luca Ceresoli
- [PATCH v6 15/26] drm/bridge: devm_drm_of_get_bridge and drmm_of_get_bridge: automatically put the bridge, Luca Ceresoli
- [PATCH v6 16/26] drm/bridge: increment refcount in of_drm_find_bridge(), Luca Ceresoli
- [PATCH v6 17/26] drm/bridge: add devm_drm_put_bridge() and devm_drm_put_and_clear_bridge(), Luca Ceresoli
- [PATCH v6 18/26] drm/bridge: add documentation of refcounted bridges, Luca Ceresoli
- [PATCH v6 19/26] drm/tests: bridge: add KUnit tests for DRM bridges (init and destroy), Luca Ceresoli
- [PATCH v6 20/26] drm/debugfs: bridges_show: show refcount, Luca Ceresoli
- [PATCH v6 21/26] drm/bridge: add list of removed refcounted bridges, Luca Ceresoli
- [PATCH v6 22/26] drm/debugfs: show removed bridges, Luca Ceresoli
- [PATCH v6 23/26] drm/bridge: samsung-dsim: use refcounting for the out_bridge, Luca Ceresoli
- [PATCH v6 24/26] drm/bridge: panel: use dynamic lifetime management, Luca Ceresoli
- [PATCH v6 25/26] drm/bridge: ti-sn65dsi83: use dynamic lifetime management, Luca Ceresoli
- [PATCH v6 26/26] drm/bridge: hotplug-bridge: add driver to support hot-pluggable DSI bridges, Luca Ceresoli
- Re: [PATCH v6 00/26] Add support for hot-pluggable DRM bridges, Luca Ceresoli
[PATCH v4] docs: clarify rules wrt tagging other people,
Thorsten Leemhuis
[PATCH v2] docs: trace: Refactor index documentation,
Purva Yeshi
[PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO),
Mike Rapoport
- [PATCH v4 01/14] mm/mm_init: rename init_reserved_page to init_deferred_page, Mike Rapoport
- [PATCH v4 02/14] memblock: add MEMBLOCK_RSRV_KERN flag, Mike Rapoport
- [PATCH v4 03/14] memblock: Add support for scratch memory, Mike Rapoport
- [PATCH v4 05/14] kexec: Add Kexec HandOver (KHO) generation helpers, Mike Rapoport
- [PATCH v4 06/14] kexec: Add KHO parsing support, Mike Rapoport
- [PATCH v4 04/14] memblock: introduce memmap_init_kho_scratch(), Mike Rapoport
- [PATCH v4 07/14] kexec: Add KHO support to kexec file loads, Mike Rapoport
- [PATCH v4 08/14] kexec: Add config option for KHO, Mike Rapoport
- [PATCH v4 11/14] x86/setup: use memblock_reserve_kern for memory used by kernel, Mike Rapoport
- [PATCH v4 12/14] x86: Add KHO support, Mike Rapoport
- [PATCH v4 09/14] kexec: Add documentation for KHO, Mike Rapoport
- [PATCH v4 10/14] arm64: Add KHO support, Mike Rapoport
- [PATCH v4 14/14] Documentation: KHO: Add memblock bindings, Mike Rapoport
- [PATCH v4 13/14] memblock: Add KHO support for reserve_mem, Mike Rapoport
- Re: [PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO), Andrew Morton
- Re: [PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO), Andrew Morton
- Re: [PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO), Cong Wang
- Re: [PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO), Cong Wang
- Re: [PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO), RuiRui Yang
- Re: [PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO), Pratyush Yadav
[PATCH v3 0/3] Translation self-protection.rst into chinese,
zhangwei
[PATCH net-next v5 0/8] netconsole: Add support for CPU population,
Breno Leitao
[PATCH v2] Documentation/no_hz: Remove description that states boot CPU cannot be nohz_full, Krishanth Jagaduri via B4 Relay
[PATCH] Documentation: Remove repeated word in docs,
Charles Han
[RFC PATCH 10/11] Documentation/rv: Add docs for the sched monitors, Gabriele Monaco
[PATCH bpf-next v9 0/5] xsk: TX metadata Launch Time support,
Song Yoong Siang
[PATCH v3 0/2] netconsole: allow selection of egress interface via MAC address,
Uday Shankar
[PATCH linux dev-6.6] A backport request for SY24655 driver in INA2XX driver for Linux kernel 6.6.,
Rush Chen
[PATCH 0/3] Translation self-protection.rst into chinese,
zhangwei
Re: [PATCH v2] docs/arch: remove deprecated function name, Randy Dunlap
[PATCH 00/12] drm: Move to using devm_platform_ioremap_resource,
Anusha Srivatsa
- [PATCH 01/12] drm/aspeed: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 02/12] drm/fsl-dcu: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 03/12] drm/hisilicon: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 04/12] drm/mediatek: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 05/12] drm/mxsfb: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 06/12] drm/sprd: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 07/12] drm/sti: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 08/12] drm/stm: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 09/12] drm/tegra: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 10/12] drm/tiny: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 12/12] Documentation: Update the todo, Anusha Srivatsa
- [PATCH 11/12] drm/vc4: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
<Possible follow-ups>
[PATCH 00/12] drm: Move to using devm_platform_ioremap_resource, Anusha Srivatsa
- [PATCH 02/12] drm/fsl-dcu: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 01/12] drm/aspeed: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 03/12] drm/hisilicon: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 04/12] drm/mediatek: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 06/12] drm/sprd: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 05/12] drm/mxsfb: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 08/12] drm/stm: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 07/12] drm/sti: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 09/12] drm/tegra: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 10/12] drm/tiny: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
- [PATCH 11/12] drm/vc4: move to devm_platform_ioremap_resource() usage, Anusha Srivatsa
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]