messages from 2022-03-27 14:40:36 to 2022-04-04 09:10:36 UTC [more...]
[PATCH v2 07/12] serial: termbits: ADDRB to indicate 9th bit addressing mode
2022-04-04 9:10 UTC (4+ messages)
` [PATCH v2 08/12] serial: General support for multipoint addresses
[PATCH] mips: vdso: Allow passing build path options
2022-04-04 8:36 UTC
cleanup swiotlb initialization v8
2022-04-04 7:09 UTC (18+ messages)
` [PATCH 01/15] dma-direct: use is_swiotlb_active in dma_direct_map_page
` [PATCH 02/15] swiotlb: make swiotlb_exit a no-op if SWIOTLB_FORCE is set
` [PATCH 03/15] swiotlb: simplify swiotlb_max_segment
` [PATCH 04/15] swiotlb: rename swiotlb_late_init_with_default_size
` [PATCH 05/15] arm/xen: don't check for xen_initial_domain() in xen_create_contiguous_region
` [PATCH 06/15] MIPS/octeon: use swiotlb_init instead of open coding it
` [PATCH 07/15] x86: remove the IOMMU table infrastructure
` [PATCH 08/15] x86: centralize setting SWIOTLB_FORCE when guest memory encryption is enabled
` [PATCH 09/15] swiotlb: make the swiotlb_init interface more useful
` [PATCH 10/15] swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction
` [PATCH 11/15] swiotlb: pass a gfp_mask argument to swiotlb_init_late
` [PATCH 12/15] swiotlb: provide swiotlb_init variants that remap the buffer
` [PATCH 13/15] swiotlb: merge swiotlb-xen initialization into swiotlb
` [PATCH 14/15] swiotlb: remove swiotlb_init_with_tbl and swiotlb_init_late_with_tbl
` [PATCH 15/15] x86: remove cruft from <asm/dma-mapping.h>
[PATCH] MIPS: pgalloc: fix memory leak caused by pgd_free()
2022-04-03 10:37 UTC (5+ messages)
[PATCH 1/2] MIPS: Octeon: fix CN6640 hang on XAUI init
2022-04-03 2:59 UTC (2+ messages)
` [PATCH 2/2] MIPS: Octeon: support all interfaces on CN66XX
[GIT PULL] MIPS fixes vor v5.18
2022-04-02 20:00 UTC (2+ messages)
[PATCH V11 00/20] riscv: Add COMPAT mode support for rv64
2022-04-02 14:04 UTC (22+ messages)
` [PATCH V11 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH V11 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH V11 03/20] compat: consolidate the compat_flock{,64} definition
` [PATCH V11 04/20] arch: Add SYSVIPC_COMPAT for all architectures
` [PATCH V11 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V11 06/20] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V11 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V11 08/20] riscv: Fixup difference with defconfig
` [PATCH V11 09/20] riscv: compat: Add basic compat data type implementation
` [PATCH V11 10/20] riscv: compat: Support TASK_SIZE for compat mode
` [PATCH V11 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V11 12/20] riscv: compat: syscall: Add entry.S implementation
` [PATCH V11 13/20] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V11 14/20] riscv: compat: Add elf.h implementation
` [PATCH V11 15/20] riscv: compat: Add hw capability check for elf
` [PATCH V11 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation
` [PATCH V11 17/20] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V11 18/20] riscv: compat: signal: Add rt_frame implementation
` [PATCH V11 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V11 20/20] riscv: compat: Add COMPAT Kbuild skeletal support
[PATCH V10 00/20] riscv: Add COMPAT mode support for rv64
2022-04-02 13:42 UTC (23+ messages)
` [PATCH V10 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH V10 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH V10 03/20] compat: consolidate the compat_flock{,64} definition
` [PATCH V10 04/20] kconfig: Add SYSVIPC_COMPAT for all architectures
` [PATCH V10 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V10 06/20] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V10 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V10 08/20] riscv: Fixup difference with defconfig
` [PATCH V10 09/20] riscv: compat: Add basic compat data type implementation
` [PATCH V10 10/20] riscv: compat: Support TASK_SIZE for compat mode
` [PATCH V10 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V10 12/20] riscv: compat: syscall: Add entry.S implementation
` [PATCH V10 13/20] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V10 14/20] riscv: compat: Add elf.h implementation
` [PATCH V10 15/20] riscv: compat: Add hw capability check for elf
` [PATCH V10 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation
` [PATCH V10 17/20] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V10 18/20] riscv: compat: signal: Add rt_frame implementation
` [PATCH V10 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V10 20/20] riscv: compat: Add COMPAT Kbuild skeletal support
[PATCH V9 00/20] riscv: compat: Add COMPAT Kbuild skeletal support
2022-04-02 13:16 UTC (4+ messages)
[PATCH v15 0/6] drm/loongson: add drm driver for loongson display controller
2022-04-02 9:02 UTC (6+ messages)
` [PATCH v15 1/6] MIPS: Loongson64: dts: update the display controller device node
` [PATCH v15 2/6] MIPS: Loongson64: introduce board specific dts and add model property
` [PATCH v15 3/6] dt-bindings: display: Add Loongson display controller
` [PATCH v15 4/6] MIPS: Loongson64: defconfig: enable display bridge drivers
` [PATCH v15 6/6] MAINTAINERS: add maintainers for DRM LOONGSON driver
[PATCH v3 00/23] KVM: Extend Eager Page Splitting to the shadow MMU
2022-04-02 7:01 UTC (26+ messages)
` [PATCH v3 01/23] KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs
` [PATCH v3 02/23] KVM: x86/mmu: Use a bool for direct
` [PATCH v3 03/23] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH v3 04/23] KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions
` [PATCH v3 05/23] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
` [PATCH v3 06/23] KVM: x86/mmu: Pass memslot to kvm_mmu_new_shadow_page()
` [PATCH v3 07/23] KVM: x86/mmu: Separate shadow MMU sp allocation from initialization
` [PATCH v3 08/23] KVM: x86/mmu: Link spt to sp during allocation
` [PATCH v3 09/23] KVM: x86/mmu: Move huge page split sp allocation code to mmu.c
` [PATCH v3 10/23] KVM: x86/mmu: Use common code to free kvm_mmu_page structs
` [PATCH v3 11/23] KVM: x86/mmu: Use common code to allocate shadow pages from vCPU caches
` [PATCH v3 12/23] KVM: x86/mmu: Pass const memslot to rmap_add()
` [PATCH v3 13/23] KVM: x86/mmu: Pass const memslot to init_shadow_page() and descendants
` [PATCH v3 14/23] KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
` [PATCH v3 15/23] KVM: x86/mmu: Update page stats in __rmap_add()
` [PATCH v3 16/23] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v3 17/23] KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU
` [PATCH v3 18/23] KVM: x86/mmu: Zap collapsible SPTEs at all levels in "
` [PATCH v3 19/23] KVM: x86/mmu: Refactor drop_large_spte()
` [PATCH v3 20/23] KVM: Allow for different capacities in kvm_mmu_memory_cache structs
` [PATCH v3 21/23] KVM: Allow GFP flags to be passed when topping up MMU caches
` [PATCH v3 22/23] KVM: x86/mmu: Support Eager Page Splitting in the shadow MMU
` [PATCH v3 23/23] KVM: selftests: Map x86_64 guest virtual memory with huge pages
[PATCH v14 5/6] drm/loongson: add drm driver for loongson display controller
2022-04-02 5:49 UTC
[PATCH v14 0/6] drm/loongson: add drm driver for loongson display controller
2022-04-01 16:22 UTC (6+ messages)
` [PATCH v14 1/6] MIPS: Loongson64: dts: update the display controller device node
` [PATCH v14 2/6] MIPS: Loongson64: introduce board specific dts and add model property
` [PATCH v14 3/6] dt-bindings: display: Add Loongson display controller
` [PATCH v14 4/6] MIPS: Loongson64: defconfig: enable display bridge drivers
` [PATCH v14 6/6] MAINTAINERS: add maintainers for DRM LOONGSON driver
[PATCH AUTOSEL 5.4 24/37] mips: ralink: fix a refcount leak in ill_acc_of_setup()
2022-04-01 14:44 UTC (2+ messages)
` [PATCH AUTOSEL 5.4 29/37] MIPS: fix fortify panic when copying asm exception handlers
[PATCH AUTOSEL 4.9 11/16] MIPS: fix fortify panic when copying asm exception handlers
2022-04-01 14:48 UTC
[PATCH AUTOSEL 5.16 077/109] mips: ralink: fix a refcount leak in ill_acc_of_setup()
2022-04-01 14:32 UTC (3+ messages)
` [PATCH AUTOSEL 5.16 085/109] MIPS: fix fortify panic when copying asm exception handlers
` [PATCH AUTOSEL 5.16 101/109] MIPS: ingenic: correct unit node address
[PATCH AUTOSEL 5.10 42/65] mips: ralink: fix a refcount leak in ill_acc_of_setup()
2022-04-01 14:42 UTC (3+ messages)
` [PATCH AUTOSEL 5.10 50/65] MIPS: fix fortify panic when copying asm exception handlers
` [PATCH AUTOSEL 5.10 60/65] MIPS: ingenic: correct unit node address
[PATCH AUTOSEL 4.14 16/22] MIPS: fix fortify panic when copying asm exception handlers
2022-04-01 14:47 UTC
[PATCH AUTOSEL 5.15 66/98] mips: ralink: fix a refcount leak in ill_acc_of_setup()
2022-04-01 14:37 UTC (3+ messages)
` [PATCH AUTOSEL 5.15 74/98] MIPS: fix fortify panic when copying asm exception handlers
` [PATCH AUTOSEL 5.15 90/98] MIPS: ingenic: correct unit node address
[PATCH AUTOSEL 4.19 22/29] MIPS: fix fortify panic when copying asm exception handlers
2022-04-01 14:46 UTC
[PATCH AUTOSEL 5.17 110/149] mips: ralink: fix a refcount leak in ill_acc_of_setup()
2022-04-01 14:25 UTC (3+ messages)
` [PATCH AUTOSEL 5.17 121/149] MIPS: fix fortify panic when copying asm exception handlers
` [PATCH AUTOSEL 5.17 141/149] MIPS: ingenic: correct unit node address
[PATCH] MIPS: crypto: Fix CRC32 code
2022-04-01 10:03 UTC (2+ messages)
[PATCH v1] MIPS: ip22-gio: Add check for the return value of kzalloc()
2022-04-01 9:09 UTC (3+ messages)
[PATCH v2 00/26] Extend Eager Page Splitting to the shadow MMU
2022-03-31 21:40 UTC (19+ messages)
` [PATCH v2 03/26] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH v2 05/26] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
` [PATCH v2 16/26] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v2 20/26] KVM: x86/mmu: Extend Eager Page Splitting to the shadow MMU
Estimating Services
2022-03-31 16:17 UTC
[PATCH] MIPS: lantiq: check the return value of kzalloc()
2022-03-30 18:34 UTC (2+ messages)
[PATCH] mips: sgi-ip22: add a check for the return of kzalloc()
2022-03-30 18:34 UTC (2+ messages)
[PATCH v4] MIPS: rb532: move GPIOD definition into C-files
2022-03-30 18:35 UTC (2+ messages)
[PATCH v2 0/4] clk: Baikal-T1 DDR/PCIe resets and some xGMAC fixes
2022-03-30 14:43 UTC (5+ messages)
` [PATCH v2 1/4] clk: baikal-t1: Fix invalid xGMAC PTP clock divider
` [PATCH v2 2/4] clk: baikal-t1: Define shared xGMAC ref/ptp clocks parent
` [PATCH v2 3/4] clk: baikal-t1: Move reset-controls code into a dedicated module
` [PATCH v2 4/4] clk: baikal-t1: Add DDR/PCIe directly controlled resets support
[PATCH] MIPS: rb532: move GPIOD definition into C-files
2022-03-30 10:04 UTC (14+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH v13 1/6] MIPS: Loongson64: dts: update the display controller device node
2022-03-30 9:01 UTC (8+ messages)
` [PATCH v13 2/6] MIPS: Loongson64: introduce board specific dts and add model property
` [PATCH v13 3/6] dt-bindings: display: Add Loongson display controller
` [PATCH v13 4/6] MIPS: Loongson64: defconfig: enable display bridge drivers
` [PATCH v13 6/6] MAINTAINERS: add maintainers for DRM LSDC driver
[PATCH v11 0/7] drm/lsdc: add drm driver for loongson display controller
2022-03-29 13:24 UTC (13+ messages)
` [PATCH v11 5/7] dt-bindings: display: Add Loongson "
[PATCH] mips: fix a compilation error
2022-03-29 8:58 UTC
[PATCH] mips: Fix a compilation error
2022-03-29 1:35 UTC
[PATCH 0/4] clk: Baikal-T1 DDR/PCIe resets and some xGMAC fixes
2022-03-24 1:09 UTC (5+ messages)
` [PATCH 1/4] clk: baikal-t1: Fix invalid xGMAC PTP clock divider
` [PATCH 2/4] clk: baikal-t1: Define shared xGMAC ref/ptp clocks parent
` [PATCH 3/4] clk: baikal-t1: Move reset-controls code into a dedicated module
` [PATCH 4/4] clk: baikal-t1: Add DDR/PCIe directly controlled resets support
[PATCH v13 5/6] drm/loongson: add drm driver for loongson display controller
2022-03-28 10:01 UTC (3+ messages)
Koszty instalacji fotowoltaicznej
2022-03-28 7:46 UTC
[PATCH v1] soc: bcm: Check for NULL return of devm_kzalloc()
2022-03-28 4:13 UTC (3+ messages)
[PATCH v12 0/6] drm/loongson: add drm driver for loongson display controller
2022-03-28 2:24 UTC (6+ messages)
` [PATCH v12 3/6] dt-bindings: display: Add Loongson "
[PATCH v5 0/3] Ingenic DRM bridge_atomic_enable proposal
2022-03-27 19:45 UTC (8+ messages)
` [PATCH v5 2/3] drm/panel: Add panel driver for NewVision NV3052C based LCDs
` [PATCH v5 3/3] drm/panel : innolux-ej030na and abt-y030xx067a : add .enable and .disable
[PATCH v13 0/6] drm/loongson: add drm driver for loongson display controller
2022-03-27 14:40 UTC (5+ messages)
` [PATCH v13 1/6] MIPS: Loongson64: dts: update the display controller device node
` [PATCH v13 2/6] MIPS: Loongson64: introduce board specific dts and add model property
` [PATCH v13 3/6] dt-bindings: display: Add Loongson display controller
` [PATCH v13 6/6] MAINTAINERS: add maintainers for DRM LSDC driver
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).