Linux MIPS
[Prev Page][Next Page]
- [PATCH v6 6/6] i2c: Add driver for the RTL9300 I2C controller, (continued)
- [PATCH v5 0/3] Realtek SPI-NAND controller,
Chris Packham
- [PATCH] cpufreq: loongson2: Unregister platform_driver on failure,
Yuan Can
- [PATCH v3 0/5] iio: fix possible race condition during access of available info lists,
Matteo Martelli
- [PATCH][next] mips: sgi-ip22: Replace "s[n]?printf" with sysfs_emit in sysfs callbacks,
Paulo Miguel Almeida
- provide generic page_to_phys and phys_to_page implementations v2,
Christoph Hellwig
- [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection,
Ryan Roberts
- [PATCH v4 0/3] Realtek SPI-NAND controller,
Chris Packham
- [PATCH v3 0/3] Realtek SPI-NAND controller,
Chris Packham
- [PATCH 0/2] MAINTAINERS: Deal with the linux-mips.org mess,
Maciej W. Rozycki
- [PATCH v2 0/1] pinctrl: ocelot: fix system hang on level based interrupts,
Sergey Matsievskiy
- [PATCH] mips: asm: fix warning when disabling MIPS_FP_SUPPORT,
Jonas Gorski
- [PATCH v2] MIPS: Allow using more than 32-bit addresses for reset vectors when possible,
Gregory CLEMENT
- [PATCH] MIPS: Allow using more than 32-bit addresses for reset vectors when possible, Gregory CLEMENT
- [PATCH] mm: Define general function pXd_init(), Bibo Mao
- [PATCH v13 00/85] KVM: Stop grabbing references to PFNMAP'd pages,
Sean Christopherson
- [PATCH v13 01/85] KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an error, Sean Christopherson
- [PATCH v13 02/85] KVM: Allow calling kvm_release_page_{clean,dirty}() on a NULL page pointer, Sean Christopherson
- [PATCH v13 03/85] KVM: Add kvm_release_page_unused() API to put pages that KVM never consumes, Sean Christopherson
- [PATCH v13 04/85] KVM: x86/mmu: Skip the "try unsync" path iff the old SPTE was a leaf SPTE, Sean Christopherson
- [PATCH v13 05/85] KVM: x86/mmu: Don't overwrite shadow-present MMU SPTEs when prefaulting, Sean Christopherson
- [PATCH v13 06/85] KVM: x86/mmu: Invert @can_unsync and renamed to @synchronizing, Sean Christopherson
- [PATCH v13 07/85] KVM: x86/mmu: Mark new SPTE as Accessed when synchronizing existing SPTE, Sean Christopherson
- [PATCH v13 08/85] KVM: x86/mmu: Mark folio dirty when creating SPTE, not when zapping/modifying, Sean Christopherson
- [PATCH v13 09/85] KVM: x86/mmu: Mark page/folio accessed only when zapping leaf SPTEs, Sean Christopherson
- [PATCH v13 10/85] KVM: x86/mmu: Use gfn_to_page_many_atomic() when prefetching indirect PTEs, Sean Christopherson
- [PATCH v13 11/85] KVM: Rename gfn_to_page_many_atomic() to kvm_prefetch_pages(), Sean Christopherson
- [PATCH v13 12/85] KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIs, Sean Christopherson
- [PATCH v13 13/85] KVM: Annotate that all paths in hva_to_pfn() might sleep, Sean Christopherson
- [PATCH v13 14/85] KVM: Return ERR_SIGPENDING from hva_to_pfn() if GUP returns -EGAIN, Sean Christopherson
- [PATCH v13 15/85] KVM: Drop extra GUP (via check_user_page_hwpoison()) to detect poisoned page, Sean Christopherson
- [PATCH v13 16/85] KVM: Replace "async" pointer in gfn=>pfn with "no_wait" and error code, Sean Christopherson
- [PATCH v13 17/85] KVM: x86/mmu: Drop kvm_page_fault.hva, i.e. don't track intermediate hva, Sean Christopherson
- [PATCH v13 18/85] KVM: Drop unused "hva" pointer from __gfn_to_pfn_memslot(), Sean Christopherson
- [PATCH v13 19/85] KVM: Introduce kvm_follow_pfn() to eventually replace "gfn_to_pfn" APIs, Sean Christopherson
- [PATCH v13 20/85] KVM: Remove pointless sanity check on @map param to kvm_vcpu_(un)map(), Sean Christopherson
- [PATCH v13 21/85] KVM: Explicitly initialize all fields at the start of kvm_vcpu_map(), Sean Christopherson
- [PATCH v13 22/85] KVM: Use NULL for struct page pointer to indicate mremapped memory, Sean Christopherson
- [PATCH v13 23/85] KVM: nVMX: Rely on kvm_vcpu_unmap() to track validity of eVMCS mapping, Sean Christopherson
- [PATCH v13 24/85] KVM: nVMX: Drop pointless msr_bitmap_map field from struct nested_vmx, Sean Christopherson
- [PATCH v13 25/85] KVM: nVMX: Add helper to put (unmap) vmcs12 pages, Sean Christopherson
- [PATCH v13 26/85] KVM: Use plain "struct page" pointer instead of single-entry array, Sean Christopherson
- [PATCH v13 27/85] KVM: Provide refcounted page as output field in struct kvm_follow_pfn, Sean Christopherson
- [PATCH v13 28/85] KVM: Move kvm_{set,release}_page_{clean,dirty}() helpers up in kvm_main.c, Sean Christopherson
- [PATCH v13 29/85] KVM: pfncache: Precisely track refcounted pages, Sean Christopherson
- [PATCH v13 30/85] KVM: Migrate kvm_vcpu_map() to kvm_follow_pfn(), Sean Christopherson
- [PATCH v13 31/85] KVM: Pin (as in FOLL_PIN) pages during kvm_vcpu_map(), Sean Christopherson
- [PATCH v13 32/85] KVM: nVMX: Mark vmcs12's APIC access page dirty when unmapping, Sean Christopherson
- [PATCH v13 33/85] KVM: Pass in write/dirty to kvm_vcpu_map(), not kvm_vcpu_unmap(), Sean Christopherson
- [PATCH v13 34/85] KVM: Get writable mapping for __kvm_vcpu_map() only when necessary, Sean Christopherson
- [PATCH v13 35/85] KVM: Disallow direct access (w/o mmu_notifier) to unpinned pfn by default, Sean Christopherson
- [PATCH v13 36/85] KVM: x86: Don't fault-in APIC access page during initial allocation, Sean Christopherson
- [PATCH v13 37/85] KVM: x86/mmu: Add "mmu" prefix fault-in helpers to free up generic names, Sean Christopherson
- [PATCH v13 38/85] KVM: x86/mmu: Put direct prefetched pages via kvm_release_page_clean(), Sean Christopherson
- [PATCH v13 39/85] KVM: x86/mmu: Add common helper to handle prefetching SPTEs, Sean Christopherson
- [PATCH v13 40/85] KVM: x86/mmu: Add helper to "finish" handling a guest page fault, Sean Christopherson
- [PATCH v13 41/85] KVM: x86/mmu: Mark pages/folios dirty at the origin of make_spte(), Sean Christopherson
- [PATCH v13 42/85] KVM: Move declarations of memslot accessors up in kvm_host.h, Sean Christopherson
- [PATCH v13 43/85] KVM: Add kvm_faultin_pfn() to specifically service guest page faults, Sean Christopherson
- [PATCH v13 44/85] KVM: x86/mmu: Convert page fault paths to kvm_faultin_pfn(), Sean Christopherson
- [PATCH v13 45/85] KVM: guest_memfd: Pass index, not gfn, to __kvm_gmem_get_pfn(), Sean Christopherson
- [PATCH v13 46/85] KVM: guest_memfd: Provide "struct page" as output from kvm_gmem_get_pfn(), Sean Christopherson
- [PATCH v13 47/85] KVM: x86/mmu: Put refcounted pages instead of blindly releasing pfns, Sean Christopherson
- [PATCH v13 48/85] KVM: x86/mmu: Don't mark unused faultin pages as accessed, Sean Christopherson
- [PATCH v13 49/85] KVM: Move x86's API to release a faultin page to common KVM, Sean Christopherson
- [PATCH v13 50/85] KVM: VMX: Hold mmu_lock until page is released when updating APIC access page, Sean Christopherson
- [PATCH v13 51/85] KVM: VMX: Use __kvm_faultin_page() to get APIC access page/pfn, Sean Christopherson
- [PATCH v13 52/85] KVM: PPC: e500: Mark "struct page" dirty in kvmppc_e500_shadow_map(), Sean Christopherson
- [PATCH v13 53/85] KVM: PPC: e500: Mark "struct page" pfn accessed before dropping mmu_lock, Sean Christopherson
- [PATCH v13 54/85] KVM: PPC: e500: Use __kvm_faultin_pfn() to handle page faults, Sean Christopherson
- [PATCH v13 55/85] KVM: arm64: Mark "struct page" pfns accessed/dirty before dropping mmu_lock, Sean Christopherson
- [PATCH v13 56/85] KVM: arm64: Use __kvm_faultin_pfn() to handle memory aborts, Sean Christopherson
- [PATCH v13 57/85] KVM: RISC-V: Mark "struct page" pfns dirty iff a stage-2 PTE is installed, Sean Christopherson
- [PATCH v13 58/85] KVM: RISC-V: Mark "struct page" pfns accessed before dropping mmu_lock, Sean Christopherson
- [PATCH v13 59/85] KVM: RISC-V: Use kvm_faultin_pfn() when mapping pfns into the guest, Sean Christopherson
- [PATCH v13 60/85] KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on Book3s HV, Sean Christopherson
- [PATCH v13 61/85] KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on Book3s Radix, Sean Christopherson
- [PATCH v13 62/85] KVM: PPC: Drop unused @kvm_ro param from kvmppc_book3s_instantiate_page(), Sean Christopherson
- [PATCH v13 63/85] KVM: PPC: Book3S: Mark "struct page" pfns dirty/accessed after installing PTE, Sean Christopherson
- [PATCH v13 64/85] KVM: PPC: Use kvm_faultin_pfn() to handle page faults on Book3s PR, Sean Christopherson
- [PATCH v13 65/85] KVM: LoongArch: Mark "struct page" pfns dirty only in "slow" page fault path, Sean Christopherson
- [PATCH v13 66/85] KVM: LoongArch: Mark "struct page" pfns accessed only in "slow" page fault path, Sean Christopherson
- [PATCH v13 67/85] KVM: LoongArch: Mark "struct page" pfn accessed before dropping mmu_lock, Sean Christopherson
- [PATCH v13 68/85] KVM: LoongArch: Use kvm_faultin_pfn() to map pfns into the guest, Sean Christopherson
- [PATCH v13 69/85] KVM: MIPS: Mark "struct page" pfns dirty only in "slow" page fault path, Sean Christopherson
- [PATCH v13 70/85] KVM: MIPS: Mark "struct page" pfns accessed only in "slow" page fault path, Sean Christopherson
- [PATCH v13 71/85] KVM: MIPS: Mark "struct page" pfns accessed prior to dropping mmu_lock, Sean Christopherson
- [PATCH v13 72/85] KVM: MIPS: Use kvm_faultin_pfn() to map pfns into the guest, Sean Christopherson
- [PATCH v13 74/85] KVM: PPC: Use kvm_vcpu_map() to map guest memory to patch dcbz instructions, Sean Christopherson
- [PATCH v13 73/85] KVM: PPC: Remove extra get_page() to fix page refcount leak, Sean Christopherson
- [PATCH v13 75/85] KVM: Convert gfn_to_page() to use kvm_follow_pfn(), Sean Christopherson
- [PATCH v13 76/85] KVM: Add support for read-only usage of gfn_to_page(), Sean Christopherson
- [PATCH v13 78/85] KVM: PPC: Explicitly require struct page memory for Ultravisor sharing, Sean Christopherson
- [PATCH v13 77/85] KVM: arm64: Use __gfn_to_page() when copying MTE tags to/from userspace, Sean Christopherson
- [PATCH v13 83/85] KVM: arm64: Don't mark "struct page" accessed when making SPTE young, Sean Christopherson
- [PATCH v13 84/85] KVM: Drop APIs that manipulate "struct page" via pfns, Sean Christopherson
- [PATCH v13 79/85] KVM: Drop gfn_to_pfn() APIs now that all users are gone, Sean Christopherson
- [PATCH v13 85/85] KVM: Don't grab reference on VM_MIXEDMAP pfns that have a "struct page", Sean Christopherson
- [PATCH v13 80/85] KVM: s390: Use kvm_release_page_dirty() to unpin "struct page" memory, Sean Christopherson
- [PATCH v13 82/85] KVM: x86/mmu: Don't mark "struct page" accessed when zapping SPTEs, Sean Christopherson
- [PATCH v13 81/85] KVM: Make kvm_follow_pfn.refcounted_page a required field, Sean Christopherson
- Re: [PATCH v13 00/85] KVM: Stop grabbing references to PFNMAP'd pages, Paolo Bonzini
- Re: [PATCH v13 00/85] KVM: Stop grabbing references to PFNMAP'd pages, Dmitry Osipenko
- [PATCH 0/9] vdso: Remove timekeeper argument and includes,
Thomas Weißschuh
- [PATCH 00/28] vdso: Preparations for generic data storage,
Thomas Weißschuh
- [PATCH 01/28] csky/vdso: Remove gettimeofday() and friends from VDSO, Thomas Weißschuh
- [PATCH 02/28] csky/vdso: Remove arch_vma_name(), Thomas Weißschuh
- [PATCH 03/28] s390/vdso: Drop LBASE_VDSO, Thomas Weißschuh
- [PATCH 05/28] arm64: vdso: Use only one single vvar mapping, Thomas Weißschuh
- [PATCH 04/28] arm64: vdso: Drop LBASE_VDSO, Thomas Weißschuh
- [PATCH 06/28] riscv: vdso: Use only one single vvar mapping, Thomas Weißschuh
- [PATCH 07/28] arm: vdso: Remove assembly for datapage access, Thomas Weißschuh
- [PATCH 08/28] LoongArch: vDSO: Use vdso/datapage.h to access vDSO data, Thomas Weißschuh
- [PATCH 09/28] MIPS: vdso: Avoid name conflict around "vdso_data", Thomas Weißschuh
- [PATCH 10/28] x86/mm/mmap: Remove arch_vma_name(), Thomas Weißschuh
- [PATCH 11/28] x86: vdso: Use __arch_get_vdso_data() to access vdso data, Thomas Weißschuh
- [PATCH 12/28] x86: vdso: Place vdso_data at beginning of vvar page, Thomas Weißschuh
- [PATCH 13/28] x86: vdso: Access rng data from kernel without vvar, Thomas Weißschuh
- [PATCH 14/28] x86: vdso: Allocate vvar page from C code, Thomas Weißschuh
- [PATCH 15/28] x86: vdso: Access timens vdso data without vvar.h, Thomas Weißschuh
- [PATCH 16/28] x86: vdso: Access rng vdso data without vvar.h, Thomas Weißschuh
- [PATCH 17/28] x86: vdso: Move the rng offset to vsyscall.h, Thomas Weißschuh
- [PATCH 18/28] x86: vdso: Access vdso data without vvar.h, Thomas Weißschuh
- [PATCH 19/28] x86: vdso: Delete vvar.h, Thomas Weißschuh
- [PATCH 20/28] x86: vdso: Split virtual clock pages into dedicated mapping, Thomas Weißschuh
- [PATCH 21/28] powerpc: vdso: Remove offset comment from 32bit vdso_arch_data, Thomas Weißschuh
- [PATCH 22/28] powerpc: procfs: Propagate error of remap_pfn_range(), Thomas Weißschuh
- [PATCH 24/28] powerpc/pseries/lparcfg: Use num_possible_cpus() for potential processors, Thomas Weißschuh
- [PATCH 23/28] powerpc/pseries/lparcfg: Fix printing of system_active_processors, Thomas Weißschuh
- [PATCH 25/28] powerpc: Add kconfig option for the systemcfg page, Thomas Weißschuh
- [PATCH 27/28] powerpc: Split systemcfg struct definitions out from vdso, Thomas Weißschuh
- [PATCH 26/28] powerpc: Split systemcfg data out of vdso data page, Thomas Weißschuh
- [PATCH 28/28] vdso: Rename struct arch_vdso_data to arch_vdso_time_data, Thomas Weißschuh
- Re: [PATCH 00/28] vdso: Preparations for generic data storage, Thomas Gleixner
- Re: [PATCH 00/28] vdso: Preparations for generic data storage, patchwork-bot+linux-riscv
- [PATCH v5 0/8] x86/module: use large ROX pages for text allocations,
Mike Rapoport
- provide generic page_to_phys and phys_to_page implementations,
Christoph Hellwig
- [PATCH net-next] eth: remove the DLink/Sundance (ST201) driver,
Jakub Kicinski
- [PATCH] MIPS: mobileye: eyeq6h-epm6: Use eyeq6h in the board device tree,
Gregory CLEMENT
- [PATCH v2 0/3] Realtek SPI-NAND controller,
Chris Packham
- [PATCH][next] firmware: tee_bnxt: remove redundant assignment to variable nbytes, Colin Ian King
- [PATCH v2 0/7] iio: fix possible race condition during access of available info lists,
Matteo Martelli
- [PATCH v4 0/8] x86/module: use large ROX pages for text allocations,
Mike Rapoport
- [PATCH 0/3] Realtek SPI-NAND controller,
Chris Packham
- [PATCH 0/1] pinctrl: ocelot: fix system hang on level based interrupts,
Sergey Matsievskiy
- [viro-vfs:work.xattr2] [fs/xattr] 64d47e878a: xfstests.xfs.046.fail,
kernel test robot
- [PATCH 0/7] iio: fix possible race condition during access of available info lists,
Matteo Martelli
- [PATCH] mips: bmips: bcm6358/6368: define required brcm,bmips-cbr-reg,
Christian Marangi
- [RFC PATCH 0/4] implement lightweight guard pages,
Lorenzo Stoakes
- [PATCH treewide 00/11] ASoC: Clean up {hp,mic}-det-gpio handling,
Geert Uytterhoeven
- [PATCH treewide 07/11] arm64: dts: rockchip: Switch to hp-det-gpios, Geert Uytterhoeven
- [PATCH treewide 09/11] mips: dts: ingenic: Switch to simple-audio-card,hp-det-gpios, Geert Uytterhoeven
- [PATCH treewide 08/11] arm64: dts: uniphier: Switch to hp-det-gpios, Geert Uytterhoeven
- [PATCH treewide 03/11] ARM: dts: marvell: mmp2-olpc-xo-1-75: Switch to {hp,mic}-det-gpios, Geert Uytterhoeven
- [PATCH treewide 05/11] arm64: dts: renesas: beacon-renesom: Switch to mic-det-gpios, Geert Uytterhoeven
- [PATCH treewide 10/11] ARM: dts: nxp: imx: Switch to {hp,mic}-det-gpios, Geert Uytterhoeven
- [PATCH treewide 04/11] arm64: dts: freescale: imx: Switch to simple-audio-card,hp-det-gpios, Geert Uytterhoeven
- [PATCH treewide 02/11] ASoC: dt-bindings: Deprecate {hp,mic}-det-gpio, Geert Uytterhoeven
- [PATCH treewide 11/11] arm64: dts: freescale: imx: Switch to hp-det-gpios, Geert Uytterhoeven
- [PATCH treewide 01/11] ASoC: fsl-asoc-card: Add missing handling of {hp,mic}-dt-gpios, Geert Uytterhoeven
- [PATCH treewide 06/11] arm64: dts: rockchip: Switch to simple-audio-card,hp-det-gpios, Geert Uytterhoeven
- Re: [PATCH treewide 00/11] ASoC: Clean up {hp,mic}-det-gpio handling, Heiko Stuebner
- Re: (subset) [PATCH treewide 00/11] ASoC: Clean up {hp,mic}-det-gpio handling, Mark Brown
- Re: (subset) [PATCH treewide 00/11] ASoC: Clean up {hp,mic}-det-gpio handling, Heiko Stuebner
- Re: (subset) [PATCH treewide 00/11] ASoC: Clean up {hp,mic}-det-gpio handling, Krzysztof Kozlowski
- [PATCH v5 0/6] RTL9300 support for reboot and i2c,
Chris Packham
- [PATCH 0/5] asm-generic: clean up asm/mman.h,
Arnd Bergmann
- [PATCH 0/2] irqchip/ocelot: Fix trigger register address,
Sergey Matsievskiy
- Bouncing maintainer: Ralf Baechle,
Konstantin Ryabitsev
- [PATCH v2 0/2] unrestrict process_madvise() for current process,
Lorenzo Stoakes
- [PATCH v3 0/3] i2c: RTL9300 support,
Chris Packham
- [PATCH v4 0/3] mips: realtek: Add reboot support,
Chris Packham
- [PATCH 0/2] clocksource: move System Tick Counter from 'arch/mips/ralink',
Sergio Paracuellos
- [PATCH v2 0/3] i2c: RTL9300 support,
Chris Packham
- [PATCH 0/5] i2c: RTL9300 support,
Chris Packham
- [PATCH v3 0/4] LoongArch, MIPS: Unify Loongson IOCSR handling,
Jiaxun Yang
- [PATCH v2 0/2] mips: realtek: Add reboot support,
Chris Packham
- [PATCH v2 0/4] LoongArch, MIPS: Unify Loongson IOCSR handling,
Jiaxun Yang
- [GIT PULL] MIPS changes for v6.12,
Thomas Bogendoerfer
- [PATCH v6 0/9] MIPS: Support I6500 multi-cluster configuration,
Aleksandar Rikalo
- [PATCH v6 1/9] irqchip/mips-gic: Introduce for_each_online_cpu_gic(), Aleksandar Rikalo
- [PATCH v6 2/9] irqchip/mips-gic: Support multi-cluster in for_each_online_cpu_gic(), Aleksandar Rikalo
- [PATCH v6 3/9] irqchip/mips-gic: Setup defaults in each cluster, Aleksandar Rikalo
- [PATCH v6 4/9] irqchip/mips-gic: Multi-cluster support, Aleksandar Rikalo
- [PATCH v6 5/9] clocksource: mips-gic-timer: Always use cluster 0 counter as clocksource, Aleksandar Rikalo
- [PATCH v6 6/9] clocksource: mips-gic-timer: Enable counter when CPUs start, Aleksandar Rikalo
- [PATCH v6 7/9] MIPS: pm-cps: Use per-CPU variables as per-CPU, not per-core, Aleksandar Rikalo
- [PATCH v6 8/9] MIPS: CPS: Introduce struct cluster_boot_config, Aleksandar Rikalo
- [PATCH v6 9/9] MIPS: CPS: Boot CPUs in secondary clusters, Aleksandar Rikalo
- Re: [PATCH v6 0/9] MIPS: Support I6500 multi-cluster configuration, Gregory CLEMENT
- <Possible follow-ups>
- Re: [PATCH v6 0/9] MIPS: Support I6500 multi-cluster configuration, Aleksandar Rikalo
- [RESEND. PATCH v3] MIPS: crypto: Clean up useless assignment operations, WangYuli
- [PATCH net-next v26 00/13] Device Memory TCP,
Mina Almasry
- [PATCH net-next v26 01/13] netdev: add netdev_rx_queue_restart(), Mina Almasry
- [PATCH net-next v26 02/13] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [PATCH net-next v26 03/13] netdev: support binding dma-buf to netdevice, Mina Almasry
- [PATCH net-next v26 04/13] netdev: netdevice devmem allocator, Mina Almasry
- [PATCH net-next v26 05/13] page_pool: devmem support, Mina Almasry
- [PATCH net-next v26 08/13] net: add support for skbs with unreadable frags, Mina Almasry
- [PATCH net-next v26 06/13] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [PATCH net-next v26 09/13] tcp: RX path for devmem TCP, Mina Almasry
- [PATCH net-next v26 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [PATCH net-next v26 13/13] netdev: add dmabuf introspection, Mina Almasry
- [PATCH net-next v26 11/13] net: add devmem TCP documentation, Mina Almasry
- [PATCH net-next v26 12/13] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- [PATCH net-next v26 07/13] net: support non paged skb frags, Mina Almasry
- Re: [PATCH net-next v26 00/13] Device Memory TCP, patchwork-bot+netdevbpf
- [no subject], Unknown
- [PATCH v3 0/8] x86/module: use large ROX pages for text allocations,
Mike Rapoport
- [PATCH net-next v25 00/13] Device Memory TCP,
Mina Almasry
- [PATCH net-next v25 01/13] netdev: add netdev_rx_queue_restart(), Mina Almasry
- [PATCH net-next v25 02/13] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [PATCH net-next v25 03/13] netdev: support binding dma-buf to netdevice, Mina Almasry
- [PATCH net-next v25 04/13] netdev: netdevice devmem allocator, Mina Almasry
- [PATCH net-next v25 05/13] page_pool: devmem support, Mina Almasry
- [PATCH net-next v25 06/13] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [PATCH net-next v25 07/13] net: support non paged skb frags, Mina Almasry
- [PATCH net-next v25 09/13] tcp: RX path for devmem TCP, Mina Almasry
- [PATCH net-next v25 08/13] net: add support for skbs with unreadable frags, Mina Almasry
- [PATCH net-next v25 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [PATCH net-next v25 11/13] net: add devmem TCP documentation, Mina Almasry
- [PATCH net-next v25 13/13] netdev: add dmabuf introspection, Mina Almasry
- [PATCH net-next v25 12/13] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- Re: [PATCH net-next v25 00/13] Device Memory TCP, Yunsheng Lin
- Re: [PATCH net-next v25 00/13] Device Memory TCP, Jakub Kicinski
- [PATCH 0/2] mips: realtek: Add reboot support,
Chris Packham
- [PATCH 0/2] MIPS: Chore clean ups,
Jiaxun Yang
- [PATCH v5 00/10] MIPS: IPI Improvements,
Jiaxun Yang
- [PATCH v5 01/10] MIPS: smp: Make IPI interrupts scalable, Jiaxun Yang
- [PATCH v5 02/10] MIPS: smp: Manage IPI interrupts as percpu_devid interrupts, Jiaxun Yang
- [PATCH v5 03/10] MIPS: smp: Provide platform IPI virq & domain hooks, Jiaxun Yang
- [PATCH v5 04/10] MIPS: Move mips_smp_ipi_init call after prepare_cpus, Jiaxun Yang
- [PATCH v5 05/10] MIPS: smp: Implement IPI stats, Jiaxun Yang
- [PATCH v5 06/10] irqchip/irq-mips-gic: Switch to ipi_mux, Jiaxun Yang
- [PATCH v5 07/10] MIPS: Implement get_mips_sw_int hook, Jiaxun Yang
- [PATCH v5 08/10] MIPS: GIC: Implement get_sw_int hook, Jiaxun Yang
- [PATCH v5 09/10] irqchip/irq-mips-cpu: Rework software IRQ handling flow, Jiaxun Yang
- [PATCH v5 10/10] MIPS: smp-mt: Rework IPI functions, Jiaxun Yang
- [PATCH v4 00/10] MIPS: IPI Improvements,
Jiaxun Yang
- [PATCH v4 01/10] MIPS: smp: Make IPI interrupts scalable, Jiaxun Yang
- [PATCH v4 02/10] MIPS: smp: Manage IPI interrupts as percpu_devid interrupts, Jiaxun Yang
- [PATCH v4 03/10] MIPS: smp: Provide platform IPI virq & domain hooks, Jiaxun Yang
- [PATCH v4 04/10] MIPS: Move mips_smp_ipi_init call after prepare_cpus, Jiaxun Yang
- [PATCH v4 05/10] MIPS: smp: Implement IPI stats, Jiaxun Yang
- [PATCH v4 06/10] irqchip/irq-mips-gic: Switch to ipi_mux, Jiaxun Yang
- [PATCH v4 07/10] MIPS: Implement get_mips_sw_int hook, Jiaxun Yang
- [PATCH v4 08/10] MIPS: GIC: Implement get_sw_int hook, Jiaxun Yang
- [PATCH v4 09/10] irqchip/irq-mips-cpu: Rework software IRQ handling flow, Jiaxun Yang
- [PATCH v4 10/10] MIPS: smp-mt: Rework IPI functions, Jiaxun Yang
- Re: [PATCH v4 00/10] MIPS: IPI Improvements, Jiaxun Yang
- [PATCH 0/5] LoongArch, MIPS: Unify Loongson IOCSR handling,
Jiaxun Yang
[Index of Archives]
[Kernel]
[Linux ARM Kernel]
[Linux ARM]
Mail converted by MHonArc