Linux Documentation
[Prev Page][Next Page]
- [PATCH v4 1/5] crypto: mxs-dcp: Add support for hardware-bound keys, (continued)
- [RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug,
Russell King (Oracle)
- [PATCH 01/39] parisc: simplify smp_prepare_boot_cpu(), Russell King (Oracle)
- [PATCH 02/39] ACPI: Use the acpi_device_is_present() helper in more places, Oracle
- [PATCH 03/39] ACPI: Rename acpi_scan_device_not_present() to be about enumeration, Oracle
- [PATCH 04/39] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper, Oracle
- [PATCH 06/39] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES, Oracle
- [PATCH 07/39] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden, Oracle
- [PATCH 08/39] drivers: base: Move cpu_dev_init() after node_dev_init(), Oracle
- [PATCH 09/39] drivers: base: remove unnecessary call to register_cpu_under_node(), Russell King (Oracle)
- [PATCH 11/39] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu(), Oracle
- [PATCH 10/39] drivers: base: Print a warning instead of panic() when register_cpu() fails, Oracle
- [PATCH 05/39] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv, Oracle
- [PATCH 12/39] ia64/topology: Switch over to GENERIC_CPU_DEVICES, Oracle
- [PATCH 13/39] x86: intel_epb: Don't rely on link order, Oracle
- [PATCH 14/39] x86/topology: Switch over to GENERIC_CPU_DEVICES, Oracle
- [PATCH 15/39] LoongArch: Switch over to GENERIC_CPU_DEVICES, Oracle
- [PATCH 16/39] riscv: Switch over to GENERIC_CPU_DEVICES, Oracle
- [PATCH 17/39] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs, Oracle
- [PATCH 18/39] ACPI: Only enumerate enabled (or functional) devices, Oracle
- [PATCH 19/39] ACPI: processor: Add support for processors described as container packages, Oracle
- [PATCH 20/39] ACPI: processor: Register CPUs that are online, but not described in the DSDT, Oracle
- [PATCH 21/39] ACPI: processor: Register all CPUs from acpi_processor_get_info(), Oracle
- [PATCH 23/39] drivers: base: Implement weak arch_unregister_cpu(), Oracle
- [PATCH 25/39] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards, Oracle
- [PATCH 24/39] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove(), Oracle
- [PATCH 22/39] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present', Oracle
- [PATCH 27/39] ACPI: Check _STA present bit before making CPUs not present, Oracle
- [PATCH 26/39] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug, Oracle
- [PATCH 28/39] ACPI: Warn when the present bit changes but the feature is not enabled, Oracle
- [PATCH 29/39] LoongArch: Use the __weak version of arch_unregister_cpu(), Oracle
- [PATCH 30/39] arm64: acpi: Move get_cpu_for_acpi_id() to a header, Oracle
- [PATCH 31/39] ACPICA: Add new MADT GICC flags fields, Oracle
- [PATCH 32/39] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc(), Oracle
- [PATCH 33/39] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs, Oracle
- [PATCH 35/39] ACPI: add support to register CPUs based on the _STA enabled bit, Oracle
- [PATCH 34/39] arm64: psci: Ignore DENIED CPUs, Oracle
- [PATCH 36/39] arm64: document virtual CPU hotplug's expectations, Oracle
- [PATCH 38/39] cpumask: Add enabled cpumask for present CPUs that can be brought online, Oracle
- [PATCH 39/39] ACPI: processor: Only call arch_unregister_cpu() if HOTPLUG_CPU is selected, Oracle
- [PATCH 37/39] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled, Oracle
- Re: [RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug, Russell King (Oracle)
- Re: [RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug, Rafael J. Wysocki
- Re: [RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug, Miguel Luis
- [PATCH v2 00/39] Memory allocation profiling,
Suren Baghdasaryan
- [PATCH v2 01/39] lib/string_helpers: Add flags param to string_get_size(), Suren Baghdasaryan
- [PATCH v2 03/39] fs: Convert alloc_inode_sb() to a macro, Suren Baghdasaryan
- [PATCH v2 02/39] scripts/kallysms: Always include __start and __stop symbols, Suren Baghdasaryan
- [PATCH v2 04/39] nodemask: Split out include/linux/nodemask_types.h, Suren Baghdasaryan
- [PATCH v2 05/39] prandom: Remove unused include, Suren Baghdasaryan
- [PATCH v2 07/39] mm: introduce slabobj_ext to support slab object extensions, Suren Baghdasaryan
- [PATCH v2 06/39] mm: enumerate all gfp flags, Suren Baghdasaryan
- [PATCH v2 08/39] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation, Suren Baghdasaryan
- [PATCH v2 09/39] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation, Suren Baghdasaryan
- [PATCH v2 10/39] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects, Suren Baghdasaryan
- [PATCH v2 11/39] slab: objext: introduce objext_flags as extension to page_memcg_data_flags, Suren Baghdasaryan
- [PATCH v2 12/39] lib: code tagging framework, Suren Baghdasaryan
- [PATCH v2 13/39] lib: code tagging module support, Suren Baghdasaryan
- [PATCH v2 14/39] lib: prevent module unloading if memory is not freed, Suren Baghdasaryan
- [PATCH v2 15/39] lib: add allocation tagging support for memory allocation profiling, Suren Baghdasaryan
- [PATCH v2 16/39] lib: introduce support for page allocation tagging, Suren Baghdasaryan
- [PATCH v2 17/39] change alloc_pages name in dma_map_ops to avoid name conflicts, Suren Baghdasaryan
- [PATCH v2 18/39] change alloc_pages name in ivpu_bo_ops to avoid conflicts, Suren Baghdasaryan
- [PATCH v2 20/39] mm: create new codetag references during page splitting, Suren Baghdasaryan
- [PATCH v2 19/39] mm: enable page allocation tagging, Suren Baghdasaryan
- [PATCH v2 21/39] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y, Suren Baghdasaryan
- [PATCH v2 22/39] lib: add codetag reference into slabobj_ext, Suren Baghdasaryan
- [PATCH v2 23/39] mm/slab: add allocation accounting into slab allocation and free paths, Suren Baghdasaryan
- [PATCH v2 24/39] mm/slab: enable slab allocation tagging for kmalloc and friends, Suren Baghdasaryan
- [PATCH v2 26/39] mempool: Hook up to memory allocation profiling, Suren Baghdasaryan
- [PATCH v2 27/39] xfs: Memory allocation profiling fixups, Suren Baghdasaryan
- [PATCH v2 25/39] mm/slub: Mark slab_free_freelist_hook() __always_inline, Suren Baghdasaryan
- [PATCH v2 28/39] timekeeping: Fix a circular include dependency, Suren Baghdasaryan
- [PATCH v2 29/39] mm: percpu: Introduce pcpuobj_ext, Suren Baghdasaryan
- [PATCH v2 31/39] mm: percpu: enable per-cpu allocation tagging, Suren Baghdasaryan
- [PATCH v2 32/39] arm64: Fix circular header dependency, Suren Baghdasaryan
- [PATCH v2 30/39] mm: percpu: Add codetag reference into pcpuobj_ext, Suren Baghdasaryan
- [PATCH v2 33/39] mm: vmalloc: Enable memory allocation profiling, Suren Baghdasaryan
- [PATCH v2 34/39] rhashtable: Plumb through alloc tag, Suren Baghdasaryan
- [PATCH v2 36/39] codetag: debug: skip objext checking when it's for objext itself, Suren Baghdasaryan
- [PATCH v2 35/39] lib: add memory allocations report in show_mem(), Suren Baghdasaryan
- [PATCH v2 37/39] codetag: debug: mark codetags for reserved pages as empty, Suren Baghdasaryan
- [PATCH v2 39/39] MAINTAINERS: Add entries for code tagging and memory allocation profiling, Suren Baghdasaryan
- [PATCH v2 38/39] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations, Suren Baghdasaryan
- Re: [PATCH v2 00/39] Memory allocation profiling, Roman Gushchin
- [PATCH v17 09/20] Documentation: add ULP DDP offload documentation, Aurelien Aptel
- [PATCH 1/2] seqlock: fix the wrong read_seqbegin_or_lock/need_seqretry documentation,
Oleg Nesterov
- [PATCH v6 00/10] Introduce __mt_dup() to improve the performance of fork(),
Peng Zhang
- [PATCH v6 01/10] maple_tree: Add mt_free_one() and mt_attr() helpers, Peng Zhang
- [PATCH v6 02/10] maple_tree: Introduce {mtree,mas}_lock_nested(), Peng Zhang
- [PATCH v6 03/10] maple_tree: Introduce interfaces __mt_dup() and mtree_dup(), Peng Zhang
- [PATCH v6 04/10] radix tree test suite: Align kmem_cache_alloc_bulk() with kernel behavior., Peng Zhang
- [PATCH v6 05/10] maple_tree: Add test for mtree_dup(), Peng Zhang
- [PATCH v6 06/10] maple_tree: Update the documentation of maple tree, Peng Zhang
- [PATCH v6 07/10] maple_tree: Skip other tests when BENCH is enabled, Peng Zhang
- [PATCH v6 08/10] maple_tree: Update check_forking() and bench_forking(), Peng Zhang
- [PATCH v6 09/10] maple_tree: Preserve the tree attributes when destroying maple tree, Peng Zhang
- [PATCH v6 10/10] fork: Use __mt_dup() to duplicate maple tree in dup_mmap(), Peng Zhang
- Re: [PATCH v6 00/10] Introduce __mt_dup() to improve the performance of fork(), Liam R. Howlett
- [PATCH v2 0/6] Delay VERW,
Pawan Gupta
- [PATCH v3 10/10] drm/ci: docs: add step about how to request privileges, Helen Koike
- [PATCH v16 net-next 00/23] net/tcp: Add TCP-AO support,
Dmitry Safonov
- [PATCH RFC] docs/mm: enhance the admin-guide/hugetlbpage doc, Anthony Nandaa
- [PATCH] drm: docs: Remove item from TODO list,
Yuran Pereira
- [PATCH net-next v2 0/9] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface,
Parthiban Veerasooran
- [PATCH net-next v2 1/9] net: ethernet: implement OPEN Alliance control transaction interface, Parthiban Veerasooran
- [PATCH net-next v2 2/9] net: ethernet: oa_tc6: implement mac-phy software reset, Parthiban Veerasooran
- [PATCH net-next v2 3/9] net: ethernet: oa_tc6: implement OA TC6 configuration function, Parthiban Veerasooran
- [PATCH net-next v2 4/9] dt-bindings: net: add OPEN Alliance 10BASE-T1x MAC-PHY Serial Interface, Parthiban Veerasooran
- [PATCH net-next v2 5/9] net: ethernet: oa_tc6: implement internal PHY initialization, Parthiban Veerasooran
- [PATCH net-next v2 6/9] dt-bindings: net: oa-tc6: add PHY register access capability, Parthiban Veerasooran
- [PATCH net-next v2 9/9] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY, Parthiban Veerasooran
- [PATCH net-next v2 8/9] microchip: lan865x: add driver support for Microchip's LAN865X MACPHY, Parthiban Veerasooran
- [PATCH net-next v2 7/9] net: ethernet: oa_tc6: implement data transaction interface, Parthiban Veerasooran
- Re: [PATCH net-next v2 0/9] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface, Benjamin Bigler
- [PATCH] checkpatch: allow tags between co-developed-by and their sign-off,
Przemek Kitszel
- [PATCH] Documentation: maple_tree: fix word spelling error,
Tom Yang
- [PATCH] Documentation: kbuild: clarifications,
Vegard Nossum
- [PATCH v6 0/9] Fix cursor planes with virtualized drivers,
Albert Esteve
- [PATCH v6 1/9] drm: Disable the cursor plane on atomic contexts with virtualized drivers, Albert Esteve
- [PATCH v6 2/9] drm/atomic: Add support for mouse hotspots, Albert Esteve
- [PATCH v6 3/9] drm/vmwgfx: Use the hotspot properties from cursor planes, Albert Esteve
- [PATCH v6 6/9] drm/virtio: Use the hotspot properties from cursor planes, Albert Esteve
- [PATCH v6 4/9] drm/qxl: Use the hotspot properties from cursor planes, Albert Esteve
- [PATCH v6 8/9] drm: Introduce DRM_CLIENT_CAP_CURSOR_PLANE_HOTSPOT, Albert Esteve
- [PATCH v6 5/9] drm/vboxvideo: Use the hotspot properties from cursor planes, Albert Esteve
- [PATCH v6 9/9] drm: Introduce documentation for hotspot properties, Albert Esteve
- [PATCH v6 7/9] drm: Remove legacy cursor hotspot code, Albert Esteve
- Re: [PATCH v6 0/9] Fix cursor planes with virtualized drivers, Simon Ser
- Message not available
Re: [PATCH v6 0/9] Fix cursor planes with virtualized drivers, Javier Martinez Canillas
[PATCH] kdump: fix reference to nonexistent file,
Vegard Nossum
[PATCH] Documentation: coresight: fix `make refcheckdocs` warning,
Vegard Nossum
[PATCH] mm: hugetlb_vmemmap: fix reference to nonexistent file,
Vegard Nossum
[PATCH] cpupower: fix reference to nonexistent document,
Vegard Nossum
[PATCH] docs: usb: fix reference to nonexistent file in UVC Gadget,
Vegard Nossum
[PATCH] dt-bindings: usb: rockchip,dwc3: fix reference to nonexistent file,
Vegard Nossum
[PATCH] docs: doc-guide: mention 'make refcheckdocs',
Vegard Nossum
[PATCH 6/6] Documentation/module-signing.txt: bring up to date, Dimitri John Ledkov
[PATCH] dcache: remove unnecessary NULL check in dget_dlock(),
Vegard Nossum
[PATCH] Documentation: speakup: Update speakup docs,
Osama Muhammad
[PATCH v2] docs: split embedded interfaces and miscellaneous, Costa Shulyupin
[PATCH 0/8] Expand and improve AMDGPU documentation,
Rodrigo Siqueira
[PATCH 0/6] Delay VERW,
Pawan Gupta
[PATCH 2/6] x86/entry_64: Add VERW just before userspace transition, Pawan Gupta
[PATCH 3/6] x86/entry_32: Add VERW just before userspace transition, Pawan Gupta
[PATCH 4/6] x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key, Pawan Gupta
[PATCH 5/6] x86/bugs: Cleanup mds_user_clear, Pawan Gupta
[PATCH 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation, Pawan Gupta
[PATCH] speakup: Document USB support,
Samuel Thibault
[PATCH] hwmon: Add driver for Gigabyte AORUS Waterforce AIO coolers,
Aleksa Savic
[PATCH 0/2] staging: qlge: Remove qlge,
Benjamin Poirier
[PATCH net-next v12 4/5] page_pool: update document about fragment API, Yunsheng Lin
[PATCH 0/2] um: kunit: Add Clang support for CONFIG_GCOV,
Michał Winiarski
[PATCH v2 9/9] drm/ci: docs: add step about how to request privileges, Helen Koike
[PATCH] Documentation: fix typo in dynamic-debug howto,
Jade Lovelace
[PATCH v5 05/12] x86/bugs: Rename RETPOLINE to MITIGATION_RETPOLINE, Breno Leitao
[PATCH v5 04/12] x86/bugs: Rename PAGE_TABLE_ISOLATION to MITIGATION_PAGE_TABLE_ISOLATION, Breno Leitao
[PATCH net-next v6 00/16] net: Make timestamping selectable,
Kory Maincent
- [PATCH net-next v6 02/16] net: phy: Remove the call to phy_mii_ioctl in phy_hwstamp_get/set, Kory Maincent
- [PATCH net-next v6 01/16] net: Convert PHYs hwtstamp callback to use kernel_hwtstamp_config, Kory Maincent
- [PATCH net-next v6 03/16] net: ethtool: Refactor identical get_ts_info implementations., Köry Maincent
- [PATCH net-next v6 04/16] net: macb: Convert to ndo_hwtstamp_get() and ndo_hwtstamp_set(), Kory Maincent
- [PATCH net-next v6 05/16] net: Make dev_set_hwtstamp_phylib accessible, Kory Maincent
- [PATCH net-next v6 06/16] net: phy: micrel: fix ts_info value in case of no phc, Kory Maincent
- [PATCH net-next v6 07/16] net_tstamp: Add TIMESTAMPING SOFTWARE and HARDWARE mask, Kory Maincent
- [PATCH net-next v6 09/16] netlink: specs: Introduce new netlink command to get current timestamp, Kory Maincent
- [PATCH net-next v6 08/16] net: ethtool: Add a command to expose current time stamping layer, Kory Maincent
- [PATCH net-next v6 10/16] net: ethtool: Add a command to list available time stamping layers, Kory Maincent
- [PATCH net-next v6 11/16] netlink: specs: Introduce new netlink command to list available time stamping layers, Kory Maincent
- [PATCH net-next v6 12/16] net: Replace hwtstamp_source by timestamping layer, Kory Maincent
- [PATCH net-next v6 14/16] net: ethtool: ts: Update GET_TS to reply the current selected timestamp, Kory Maincent
- [PATCH net-next v6 13/16] net: Change the API of PHY default timestamp to MAC, Kory Maincent
- [PATCH net-next v6 15/16] net ethtool: net: Let the active time stamping layer be selectable, Kory Maincent
- [PATCH net-next v6 16/16] netlink: specs: Introduce time stamping set command, Kory Maincent
[PATCH v2] hwmon: (asus-ec-sensors) add ROG Crosshair X670E Gene.,
Ellie Hermaszewska
[PATCH v17 00/12] Implement copy offload support,
Nitesh Shetty
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
[PATCH] scripts/kernel-doc: match -Werror flag strictly,
Yujie Liu
[PATCH v2 0/4] PM: hibernate: LZ4 compression support,
Nikhil V
[PATCH 0/2] sh: Revive BIOS earlyprintk support,
Geert Uytterhoeven
[esmil:visionfive 25/51] dtbs_check: Documentation/devicetree/bindings/reset/starfive,jh7100-audrst.yaml: title: 'StarFive JH7100 SoC Audio Reset Controller Device Tree Bindings' should not be valid under {'pattern': '([Bb]inding| [Ss]chema)'}, kernel test robot
[PATCH 0/5] I3C slave mode support,
Frank Li
[PATCH v15 net-next 00/23] net/tcp: Add TCP-AO support,
Dmitry Safonov
[PATCH net-next v5 0/6] Support symmetric RSS (Toeplitz) hash,
Ahmed Zaki
[PATCH v7c 00/24] fix DRM_USE_DYNAMIC_DEBUG=y regression,
Jim Cromie
- [PATCH v7c 01/24] test-dyndbg: fixup CLASSMAP usage error, Jim Cromie
- [PATCH v7c 02/24] dyndbg: reword "class unknown," to "class:_UNKNOWN_", Jim Cromie
- [PATCH v7c 03/24] dyndbg: make ddebug_class_param union members same size, Jim Cromie
- [PATCH v7c 05/24] dyndbg: ddebug_apply_class_bitmap - add module arg, select on it, Jim Cromie
- [PATCH v7c 06/24] dyndbg: split param_set_dyndbg_classes to module/wrapper fns, Jim Cromie
- [PATCH v7c 07/24] dyndbg: drop NUM_TYPE_ARRAY, Jim Cromie
- [PATCH v7c 08/24] dyndbg: reduce verbose/debug clutter, Jim Cromie
- [PATCH v7c 09/24] dyndbg: silence debugs with no-change updates, Jim Cromie
- [PATCH v7c 04/24] dyndbg: replace classmap list with a vector, Jim Cromie
- [PATCH v7c 11/24] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap, Jim Cromie
- [PATCH v7c 12/24] dyndbg: reduce verbose=3 messages in ddebug_add_module, Jim Cromie
- [PATCH v7c 13/24] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code, Jim Cromie
- [PATCH v7c 15/24] dyndbg: refactor ddebug_classparam_clamp_input, Jim Cromie
- [PATCH v7c 17/24] dyndbg-doc: add classmap info to howto, Jim Cromie
- [PATCH v7c 20/24] dyndbg: refactor *dynamic_emit_prefix, Jim Cromie
- [PATCH v7c 16/24] dyndbg-API: promote DYNDBG_CLASSMAP_PARAM to API, Jim Cromie
- [PATCH v7c 19/24] dyndbg: add _DPRINTK_FLAGS_INCL_LOOKUP, Jim Cromie
- [PATCH v7c 21/24] dyndbg: change WARN_ON to WARN_ON_ONCE, Jim Cromie
- [PATCH v7c 22/24] drm: use correct ccflags-y spelling, Jim Cromie
- [PATCH v7c 18/24] dyndbg: reserve flag bit _DPRINTK_FLAGS_PREFIX_CACHED, Jim Cromie
- [PATCH v7c 24/24] drm: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN, Jim Cromie
- [PATCH v7c 14/24] dyndbg-API: fix CONFIG_DRM_USE_DYNAMIC_DEBUG regression, Jim Cromie
- [PATCH v7c 23/24] drm-drivers: DRM_CLASSMAP_USE in 2nd batch of drivers, helpers, Jim Cromie
- [PATCH v7c 10/24] dyndbg: tighten ddebug_class_name() 1st arg type, Jim Cromie
Re: [PATCH] rust: docs: fix logo replacement, Miguel Ojeda
[PATCH] docs: rust: add "The Rust experiment" section,
Miguel Ojeda
[PATCH 1/2] docs: rust: update Rust docs output path,
Miguel Ojeda
[PATCH net-next] i40e: Align devlink info versions with ice driver and add docs,
Ivan Vecera
[PATCH] Documentation/sphinx: Remove the repeated word "the" in comments.,
Charles Han
[PATCH net-next] docs: networking: document multi-RSS context,
Jakub Kicinski
[PATCH v2 0/1] mm: report per-page metadata information,
Sourav Panda
[PATCH v3 0/5] workload-specific and memory pressure-driven zswap writeback,
Nhat Pham
[PATCH] docs/cgroup: Add the list of threaded controllers to cgroup-v2.rst,
Waiman Long
[PATCH v2 00/19] riscv: report more ISA extensions through hwprobe,
Clément Léger
- [PATCH v2 04/19] dt-bindings: riscv: add scalar crypto ISA extensions description, Clément Léger
- [PATCH v2 01/19] riscv: hwprobe: factorize hwprobe ISA extension reporting, Clément Léger
- [PATCH v2 05/19] riscv: add ISA extension parsing for vector crypto extensions, Clément Léger
- [PATCH v2 02/19] riscv: add ISA extension parsing for scalar crypto, Clément Léger
- [PATCH v2 03/19] riscv: hwprobe: add support for scalar crypto ISA extensions, Clément Léger
- [PATCH v2 07/19] dt-bindings: riscv: add vector crypto ISA extensions description, Clément Léger
- [PATCH v2 09/19] riscv: hwprobe: export Zfh/Zfhmin ISA extensions, Clément Léger
- [PATCH v2 06/19] riscv: hwprobe: export vector crypto ISA extensions, Clément Léger
- [PATCH v2 10/19] dt-bindings: riscv: add Zfh[min] ISA extensions description, Clément Léger
- [PATCH v2 11/19] riscv: add ISA extension parsing for Zihintntl, Clément Léger
- [PATCH v2 08/19] riscv: add ISA extension parsing for Zfh/Zfhmin, Clément Léger
- [PATCH v2 14/19] riscv: add ISA extension parsing for Zvfh[min], Clément Léger
- [PATCH v2 13/19] dt-bindings: riscv: add Zihintntl ISA extension description, Clément Léger
- [PATCH v2 16/19] dt-bindings: riscv: add Zvfh[min] ISA extension description, Clément Léger
- [PATCH v2 12/19] riscv: hwprobe: export Zhintntl ISA extension, Clément Léger
- [PATCH v2 15/19] riscv: hwprobe: export Zvfh[min] ISA extensions, Clément Léger
- [PATCH v2 17/19] riscv: add ISA extension parsing for Zfa, Clément Léger
- [PATCH v2 18/19] riscv: hwprobe: export Zfa ISA extension, Clément Léger
- [PATCH v2 19/19] dt-bindings: riscv: add Zfa ISA extension description, Clément Léger
[PATCH] Documentation: ABI: coresight-tpdm: Fix Bit[3] description indentation,
Bagas Sanjaya
w1: coding-style - naming for master/slave for new driver and dt binding,
Kris Chaplin
[PATCH v3 1/3] pwm: make it possible to apply pwm changes in atomic context,
Sean Young
[PATCH v1 0/6] Add support for Intel PPS Generator,
lakshmi . sowjanya . d
[PATCH v12 0/9] Enable Wifi RFI interference mitigation feature support,
Ma Jun
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]