Linux for C-SKY
[Prev Page][Next Page]
- Re: [PATCH RFC v3 17/21] ACPI: add support to register CPUs based on the _STA enabled bit, (continued)
- [linux-next:master] BUILD REGRESSION 577a4ee0b96fb043c9cf4a533c550ff587e526cf, kernel test robot
- [PATCH 00/21] Initial cleanups for vCPU hotplug,
Russell King (Oracle)
- [PATCH 01/21] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs, Oracle
- [PATCH 02/21] x86: intel_epb: Don't rely on link order, Oracle
- [PATCH 04/21] Loongarch: remove arch_*register_cpu() exports, Russell King (Oracle)
- [PATCH 03/21] x86/topology: remove arch_*register_cpu() exports, Russell King (Oracle)
- [PATCH 06/21] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES, Oracle
- [PATCH 07/21] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden, Oracle
- [PATCH 05/21] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv, Oracle
- [PATCH 10/21] drivers: base: Move cpu_dev_init() after node_dev_init(), Oracle
- [PATCH 09/21] drivers: base: add arch_cpu_is_hotpluggable(), Russell King (Oracle)
- [PATCH 11/21] drivers: base: Print a warning instead of panic() when register_cpu() fails, Oracle
- [PATCH 08/21] drivers: base: Implement weak arch_unregister_cpu(), Oracle
- [PATCH 12/21] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu(), Oracle
- [PATCH 13/21] arm64: convert to arch_cpu_is_hotpluggable(), Russell King (Oracle)
- [PATCH 14/21] x86/topology: Switch over to GENERIC_CPU_DEVICES, Oracle
- [PATCH 15/21] x86/topology: use weak version of arch_unregister_cpu(), Russell King (Oracle)
- [PATCH 16/21] x86/topology: convert to use arch_cpu_is_hotpluggable(), Russell King (Oracle)
- [PATCH 17/21] LoongArch: Switch over to GENERIC_CPU_DEVICES, Oracle
- [PATCH 18/21] LoongArch: Use the __weak version of arch_unregister_cpu(), Oracle
- [PATCH 19/21] LoongArch: convert to use arch_cpu_is_hotpluggable(), Russell King (Oracle)
- [PATCH 20/21] riscv: Switch over to GENERIC_CPU_DEVICES, Oracle
- [PATCH 21/21] riscv: convert to use arch_cpu_is_hotpluggable(), Russell King (Oracle)
- Re: [PATCH 00/21] Initial cleanups for vCPU hotplug, Thomas Gleixner
- Re: [PATCH 00/21] Initial cleanups for vCPU hotplug, Thomas Gleixner
- [PATCH 00/22] -Wmissing-prototype warning fixes,
Arnd Bergmann
- [PATCH 01/22] [RESEND^2] ida: make 'ida_dump' static, Arnd Bergmann
- [PATCH 02/22] [RESEND^2] jffs2: mark __jffs2_dbg_superblock_counts() static, Arnd Bergmann
- [PATCH 03/22] [RESEND] kprobes: unify kprobes_exceptions_nofify() prototypes, Arnd Bergmann
- [PATCH 04/22] [RESEND] time: make sysfs_get_uname() function visible in header, Arnd Bergmann
- [PATCH 05/22] [RESEND] parport: gsc: mark init function static, Arnd Bergmann
- [PATCH 06/22] [RESEND] stackleak: add declarations for global functions, Arnd Bergmann
- [PATCH 07/22] [RESEND] sched: fair: move unused stub functions to header, Arnd Bergmann
- [PATCH 08/22] [v2] arch: consolidate arch_irq_work_raise prototypes, Arnd Bergmann
- [PATCH 09/22] [v2] arch: fix asm-offsets.c building with -Wmissing-prototypes, Arnd Bergmann
- [PATCH 10/22] microblaze: include linux/cpu.h for trap_init() prototype, Arnd Bergmann
- [PATCH 11/22] x86: sta2x11: include header for sta2x11_get_instance() prototype, Arnd Bergmann
- [PATCH 12/22] csky: fix arch_jump_label_transform_static override, Arnd Bergmann
- [PATCH 13/22] arch: add do_page_fault prototypes, Arnd Bergmann
- [PATCH 14/22] arch: add missing prepare_ftrace_return() prototypes, Arnd Bergmann
- [PATCH 15/22] arch: vdso: consolidate gettime prototypes, Arnd Bergmann
- [PATCH 16/22] bcachefs: mark bch2_target_to_text_sb() static, Arnd Bergmann
- [PATCH 17/22] powerpc: ps3: move udbg_shutdown_ps3gelic prototype, Arnd Bergmann
- [PATCH 18/22] powerpc: pasemi: mark pas_shutdown() static, Arnd Bergmann
- [PATCH 19/22] powerpc: powermac: mark smp_psurge_{give,take}_timebase static, Arnd Bergmann
- [PATCH 20/22] usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() static, Arnd Bergmann
- [PATCH 21/22] fbdev/fsl-diu-fb: mark wr_reg_wa() static, Arnd Bergmann
- [PATCH 22/22] Makefile.extrawarn: turn on missing-prototypes globally, Arnd Bergmann
- Re: (subset) [PATCH 00/22] -Wmissing-prototype warning fixes, Michael Ellerman
- [PATCH RFC 00/22] Initial cleanups for vCPU hotplug,
Russell King (Oracle)
- [PATCH RFC 01/22] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs, Oracle
- [PATCH RFC 02/22] x86: intel_epb: Don't rely on link order, Oracle
- [PATCH RFC 03/22] x86/topology: remove arch_*register_cpu() exports, Russell King (Oracle)
- [PATCH RFC 04/22] Loongarch: remove arch_*register_cpu() exports, Russell King (Oracle)
- [PATCH RFC 06/22] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES, Oracle
- [PATCH RFC 07/22] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden, Oracle
- [PATCH RFC 08/22] drivers: base: Implement weak arch_unregister_cpu(), Oracle
- [PATCH RFC 09/22] drivers: base: add arch_cpu_is_hotpluggable(), Russell King (Oracle)
- [PATCH RFC 10/22] drivers: base: Move cpu_dev_init() after node_dev_init(), Oracle
- [PATCH RFC 11/22] drivers: base: remove unnecessary call to register_cpu_under_node(), Russell King (Oracle)
- [PATCH RFC 05/22] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv, Oracle
- [PATCH RFC 13/22] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu(), Oracle
- [PATCH RFC 12/22] drivers: base: Print a warning instead of panic() when register_cpu() fails, Oracle
- [PATCH RFC 14/22] arm64: convert to arch_cpu_is_hotpluggable(), Russell King (Oracle)
- [PATCH RFC 15/22] x86/topology: Switch over to GENERIC_CPU_DEVICES, Oracle
- [PATCH RFC 16/22] x86/topology: use weak version of arch_unregister_cpu(), Russell King (Oracle)
- [PATCH RFC 18/22] LoongArch: Switch over to GENERIC_CPU_DEVICES, Oracle
- [PATCH RFC 17/22] x86/topology: convert to use arch_cpu_is_hotpluggable(), Russell King (Oracle)
- [PATCH RFC 19/22] LoongArch: Use the __weak version of arch_unregister_cpu(), Oracle
- [PATCH RFC 20/22] LoongArch: convert to use arch_cpu_is_hotpluggable(), Russell King (Oracle)
- [PATCH RFC 21/22] riscv: Switch over to GENERIC_CPU_DEVICES, Oracle
- [PATCH RFC 22/22] riscv: convert to use arch_cpu_is_hotpluggable(), Russell King (Oracle)
- PSA: this list has been migrated (no action required), Konstantin Ryabitsev
- [RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug,
Russell King (Oracle)
- [PATCH 01/39] parisc: simplify smp_prepare_boot_cpu(), Russell King (Oracle)
- [PATCH 02/39] ACPI: Use the acpi_device_is_present() helper in more places, Oracle
- [PATCH 03/39] ACPI: Rename acpi_scan_device_not_present() to be about enumeration, Oracle
- [PATCH 04/39] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper, Oracle
- [PATCH 06/39] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES, Oracle
- [PATCH 08/39] drivers: base: Move cpu_dev_init() after node_dev_init(), Oracle
- [PATCH 07/39] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden, Oracle
- [PATCH 09/39] drivers: base: remove unnecessary call to register_cpu_under_node(), Russell King (Oracle)
- [PATCH 10/39] drivers: base: Print a warning instead of panic() when register_cpu() fails, Oracle
- [PATCH 12/39] ia64/topology: Switch over to GENERIC_CPU_DEVICES, Oracle
- [PATCH 11/39] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu(), Oracle
- [PATCH 05/39] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv, Oracle
- [PATCH 14/39] x86/topology: Switch over to GENERIC_CPU_DEVICES, Oracle
- [PATCH 15/39] LoongArch: Switch over to GENERIC_CPU_DEVICES, Oracle
- [PATCH 16/39] riscv: Switch over to GENERIC_CPU_DEVICES, Oracle
- [PATCH 13/39] x86: intel_epb: Don't rely on link order, Oracle
- [PATCH 17/39] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs, Oracle
- [PATCH 18/39] ACPI: Only enumerate enabled (or functional) devices, Oracle
- [PATCH 19/39] ACPI: processor: Add support for processors described as container packages, Oracle
- [PATCH 20/39] ACPI: processor: Register CPUs that are online, but not described in the DSDT, Oracle
- [PATCH 21/39] ACPI: processor: Register all CPUs from acpi_processor_get_info(), Oracle
- [PATCH 23/39] drivers: base: Implement weak arch_unregister_cpu(), Oracle
- [PATCH 24/39] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove(), Oracle
- [PATCH 25/39] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards, Oracle
- [PATCH 22/39] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present', Oracle
- [PATCH 27/39] ACPI: Check _STA present bit before making CPUs not present, Oracle
- [PATCH 26/39] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug, Oracle
- [PATCH 28/39] ACPI: Warn when the present bit changes but the feature is not enabled, Oracle
- [PATCH 29/39] LoongArch: Use the __weak version of arch_unregister_cpu(), Oracle
- [PATCH 30/39] arm64: acpi: Move get_cpu_for_acpi_id() to a header, Oracle
- [PATCH 35/39] ACPI: add support to register CPUs based on the _STA enabled bit, Oracle
- [PATCH 39/39] ACPI: processor: Only call arch_unregister_cpu() if HOTPLUG_CPU is selected, Oracle
- [PATCH 38/39] cpumask: Add enabled cpumask for present CPUs that can be brought online, Oracle
- [PATCH 37/39] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled, Oracle
- [PATCH 31/39] ACPICA: Add new MADT GICC flags fields, Oracle
- [PATCH 36/39] arm64: document virtual CPU hotplug's expectations, Oracle
- [PATCH 33/39] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs, Oracle
- [PATCH 32/39] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc(), Oracle
- [PATCH 34/39] arm64: psci: Ignore DENIED CPUs, Oracle
- Re: [RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug, Russell King (Oracle)
- Re: [RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug, Rafael J. Wysocki
- Re: [RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug, Miguel Luis
- [PATCH] set_thread_area.2: Add C-SKY document,
guoren
- [PATCH v2 1/2] kbuild: unify vdso_install rules,
Masahiro Yamada
- [PATCH v3 0/9] video: screen_info cleanups,
Arnd Bergmann
- [PATCH v3 1/9] vgacon: rework Kconfig dependencies, Arnd Bergmann
- [PATCH v3 2/9] vgacon: rework screen_info #ifdef checks, Arnd Bergmann
- [PATCH v3 3/9] dummycon: limit Arm console size hack to footbridge, Arnd Bergmann
- [PATCH v3 4/9] vgacon, arch/*: remove unused screen_info definitions, Arnd Bergmann
- [PATCH v3 5/9] vgacon: remove screen_info dependency, Arnd Bergmann
- [PATCH v3 6/9] vgacon: clean up global screen_info instances, Arnd Bergmann
- [PATCH v3 7/9] vga16fb: drop powerpc support, Arnd Bergmann
- [PATCH v3 8/9] hyperv: avoid dependency on screen_info, Arnd Bergmann
- [PATCH v3 9/9] efi: move screen_info into efi init code, Arnd Bergmann
- Re: [PATCH v3 0/9] video: screen_info cleanups, Daniel Vetter
- [PATCH 1/5] csky: remove unused cmd_vdso_install,
Masahiro Yamada
- [PATCH v3 0/7] sysctl: Remove sentinel elements from arch,
Joel Granados via B4 Relay
- [PATCH v2 0/8] sysctl: Remove sentinel elements from arch,
Joel Granados via B4 Relay
- arch/csky/abiv2/inc/abi/fpu.h with a series of the non-existing config "OPEN_FPU_xxx", sunying
- [PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support,
guoren
- [PATCH V11 01/17] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock, guoren
- [PATCH V11 02/17] asm-generic: ticket-lock: Move into ticket_spinlock.h, guoren
- [PATCH V11 03/17] riscv: Use Zicbop in arch_xchg when available, guoren
- [PATCH V11 04/17] locking/qspinlock: Improve xchg_tail for number of cpus >= 16k, guoren
- [PATCH V11 05/17] riscv: qspinlock: Add basic queued_spinlock support, guoren
- [PATCH V11 06/17] riscv: qspinlock: Introduce combo spinlock, guoren
- [PATCH V11 07/17] riscv: qspinlock: Introduce qspinlock param for command line, guoren
- [PATCH V11 08/17] riscv: qspinlock: Add virt_spin_lock() support for KVM guest, guoren
- [PATCH V11 09/17] riscv: qspinlock: errata: Add ERRATA_THEAD_WRITE_ONCE fixup, guoren
- [PATCH V11 10/17] riscv: qspinlock: errata: Enable qspinlock for T-HEAD processors, guoren
- [PATCH V11 11/17] RISC-V: paravirt: pvqspinlock: Add paravirt qspinlock skeleton, guoren
- [PATCH V11 12/17] RISC-V: paravirt: pvqspinlock: Add nopvspin kernel parameter, guoren
- [PATCH V11 13/17] RISC-V: paravirt: pvqspinlock: Add SBI implementation, guoren
- [PATCH V11 14/17] RISC-V: paravirt: pvqspinlock: Add kconfig entry, guoren
- [PATCH V11 15/17] RISC-V: paravirt: pvqspinlock: Add trace point for pv_kick/wait, guoren
- [PATCH V11 16/17] RISC-V: paravirt: pvqspinlock: KVM: Add paravirt qspinlock skeleton, guoren
- [PATCH V11 17/17] RISC-V: paravirt: pvqspinlock: KVM: Implement kvm_sbi_ext_pvlock_kick_cpu(), guoren
- Re: [PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support, Conor Dooley
- Re: [PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support, Leonardo Bras
- [PATCH 0/8] sysctl: Remove sentinel elements from arch,
Joel Granados via B4 Relay
- [GIT PULL] csky 2nd changes for v6.6,
guoren
- [PATCH] csky: Fixup compile error, guoren
- mainline build failure due to c8171a86b274 ("csky: Fixup -Wmissing-prototypes warning"),
Sudip Mukherjee (Codethink)
- [GIT PULL] csky changes for v6.6,
guoren
- [linux-next:master] BUILD REGRESSION 47762f08697484cf0c2f2904b8c52375ed26c8cb, kernel test robot
- [linux-next:master] BUILD REGRESSION ef66bf8aeb91fd331cf8f5dca8f9d7bca9ab2849, kernel test robot
- [PATCH] csky: Fixup -Wmissing-prototypes warning,
guoren
- [PATCH 00/17] -Wmissing-prototype warning fixes,
Arnd Bergmann
- Re: [PATCH 00/17] -Wmissing-prototype warning fixes, Palmer Dabbelt
- Re: (subset) [PATCH 00/17] -Wmissing-prototype warning fixes, Martin K. Petersen
[PATCH v3 0/2] csky: Convert memory accessors to static inlines,
Linus Walleij
[PATCH v2 0/2] csky: Convert memory accessors to static inlines,
Linus Walleij
[PATCH] csky: pgtable: Invalidate stale I-cache lines in update_mmu_cache, guoren
[PATCH 0/2] csky: Convert memory accessors to static inlines,
Linus Walleij
[PATCH mm-unstable v9 00/31] Split ptdesc from struct page,
Vishal Moola (Oracle)
- [PATCH mm-unstable v9 03/31] mm: add utility functions for ptdesc, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 01/31] mm: Add PAGE_TYPE_OP folio functions, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 02/31] pgtable: create struct ptdesc, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 04/31] mm: Convert pmd_pgtable_page() callers to use pmd_ptdesc(), Vishal Moola (Oracle)
- [PATCH mm-unstable v9 05/31] mm: Convert ptlock_alloc() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 06/31] mm: Convert ptlock_ptr() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 07/31] mm: Convert pmd_ptlock_init() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 08/31] mm: Convert ptlock_init() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 10/31] mm: Convert ptlock_free() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 11/31] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 12/31] powerpc: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 09/31] mm: Convert pmd_ptlock_free() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 13/31] x86: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 15/31] mm: remove page table members from struct page, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 16/31] pgalloc: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 14/31] s390: Convert various pgalloc functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 17/31] arm: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 20/31] hexagon: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 31/31] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 19/31] csky: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 25/31] openrisc: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 22/31] m68k: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 30/31] um: Convert {pmd, pte}_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 24/31] nios2: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 23/31] mips: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 28/31] sparc64: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 29/31] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 21/31] loongarch: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 18/31] arm64: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 27/31] sh: Convert pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 26/31] riscv: Convert alloc_{pmd, pte}_late() to use ptdescs, Vishal Moola (Oracle)
[PATCH V10 00/19] riscv: Add Native/Paravirt/CNA qspinlock support,
guoren
- [PATCH V10 01/19] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock, guoren
- [PATCH V10 02/19] asm-generic: ticket-lock: Move into ticket_spinlock.h, guoren
- [PATCH V10 03/19] riscv: qspinlock: errata: Add ERRATA_THEAD_WRITE_ONCE fixup, guoren
- [PATCH V10 05/19] riscv: qspinlock: Introduce combo spinlock, guoren
- [PATCH V10 04/19] riscv: qspinlock: Add basic queued_spinlock support, guoren
- [PATCH V10 06/19] riscv: qspinlock: Allow force qspinlock from the command line, guoren
- [PATCH V10 07/19] riscv: qspinlock: errata: Introduce ERRATA_THEAD_QSPINLOCK, guoren
- [PATCH V10 08/19] riscv: qspinlock: Use new static key for controlling call of virt_spin_lock(), guoren
- [PATCH V10 09/19] RISC-V: paravirt: pvqspinlock: Add paravirt qspinlock skeleton, guoren
- [PATCH V10 10/19] RISC-V: paravirt: pvqspinlock: KVM: Add paravirt qspinlock skeleton, guoren
- [PATCH V10 11/19] RISC-V: paravirt: pvqspinlock: KVM: Implement kvm_sbi_ext_pvlock_kick_cpu(), guoren
- [PATCH V10 12/19] RISC-V: paravirt: pvqspinlock: Add nopvspin kernel parameter, guoren
- [PATCH V10 13/19] RISC-V: paravirt: pvqspinlock: Remove unnecessary definitions of cmpxchg & xchg, guoren
- [PATCH V10 14/19] RISC-V: paravirt: pvqspinlock: Add xchg8 & cmpxchg_small support, guoren
- [PATCH V10 17/19] RISC-V: paravirt: pvqspinlock: Add trace point for pv_kick/wait, guoren
- [PATCH V10 16/19] RISC-V: paravirt: pvqspinlock: Add kconfig entry, guoren
- [PATCH V10 15/19] RISC-V: paravirt: pvqspinlock: Add SBI implementation, guoren
- [PATCH V10 18/19] locking/qspinlock: Move pv_ops into x86 directory, guoren
- [PATCH V10 19/19] locking/qspinlock: riscv: Add Compact NUMA-aware lock support, guoren
[PATCH v6 11/38] csky: Implement the new page table range API, Matthew Wilcox (Oracle)
[PATCH mm-unstable v8 00/31] Split ptdesc from struct page,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 01/31] mm: Add PAGE_TYPE_OP folio functions, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 02/31] pgtable: Create struct ptdesc, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 03/31] mm: add utility functions for ptdesc, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 04/31] mm: Convert pmd_pgtable_page() callers to use pmd_ptdesc(), Vishal Moola (Oracle)
- [PATCH mm-unstable v8 05/31] mm: Convert ptlock_alloc() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 06/31] mm: Convert ptlock_ptr() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 07/31] mm: Convert pmd_ptlock_init() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 08/31] mm: Convert ptlock_init() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 10/31] mm: Convert ptlock_free() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 09/31] mm: Convert pmd_ptlock_free() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 11/31] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 12/31] powerpc: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 13/31] x86: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 14/31] s390: Convert various pgalloc functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 15/31] mm: Remove page table members from struct page, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 16/31] pgalloc: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 17/31] arm: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 18/31] arm64: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 19/31] csky: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 20/31] hexagon: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 21/31] loongarch: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 22/31] m68k: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 25/31] openrisc: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 23/31] mips: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 24/31] nios2: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 27/31] sh: Convert pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 26/31] riscv: Convert alloc_{pmd, pte}_late() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 30/31] um: Convert {pmd, pte}_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 29/31] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 28/31] sparc64: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 31/31] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers, Vishal Moola (Oracle)
[PATCH] csky: fix old style declaration in module.c,
Arnd Bergmann
[PATCH mm-unstable v7 00/31] Split ptdesc from struct page,
Vishal Moola (Oracle)
- [PATCH mm-unstable v7 01/31] mm: Add PAGE_TYPE_OP folio functions, Vishal Moola (Oracle)
- [PATCH mm-unstable v7 03/31] mm: add utility functions for ptdesc, Vishal Moola (Oracle)
- [PATCH mm-unstable v7 02/31] pgtable: Create struct ptdesc, Vishal Moola (Oracle)
- [PATCH mm-unstable v7 04/31] mm: Convert pmd_pgtable_page() callers to use pmd_ptdesc(), Vishal Moola (Oracle)
- [PATCH mm-unstable v7 05/31] mm: Convert ptlock_alloc() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v7 06/31] mm: Convert ptlock_ptr() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v7 07/31] mm: Convert pmd_ptlock_init() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v7 08/31] mm: Convert ptlock_init() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v7 09/31] mm: Convert pmd_ptlock_free() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v7 10/31] mm: Convert ptlock_free() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v7 11/31] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}, Vishal Moola (Oracle)
- [PATCH mm-unstable v7 12/31] powerpc: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v7 13/31] x86: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v7 14/31] s390: Convert various pgalloc functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v7 15/31] mm: Remove page table members from struct page, Vishal Moola (Oracle)
- [PATCH mm-unstable v7 16/31] pgalloc: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v7 17/31] arm: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v7 21/31] loongarch: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v7 18/31] arm64: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v7 22/31] m68k: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v7 20/31] hexagon: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v7 19/31] csky: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v7 23/31] mips: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v7 24/31] nios2: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v7 26/31] riscv: Convert alloc_{pmd, pte}_late() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v7 25/31] openrisc: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v7 29/31] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents, Vishal Moola (Oracle)
- [PATCH mm-unstable v7 28/31] sparc64: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v7 27/31] sh: Convert pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v7 30/31] um: Convert {pmd, pte}_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v7 31/31] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers, Vishal Moola (Oracle)
- Re: [PATCH mm-unstable v7 00/31] Split ptdesc from struct page, Hugh Dickins
[PATCH] csky: abiv2: add require space around that ':', hanyu001
[PATCH] abiv2: inc: abi: add require space around that ',', hanyu001
[PATCH v2 0/9] video: screen_info cleanups,
Arnd Bergmann
- [PATCH v2 1/9] vgacon: rework Kconfig dependencies, Arnd Bergmann
- [PATCH v2 2/9] vgacon: rework screen_info #ifdef checks, Arnd Bergmann
- [PATCH v2 3/9] dummycon: limit Arm console size hack to footbridge, Arnd Bergmann
- [PATCH v2 4/9] vgacon, arch/*: remove unused screen_info definitions, Arnd Bergmann
- [PATCH v2 5/9] vgacon: remove screen_info dependency, Arnd Bergmann
- [PATCH v2 6/9] vgacon: clean up global screen_info instances, Arnd Bergmann
- [PATCH v2 7/9] vga16fb: drop powerpc support, Arnd Bergmann
- [PATCH v2 8/9] hyperv: avoid dependency on screen_info, Arnd Bergmann
- [PATCH v2 9/9] efi: move screen_info into efi init code, Arnd Bergmann
[Index of Archives]
[Linux Samsung SoC]
[Linux Actions SoC]
[Linux Rockchip SoC]
[Linux for Synopsys ARC Processors]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]