Linux MIPS
[Prev Page][Next Page]
[PATCH v3 00/10] archs/random: fallback to best raw ktime when no cycle counter,
Jason A. Donenfeld
- [PATCH v3 01/10] timekeeping: add raw clock fallback for random_get_entropy(), Jason A. Donenfeld
- [PATCH v3 02/10] m68k: use fallback for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v3 03/10] riscv: use fallback for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v3 06/10] nios2: use fallback for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v3 05/10] arm: use fallback for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v3 08/10] um: use fallback for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v3 07/10] x86: use fallback for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v3 09/10] sparc: use fallback for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v3 10/10] xtensa: use fallback for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v3 04/10] mips: use fallback for random_get_entropy() instead of zero, Jason A. Donenfeld
[no subject], Unknown
[PATCH v2] pinctrl: ingenic: Garbage-collect code paths for SoCs disabled by config,
Paul Cercueil
[PATCH v5 0/2] Fix missing TCU clock for X1000/X1830 SoCs,
Aidan MacDonald
[PATCH v3 1/1] firmware: tee_bnxt: Use UUID API for exporting the UUID,
Andy Shevchenko
[PATCH v7 00/20] Introduce power-off+restart call chain API,
Dmitry Osipenko
- [PATCH v7 01/20] notifier: Add blocking_notifier_call_chain_is_empty(), Dmitry Osipenko
- [PATCH v7 02/20] notifier: Add atomic/blocking_notifier_chain_register_unique_prio(), Dmitry Osipenko
- [PATCH v7 03/20] reboot: Print error message if restart handler has duplicated priority, Dmitry Osipenko
- [PATCH v7 05/20] ARM: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v7 04/20] kernel: Add combined power-off+restart handler call chain API, Dmitry Osipenko
- [PATCH v7 06/20] csky: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v7 10/20] xen/x86: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v7 09/20] parisc: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v7 08/20] arm64: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v7 07/20] riscv: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v7 13/20] sh: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v7 11/20] powerpc: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v7 15/20] ia64: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v7 18/20] ACPI: power: Switch to sys-off handler API, Dmitry Osipenko
- [PATCH v7 12/20] m68k: Switch to new sys-off handler API, Dmitry Osipenko
- [PATCH v7 14/20] x86: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v7 17/20] memory: emif: Use kernel_can_power_off(), Dmitry Osipenko
- [PATCH v7 16/20] mips: Use do_kernel_power_off(), Dmitry Osipenko
- [PATCH v7 19/20] regulator: pfuze100: Use devm_register_sys_off_handler(), Dmitry Osipenko
- [PATCH v7 20/20] reboot: Remove pm_power_off_prepare(), Dmitry Osipenko
- Re: [PATCH v7 00/20] Introduce power-off+restart call chain API, Geert Uytterhoeven
- Re: [PATCH v7 00/20] Introduce power-off+restart call chain API, Michał Mirosław
[PATCH v2] mips: dts: ingenic: x1000: Add PWM device tree node,
Aidan MacDonald
[PATCH v4 0/2] Fix missing TCU clock for X1000/X1830 SoCs,
Aidan MacDonald
[PATCH] mmc: jz4740: Apply DMA engine limits to maximum segment size,
Aidan MacDonald
[PATCH] dmaengine: jz4780: set DMA maximum segment size,
Aidan MacDonald
[PATCH v2 1/3] mips: dts: ralink: mt7621: add mdio label to mdio-bus,
Arınç ÜNAL
[RESEND PATCH 0/3] Clock fixes for Ingenic SoCs,
Aidan MacDonald
[PATCH] mips: dts: ingenic: x1000: Add PWM device tree node,
Aidan MacDonald
[PATCH v3 08/12] serial: General support for multipoint addresses, Ilpo Järvinen
[PATCH v3 07/12] serial: termbits: ADDRB to indicate 9th bit addressing mode, Ilpo Järvinen
[PATCH v2 00/11] archs/random: fallback to using ktime_read_raw_clock() if no cycle counter,
Jason A. Donenfeld
- [PATCH v2 01/11] timekeeping: add accessor for raw clock, Jason A. Donenfeld
- [PATCH v2 02/11] timekeeping: use ktime_read_raw_clock() for random_get_entropy() if no get_cycles(), Jason A. Donenfeld
- [PATCH v2 03/11] m68k: use ktime_read_raw_clock() for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v2 06/11] arm: use ktime_read_raw_clock() for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v2 08/11] x86: use ktime_read_raw_clock() for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v2 07/11] nios2: use ktime_read_raw_clock() for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v2 04/11] riscv: use ktime_read_raw_clock() for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v2 11/11] xtensa: use ktime_read_raw_clock() for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v2 05/11] mips: use ktime_read_raw_clock() for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v2 10/11] sparc: use ktime_read_raw_clock() for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v2 09/11] um: use ktime_read_raw_clock() for random_get_entropy() instead of zero, Jason A. Donenfeld
[PATCH 1/3] mips: dts: mt7621: add mdio label to mdio-bus,
Arınç ÜNAL
[PATCH 00/18] MIPS: DTS: fix some findings by "make ci20_defconfig dt_binding_check dtbs_check",
H. Nikolaus Schaller
- [PATCH 03/18] MIPS: DTS: jz4780: fix tcu timer as reported by dtbscheck, H. Nikolaus Schaller
- [PATCH 04/18] MIPS: DTS: jz4780: fix ost timer as reported by dtbscheck, H. Nikolaus Schaller
- [PATCH 06/18] MIPS: DTS: jz4780: fix rtc node as reported by dtbscheck, H. Nikolaus Schaller
- [PATCH 05/18] MIPS: DTS: jz4780: fix pinctrl as reported by dtbscheck, H. Nikolaus Schaller
- [PATCH 08/18] MIPS: DTS: jz4780: fix lcd controllers as reported by dtbscheck, H. Nikolaus Schaller
- [PATCH 07/18] MIPS: DTS: jz4780: fix otg node as reported by dtbscheck, H. Nikolaus Schaller
- [PATCH 10/18] MIPS: DTS: jz4780: fix uart dmas as reported by dtbscheck, H. Nikolaus Schaller
- [PATCH 15/18] MIPS: DTS: CI20: fix fixed regulators as reported by dtbscheck, H. Nikolaus Schaller
- [PATCH 01/18] MIPS: DTS: jz4780: remove cpu clock-names as reported by dtbscheck, H. Nikolaus Schaller
- [PATCH 12/18] MIPS: DTS: jz4780: fix nemc memory controller as reported by dtbscheck, H. Nikolaus Schaller
- [PATCH 09/18] MIPS: DTS: jz4780: fix dma-controller as reported by dtbscheck, H. Nikolaus Schaller
- [PATCH 17/18] MIPS: DTS: CI20: fix wifi as reported by dtbscheck, H. Nikolaus Schaller
- [PATCH 13/18] dt-bindings: fix jz4780-nemc issue as reported by dtbscheck, H. Nikolaus Schaller
- [PATCH 14/18] MIPS: DTS: CI20: add missing model as reported by dtbscheck, H. Nikolaus Schaller
- [PATCH 16/18] MIPS: DTS: CI20: fix /memory as reported by dtbscheck, H. Nikolaus Schaller
- [PATCH 11/18] MIPS: DTS: jz4780: fix i2c dmas as reported by dtbscheck, H. Nikolaus Schaller
- [PATCH 02/18] MIPS: DTS: jz4780: fix cgu as reported by dtbscheck, H. Nikolaus Schaller
- [PATCH 18/18] MIPS: DTS: CI20: fix bluetooth as reported by dtbscheck, H. Nikolaus Schaller
[PATCH RFC v1 00/10] archs/random: fallback to using sched_clock() if no cycle counter,
Jason A. Donenfeld
- [PATCH RFC v1 03/10] riscv: use sched_clock() for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH RFC v1 02/10] m68k: use sched_clock() for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH RFC v1 01/10] random: use sched_clock() for random_get_entropy() if no get_cycles(), Jason A. Donenfeld
- [PATCH RFC v1 05/10] arm: use sched_clock() for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH RFC v1 04/10] mips: use sched_clock() for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH RFC v1 07/10] arm64: use sched_clock() for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH RFC v1 08/10] um: use sched_clock() for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH RFC v1 06/10] x86: use sched_clock() for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH RFC v1 10/10] xtensa: use sched_clock() for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH RFC v1 09/10] sparc: use sched_clock() for random_get_entropy() instead of zero, Jason A. Donenfeld
- Re: [PATCH RFC v1 00/10] archs/random: fallback to using sched_clock() if no cycle counter, Thomas Gleixner
- Re: [PATCH RFC v1 00/10] archs/random: fallback to using sched_clock() if no cycle counter, Eric Biggers
[PATCH] MIPS: dts: align SPI NOR node name with dtschema,
Krzysztof Kozlowski
[PATCH v18 0/3] MIPS: JZ4780 and CI20 HDMI,
H. Nikolaus Schaller
[PATCH 1/1] mips: cpc: Fix refcount leak in mips_cpc_default_phys_base,
Yuanjun Gong
[PATCH AUTOSEL 4.9 5/7] MIPS: lantiq: check the return value of kzalloc(), Sasha Levin
[PATCH AUTOSEL 4.19 07/11] MIPS: lantiq: check the return value of kzalloc(), Sasha Levin
[PATCH AUTOSEL 5.4 12/17] MIPS: lantiq: check the return value of kzalloc(), Sasha Levin
[PATCH AUTOSEL 5.16 25/30] MIPS: lantiq: check the return value of kzalloc(), Sasha Levin
[PATCH AUTOSEL 5.10 20/25] MIPS: lantiq: check the return value of kzalloc(), Sasha Levin
[PATCH AUTOSEL 5.15 22/27] MIPS: lantiq: check the return value of kzalloc(), Sasha Levin
[PATCH AUTOSEL 4.14 6/8] MIPS: lantiq: check the return value of kzalloc(), Sasha Levin
[PATCH AUTOSEL 5.17 26/31] MIPS: lantiq: check the return value of kzalloc(), Sasha Levin
[PATCH v17 0/6] MIPS: JZ4780 and CI20 HDMI,
H. Nikolaus Schaller
[PATCH net-next] net: atm: remove the ambassador driver,
Jakub Kicinski
Re: [PATCH net-next] net: wan: remove the lanmedia (lmc) driver,
Arnd Bergmann
[PATCH 5.15 520/913] mips: DEC: honor CONFIG_MIPS_FP_SUPPORT=n, Greg Kroah-Hartman
[PATCH 5.10 352/599] MIPS: RB532: fix return value of __setup handler, Greg Kroah-Hartman
[PATCH 5.15 533/913] MIPS: RB532: fix return value of __setup handler, Greg Kroah-Hartman
[PATCH 5.10 342/599] mips: DEC: honor CONFIG_MIPS_FP_SUPPORT=n, Greg Kroah-Hartman
[PATCH 5.16 0592/1017] MIPS: RB532: fix return value of __setup handler, Greg Kroah-Hartman
[PATCH 5.17 0653/1126] MIPS: RB532: fix return value of __setup handler, Greg Kroah-Hartman
[PATCH 5.17 0638/1126] mips: DEC: honor CONFIG_MIPS_FP_SUPPORT=n, Greg Kroah-Hartman
[PATCH 5.16 0577/1017] mips: DEC: honor CONFIG_MIPS_FP_SUPPORT=n, Greg Kroah-Hartman
[PATCH V12 00/20] riscv: Add COMPAT mode support for 64BIT,
guoren
- [PATCH V12 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little, guoren
- [PATCH V12 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h, guoren
- [PATCH V12 14/20] riscv: compat: Add elf.h implementation, guoren
- [PATCH V12 13/20] riscv: compat: process: Add UXL_32 support in start_thread, guoren
- [PATCH V12 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation, guoren
- [PATCH V12 09/20] riscv: compat: Add basic compat data type implementation, guoren
- [PATCH V12 04/20] arch: Add SYSVIPC_COMPAT for all architectures, guoren
- [PATCH V12 10/20] riscv: compat: Support TASK_SIZE for compat mode, guoren
- [PATCH V12 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT, guoren
- [PATCH V12 08/20] riscv: Fixup difference with defconfig, guoren
- [PATCH V12 06/20] asm-generic: compat: Cleanup duplicate definitions, guoren
- [PATCH V12 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT, guoren
- [PATCH V12 03/20] compat: consolidate the compat_flock{,64} definition, guoren
- [PATCH V12 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation, guoren
- [PATCH V12 15/20] riscv: compat: Add hw capability check for elf, guoren
- [PATCH V12 17/20] riscv: compat: vdso: Add setup additional pages implementation, guoren
- [PATCH V12 12/20] riscv: compat: syscall: Add entry.S implementation, guoren
- [PATCH V12 18/20] riscv: compat: signal: Add rt_frame implementation, guoren
- [PATCH V12 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement, guoren
- [PATCH V12 20/20] riscv: compat: Add COMPAT Kbuild skeletal support, guoren
- Re: [PATCH V12 00/20] riscv: Add COMPAT mode support for 64BIT, Guo Ren
- Re: [PATCH V12 00/20] riscv: Add COMPAT mode support for 64BIT, Palmer Dabbelt
[PATCH v2 0/5] KVM: mm: count KVM page table pages in pagetable stats,
Yosry Ahmed
[PATCH] mips: vdso: Allow passing build path options,
Matija Glavinic Pecotic
[PATCH v2 08/12] serial: General support for multipoint addresses, Ilpo Järvinen
[PATCH v2 07/12] serial: termbits: ADDRB to indicate 9th bit addressing mode,
Ilpo Järvinen
cleanup swiotlb initialization v8,
Christoph Hellwig
- [PATCH 01/15] dma-direct: use is_swiotlb_active in dma_direct_map_page, Christoph Hellwig
- [PATCH 03/15] swiotlb: simplify swiotlb_max_segment, Christoph Hellwig
- [PATCH 02/15] swiotlb: make swiotlb_exit a no-op if SWIOTLB_FORCE is set, Christoph Hellwig
- [PATCH 04/15] swiotlb: rename swiotlb_late_init_with_default_size, Christoph Hellwig
- [PATCH 05/15] arm/xen: don't check for xen_initial_domain() in xen_create_contiguous_region, Christoph Hellwig
- [PATCH 07/15] x86: remove the IOMMU table infrastructure, Christoph Hellwig
- [PATCH 08/15] x86: centralize setting SWIOTLB_FORCE when guest memory encryption is enabled, Christoph Hellwig
- [PATCH 06/15] MIPS/octeon: use swiotlb_init instead of open coding it, Christoph Hellwig
- [PATCH 11/15] swiotlb: pass a gfp_mask argument to swiotlb_init_late, Christoph Hellwig
- [PATCH 09/15] swiotlb: make the swiotlb_init interface more useful, Christoph Hellwig
[PATCH 10/15] swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction, Christoph Hellwig
[PATCH 12/15] swiotlb: provide swiotlb_init variants that remap the buffer, Christoph Hellwig
[PATCH 14/15] swiotlb: remove swiotlb_init_with_tbl and swiotlb_init_late_with_tbl, Christoph Hellwig
[PATCH 13/15] swiotlb: merge swiotlb-xen initialization into swiotlb, Christoph Hellwig
[PATCH 15/15] x86: remove cruft from <asm/dma-mapping.h>, Christoph Hellwig
Message not available
Re: cleanup swiotlb initialization v8, Boris Ostrovsky
Re: cleanup swiotlb initialization v8, Konrad Rzeszutek Wilk
Re: cleanup swiotlb initialization v8, Christoph Hellwig
[PATCH 1/2] MIPS: Octeon: fix CN6640 hang on XAUI init,
Stijn Tintel
[PATCH V11 00/20] riscv: Add COMPAT mode support for rv64,
guoren
- [PATCH V11 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little, guoren
- [PATCH V11 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h, guoren
- [PATCH V11 03/20] compat: consolidate the compat_flock{,64} definition, guoren
- [PATCH V11 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT, guoren
- [PATCH V11 04/20] arch: Add SYSVIPC_COMPAT for all architectures, guoren
- [PATCH V11 06/20] asm-generic: compat: Cleanup duplicate definitions, guoren
- [PATCH V11 08/20] riscv: Fixup difference with defconfig, guoren
- [PATCH V11 09/20] riscv: compat: Add basic compat data type implementation, guoren
- [PATCH V11 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT, guoren
- [PATCH V11 10/20] riscv: compat: Support TASK_SIZE for compat mode, guoren
- [PATCH V11 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation, guoren
- [PATCH V11 14/20] riscv: compat: Add elf.h implementation, guoren
- [PATCH V11 17/20] riscv: compat: vdso: Add setup additional pages implementation, guoren
- [PATCH V11 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation, guoren
- [PATCH V11 15/20] riscv: compat: Add hw capability check for elf, guoren
- [PATCH V11 13/20] riscv: compat: process: Add UXL_32 support in start_thread, guoren
- [PATCH V11 12/20] riscv: compat: syscall: Add entry.S implementation, guoren
- [PATCH V11 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement, guoren
- [PATCH V11 18/20] riscv: compat: signal: Add rt_frame implementation, guoren
- [PATCH V11 20/20] riscv: compat: Add COMPAT Kbuild skeletal support, guoren
- Re: [PATCH V11 00/20] riscv: Add COMPAT mode support for rv64, Guo Ren
[PATCH V10 00/20] riscv: Add COMPAT mode support for rv64,
guoren
- [PATCH V10 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little, guoren
- [PATCH V10 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h, guoren
- [PATCH V10 03/20] compat: consolidate the compat_flock{,64} definition, guoren
- [PATCH V10 04/20] kconfig: Add SYSVIPC_COMPAT for all architectures, guoren
- [PATCH V10 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT, guoren
- [PATCH V10 06/20] asm-generic: compat: Cleanup duplicate definitions, guoren
- [PATCH V10 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT, guoren
- [PATCH V10 08/20] riscv: Fixup difference with defconfig, guoren
- [PATCH V10 09/20] riscv: compat: Add basic compat data type implementation, guoren
- [PATCH V10 13/20] riscv: compat: process: Add UXL_32 support in start_thread, guoren
- [PATCH V10 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation, guoren
- [PATCH V10 17/20] riscv: compat: vdso: Add setup additional pages implementation, guoren
- [PATCH V10 14/20] riscv: compat: Add elf.h implementation, guoren
- [PATCH V10 12/20] riscv: compat: syscall: Add entry.S implementation, guoren
- [PATCH V10 15/20] riscv: compat: Add hw capability check for elf, guoren
- [PATCH V10 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation, guoren
- [PATCH V10 10/20] riscv: compat: Support TASK_SIZE for compat mode, guoren
- [PATCH V10 18/20] riscv: compat: signal: Add rt_frame implementation, guoren
- [PATCH V10 20/20] riscv: compat: Add COMPAT Kbuild skeletal support, guoren
- [PATCH V10 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement, guoren
[GIT PULL] MIPS fixes vor v5.18,
Thomas Bogendoerfer
[PATCH v15 0/6] drm/loongson: add drm driver for loongson display controller,
Sui Jingfeng
Re: [PATCH v14 5/6] drm/loongson: add drm driver for loongson display controller, kernel test robot
[PATCH v3 00/23] KVM: Extend Eager Page Splitting to the shadow MMU,
David Matlack
- [PATCH v3 02/23] KVM: x86/mmu: Use a bool for direct, David Matlack
- [PATCH v3 03/23] KVM: x86/mmu: Derive shadow MMU page role from parent, David Matlack
- [PATCH v3 01/23] KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs, David Matlack
- [PATCH v3 04/23] KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions, David Matlack
- [PATCH v3 05/23] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages, David Matlack
- [PATCH v3 06/23] KVM: x86/mmu: Pass memslot to kvm_mmu_new_shadow_page(), David Matlack
- [PATCH v3 07/23] KVM: x86/mmu: Separate shadow MMU sp allocation from initialization, David Matlack
- [PATCH v3 08/23] KVM: x86/mmu: Link spt to sp during allocation, David Matlack
- [PATCH v3 09/23] KVM: x86/mmu: Move huge page split sp allocation code to mmu.c, David Matlack
- [PATCH v3 10/23] KVM: x86/mmu: Use common code to free kvm_mmu_page structs, David Matlack
- [PATCH v3 11/23] KVM: x86/mmu: Use common code to allocate shadow pages from vCPU caches, David Matlack
- [PATCH v3 13/23] KVM: x86/mmu: Pass const memslot to init_shadow_page() and descendants, David Matlack
- [PATCH v3 14/23] KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu, David Matlack
- [PATCH v3 12/23] KVM: x86/mmu: Pass const memslot to rmap_add(), David Matlack
- [PATCH v3 15/23] KVM: x86/mmu: Update page stats in __rmap_add(), David Matlack
- [PATCH v3 17/23] KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU, David Matlack
- [PATCH v3 16/23] KVM: x86/mmu: Cache the access bits of shadowed translations, David Matlack
- [PATCH v3 18/23] KVM: x86/mmu: Zap collapsible SPTEs at all levels in the shadow MMU, David Matlack
- [PATCH v3 19/23] KVM: x86/mmu: Refactor drop_large_spte(), David Matlack
- [PATCH v3 23/23] KVM: selftests: Map x86_64 guest virtual memory with huge pages, David Matlack
- [PATCH v3 20/23] KVM: Allow for different capacities in kvm_mmu_memory_cache structs, David Matlack
- [PATCH v3 21/23] KVM: Allow GFP flags to be passed when topping up MMU caches, David Matlack
- [PATCH v3 22/23] KVM: x86/mmu: Support Eager Page Splitting in the shadow MMU, David Matlack
- Re: [PATCH v3 00/23] KVM: Extend Eager Page Splitting to the shadow MMU, Sean Christopherson
[PATCH v14 0/6] drm/loongson: add drm driver for loongson display controller,
Sui Jingfeng
[PATCH AUTOSEL 4.9 11/16] MIPS: fix fortify panic when copying asm exception handlers, Sasha Levin
[PATCH AUTOSEL 5.4 24/37] mips: ralink: fix a refcount leak in ill_acc_of_setup(), Sasha Levin
[PATCH AUTOSEL 5.16 085/109] MIPS: fix fortify panic when copying asm exception handlers, Sasha Levin
[PATCH AUTOSEL 5.4 29/37] MIPS: fix fortify panic when copying asm exception handlers, Sasha Levin
[PATCH AUTOSEL 4.14 16/22] MIPS: fix fortify panic when copying asm exception handlers, Sasha Levin
[PATCH AUTOSEL 5.10 50/65] MIPS: fix fortify panic when copying asm exception handlers, Sasha Levin
[PATCH AUTOSEL 5.16 101/109] MIPS: ingenic: correct unit node address, Sasha Levin
[PATCH AUTOSEL 5.10 42/65] mips: ralink: fix a refcount leak in ill_acc_of_setup(), Sasha Levin
[PATCH AUTOSEL 5.15 74/98] MIPS: fix fortify panic when copying asm exception handlers, Sasha Levin
[PATCH AUTOSEL 5.16 077/109] mips: ralink: fix a refcount leak in ill_acc_of_setup(), Sasha Levin
[PATCH AUTOSEL 5.15 90/98] MIPS: ingenic: correct unit node address, Sasha Levin
[PATCH AUTOSEL 5.10 60/65] MIPS: ingenic: correct unit node address, Sasha Levin
[PATCH AUTOSEL 4.19 22/29] MIPS: fix fortify panic when copying asm exception handlers, Sasha Levin
[PATCH AUTOSEL 5.15 66/98] mips: ralink: fix a refcount leak in ill_acc_of_setup(), Sasha Levin
[PATCH AUTOSEL 5.17 141/149] MIPS: ingenic: correct unit node address, Sasha Levin
[PATCH AUTOSEL 5.17 121/149] MIPS: fix fortify panic when copying asm exception handlers, Sasha Levin
[PATCH AUTOSEL 5.17 110/149] mips: ralink: fix a refcount leak in ill_acc_of_setup(), Sasha Levin
[PATCH] MIPS: crypto: Fix CRC32 code,
Paul Cercueil
[PATCH v2 0/4] clk: Baikal-T1 DDR/PCIe resets and some xGMAC fixes,
Serge Semin
[PATCH v4] MIPS: rb532: move GPIOD definition into C-files,
Jackie Liu
[PATCH] mips: Fix a compilation error.,
xiaolinkui2022
[PATCH] MIPS: rb532: move GPIOD definition into C-files,
Jackie Liu
[PATCH 0/4] clk: Baikal-T1 DDR/PCIe resets and some xGMAC fixes,
Serge Semin
Re: [PATCH v13 5/6] drm/loongson: add drm driver for loongson display controller,
kernel test robot
[PATCH v1] MIPS: ip22-gio: Add check for the return value of kzalloc(),
QintaoShen
[PATCH v13 1/6] MIPS: Loongson64: dts: update the display controller device node,
Sui Jingfeng
[PATCH v13 0/6] drm/loongson: add drm driver for loongson display controller,
Sui Jingfeng
Re: [PATCH v12 5/6] drm/loongson: add drm driver for loongson display controller, kernel test robot
[PATCH v12 0/6] drm/loongson: add drm driver for loongson display controller,
Sui Jingfeng
[GIT PULL] MIPS changes for v5.18,
Thomas Bogendoerfer
[PATCH] MIPS: lantiq: check the return value of kzalloc(),
xkernel . wang
[PATCH] mips: sgi-ip22: add a check for the return of kzalloc(),
xkernel . wang
[PATCH] MIPS: Fix inline assembly in uaccess.h,
Feiyang Chen
[PATCH v2] pinctrl: Ingenic: Add missing UART2 group C for X1000/E,
Yunian Yang
[PATCH] pinctrl: Ingenic: Add missing UART2 group C for X1000/E,
Yunian Yang
[PATCH v1] soc: bcm: Check for NULL return of devm_kzalloc(),
QintaoShen
Re: undefined reference to `node_data',
Michal Hocko
[no subject], Unknown
[PATCH V9 00/20] riscv: compat: Add COMPAT Kbuild skeletal support,
guoren
- [PATCH V9 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h, guoren
- [PATCH V9 03/20] compat: consolidate the compat_flock{,64} definition, guoren
- [PATCH V9 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little, guoren
- [PATCH V9 04/20] kconfig: Add SYSVIPC_COMPAT for all architectures, guoren
- [PATCH V9 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT, guoren
- [PATCH V9 06/20] asm-generic: compat: Cleanup duplicate definitions, guoren
- [PATCH V9 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT, guoren
- [PATCH V9 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation, guoren
- [PATCH V9 10/20] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT, guoren
- [PATCH V9 14/20] riscv: compat: Add elf.h implementation, guoren
- [PATCH V9 12/20] riscv: compat: syscall: Add entry.S implementation, guoren
- [PATCH V9 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation, guoren
- [PATCH V9 09/20] riscv: compat: Add basic compat data type implementation, guoren
- [PATCH V9 08/20] riscv: Fixup difference with defconfig, guoren
- [PATCH V9 15/20] riscv: compat: Add hw capability check for elf, guoren
- [PATCH V9 13/20] riscv: compat: process: Add UXL_32 support in start_thread, guoren
- [PATCH V9 18/20] riscv: compat: signal: Add rt_frame implementation, guoren
- [PATCH V9 17/20] riscv: compat: vdso: Add setup additional pages implementation, guoren
- [PATCH V9 20/20] riscv: compat: Add COMPAT Kbuild skeletal support, guoren
- [PATCH V9 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement, guoren
- Re: [PATCH V9 00/20] riscv: compat: Add COMPAT Kbuild skeletal support, Palmer Dabbelt
[PATCH v11 0/7] drm/lsdc: add drm driver for loongson display controller,
Sui Jingfeng
[Index of Archives]
[Kernel]
[Linux ARM Kernel]
[Linux ARM]
Mail converted by MHonArc