linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-19 16:10:33 to 2020-06-24 19:49:44 UTC [more...]

[PATCH 1/3] mm: set page fault address for update_mmu_cache_pmd
 2020-06-24 19:49 UTC  (4+ messages)
` [PATCH 2/3] mm/huge_memory.c: update tlb entry if pmd is changed
` [PATCH 3/3] MIPS: Do not call flush_tlb_all when setting pmd entry

[PATCH v2 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
 2020-06-24 18:08 UTC  (25+ messages)
` [PATCH v2 01/21] KVM: x86/mmu: Track the associated kmem_cache in the MMU caches
` [PATCH v2 02/21] KVM: x86/mmu: Consolidate "page" variant of memory cache helpers
` [PATCH v2 03/21] KVM: x86/mmu: Use consistent "mc" name for kvm_mmu_memory_cache locals
` [PATCH v2 04/21] KVM: x86/mmu: Remove superfluous gotos from mmu_topup_memory_caches()
` [PATCH v2 05/21] KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is empty
` [PATCH v2 06/21] KVM: x86/mmu: Move fast_page_fault() call above mmu_topup_memory_caches()
` [PATCH v2 07/21] KVM: x86/mmu: Topup memory caches after walking GVA->GPA
` [PATCH v2 08/21] KVM: x86/mmu: Clean up the gorilla math in mmu_topup_memory_caches()
` [PATCH v2 09/21] KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arrays
` [PATCH v2 10/21] KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache
` [PATCH v2 11/21] KVM: x86/mmu: Zero allocate shadow pages (outside of mmu_lock)
` [PATCH v2 12/21] KVM: x86/mmu: Skip filling the gfn cache for guaranteed direct MMU topups
` [PATCH v2 13/21] KVM: x86/mmu: Prepend "kvm_" to memory cache helpers that will be global
` [PATCH v2 14/21] KVM: Move x86's version of struct kvm_mmu_memory_cache to common code
` [PATCH v2 15/21] KVM: Move x86's MMU memory cache helpers to common KVM code
` [PATCH v2 16/21] KVM: arm64: Drop @max param from mmu_topup_memory_cache()
` [PATCH v2 17/21] KVM: arm64: Use common code's approach for __GFP_ZERO with memory caches
` [PATCH v2 18/21] KVM: arm64: Use common KVM implementation of MMU "
` [PATCH v2 19/21] KVM: MIPS: Drop @max param from mmu_topup_memory_cache()
` [PATCH v2 20/21] KVM: MIPS: Account pages used for GPA page tables
` [PATCH v2 21/21] KVM: MIPS: Use common KVM implementation of MMU memory caches

[PATCH v3 04/14] irqchip/davinci-aintc: Fix potential resource leaks
 2020-06-24 13:12 UTC 

[PATCH v3 03/14] irqchip/csky-mpintc: Fix potential resource leaks
 2020-06-24 12:21 UTC  (3+ messages)
  ` [v3 "

[PATCH 1/7] irqchip: Fix potential resource leaks
 2020-06-24 12:08 UTC  (9+ messages)
  ` [1/7] "

[PATCH] MIPS: ingenic: gcw0: Fix HP detection GPIO
 2020-06-24 12:03 UTC  (2+ messages)

[PATCH v3 00/14 RESEND] irqchip: Fix potential resource leaks
 2020-06-24 11:52 UTC  (16+ messages)
` [PATCH v3 01/14 RESEND] irqchip/ath79-misc: "
` [PATCH v3 02/14 RESEND] irqchip/csky-apb-intc: "
` [PATCH v3 03/14 RESEND] irqchip/csky-mpintc: "
` [PATCH v3 04/14 RESEND] irqchip/davinci-aintc: "
` [PATCH v3 05/14 RESEND] irqchip/davinci-cp-intc: "
` [PATCH v3 06/14 RESEND] irqchip/digicolor: "
` [PATCH v3 07/14 RESEND] irqchip/dw-apb-ictl: "
` [PATCH v3 08/14 RESEND] irqchip/ls1x: "
` [PATCH v3 09/14 RESEND] irqchip/mscc-ocelot: "
` [PATCH v3 10/14 RESEND] irqchip/nvic: "
` [PATCH v3 11/14 RESEND] irqchip/omap-intc: Fix potential resource leak

[PATCH 0/7] Fix potential resource leaks and do some code cleanups about irqchip
 2020-06-24  9:24 UTC  (7+ messages)
` [PATCH 1/7] irqchip: Fix potential resource leaks
` [PATCH 2/7] irqchip/loongson-htpic: Remove redundant kfree operation
` [PATCH 3/7] irqchip/loongson-htvec: Check return value of irq_domain_translate_onecell()
` [PATCH 4/7] irqchip/loongson-pch-pic: Check return value of irq_domain_translate_twocell()

[PATCH v2 0/7 RESEND] irqchip: Fix some issues and do some code cleanups about Loongson
 2020-06-24  9:05 UTC  (10+ messages)
` [PATCH v2 1/7 RESEND] irqchip/loongson-htpic: Remove redundant kfree operation
` [PATCH v2 2/7 RESEND] irqchip/loongson-htpic: Remove unneeded select of I8259
` [PATCH v2 3/7 RESEND] irqchip/loongson-htvec: Fix potential resource leak
` [PATCH v2 4/7 RESEND] irqchip/loongson-htvec: Check return value of irq_domain_translate_onecell()
` [PATCH v2 5/7 RESEND] irqchip/loongson-pch-pic: Check return value of irq_domain_translate_twocell()
` [PATCH v2 6/7 RESEND] irqchip/loongson-pch-msi: Remove unneeded variable
` [PATCH v2 7/7 RESEND] dt-bindings: interrupt-controller: Fix typos in loongson,liointc.yaml

[PATCH v3 00/14] irqchip: Fix potential resource leaks
 2020-06-24  7:29 UTC  (12+ messages)
` [PATCH v3 01/14] irqchip/ath79-misc: "
` [PATCH v3 02/14] irqchip/csky-apb-intc: "
` [PATCH v3 03/14] irqchip/csky-mpintc: "
` [PATCH v3 04/14] irqchip/davinci-aintc: "
` [PATCH v3 05/14] irqchip/davinci-cp-intc: "
` [PATCH v3 06/14] irqchip/digicolor: "
` [PATCH v3 07/14] irqchip/dw-apb-ictl: "
` [PATCH v3 08/14] irqchip/ls1x: "
` [PATCH v3 09/14] irqchip/mscc-ocelot: "
` [PATCH v3 10/14] irqchip/nvic: "
` [PATCH v3 11/14] irqchip/omap-intc: Fix potential resource leak

[PATCH v2 00/14] irqchip: Fix potential resource leaks
 2020-06-24  6:32 UTC  (15+ messages)
` [PATCH v2 01/14] irqchip/ath79-misc: "
` [PATCH v2 02/14] irqchip/csky-apb-intc: "
` [PATCH v2 03/14] irqchip/csky-mpintc: "
` [PATCH v2 04/14] irqchip/davinci-aintc: "
` [PATCH v2 05/14] irqchip/davinci-cp-intc: "
` [PATCH v2 06/14] irqchip/digicolor: "
` [PATCH v2 07/14] irqchip/dw-apb-ictl: "
` [PATCH v2 08/14] irqchip/ls1x: "
` [PATCH v2 09/14] irqchip/mscc-ocelot: "
` [PATCH v2 10/14] irqchip/nvic: "
` [PATCH v2 11/14] irqchip/omap-intc: Fix potential resource leak
` [PATCH v2 12/14] irqchip/riscv-intc: "
` [PATCH v2 13/14] irqchip/s3c24xx: Fix potential resource leaks
` [PATCH v2 14/14] irqchip/xilinx-intc: Fix potential resource leak

[PATCH v2 0/7] irqchip: Fix some issues and do some code cleanups about Loongson
 2020-06-24  6:35 UTC  (4+ messages)
` [PATCH v2 1/7] irqchip/loongson-htpic: Remove redundant kfree operation
` [PATCH v2 2/7] irqchip/loongson-htpic: Remove unneeded select of I8259
` [PATCH v2 3/7] irqchip/loongson-htvec: Fix potential resource leak

[PATCH v6 0/5] clean up redundant 'kvm_run' parameters
 2020-06-24  2:39 UTC  (8+ messages)
` [PATCH v6 1/5] KVM: s390: "
` [PATCH v6 2/5] KVM: arm64: "
` [PATCH v6 3/5] KVM: PPC: clean up redundant kvm_run parameters in assembly
` [PATCH v6 4/5] KVM: MIPS: clean up redundant 'kvm_run' parameters
` [PATCH v6 5/5] KVM: MIPS: clean up redundant kvm_run parameters in assembly

[PATCH v8 3/6] clocksource: Ingenic: Add high resolution timer support for SMP
 2020-06-23 21:28 UTC  (4+ messages)
` JZ4780 LCD controller initialisation (was Re: [PATCH] clocksource: Ingenic: Add high resolution timer support for SMP.)

[PATCH 5.4 031/314] serial: 8250: Fix max baud limit in generic 8250 port
 2020-06-23 19:53 UTC 

[PATCH 4.19 021/206] serial: 8250: Fix max baud limit in generic 8250 port
 2020-06-23 19:55 UTC 

[PATCH 5.7 042/477] serial: 8250: Fix max baud limit in generic 8250 port
 2020-06-23 19:50 UTC 

[PATCH 1/7] dt-bindings: vendor-prefixes: Add YLM
 2020-06-23 18:24 UTC  (7+ messages)
` [PATCH 2/7] dt-bindings: MIPS: Add entry for the YLM RetroMini
` [PATCH 3/7] dt-bindings: timer/ingenic,tcu: Add compatible strings for JZ4725B SoC
` [PATCH 4/7] MIPS: ingenic: Use enum instead of macros for Ingenic SoCs
` [PATCH 5/7] MIPS: ingenic: Add support for the JZ4725B SoC
` [PATCH 6/7] MIPS: ingenic: Add support for the RS90 board
` [PATCH 7/7] MIPS: ingenic: RS90: Added defconfig

[PATCH v4 0/7] clean up redundant 'kvm_run' parameters
 2020-06-23 10:24 UTC  (4+ messages)

[PATCH 0/7 RESEND] Fix potential resource leaks and do some code cleanups about irqchip
 2020-06-23  9:06 UTC  (8+ messages)
` [PATCH 1/7 RESEND] irqchip: Fix potential resource leaks
` [PATCH 2/7 RESEND] irqchip/loongson-htpic: Remove redundant kfree operation
` [PATCH 3/7 RESEND] irqchip/loongson-htvec: Check return value of irq_domain_translate_onecell()
` [PATCH 4/7 RESEND] irqchip/loongson-pch-pic: Check return value of irq_domain_translate_twocell()
` [PATCH 5/7 RESEND] irqchip/loongson-pch-msi: Remove unneeded variable
` [PATCH 6/7 RESEND] irqchip/loongson-htpic: Remove unneeded select of I8259
` [PATCH 7/7 RESEND] dt-bindings: interrupt-controller: Fix typos in loongson,liointc.yaml

[PATCH 0/7 RESEND] Fix potential resource leaks and do some code cleanups about irqchip
 2020-06-23  9:01 UTC  (7+ messages)
` [PATCH 1/7 RESEND] irqchip: Fix potential resource leaks
` [PATCH 2/7 RESEND] irqchip/loongson-htpic: Remove redundant kfree operation
` [PATCH 3/7 RESEND] irqchip/loongson-htvec: Check return value of irq_domain_translate_onecell()
` [PATCH 4/7 RESEND] irqchip/loongson-pch-pic: Check return value of irq_domain_translate_twocell()
` [PATCH 5/7 RESEND] irqchip/loongson-pch-msi: Remove unneeded variable
` [PATCH 6/7 RESEND] irqchip/loongson-htpic: Remove unneeded select of I8259

[RFC PATCH v5 0/3] Add scheduler overview documentation
 2020-06-23  7:17 UTC  (4+ messages)
` [RFC PATCH v5 2/3] docs: scheduler: "

[PATCH v8] mm: Proactive compaction
 2020-06-23  6:42 UTC  (5+ messages)

[PATCH] MIPS: Do not flush tlb when setting pmd entry
 2020-06-23  6:27 UTC  (7+ messages)

[PATCH v7 0/3] serial: 8250_dw: Fix ref clock usage
 2020-06-22 22:24 UTC  (6+ messages)
` [PATCH v7 1/3] serial: 8250: Add 8250 port clock update method
` [PATCH v7 2/3] serial: 8250_dw: Simplify the ref clock rate setting procedure
` [PATCH v7 3/3] serial: 8250_dw: Fix common clocks usage race condition

[PATCH 4.19 110/267] spi: dw: Enable interrupts in accordance with DMA xfer mode
 2020-06-22 20:51 UTC  (6+ messages)
` [PATCH 4.19 111/267] clocksource: dw_apb_timer: Make CPU-affiliation being optional
` [PATCH 4.19 112/267] clocksource: dw_apb_timer_of: Fix missing clockevent timers
` [PATCH 4.19 182/267] spi: dw: Return any value retrieved from the dma_transfer callback

[PATCH 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
 2020-06-22 19:40 UTC  (8+ messages)
` [PATCH 10/21] KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache
` [PATCH 14/21] KVM: Move x86's version of struct kvm_mmu_memory_cache to common code

[PATCH] MIPS:Loongson-2EF:disable fix-loongson3-llsc in compiler
 2020-06-22 15:45 UTC  (2+ messages)

[PATCH V2] MIPS: Unify naming style of vendor CP0.Config6 bits
 2020-06-22 15:44 UTC  (2+ messages)

[PATCH] net/cisco: Fix a sleep-in-atomic-context bug in enic_init_affinity_hint()
 2020-06-22  9:06 UTC 

properly support exec and wait with kernel pointers v2
 2020-06-20 17:02 UTC  (5+ messages)
` [PATCH 6/6] kernel: add a kernel_wait helper

[PATCH mips-next 0/3] MIPS: fix the two most annoying sparse floods
 2020-06-20  9:35 UTC  (4+ messages)
` [PATCH mips-next 1/3] MIPS: generic/ip32: io: fix __mem_ioswabq()
` [PATCH mips-next 2/3] MIPS: io: fix sparse flood on asm/io.h
` [PATCH mips-next 3/3] MIPS: checksum: fix sparse flooding on asm/checksum.h

[PATCH 0/3] Add support for Ingenic X1830 SoC and Y&A CU1830-Neo board
 2020-06-19 22:10 UTC  (4+ messages)
` [PATCH 1/3] MIPS: Ingenic: Add Ingenic X1830 support
` [PATCH 2/3] dt-bindings: MIPS: Add Ingenic X1830 based boards
` [PATCH 3/3] MIPS: Ingenic: Add YSH & ATIL CU Neo board support

[PATCH] seccomp: Use -1 marker for end of mode 1 syscall list
 2020-06-19 19:54 UTC  (4+ messages)

[PATCH RESEND v6 0/3] serial: 8250_dw: Fix ref clock usage
 2020-06-19 17:47 UTC  (8+ messages)
` [PATCH v6 3/3] serial: 8250_dw: Fix common clocks usage race condition

[PATCH RESEND v6 0/9] dmaengine: dw: Take Baikal-T1 SoC DW DMAC peculiarities into account
 2020-06-19 17:01 UTC  (4+ messages)
` [PATCH v6 1/9] dt-bindings: dma: dw: Convert DW DMAC to DT binding

[PATCH 4.4 049/101] spi: dw: Enable interrupts in accordance with DMA xfer mode
 2020-06-19 14:33 UTC  (2+ messages)
` [PATCH 4.4 074/101] spi: dw: Return any value retrieved from the dma_transfer callback

[PATCH 4.9 061/128] spi: dw: Enable interrupts in accordance with DMA xfer mode
 2020-06-19 14:33 UTC  (3+ messages)
` [PATCH 4.9 062/128] clocksource: dw_apb_timer_of: Fix missing clockevent timers
` [PATCH 4.9 095/128] spi: dw: Return any value retrieved from the dma_transfer callback

[PATCH 4.14 087/190] spi: dw: Enable interrupts in accordance with DMA xfer mode
 2020-06-19 14:32 UTC  (3+ messages)
` [PATCH 4.14 089/190] clocksource: dw_apb_timer_of: Fix missing clockevent timers
` [PATCH 4.14 092/190] spi: dw: Fix Rx-only DMA transfers

[PATCH 5.4 042/261] clocksource: dw_apb_timer: Make CPU-affiliation being optional
 2020-06-19 14:30 UTC  (2+ messages)
` [PATCH 5.4 043/261] clocksource: dw_apb_timer_of: Fix missing clockevent timers


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).