Linux Documentation
[Prev Page][Next Page]
- [PATCH net-next v8 0/9] Add ability to flash modules' firmware,
Danielle Ratson
- [PATCH net-next v8 1/9] ethtool: Add ethtool operation to write to a transceiver module EEPROM, Danielle Ratson
- [PATCH net-next v8 2/9] mlxsw: Implement ethtool operation to write to a transceiver module EEPROM, Danielle Ratson
- [PATCH net-next v8 3/9] ethtool: Add an interface for flashing transceiver modules' firmware, Danielle Ratson
- [PATCH net-next v8 5/9] ethtool: Veto some operations during firmware flashing process, Danielle Ratson
- [PATCH net-next v8 4/9] ethtool: Add flashing transceiver modules' firmware notifications ability, Danielle Ratson
- [PATCH net-next v8 6/9] net: sfp: Add more extended compliance codes, Danielle Ratson
- [PATCH net-next v8 7/9] ethtool: cmis_cdb: Add a layer for supporting CDB commands, Danielle Ratson
- [PATCH net-next v8 8/9] ethtool: cmis_fw_update: add a layer for supporting firmware update using CDB, Danielle Ratson
- [PATCH net-next v8 9/9] ethtool: Add ability to flash transceiver modules' firmware, Danielle Ratson
- Re: [PATCH net-next v8 0/9] Add ability to flash modules' firmware, patchwork-bot+netdevbpf
- [PATCH v3 1/3] dt-bindings: iio: accel: add ADXL380,
Antoniu Miclaus
- [PATCH v2 0/2] Add MPS MP5920 Host-Swap controller,
Alex Vdovydchenko
- [PATCH 00/13] fs/dax: Fix FS DAX page reference counts,
Alistair Popple
- [PATCH 01/13] mm/gup.c: Remove redundant check for PCI P2PDMA page, Alistair Popple
- [PATCH 02/13] pci/p2pdma: Don't initialise page refcount to one, Alistair Popple
- [PATCH 03/13] fs/dax: Refactor wait for dax idle page, Alistair Popple
- [PATCH 04/13] fs/dax: Add dax_page_free callback, Alistair Popple
- [PATCH 05/13] mm: Allow compound zone device pages, Alistair Popple
- [PATCH 06/13] mm/memory: Add dax_insert_pfn, Alistair Popple
- [PATCH 07/13] huge_memory: Allow mappings of PUD sized pages, Alistair Popple
- [PATCH 08/13] huge_memory: Allow mappings of PMD sized pages, Alistair Popple
- [PATCH 09/13] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages, Alistair Popple
- [PATCH 10/13] fs/dax: Properly refcount fs dax pages, Alistair Popple
- [PATCH 11/13] huge_memory: Remove dead vmf_insert_pXd code, Alistair Popple
- [PATCH 12/13] mm: Remove pXX_devmap callers, Alistair Popple
- [PATCH 13/13] mm: Remove devmap related functions and page table bits, Alistair Popple
- Re: [PATCH 00/13] fs/dax: Fix FS DAX page reference counts, Dan Williams
- Re: [PATCH 00/13] fs/dax: Fix FS DAX page reference counts, Dave Chinner
- [PATCH] docs/sp_SP: Add translation of process/maintainer-kvm-x86.rst,
Carlos Bilbao
- [PATCH] Documentation/tools/rv: fix document header,
Jiri Kastner
- [PATCH 2/2] hwmon: add MP5920 driver,
Alex Vdovydchenko
- [PATCH HID v2 00/13] HID: bpf_struct_ops, part 2,
Benjamin Tissoires
- [PATCH HID v2 01/13] HID: bpf: fix dispatch_hid_bpf_device_event uninitialized ret value, Benjamin Tissoires
- [PATCH HID v2 02/13] HID: add source argument to HID low level functions, Benjamin Tissoires
- [PATCH HID v2 03/13] HID: bpf: protect HID-BPF prog_list access by a SRCU, Benjamin Tissoires
- [PATCH HID v2 04/13] HID: bpf: add HID-BPF hooks for hid_hw_raw_requests, Benjamin Tissoires
- [PATCH HID v2 05/13] HID: bpf: prevent infinite recursions with hid_hw_raw_requests hooks, Benjamin Tissoires
- [PATCH HID v2 06/13] selftests/hid: add tests for hid_hw_raw_request HID-BPF hooks, Benjamin Tissoires
- [PATCH HID v2 07/13] HID: bpf: add HID-BPF hooks for hid_hw_output_report, Benjamin Tissoires
- [PATCH HID v2 08/13] selftests/hid: add tests for hid_hw_output_report HID-BPF hooks, Benjamin Tissoires
- [PATCH HID v2 09/13] HID: bpf: make hid_bpf_input_report() sleep until the device is ready, Benjamin Tissoires
- [PATCH HID v2 11/13] HID: bpf: allow hid_device_event hooks to inject input reports on self, Benjamin Tissoires
- [PATCH HID v2 10/13] selftests/hid: add wq test for hid_bpf_input_report(), Benjamin Tissoires
- [PATCH HID v2 12/13] selftests/hid: add another test for injecting an event from an event hook, Benjamin Tissoires
- [PATCH HID v2 13/13] selftests/hid: add an infinite loop test for hid_bpf_try_input_report, Benjamin Tissoires
- Re: [PATCH HID v2 00/13] HID: bpf_struct_ops, part 2, Benjamin Tissoires
- [PATCH v2 00/10] Zacas/Zabha support and qspinlocks,
Alexandre Ghiti
- [PATCH v2 01/10] riscv: Implement cmpxchg32/64() using Zacas, Alexandre Ghiti
- [PATCH v2 02/10] dt-bindings: riscv: Add Zabha ISA extension description, Alexandre Ghiti
- [PATCH v2 03/10] riscv: Implement cmpxchg8/16() using Zabha, Alexandre Ghiti
- [PATCH v2 04/10] riscv: Improve amocas.X use in cmpxchg(), Alexandre Ghiti
- [PATCH v2 05/10] riscv: Implement arch_cmpxchg128() using Zacas, Alexandre Ghiti
- [PATCH v2 06/10] riscv: Implement xchg8/16() using Zabha, Alexandre Ghiti
- [PATCH v2 07/10] riscv: Improve amoswap.X use in xchg(), Alexandre Ghiti
- [PATCH v2 08/10] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock, Alexandre Ghiti
- [PATCH v2 09/10] asm-generic: ticket-lock: Add separate ticket-lock.h, Alexandre Ghiti
- [PATCH v2 10/10] riscv: Add qspinlock support based on Zabha extension, Alexandre Ghiti
- [PATCH v5 0/2] hwmon: Add support for MPS mp2891 chip,
Noah Wang
Re: [RFC] usb: Patch review processes?, Markus Elfring
[PATCH 4/4] Documentation: gpio: Reconfiguration with unset direction (uAPI v2), Kent Gibson
[PATCH 3/4] Documentation: gpio: Reconfiguration with unset direction (uAPI v1), Kent Gibson
[PATCH v6 0/4] Userspace controls soft-offline pages,
Jiaqi Yan
[PATCH v5 0/7] Add support for AD4000 series of ADCs,
Marcelo Schmitt
[PATCH] doc:it_IT: Fix typo in Reviewed-by tag,
Thorsten Scherer
[PATCH net-next v14 00/13] Device Memory TCP,
Mina Almasry
- [PATCH net-next v14 01/13] netdev: add netdev_rx_queue_restart(), Mina Almasry
- [PATCH net-next v14 02/13] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [PATCH net-next v14 03/13] netdev: support binding dma-buf to netdevice, Mina Almasry
- [PATCH net-next v14 04/13] netdev: netdevice devmem allocator, Mina Almasry
- [PATCH net-next v14 06/13] page_pool: devmem support, Mina Almasry
- [PATCH net-next v14 05/13] page_pool: convert to use netmem, Mina Almasry
- [PATCH net-next v14 08/13] net: support non paged skb frags, Mina Almasry
- [PATCH net-next v14 07/13] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [PATCH net-next v14 09/13] net: add support for skbs with unreadable frags, Mina Almasry
- [PATCH net-next v14 11/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [PATCH net-next v14 10/13] tcp: RX path for devmem TCP, Mina Almasry
- [PATCH net-next v14 12/13] net: add devmem TCP documentation, Mina Almasry
- [PATCH net-next v14 13/13] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
[PATCH v2 0/2] RISC-V: hwprobe: Misaligned scalar perf fix and rename,
Evan Green
[PATCH v9 00/39] arm64/gcs: Provide support for GCS in userspace,
Mark Brown
- [PATCH v9 01/39] arm64/mm: Restructure arch_validate_flags() for extensibility, Mark Brown
- [PATCH v9 02/39] prctl: arch-agnostic prctl for shadow stack, Mark Brown
- [PATCH v9 03/39] mman: Add map_shadow_stack() flags, Mark Brown
- [PATCH v9 04/39] arm64: Document boot requirements for Guarded Control Stacks, Mark Brown
- [PATCH v9 05/39] arm64/gcs: Document the ABI for Guarded Control Stacks, Mark Brown
- [PATCH v9 06/39] arm64/sysreg: Add definitions for architected GCS caps, Mark Brown
- [PATCH v9 07/39] arm64/gcs: Add manual encodings of GCS instructions, Mark Brown
- [PATCH v9 08/39] arm64/gcs: Provide put_user_gcs(), Mark Brown
- [PATCH v9 09/39] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS), Mark Brown
- [PATCH v9 10/39] arm64/mm: Allocate PIE slots for EL0 guarded control stack, Mark Brown
- [PATCH v9 11/39] mm: Define VM_SHADOW_STACK for arm64 when we support GCS, Mark Brown
- [PATCH v9 12/39] arm64/mm: Map pages for guarded control stack, Mark Brown
- [PATCH v9 13/39] KVM: arm64: Manage GCS registers for guests, Mark Brown
- [PATCH v9 14/39] arm64/gcs: Allow GCS usage at EL0 and EL1, Mark Brown
- [PATCH v9 15/39] arm64/idreg: Add overrride for GCS, Mark Brown
- [PATCH v9 16/39] arm64/hwcap: Add hwcap for GCS, Mark Brown
- [PATCH v9 17/39] arm64/traps: Handle GCS exceptions, Mark Brown
- [PATCH v9 18/39] arm64/mm: Handle GCS data aborts, Mark Brown
- [PATCH v9 19/39] arm64/gcs: Context switch GCS state for EL0, Mark Brown
- [PATCH v9 20/39] arm64/gcs: Ensure that new threads have a GCS, Mark Brown
- [PATCH v9 21/39] arm64/gcs: Implement shadow stack prctl() interface, Mark Brown
- [PATCH v9 22/39] arm64/mm: Implement map_shadow_stack(), Mark Brown
- [PATCH v9 23/39] arm64/signal: Set up and restore the GCS context for signal handlers, Mark Brown
- [PATCH v9 24/39] arm64/signal: Expose GCS state in signal frames, Mark Brown
- [PATCH v9 25/39] arm64/ptrace: Expose GCS via ptrace and core files, Mark Brown
- [PATCH v9 26/39] arm64: Add Kconfig for Guarded Control Stack (GCS), Mark Brown
- [PATCH v9 27/39] kselftest/arm64: Verify the GCS hwcap, Mark Brown
- [PATCH v9 28/39] kselftest: Provide shadow stack enable helpers for arm64, Mark Brown
- [PATCH v9 29/39] selftests/clone3: Enable arm64 shadow stack testing, Mark Brown
- [PATCH v9 30/39] kselftest/arm64: Add GCS as a detected feature in the signal tests, Mark Brown
- [PATCH v9 31/39] kselftest/arm64: Add framework support for GCS to signal handling tests, Mark Brown
- [PATCH v9 32/39] kselftest/arm64: Allow signals tests to specify an expected si_code, Mark Brown
- [PATCH v9 33/39] kselftest/arm64: Always run signals tests with GCS enabled, Mark Brown
- [PATCH v9 34/39] kselftest/arm64: Add very basic GCS test program, Mark Brown
- [PATCH v9 35/39] kselftest/arm64: Add a GCS test program built with the system libc, Mark Brown
- [PATCH v9 36/39] kselftest/arm64: Add test coverage for GCS mode locking, Mark Brown
- [PATCH v9 37/39] kselftest/arm64: Add GCS signal tests, Mark Brown
- [PATCH v9 38/39] kselftest/arm64: Add a GCS stress test, Mark Brown
- [PATCH v9 39/39] kselftest/arm64: Enable GCS for the FP stress tests, Mark Brown
[PATCH net-next v9 12/13] mm: page_frag: update documentation for page_frag, Yunsheng Lin
[PATCH v3] docs/zh_CN: Add driver-api phy translation,
Yanteng Si
[PATCH net-next v4 0/7] net: pse-pd: Add new PSE c33 features,
Kory Maincent
[PATCH v2] docs/zh_CN: Add driver-api phy translation,
Yanteng Si
[PATCH net-next v13 00/13] Device Memory TCP,
Mina Almasry
- [PATCH net-next v13 01/13] netdev: add netdev_rx_queue_restart(), Mina Almasry
- [PATCH net-next v13 02/13] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [PATCH net-next v13 03/13] netdev: support binding dma-buf to netdevice, Mina Almasry
- [PATCH net-next v13 04/13] netdev: netdevice devmem allocator, Mina Almasry
- [PATCH net-next v13 06/13] page_pool: devmem support, Mina Almasry
- [PATCH net-next v13 05/13] page_pool: convert to use netmem, Mina Almasry
- [PATCH net-next v13 07/13] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [PATCH net-next v13 08/13] net: support non paged skb frags, Mina Almasry
- [PATCH net-next v13 09/13] net: add support for skbs with unreadable frags, Mina Almasry
- [PATCH net-next v13 10/13] tcp: RX path for devmem TCP, Mina Almasry
- [PATCH net-next v13 11/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [PATCH net-next v13 12/13] net: add devmem TCP documentation, Mina Almasry
- [PATCH net-next v13 13/13] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- Re: [PATCH net-next v13 00/13] Device Memory TCP, Mina Almasry
[PATCH v3 0/8] RISC-V: Detect and report speed of unaligned vector accesses,
Jesse Taube
[PATCH v2 0/8] Introduce fwctl subystem,
Jason Gunthorpe
[PATCH v5 0/6] ptdump: add intermediate directory support,
Maxwell Bland
[PATCH v3 0/3] iio: adc: ad4695: new driver for AD4695 and similar ADCs,
David Lechner
[PATCH v3 0/2] spi: add devm_spi_optimize_message() helper,
David Lechner
[PATCH v2 0/2] spi: add devm_spi_optimize_message() helper,
David Lechner
[PATCH 0/7] minor document fixups,
SeongJae Park
[PATCH net-next v7 0/9] Add ability to flash modules' firmware,
Danielle Ratson
[PATCH v2 0/2] platform/x86: wmi: Add driver_override support,
Armin Wolf
[PATCH] irqchip/gicv3-its: Workaround for GIC-700 erratum 2195890,
Roman Kagan
[PATCH v5 0/4] Userspace controls soft-offline pages,
Jiaqi Yan
[PATCH] s390/kvm: Reject memory region operations for ucontrol VMs,
Christoph Schlameuss
[PATCH v5 0/4] fix CPER issues related to UEFI 2.9A Errata,
Mauro Carvalho Chehab
Re: [PATCH] memcg: Add a new sysctl parameter for automatically setting memory.high,
Waiman Long
[PATCH 1/3] Documentation: Fix typo `BFD`,
Changyuan Lyu
[sj:damon/next 40/41] htmldocs: Warning: .clang-format references a file that doesn't exist: Documentation/process/clang-format.rst,
kernel test robot
[sj:damon/next 39/41] htmldocs: Warning: Documentation/translations/it_IT/process/magic-number.rst references a file that doesn't exist: Documentation/process/magic-number.rst,
kernel test robot
[PATCH v3] RISC-V: Provide the frequency of time CSR via hwprobe,
Yunhui Cui
[PATCH 0/3] spi: add devm_spi_optimize_message() helper,
David Lechner
[PATCH] drm/panel: Avoid warnings w/ panel-simple/panel-edp at shutdown,
Douglas Anderson
[PATCH 0/3] x86: Make 5-level paging support unconditional for x86-64,
Kirill A. Shutemov
[PATCH v2 0/2] Docs/mm/damon/maintaier-profile: document a mailing tool and community meetup series,
SeongJae Park
[PATCH v2] RISC-V: Provide the frequency of time CSR via hwprobe,
Yunhui Cui
[PATCH v2 1/3] dt-bindings: iio: accel: add ADXL380,
Antoniu Miclaus
[PATCH net-next v15 0/5] ethtool: provide the dim profile fine-tuning channel,
Heng Qi
[PATCH HID 00/12] HID: bpf_struct_ops, part 2,
Benjamin Tissoires
- [PATCH HID 01/12] HID: bpf: fix dispatch_hid_bpf_device_event uninitialized ret value, Benjamin Tissoires
- [PATCH HID 02/12] HID: add source argument to HID low level functions, Benjamin Tissoires
- [PATCH HID 03/12] HID: bpf: add HID-BPF hooks for hid_hw_raw_requests, Benjamin Tissoires
- [PATCH HID 04/12] HID: bpf: prevent infinite recursions with hid_hw_raw_requests hooks, Benjamin Tissoires
- [PATCH HID 05/12] selftests/hid: add tests for hid_hw_raw_request HID-BPF hooks, Benjamin Tissoires
- [PATCH HID 06/12] HID: bpf: add HID-BPF hooks for hid_hw_output_report, Benjamin Tissoires
- [PATCH HID 07/12] selftests/hid: add tests for hid_hw_output_report HID-BPF hooks, Benjamin Tissoires
- [PATCH HID 08/12] HID: bpf: make hid_bpf_input_report() sleep until the device is ready, Benjamin Tissoires
- [PATCH HID 09/12] selftests/hid: add wq test for hid_bpf_input_report(), Benjamin Tissoires
- [PATCH HID 10/12] HID: bpf: allow hid_device_event hooks to inject input reports on self, Benjamin Tissoires
- [PATCH HID 11/12] selftests/hid: add another test for injecting an event from an event hook, Benjamin Tissoires
- [PATCH HID 12/12] selftests/hid: add an infinite loop test for hid_bpf_try_input_report, Benjamin Tissoires
[PATCH v5 0/7] firmware: support i.MX95 SCMI BBM/MISC Extenstion,
Peng Fan (OSS)
[netdev-net-next:main 6/7] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/net/fsl-fman.yaml, kernel test robot
[PATCH 0/2] Docs/damon/maintaier-profile: document a mailing tool and community meetup series,
SeongJae Park
[PATCH 0/2] platform/x86: wmi: Add driver_override support,
Armin Wolf
[PATCH v4 0/4] Userspace controls soft-offline pages,
Jiaqi Yan
[PATCH v12 0/7] iio: new DMABUF based API v12,
Paul Cercueil
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]