Linux MIPS
[Prev Page][Next Page]
- [PATCH v12 38/84] KVM: x86/mmu: Put direct prefetched pages via kvm_release_page_clean(), (continued)
- [PATCH v12 38/84] KVM: x86/mmu: Put direct prefetched pages via kvm_release_page_clean(), Sean Christopherson
- [PATCH v12 39/84] KVM: x86/mmu: Add common helper to handle prefetching SPTEs, Sean Christopherson
- [PATCH v12 40/84] KVM: x86/mmu: Add helper to "finish" handling a guest page fault, Sean Christopherson
- [PATCH v12 41/84] KVM: x86/mmu: Mark pages/folios dirty at the origin of make_spte(), Sean Christopherson
- [PATCH v12 42/84] KVM: Move declarations of memslot accessors up in kvm_host.h, Sean Christopherson
- [PATCH v12 43/84] KVM: Add kvm_faultin_pfn() to specifically service guest page faults, Sean Christopherson
- [PATCH v12 44/84] KVM: x86/mmu: Convert page fault paths to kvm_faultin_pfn(), Sean Christopherson
- [PATCH v12 45/84] KVM: guest_memfd: Provide "struct page" as output from kvm_gmem_get_pfn(), Sean Christopherson
- [PATCH v12 46/84] KVM: x86/mmu: Put refcounted pages instead of blindly releasing pfns, Sean Christopherson
- [PATCH v12 47/84] KVM: x86/mmu: Don't mark unused faultin pages as accessed, Sean Christopherson
- [PATCH v12 48/84] KVM: Move x86's API to release a faultin page to common KVM, Sean Christopherson
- [PATCH v12 49/84] KVM: VMX: Hold mmu_lock until page is released when updating APIC access page, Sean Christopherson
- [PATCH v12 50/84] KVM: VMX: Use __kvm_faultin_page() to get APIC access page/pfn, Sean Christopherson
- [PATCH v12 51/84] KVM: PPC: e500: Mark "struct page" dirty in kvmppc_e500_shadow_map(), Sean Christopherson
- [PATCH v12 52/84] KVM: PPC: e500: Mark "struct page" pfn accessed before dropping mmu_lock, Sean Christopherson
- [PATCH v12 53/84] KVM: PPC: e500: Use __kvm_faultin_pfn() to handle page faults, Sean Christopherson
- [PATCH v12 54/84] KVM: arm64: Mark "struct page" pfns accessed/dirty before dropping mmu_lock, Sean Christopherson
- [PATCH v12 55/84] KVM: arm64: Use __kvm_faultin_pfn() to handle memory aborts, Sean Christopherson
- [PATCH v12 56/84] KVM: RISC-V: Mark "struct page" pfns dirty iff a stage-2 PTE is installed, Sean Christopherson
- [PATCH v12 57/84] KVM: RISC-V: Mark "struct page" pfns accessed before dropping mmu_lock, Sean Christopherson
- [PATCH v12 58/84] KVM: RISC-V: Use kvm_faultin_pfn() when mapping pfns into the guest, Sean Christopherson
- [PATCH v12 59/84] KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on Book3s HV, Sean Christopherson
- [PATCH v12 60/84] KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on Book3s Radix, Sean Christopherson
- [PATCH v12 61/84] KVM: PPC: Drop unused @kvm_ro param from kvmppc_book3s_instantiate_page(), Sean Christopherson
- [PATCH v12 62/84] KVM: PPC: Book3S: Mark "struct page" pfns dirty/accessed after installing PTE, Sean Christopherson
- [PATCH v12 63/84] KVM: PPC: Use kvm_faultin_pfn() to handle page faults on Book3s PR, Sean Christopherson
- [PATCH v12 64/84] KVM: LoongArch: Mark "struct page" pfns dirty only in "slow" page fault path, Sean Christopherson
- [PATCH v12 65/84] KVM: LoongArch: Mark "struct page" pfns accessed only in "slow" page fault path, Sean Christopherson
- [PATCH v12 66/84] KVM: LoongArch: Mark "struct page" pfn accessed before dropping mmu_lock, Sean Christopherson
- [PATCH v12 67/84] KVM: LoongArch: Use kvm_faultin_pfn() to map pfns into the guest, Sean Christopherson
- [PATCH v12 68/84] KVM: MIPS: Mark "struct page" pfns dirty only in "slow" page fault path, Sean Christopherson
- [PATCH v12 69/84] KVM: MIPS: Mark "struct page" pfns accessed only in "slow" page fault path, Sean Christopherson
- [PATCH v12 70/84] KVM: MIPS: Mark "struct page" pfns accessed prior to dropping mmu_lock, Sean Christopherson
- [PATCH v12 72/84] KVM: PPC: Remove extra get_page() to fix page refcount leak, Sean Christopherson
- [PATCH v12 71/84] KVM: MIPS: Use kvm_faultin_pfn() to map pfns into the guest, Sean Christopherson
- [PATCH v12 73/84] KVM: PPC: Use kvm_vcpu_map() to map guest memory to patch dcbz instructions, Sean Christopherson
- [PATCH v12 74/84] KVM: Convert gfn_to_page() to use kvm_follow_pfn(), Sean Christopherson
- [PATCH v12 75/84] KVM: Add support for read-only usage of gfn_to_page(), Sean Christopherson
- [PATCH v12 76/84] KVM: arm64: Use __gfn_to_page() when copying MTE tags to/from userspace, Sean Christopherson
- [PATCH v12 77/84] KVM: PPC: Explicitly require struct page memory for Ultravisor sharing, Sean Christopherson
- [PATCH v12 78/84] KVM: Drop gfn_to_pfn() APIs now that all users are gone, Sean Christopherson
- [PATCH v12 79/84] KVM: s390: Use kvm_release_page_dirty() to unpin "struct page" memory, Sean Christopherson
- [PATCH v12 80/84] KVM: Make kvm_follow_pfn.refcounted_page a required field, Sean Christopherson
- [PATCH v12 81/84] KVM: x86/mmu: Don't mark "struct page" accessed when zapping SPTEs, Sean Christopherson
- [PATCH v12 82/84] KVM: arm64: Don't mark "struct page" accessed when making SPTE young, Sean Christopherson
- [PATCH v12 83/84] KVM: Drop APIs that manipulate "struct page" via pfns, Sean Christopherson
- [PATCH v12 84/84] KVM: Don't grab reference on VM_MIXEDMAP pfns that have a "struct page", Sean Christopherson
- Re: [PATCH v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages, Paolo Bonzini
- Re: [PATCH v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages, Alex Bennée
- [PATCH v10 0/2] Add support for Loongson1 APB DMA,
Keguang Zhang via B4 Relay
- [GIT PULL] MIPS changes part 2 for v6.11,
Thomas Bogendoerfer
- Mourning the loss of Peter De Schrijver, Paul Walmsley
- [PATCH] MIPS: Loongson64: Set timer mode in cpu-probe,
Jiaxun Yang
- [PATCH v2 00/25] mm: introduce numa_memblks,
Mike Rapoport
- [PATCH v2 01/25] mm: move kernel/numa.c to mm/, Mike Rapoport
- [PATCH v2 02/25] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures, Mike Rapoport
- [PATCH v2 03/25] MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes, Mike Rapoport
- [PATCH v2 04/25] MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION, Mike Rapoport
- [PATCH v2 05/25] MIPS: loongson64: rename __node_data to node_data, Mike Rapoport
- [PATCH v2 06/25] MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION, Mike Rapoport
- [PATCH v2 07/25] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION, Mike Rapoport
- [PATCH v2 08/25] arch, mm: move definition of node_data to generic code, Mike Rapoport
- [PATCH v2 09/25] arch, mm: pull out allocation of NODE_DATA to generic code, Mike Rapoport
- [PATCH v2 10/25] x86/numa: simplify numa_distance allocation, Mike Rapoport
- [PATCH v2 11/25] x86/numa: use get_pfn_range_for_nid to verify that node spans memory, Mike Rapoport
- [PATCH v2 12/25] x86/numa: move FAKE_NODE_* defines to numa_emu, Mike Rapoport
- [PATCH v2 13/25] x86/numa_emu: simplify allocation of phys_dist, Mike Rapoport
- [PATCH v2 14/25] x86/numa_emu: split __apicid_to_node update to a helper function, Mike Rapoport
- [PATCH v2 15/25] x86/numa_emu: use a helper function to get MAX_DMA32_PFN, Mike Rapoport
- [PATCH v2 16/25] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned, Mike Rapoport
- [PATCH v2 17/25] mm: introduce numa_memblks, Mike Rapoport
- [PATCH v2 18/25] mm: move numa_distance and related code from x86 to numa_memblks, Mike Rapoport
- [PATCH v2 19/25] mm: introduce numa_emulation, Mike Rapoport
- [PATCH v2 20/25] mm: numa_memblks: introduce numa_memblks_init, Mike Rapoport
- [PATCH v2 21/25] mm: numa_memblks: make several functions and variables static, Mike Rapoport
- [PATCH v2 22/25] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo, Mike Rapoport
- [PATCH v2 23/25] arch_numa: switch over to numa_memblks, Mike Rapoport
- [PATCH v2 24/25] mm: make range-to-target_node lookup facility a part of numa_memblks, Mike Rapoport
- [PATCH v2 25/25] docs: move numa=fake description to kernel-parameters.txt, Mike Rapoport
- Re: [PATCH v2 00/25] mm: introduce numa_memblks, Zi Yan
- Mips handling of signed integer overflows,
Lukas Wunner
- [PATCH v2] MIPS: SMP-CPS: Fix address for GCR_ACCESS register for CM3 and later,
Gregory CLEMENT
- [GIT PULL] MIPS changes for v6.11,
Thomas Bogendoerfer
- [PATCH] MIPS: SMP-CPS: Fix address for GCR_ACCESS register for I6500,
Gregory CLEMENT
- [no subject], Unknown
- [PATCH] mips: sibyte: add missing MODULE_DESCRIPTION() macro,
Jeff Johnson
- [PATCH 00/17] mm: introduce numa_memblks,
Mike Rapoport
- [PATCH 01/17] mm: move kernel/numa.c to mm/, Mike Rapoport
- [PATCH 02/17] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures, Mike Rapoport
- [PATCH 03/17] MIPS: loongson64: rename __node_data to node_data, Mike Rapoport
- [PATCH 04/17] arch, mm: move definition of node_data to generic code, Mike Rapoport
- [PATCH 05/17] arch, mm: pull out allocation of NODE_DATA to generic code, Mike Rapoport
- [PATCH 06/17] x86/numa: simplify numa_distance allocation, Mike Rapoport
- [PATCH 07/17] x86/numa: move FAKE_NODE_* defines to numa_emu, Mike Rapoport
- [PATCH 08/17] x86/numa_emu: simplify allocation of phys_dist, Mike Rapoport
- [PATCH 09/17] x86/numa_emu: split __apicid_to_node update to a helper function, Mike Rapoport
- [PATCH 10/17] x86/numa_emu: use a helper function to get MAX_DMA32_PFN, Mike Rapoport
- [PATCH 11/17] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned, Mike Rapoport
- [PATCH 12/17] mm: introduce numa_memblks, Mike Rapoport
- [PATCH 13/17] mm: move numa_distance and related code from x86 to numa_memblks, Mike Rapoport
- [PATCH 14/17] mm: introduce numa_emulation, Mike Rapoport
- [PATCH 15/17] mm: make numa_memblks more self-contained, Mike Rapoport
- [PATCH 16/17] arch_numa: switch over to numa_memblks, Mike Rapoport
- [PATCH 17/17] mm: make range-to-target_node lookup facility a part of numa_memblks, Mike Rapoport
- Re: [PATCH 00/17] mm: introduce numa_memblks, Jonathan Cameron
- [PATCH v4 0/5] drm: fix two issues related to HDMI Connector implementation,
Dmitry Baryshkov
- [PATCH] MIPS: Fix fallback march for SB1,
Jiaxun Yang
- [PATCH] MIPS: Loongson64: Switch to SYNC_R4K,
Jiaxun Yang
- [PATCH v2 0/4] MIPS: Refresh some configs,
Jiaxun Yang
- [PATCH v3 1/5] arch/x86: Drop own definition of pgd,p4d_leaf,
Christophe Leroy
- [PATCH RESEND v9 0/2] Add support for Loongson1 APB DMA,
Keguang Zhang via B4 Relay
- [PATCH v5 00/11] MIPS: Support I6500 multi-cluster configuration,
Aleksandar Rikalo
- [PATCH v5 01/11] MIPS: CPS: Add a couple of multi-cluster utility functions, Aleksandar Rikalo
- [PATCH v5 02/11] MIPS: GIC: Generate redirect block accessors, Aleksandar Rikalo
- [PATCH v5 03/11] irqchip/mips-gic: Introduce for_each_online_cpu_gic(), Aleksandar Rikalo
- [PATCH v5 04/11] irqchip/mips-gic: Support multi-cluster in for_each_online_cpu_gic(), Aleksandar Rikalo
- [PATCH v5 05/11] irqchip/mips-gic: Setup defaults in each cluster, Aleksandar Rikalo
- [PATCH v5 06/11] irqchip/mips-gic: Multi-cluster support, Aleksandar Rikalo
- [PATCH v5 07/11] clocksource: mips-gic-timer: Always use cluster 0 counter as clocksource, Aleksandar Rikalo
- [PATCH v5 08/11] clocksource: mips-gic-timer: Enable counter when CPUs start, Aleksandar Rikalo
- [PATCH v5 09/11] MIPS: pm-cps: Use per-CPU variables as per-CPU, not per-core, Aleksandar Rikalo
- [PATCH v5 10/11] MIPS: CPS: Introduce struct cluster_boot_config, Aleksandar Rikalo
- [PATCH v5 11/11] MIPS: CPS: Boot CPUs in secondary clusters, Aleksandar Rikalo
- mips-gic-timer.c:180:11: error: call to undeclared function 'read_gic_redir_counter', Naresh Kamboju
- [PATCH v5 00/10] mips: Support for RTL9302C,
Chris Packham
- [PATCH v5 04/10] dt-bindings: mips: realtek: Add rtl930x-soc compatible, Chris Packham
- [PATCH v5 01/10] mips: dts: realtek: use "serial" instead of "uart" in node name, Chris Packham
- [PATCH v5 03/10] dt-bindings: vendor-prefixes: Add Cameo Communications, Chris Packham
- [PATCH v5 02/10] mips: dts: realtek: add device_type property to cpu node, Chris Packham
- [PATCH v5 05/10] dt-bindings: timer: Add schema for realtek,otto-timer, Chris Packham
- [PATCH v5 08/10] mips: select REALTEK_OTTO_TIMER for Realtek platforms, Chris Packham
- [PATCH v5 10/10] mips: dts: realtek: Add RTL9302C board, Chris Packham
- [PATCH v5 07/10] clocksource: realtek: Add timer driver for rtl-otto platforms, Chris Packham
- [PATCH v5 06/10] dt-bindings: interrupt-controller: realtek,rtl-intc: Add rtl9300-intc, Chris Packham
- [PATCH v5 09/10] mips: generic: add fdt fixup for Realtek reference board, Chris Packham
- Re: [PATCH v5 00/10] mips: Support for RTL9302C, Thomas Bogendoerfer
- [PATCH net-next v16 00/13] Device Memory TCP,
Mina Almasry
- [PATCH net-next v16 01/13] netdev: add netdev_rx_queue_restart(), Mina Almasry
- [PATCH net-next v16 02/13] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [PATCH net-next v16 03/13] netdev: support binding dma-buf to netdevice, Mina Almasry
- [PATCH net-next v16 04/13] netdev: netdevice devmem allocator, Mina Almasry
- [PATCH net-next v16 05/13] page_pool: devmem support, Mina Almasry
- [PATCH net-next v16 06/13] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [PATCH net-next v16 07/13] net: support non paged skb frags, Mina Almasry
- [PATCH net-next v16 08/13] net: add support for skbs with unreadable frags, Mina Almasry
- [PATCH net-next v16 09/13] tcp: RX path for devmem TCP, Mina Almasry
- [PATCH net-next v16 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [PATCH net-next v16 11/13] net: add devmem TCP documentation, Mina Almasry
- [PATCH net-next v16 12/13] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- [PATCH net-next v16 13/13] netdev: add dmabuf introspection, Mina Almasry
- [PATCH] MIPS: lantiq: improve USB initialization,
Hauke Mehrtens
- [PATCH v2 00/60] i2c: reword first drivers according to newest specification,
Wolfram Sang
- [PATCH 0/4] MIPS: Refresh some configs,
Jiaxun Yang
- [PATCH] Revert "bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()" for linux-6.6.37,
WangYuli
- [PATCH v2 00/10] MIPS: IPI Improvements,
Jiaxun Yang
- [PATCH v2 01/10] MIPS: smp: Make IPI interrupts scalable, Jiaxun Yang
- [PATCH v2 02/10] MIPS: smp: Manage IPI interrupts as percpu_devid interrupts, Jiaxun Yang
- [PATCH v2 03/10] MIPS: smp: Provide platform IPI virq & domain hooks, Jiaxun Yang
- [PATCH v2 04/10] MIPS: Move mips_smp_ipi_init call after prepare_cpus, Jiaxun Yang
- [PATCH v2 05/10] MIPS: smp: Implement IPI stats, Jiaxun Yang
- [PATCH v2 06/10] irqchip: irq-mips-gic: Switch to ipi_mux, Jiaxun Yang
- [PATCH v2 07/10] MIPS: Implement get_mips_sw_int hook, Jiaxun Yang
- [PATCH v2 08/10] MIPS: GIC: Implement get_sw_int hook, Jiaxun Yang
- [PATCH v2 09/10] irqchip: irq-mips-cpu: Rework software IRQ handling flow, Jiaxun Yang
- [PATCH v2 10/10] MIPS: smp-mt: Rework IPI functions, Jiaxun Yang
- Re: [PATCH v2 00/10] MIPS: IPI Improvements, Serge Semin
- [PATCH] MIPS: Octeron: remove source file executable bit,
Dominique Martinet
- [PATCH v4 0/9] mips: Support for RTL9302C,
Chris Packham
- [PATCH v4 1/9] mips: dts: realtek: use "serial" instead of "uart" in node name, Chris Packham
- [PATCH v4 3/9] dt-bindings: vendor-prefixes: Add Cameo Communications, Chris Packham
- [PATCH v4 4/9] dt-bindings: mips: realtek: Add rtl930x-soc compatible, Chris Packham
- [PATCH v4 2/9] mips: dts: realtek: add device_type property to cpu node, Chris Packham
- [PATCH v4 8/9] mips: generic: add fdt fixup for Realtek reference board, Chris Packham
- [PATCH v4 5/9] dt-bindings: timer: Add schema for realtek,otto-timer, Chris Packham
- [PATCH v4 7/9] clocksource: realtek: Add timer driver for rtl-otto platforms, Chris Packham
- [PATCH v4 9/9] mips: dts: realtek: Add RTL9302C board, Chris Packham
- [PATCH v4 6/9] dt-bindings: interrupt-controller: realtek,rtl-intc: Add rtl9300-intc, Chris Packham
- [PATCH 0/4] cpufreq: Make cpufreq_driver->exit() return void,
Viresh Kumar
- [PATCH 0/9] ASoC: Constify struct regmap_config,
Javier Carrasco
- [PATCH 1/9] ASoC: cs35l34: Constify struct regmap_config, Javier Carrasco
- [PATCH 2/9] ASoC: cs35l35: Constify struct regmap_config, Javier Carrasco
- [PATCH 3/9] ASoC: cs35l36: Constify struct regmap_config, Javier Carrasco
- [PATCH 4/9] ASoC: cs53l30: Constify struct regmap_config, Javier Carrasco
- [PATCH 5/9] ASoC: jz4760: Constify struct regmap_config, Javier Carrasco
- [PATCH 6/9] ASoC: jz4770: Constify struct regmap_config, Javier Carrasco
- [PATCH 7/9] ASoC: wsa881x: Constify struct regmap_config, Javier Carrasco
- [PATCH 9/9] ASoC: wsa884x: Constify struct regmap_config, Javier Carrasco
- [PATCH 8/9] ASoC: wsa883x: Constify struct regmap_config, Javier Carrasco
- Re: [PATCH 0/9] ASoC: Constify struct regmap_config, Mark Brown
- [PATCH] MIPS: Alchemy: switch to use software nodes for GPIOs,
Dmitry Torokhov
- [PATCH 0/9] AT24 EEPROM MTD Support,
Marco Felsch
- [PATCH 8/9] LoongArch: convert to MTD_EEPROM_AT24, Marco Felsch
- [PATCH 3/9] mtd: add support to handle EEPROM devices, Marco Felsch
- [PATCH 2/9] mtd: add mtd_is_master helper, Marco Felsch
- [PATCH 9/9] eeprom: at24: remove deprecated Kconfig symbol, Marco Felsch
- [PATCH 7/9] MIPS: configs: convert to MTD_EEPROM_AT24, Marco Felsch
- [PATCH 1/9] mtd: core: add nvmem_write support, Marco Felsch
- [PATCH 6/9] powerpc: convert to MTD_EEPROM_AT24, Marco Felsch
- [PATCH 4/9] mtd: devices: add AT24 eeprom support, Marco Felsch
- [PATCH 5/9] ARM: defconfig: convert to MTD_EEPROM_AT24, Marco Felsch
- Re: [PATCH 0/9] AT24 EEPROM MTD Support, Andy Shevchenko
- [PATCH AUTOSEL 5.4 4/4] mips: fix compat_sys_lseek syscall, Sasha Levin
- [PATCH AUTOSEL 5.10 4/4] mips: fix compat_sys_lseek syscall, Sasha Levin
- [PATCH AUTOSEL 5.15 5/5] mips: fix compat_sys_lseek syscall, Sasha Levin
- [PATCH AUTOSEL 6.1 5/5] mips: fix compat_sys_lseek syscall, Sasha Levin
- [PATCH AUTOSEL 6.6 12/12] mips: fix compat_sys_lseek syscall, Sasha Levin
- [PATCH AUTOSEL 6.9 19/20] mips: fix compat_sys_lseek syscall, Sasha Levin
- [PATCH v3] mips: kernel: fix detect_memory_region() function,
Shiji Yang
- MCEs on MIPS: multiple matching TLB entries,
Yu Zhao
- [PATCH 0/3] MIPS: Add Mobileye EyeQ OLB system-controller,
Théo Lebrun
- [PATCH] MIPS: crypto: Clean up useless assignment operations,
WangYuli
- [PATCH net-next v15 00/14] Device Memory TCP,
Mina Almasry
- [PATCH net-next v15 01/14] netdev: add netdev_rx_queue_restart(), Mina Almasry
- [PATCH net-next v15 02/14] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [PATCH net-next v15 03/14] netdev: support binding dma-buf to netdevice, Mina Almasry
- [PATCH net-next v15 04/14] netdev: netdevice devmem allocator, Mina Almasry
- [PATCH net-next v15 05/14] page_pool: convert to use netmem, Mina Almasry
- [PATCH net-next v15 06/14] page_pool: devmem support, Mina Almasry
- [PATCH net-next v15 07/14] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [PATCH net-next v15 08/14] net: support non paged skb frags, Mina Almasry
- [PATCH net-next v15 09/14] net: add support for skbs with unreadable frags, Mina Almasry
- [PATCH net-next v15 10/14] tcp: RX path for devmem TCP, Mina Almasry
- [PATCH net-next v15 12/14] net: add devmem TCP documentation, Mina Almasry
- [PATCH net-next v15 11/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [PATCH net-next v15 13/14] tools: net: package libynl for use in selftests, Mina Almasry
- [PATCH net-next v15 14/14] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- Re: [PATCH net-next v15 00/14] Device Memory TCP, Mina Almasry
- Re: [PATCH net-next v15 00/14] Device Memory TCP, Jakub Kicinski
- Re: [PATCH net-next v15 00/14] Device Memory TCP, patchwork-bot+netdevbpf
- [PATCH v3 0/9] mips: Support for RTL9302C,
Chris Packham
- [PATCH v3 3/9] dt-bindings: vendor-prefixes: Add Cameo Communications, Chris Packham
- [PATCH v3 2/9] mips: dts: realtek: add device_type property to cpu node, Chris Packham
- [PATCH v3 1/9] mips: dts: realtek: use "serial" instead of "uart" in node name, Chris Packham
- [PATCH v3 4/9] dt-bindings: mips: realtek: Add rtl930x-soc compatible, Chris Packham
- [PATCH v3 6/9] dt-bindings: interrupt-controller: realtek,rtl-intc: Add rtl9300-intc, Chris Packham
- [PATCH v3 5/9] dt-bindings: timer: Add schema for realtek,otto-timer, Chris Packham
- [PATCH v3 9/9] mips: dts: realtek: Add RTL9302C board, Chris Packham
- [PATCH v3 7/9] clocksource: realtek: Add timer driver for rtl-otto platforms, Chris Packham
- [PATCH v3 8/9] mips: generic: add fdt fixup for Realtek reference board, Chris Packham
- Re: [PATCH v3 0/9] mips: Support for RTL9302C, Rob Herring
- [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 04/13] netdev: netdevice devmem allocator, Mina Almasry
- [PATCH net-next v14 03/13] netdev: support binding dma-buf to netdevice, Mina Almasry
- [PATCH net-next v14 05/13] page_pool: convert to use netmem, Mina Almasry
- [PATCH net-next v14 07/13] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [PATCH net-next v14 08/13] net: support non paged skb frags, Mina Almasry
- [PATCH net-next v14 06/13] page_pool: devmem support, Mina Almasry
- [PATCH net-next v14 10/13] tcp: RX path for devmem TCP, 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 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 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 05/13] page_pool: convert to use netmem, Mina Almasry
- [PATCH net-next v13 06/13] page_pool: devmem support, Mina Almasry
- [PATCH net-next v13 08/13] net: support non paged skb frags, Mina Almasry
- [PATCH net-next v13 07/13] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [PATCH net-next v13 10/13] tcp: RX path for devmem TCP, Mina Almasry
- [PATCH net-next v13 09/13] net: add support for skbs with unreadable frags, 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 V2] mips: kernel: fix detect_memory_region() function,
Shiji Yang
- [PATCH v2 00/13] linux system call fixes,
Arnd Bergmann
- [PATCH v2 01/13] ftruncate: pass a signed offset, Arnd Bergmann
- [PATCH v2 02/13] syscalls: fix compat_sys_io_pgetevents_time64 usage, Arnd Bergmann
- [PATCH v2 03/13] sparc: fix old compat_sys_select(), Arnd Bergmann
- [PATCH v2 04/13] sparc: fix compat recv/recvfrom syscalls, Arnd Bergmann
- [PATCH v2 05/13] parisc: use correct compat recv/recvfrom syscalls, Arnd Bergmann
- [PATCH v2 06/13] parisc: use generic sys_fanotify_mark implementation, Arnd Bergmann
- [PATCH v2 07/13] powerpc: restore some missing spu syscalls, Arnd Bergmann
- [PATCH v2 08/13] sh: rework sync_file_range ABI, Arnd Bergmann
- [PATCH v2 09/13] csky, hexagon: fix broken sys_sync_file_range, Arnd Bergmann
- [PATCH v2 0/8] mips: Support for RTL9302C,
Chris Packham
- [PATCH v2 4/8] dt-bindings: timer: Add schema for realtek,otto-timer, Chris Packham
- [PATCH v2 2/8] mips: dts: realtek: add device_type property to cpu node, Chris Packham
- [PATCH v2 3/8] dt-bindings: mips: realtek: Add rtl930x-soc compatible, Chris Packham
- [PATCH v2 1/8] mips: dts: realtek: use "serial" instead of "uart" in node name, Chris Packham
- [PATCH v2 5/8] dt-bindings: interrupt-controller: realtek,rtl-intc: Add rtl9300-intc, Chris Packham
- [PATCH v2 7/8] mips: generic: add fdt fixup for Realtek reference board, Chris Packham
- [PATCH v2 8/8] mips: dts: realtek: Add RTL9302C board, Chris Packham
- [PATCH v2 6/8] clocksource: realtek: Add timer driver for rtl-otto platforms, Chris Packham
- [PATCH] power: supply: ingenic: Fix some error handling paths in ingenic_battery_get_property(),
Christophe JAILLET
- Bounce probe for linux-mips@xxxxxxxxxxxxxxx (no action required), linux-mips+owner
- [PATCH 0/6] mips: Support for RTL9302C,
Chris Packham
- [PATCH v4 00/40] lib/find: add atomic find_bit() primitives,
Yury Norov
- [PATCH v3 0/9] Add Mobileye EyeQ system controller support (clk, reset, pinctrl),
Théo Lebrun
- [PATCH v3 1/9] Revert "dt-bindings: clock: mobileye,eyeq5-clk: add bindings", Théo Lebrun
- [PATCH v3 2/9] Revert "dt-bindings: reset: mobileye,eyeq5-reset: add bindings", Théo Lebrun
- [PATCH v3 4/9] dt-bindings: soc: mobileye: add EyeQ OLB system controller, Théo Lebrun
- [PATCH v3 5/9] clk: divider: Introduce CLK_DIVIDER_EVEN_INTEGERS flag, Théo Lebrun
- [PATCH v3 6/9] clk: eyeq: add driver, Théo Lebrun
- [PATCH v3 3/9] Revert "dt-bindings: pinctrl: mobileye,eyeq5-pinctrl: add bindings", Théo Lebrun
- [PATCH v3 7/9] reset: eyeq: add platform driver, Théo Lebrun
- [PATCH v3 8/9] pinctrl: eyeq5: add platform driver, Théo Lebrun
- [PATCH v3 9/9] MIPS: mobileye: eyeq5: add OLB system-controller node, Théo Lebrun
- [PATCH v8 0/4] mips: bmips: improve handling of RAC and CBR addr,
Christian Marangi
[Index of Archives]
[Kernel]
[Linux ARM Kernel]
[Linux ARM]
Mail converted by MHonArc