messages from 2020-06-17 08:33:06 to 2020-06-23 20:03:50 UTC [more...]
[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 v2 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
2020-06-23 17:26 UTC (23+ 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 1/7] irqchip: Fix potential resource leaks
2020-06-23 15:55 UTC
[PATCH v6 0/5] clean up redundant 'kvm_run' parameters
2020-06-23 15:31 UTC (7+ 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 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
[PATCH 0/7] Fix potential resource leaks and do some code cleanups about irqchip
2020-06-23 8:51 UTC (5+ 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()
[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 (7+ 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 117/267] spi: dw: Fix Rx-only DMA transfers
` [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 (12+ messages)
` [PATCH 05/21] KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is empty
` [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 (11+ messages)
` [PATCH 1/6] exec: cleanup the execve wrappers
` [PATCH 2/6] exec: simplify the compat syscall handling
` [PATCH 3/6] exec: cleanup the count() function
` [PATCH 4/6] exec: split prepare_arg_pages
` [PATCH 5/6] exec: add a kernel_execveat helper
` [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 (10+ messages)
` [PATCH v6 1/3] serial: 8250: Add 8250 port clock update method
` [PATCH v6 2/3] serial: 8250_dw: Simplify the ref clock rate setting procedure
` [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 (12+ messages)
` [PATCH v6 1/9] dt-bindings: dma: dw: Convert DW DMAC to DT binding
` [PATCH v6 2/9] dt-bindings: dma: dw: Add max burst transaction length property
` [PATCH v6 3/9] dmaengine: Introduce min burst length capability
` [PATCH v6 4/9] dmaengine: Introduce DMA-device device_caps callback
` [PATCH v6 5/9] dmaengine: dw: Take HC_LLP flag into account for noLLP auto-config
` [PATCH v6 6/9] dmaengine: dw: Set DMA device max segment size parameter
` [PATCH v6 7/9] dmaengine: dw: Add dummy device_caps callback
` [PATCH v6 8/9] dmaengine: dw: Initialize min and max burst DMA device capability
` [PATCH v6 9/9] dmaengine: dw: Introduce max burst length hw config
[PATCH 4.4 049/101] spi: dw: Enable interrupts in accordance with DMA xfer mode
2020-06-19 14:33 UTC (3+ messages)
` [PATCH 4.4 050/101] clocksource: dw_apb_timer_of: Fix missing clockevent timers
` [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:33 UTC (5+ messages)
` [PATCH 4.14 088/190] clocksource: dw_apb_timer: Make CPU-affiliation being optional
` [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 4.14 136/190] spi: dw: Return any value retrieved from the dma_transfer callback
[PATCH 5.4 041/261] spi: dw: Enable interrupts in accordance with DMA xfer mode
2020-06-19 14:32 UTC (5+ messages)
` [PATCH 5.4 042/261] clocksource: dw_apb_timer: Make CPU-affiliation being optional
` [PATCH 5.4 043/261] clocksource: dw_apb_timer_of: Fix missing clockevent timers
` [PATCH 5.4 053/261] spi: dw: Fix Rx-only DMA transfers
` [PATCH 5.4 147/261] spi: dw: Return any value retrieved from the dma_transfer callback
[PATCH 11/26] mm/mips: Use general page fault accounting
2020-06-19 16:05 UTC
[PATCH 5.7 058/376] spi: dw: Enable interrupts in accordance with DMA xfer mode
2020-06-19 14:32 UTC (5+ messages)
` [PATCH 5.7 060/376] clocksource: dw_apb_timer: Make CPU-affiliation being optional
` [PATCH 5.7 061/376] clocksource: dw_apb_timer_of: Fix missing clockevent timers
` [PATCH 5.7 075/376] spi: dw: Fix Rx-only DMA transfers
` [PATCH 5.7 238/376] spi: dw: Return any value retrieved from the dma_transfer callback
[PATCH v2 0/1] Document Ingenic SoCs binding
2020-06-19 11:05 UTC (3+ messages)
` [PATCH v2 1/1] dt-bindings: MIPS: "
[PATCH 13/29] dt: fix broken links due to txt->yaml renames
2020-06-18 16:44 UTC (2+ messages)
[PATCH v2] MIPS: Do not flush tlb when setting pmd entry
2020-06-18 10:56 UTC
[PATCH v1] firmware: tee_bnxt: Use UUID API for exporting the UUID
2020-06-18 10:56 UTC (2+ messages)
[PATCH AUTOSEL 5.7 043/388] serial: 8250: Fix max baud limit in generic 8250 port
2020-06-18 1:02 UTC
[PATCH AUTOSEL 5.4 032/266] serial: 8250: Fix max baud limit in generic 8250 port
2020-06-18 1:12 UTC
[PATCH AUTOSEL 4.19 024/172] serial: 8250: Fix max baud limit in generic 8250 port
2020-06-18 1:19 UTC
[PATCH RESEND v4 0/6] mips: Add DT bindings for MIPS CDMM and MIPS GIC
2020-06-17 22:32 UTC (7+ messages)
` [PATCH v4 1/6] dt-bindings: power: Convert mti,mips-cpc to DT schema
` [PATCH v4 2/6] dt-bindings: interrupt-controller: Convert mti,gic "
` [PATCH v4 3/6] dt-bindings: bus: Add MIPS CDMM controller
` [PATCH v4 4/6] mips: cdmm: Add mti,mips-cdmm dtb node support
` [PATCH v4 5/6] bus: cdmm: Add MIPS R5 arch support
` [PATCH v4 6/6] MAINTAINERS: Add maintainers for MIPS core drivers
[PATCH 0/3] mips: bmips: add BCM6328 PCIe support
2020-06-17 21:50 UTC (8+ messages)
` [PATCH 1/3] mips: bmips: add PCI support
` [PATCH 2/3] dt-bindings: Document BCM6328 PCIe Host Controller
` [PATCH 3/3] pci: add BCM6328 PCIe controller support
[PATCH] MIPS: BCM63xx: add endif comments
2020-06-17 11:14 UTC (2+ messages)
[PATCH] MIPS: lantiq: xway: sysctrl: fix the GPHY clock alias names
2020-06-17 11:14 UTC (2+ messages)
[PATCH v7 0/9] bmips: add bcm6345 reset controller support
2020-06-17 10:50 UTC (10+ messages)
` [PATCH v7 1/9] mips: bmips: select ARCH_HAS_RESET_CONTROLLER
` [PATCH v7 2/9] dt-bindings: reset: add BCM6345 reset controller bindings
` [PATCH v7 3/9] reset: add BCM6345 reset controller driver
` [PATCH v7 4/9] mips: bmips: dts: add BCM6328 reset controller support
` [PATCH v7 5/9] mips: bmips: dts: add BCM6358 "
` [PATCH v7 6/9] mips: bmips: dts: add BCM6362 "
` [PATCH v7 7/9] mips: bmips: dts: add BCM6368 "
` [PATCH v7 8/9] mips: bmips: dts: add BCM63268 "
` [PATCH v7 9/9] mips: bmips: add BCM6318 reset controller definitions
[PATCH v6 0/9] bmips: add bcm6345 reset controller support
2020-06-17 9:35 UTC (7+ messages)
` [PATCH v6 1/9] mips: bmips: select ARCH_HAS_RESET_CONTROLLER
` [PATCH v6 2/9] dt-bindings: reset: add BCM6345 reset controller bindings
` [PATCH v6 3/9] reset: add BCM6345 reset controller driver
` [PATCH v6 5/9] mips: bmips: dts: add BCM6358 reset controller support
` [PATCH v6 6/9] mips: bmips: dts: add BCM6362 "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).