Linux for C-SKY
[Prev Page][Next Page]
- Re: [PATCH v2 04/24] arm64/cpu: Mark cpu_die() __noreturn, (continued)
- [PATCH v2 01/24] alpha/cpu: Expose arch_cpu_idle_dead()'s prototype declaration, Josh Poimboeuf
- [PATCH v2 07/24] loongarch/cpu: Make sure play_dead() doesn't return, Josh Poimboeuf
- [PATCH v2 03/24] arm/cpu: Make sure arch_cpu_idle_dead() doesn't return, Josh Poimboeuf
- [PATCH v2 05/24] csky/cpu: Make sure arch_cpu_idle_dead() doesn't return, Josh Poimboeuf
- [PATCH v2 12/24] powerpc/cpu: Mark start_secondary_resume() __noreturn, Josh Poimboeuf
- [PATCH v2 10/24] mips/cpu: Make sure play_dead() doesn't return, Josh Poimboeuf
- [PATCH v2 08/24] loongarch/cpu: Mark play_dead() __noreturn, Josh Poimboeuf
- [PATCH v2 11/24] mips/cpu: Mark play_dead() __noreturn, Josh Poimboeuf
- [PATCH v2 09/24] mips/cpu: Expose play_dead()'s prototype definition, Josh Poimboeuf
- [PATCH v2 06/24] ia64/cpu: Mark play_dead() __noreturn, Josh Poimboeuf
- [PATCH v2 20/24] xtensa/cpu: Mark cpu_die() __noreturn, Josh Poimboeuf
- [PATCH v2 18/24] x86/cpu: Mark play_dead() __noreturn, Josh Poimboeuf
- [PATCH v2 16/24] sparc/cpu: Mark cpu_play_dead() __noreturn, Josh Poimboeuf
- [PATCH v2 17/24] x86/cpu: Make sure play_dead() doesn't return, Josh Poimboeuf
- [PATCH v2 15/24] sh/cpu: Expose arch_cpu_idle_dead()'s prototype definition, Josh Poimboeuf
- [PATCH v2 19/24] xtensa/cpu: Make sure cpu_die() doesn't return, Josh Poimboeuf
- [PATCH v2 13/24] sh/cpu: Make sure play_dead() doesn't return, Josh Poimboeuf
- [PATCH v2 14/24] sh/cpu: Mark play_dead() __noreturn, Josh Poimboeuf
- [PATCH v2 22/24] objtool: Include weak functions in 'global_noreturns' check, Josh Poimboeuf
- [PATCH v2 21/24] sched/idle: Make sure weak version of arch_cpu_idle_dead() doesn't return, Josh Poimboeuf
- [PATCH v2 23/24] init: Make arch_call_rest_init() and rest_init() __noreturn, Josh Poimboeuf
- [PATCH v2 24/24] sched/idle: Mark arch_cpu_idle_dead() __noreturn, Josh Poimboeuf
- Re: [PATCH v2 00/24] cpu,sched: Mark arch_cpu_idle_dead() __noreturn, Philippe Mathieu-Daudé
- Re: [PATCH v2 00/24] cpu,sched: Mark arch_cpu_idle_dead() __noreturn, Paul E. McKenney
- Re: API for setting multiple PTEs at once,
Matthew Wilcox
- [PATCH 00/22] cpu,sched: Mark arch_cpu_idle_dead() __noreturn,
Josh Poimboeuf
- [PATCH 01/22] alpha/cpu: Expose arch_cpu_idle_dead()'s prototype declaration, Josh Poimboeuf
- [PATCH 03/22] arm/cpu: Make sure arch_cpu_idle_dead() doesn't return, Josh Poimboeuf
- [PATCH 02/22] alpha/cpu: Make sure arch_cpu_idle_dead() doesn't return, Josh Poimboeuf
- [PATCH 04/22] arm64/cpu: Mark cpu_die() __noreturn, Josh Poimboeuf
- [PATCH 05/22] csky/cpu: Make sure arch_cpu_idle_dead() doesn't return, Josh Poimboeuf
- [PATCH 06/22] ia64/cpu: Mark play_dead() __noreturn, Josh Poimboeuf
- [PATCH 08/22] loongarch/cpu: Mark play_dead() __noreturn, Josh Poimboeuf
- [PATCH 07/22] loongarch/cpu: Make sure play_dead() doesn't return, Josh Poimboeuf
- [PATCH 10/22] mips/cpu: Make sure play_dead() doesn't return, Josh Poimboeuf
- [PATCH 09/22] mips/cpu: Expose play_dead()'s prototype definition, Josh Poimboeuf
- [PATCH 11/22] mips/cpu: Mark play_dead() __noreturn, Josh Poimboeuf
- [PATCH 12/22] powerpc/cpu: Mark start_secondary_resume() __noreturn, Josh Poimboeuf
- [PATCH 13/22] sh/cpu: Make sure play_dead() doesn't return, Josh Poimboeuf
- [PATCH 15/22] sh/cpu: Expose arch_cpu_idle_dead()'s prototype definition, Josh Poimboeuf
- [PATCH 14/22] sh/cpu: Mark play_dead() __noreturn, Josh Poimboeuf
- [PATCH 16/22] sparc/cpu: Mark cpu_play_dead() __noreturn, Josh Poimboeuf
- [PATCH 19/22] xtensa/cpu: Make sure cpu_die() doesn't return, Josh Poimboeuf
- [PATCH 18/22] x86/cpu: Mark play_dead() __noreturn, Josh Poimboeuf
- [PATCH 20/22] xtensa/cpu: Mark cpu_die() __noreturn, Josh Poimboeuf
- [PATCH 21/22] sched/idle: Make sure weak version of arch_cpu_idle_dead() doesn't return, Josh Poimboeuf
- [PATCH 17/22] x86/cpu: Make sure play_dead() doesn't return, Josh Poimboeuf
- [PATCH 22/22] sched/idle: Mark arch_cpu_idle_dead() __noreturn, Josh Poimboeuf
- [PATCH v2 0/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM,
Mike Rapoport
- [PATCH v2 0/4] dt-bindings: Introduce dual-link panels & panel-vendors,
Aradhya Bhatia
- [PATCH v4 0/7] Generic IPI sending tracepoint,
Valentin Schneider
- [PATCH v4 1/7] trace: Add trace_ipi_send_cpumask(), Valentin Schneider
- [PATCH v4 2/7] sched, smp: Trace IPIs sent via send_call_function_single_ipi(), Valentin Schneider
- [PATCH v4 4/7] irq_work: Trace self-IPIs sent via arch_irq_work_raise(), Valentin Schneider
- [PATCH v4 3/7] smp: Trace IPIs sent via arch_send_call_function_ipi_mask(), Valentin Schneider
- [PATCH v4 5/7] treewide: Trace IPIs sent via smp_send_reschedule(), Valentin Schneider
- [PATCH v4 6/7] smp: reword smp call IPI comment, Valentin Schneider
- [PATCH v4 7/7] sched, smp: Trace smp callback causing an IPI, Valentin Schneider
- Re: [PATCH v4 0/7] Generic IPI sending tracepoint, Valentin Schneider
- [PATCH mm-unstable v1 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs,
David Hildenbrand
- [PATCH mm-unstable v1 01/26] mm/debug_vm_pgtable: more pte_swp_exclusive() sanity checks, David Hildenbrand
- [PATCH mm-unstable v1 02/26] alpha/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable v1 03/26] arc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable v1 06/26] hexagon/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable v1 07/26] ia64/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable v1 05/26] csky/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable v1 04/26] arm/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable v1 08/26] loongarch/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable v1 09/26] m68k/mm: remove dummy __swp definitions for nommu, David Hildenbrand
- [PATCH mm-unstable v1 12/26] mips/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable v1 10/26] m68k/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable v1 11/26] microblaze/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable v1 13/26] nios2/mm: refactor swap PTE layout, David Hildenbrand
- [PATCH mm-unstable v1 14/26] nios2/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable v1 17/26] powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3s, David Hildenbrand
- [PATCH mm-unstable v1 15/26] openrisc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable v1 16/26] parisc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable v1 18/26] powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable v1 19/26] riscv/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable v1 21/26] sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit, David Hildenbrand
- [PATCH mm-unstable v1 20/26] sh/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable v1 23/26] um/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable v1 22/26] sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 64bit, David Hildenbrand
- [PATCH mm-unstable v1 25/26] xtensa/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable v1 26/26] mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable v1 24/26] x86/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE also on 32bit, David Hildenbrand
- Re: [PATCH mm-unstable v1 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs, patchwork-bot+linux-riscv
- [PATCH v3 00/51] cpuidle,rcu: Clean up the mess,
Peter Zijlstra
- [PATCH v3 05/51] cpuidle,riscv: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v3 01/51] x86/perf/amd: Remove tracing from perf_lopwr_cb(), Peter Zijlstra
- [PATCH v3 20/51] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IBRS, Peter Zijlstra
- [PATCH v3 16/51] cpuidle: Annotate poll_idle(), Peter Zijlstra
- [PATCH v3 08/51] cpuidle,imx6: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v3 39/51] arm,omap2: Use WFI for omap2_pm_idle(), Peter Zijlstra
- [PATCH v3 29/51] cpuidle,tdx: Make tdx noinstr clean, Peter Zijlstra
- [PATCH v3 25/51] printk: Remove trace_.*_rcuidle() usage, Peter Zijlstra
- [PATCH v3 15/51] acpi_idle: Remove tracing, Peter Zijlstra
- [PATCH v3 14/51] cpuidle,cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}(), Peter Zijlstra
- [PATCH v3 44/51] entry,kasan,x86: Disallow overriding mem*() functions, Peter Zijlstra
- [PATCH v3 47/51] cpuidle: Ensure ct_cpuidle_enter() is always called from noinstr/__cpuidle, Peter Zijlstra
- [PATCH v3 18/51] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again*, Peter Zijlstra
- [PATCH v3 41/51] cpuidle,clk: Remove trace_.*_rcuidle(), Peter Zijlstra
- [PATCH v3 03/51] cpuidle/poll: Ensure IRQ state is invariant, Peter Zijlstra
- [PATCH v3 17/51] objtool/idle: Validate __cpuidle code as noinstr, Peter Zijlstra
- [PATCH v3 12/51] cpuidle,dt: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v3 43/51] intel_idle: Add force_irq_on module param, Peter Zijlstra
- [PATCH v3 22/51] x86/tdx: Remove TDX_HCALL_ISSUE_STI, Peter Zijlstra
- [PATCH v3 31/51] cpuidle,nospec: Make noinstr clean, Peter Zijlstra
- [PATCH v3 46/51] arm64,riscv,perf: Remove RCU_NONIDLE() usage, Peter Zijlstra
- [PATCH v3 35/51] trace,hardirq: No moar _rcuidle() tracing, Peter Zijlstra
- [PATCH v3 09/51] cpuidle,omap3: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v3 34/51] trace: WARN on rcuidle, Peter Zijlstra
- [PATCH v3 21/51] arch/idle: Change arch_cpu_idle() IRQ behaviour, Peter Zijlstra
- [PATCH v3 19/51] cpuidle,intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE, Peter Zijlstra
- [PATCH v3 38/51] cpuidle,omap4: Push RCU-idle into omap4_enter_lowpower(), Peter Zijlstra
- [PATCH v3 48/51] cpuidle,arch: Mark all ct_cpuidle_enter() callers __cpuidle, Peter Zijlstra
- [PATCH v3 45/51] sched: Always inline __this_cpu_preempt_check(), Peter Zijlstra
- [PATCH v3 06/51] cpuidle,tegra: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v3 36/51] cpuidle,omap3: Use WFI for omap3_pm_idle(), Peter Zijlstra
- [PATCH v3 37/51] cpuidle,omap3: Push RCU-idle into omap_sram_idle(), Peter Zijlstra
- [PATCH v3 13/51] cpuidle: Fix ct_idle_*() usage, Peter Zijlstra
- [PATCH v3 27/51] cpuidle,sched: Remove annotations from TIF_{POLLING_NRFLAG,NEED_RESCHED}, Peter Zijlstra
- [PATCH v3 32/51] cpuidle,acpi: Make noinstr clean, Peter Zijlstra
- [PATCH v3 10/51] cpuidle,armada: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v3 49/51] cpuidle,arch: Mark all regular cpuidle_state::enter methods __cpuidle, Peter Zijlstra
- [PATCH v3 28/51] cpuidle,mwait: Make noinstr clean, Peter Zijlstra
- [PATCH v3 07/51] cpuidle,psci: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v3 23/51] arm,smp: Remove trace_.*_rcuidle() usage, Peter Zijlstra
- [PATCH v3 40/51] cpuidle,powerdomain: Remove trace_.*_rcuidle(), Peter Zijlstra
- [PATCH v3 11/51] cpuidle,omap4: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v3 26/51] time/tick-broadcast: Remove RCU_NONIDLE usage, Peter Zijlstra
- [PATCH v3 30/51] cpuidle,xenpv: Make more PARAVIRT_XXL noinstr clean, Peter Zijlstra
- [PATCH v3 42/51] ubsan: Fix objtool UACCESS warns, Peter Zijlstra
- [PATCH v3 04/51] cpuidle: Move IRQ state validation, Peter Zijlstra
- [PATCH v3 51/51] context_tracking: Fix noinstr vs KASAN, Peter Zijlstra
- [PATCH v3 50/51] cpuidle: Comments about noinstr/__cpuidle, Peter Zijlstra
- [PATCH v3 24/51] arm64,smp: Remove trace_.*_rcuidle() usage, Peter Zijlstra
- [PATCH v3 33/51] trace: Remove trace_hardirqs_{on,off}_caller(), Peter Zijlstra
- [PATCH v3 02/51] x86/idle: Replace x86_idle with a static_call, Peter Zijlstra
- Re: [PATCH v3 00/51] cpuidle,rcu: Clean up the mess, Paul E. McKenney
- Re: [PATCH v3 00/51] cpuidle,rcu: Clean up the mess, Mark Rutland
- [PATCH 5.10 29/63] csky: add support for TIF_NOTIFY_SIGNAL, Greg Kroah-Hartman
- [RFC PATCH 0/4] dt-bindings: Introduce dual-link panels & panel-vendors,
Aradhya Bhatia
- [PATCH RESEND] csky: add alignment for the delay code, Jialu Xu
- [GIT PULL] csky changes for v6.2-rc1,
guoren
- [PATCH mm-unstable RFC 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs,
David Hildenbrand
- [PATCH mm-unstable RFC 01/26] mm/debug_vm_pgtable: more pte_swp_exclusive() sanity checks, David Hildenbrand
- [PATCH mm-unstable RFC 02/26] alpha/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable RFC 04/26] arm/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable RFC 03/26] arc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable RFC 05/26] csky/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable RFC 07/26] ia64/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable RFC 06/26] hexagon/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable RFC 08/26] loongarch/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable RFC 10/26] m68k/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable RFC 09/26] m68k/mm: remove dummy __swp definitions for nommu, David Hildenbrand
- [PATCH mm-unstable RFC 11/26] microblaze/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable RFC 12/26] mips/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable RFC 13/26] nios2/mm: refactor swap PTE layout, David Hildenbrand
- [PATCH mm-unstable RFC 14/26] nios2/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable RFC 16/26] parisc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable RFC 15/26] openrisc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable RFC 17/26] powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3s, David Hildenbrand
- [PATCH mm-unstable RFC 19/26] riscv/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable RFC 18/26] powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable RFC 22/26] sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 64bit, David Hildenbrand
- [PATCH mm-unstable RFC 21/26] sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit, David Hildenbrand
- [PATCH mm-unstable RFC 23/26] um/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable RFC 20/26] sh/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable RFC 24/26] x86/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE also on 32bit, David Hildenbrand
- [PATCH mm-unstable RFC 26/26] mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- [PATCH mm-unstable RFC 25/26] xtensa/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE, David Hildenbrand
- Re: [PATCH mm-unstable RFC 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs, David Hildenbrand
- Re: [PATCH mm-unstable RFC 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs, Huacai Chen
- [PATCH v3 0/8] Generic IPI sending tracepoint,
Valentin Schneider
- [PATCH v3 1/8] DO-NOT-MERGE: tracing: Add __cpumask to denote a trace event field that is a cpumask_t, Valentin Schneider
- [PATCH v3 4/8] smp: Trace IPIs sent via arch_send_call_function_ipi_mask(), Valentin Schneider
- [PATCH v3 2/8] trace: Add trace_ipi_send_cpumask(), Valentin Schneider
- [PATCH v3 5/8] irq_work: Trace self-IPIs sent via arch_irq_work_raise(), Valentin Schneider
- [PATCH v3 3/8] sched, smp: Trace IPIs sent via send_call_function_single_ipi(), Valentin Schneider
- [PATCH v3 8/8] sched, smp: Trace smp callback causing an IPI, Valentin Schneider
- [PATCH v3 6/8] treewide: Trace IPIs sent via smp_send_reschedule(), Valentin Schneider
- [PATCH v3 7/8] smp: reword smp call IPI comment, Valentin Schneider
- Re: [PATCH v3 0/8] Generic IPI sending tracepoint, Palmer Dabbelt
- [PATCH] csky: add alignment for the delay code, Jialu Xu
- [RFC PATCH v2 0/8] Generic IPI sending tracepoint,
Valentin Schneider
- [RFC PATCH v2 1/8] DO-NOT-MERGE: tracing: Add __cpumask to denote a trace event field that is a cpumask_t, Valentin Schneider
- [RFC PATCH v2 2/8] trace: Add trace_ipi_send_cpumask(), Valentin Schneider
- [RFC PATCH v2 3/8] sched, smp: Trace IPIs sent via send_call_function_single_ipi(), Valentin Schneider
- [RFC PATCH v2 4/8] smp: Trace IPIs sent via arch_send_call_function_ipi_mask(), Valentin Schneider
- [RFC PATCH v2 5/8] irq_work: Trace self-IPIs sent via arch_irq_work_raise(), Valentin Schneider
- [RFC PATCH v2 6/8] treewide: Trace IPIs sent via smp_send_reschedule(), Valentin Schneider
- [RFC PATCH v2 7/8] smp: reword smp call IPI comment, Valentin Schneider
- [RFC PATCH v2 8/8] sched, smp: Trace smp callback causing an IPI, Valentin Schneider
- Re: [RFC PATCH v2 0/8] Generic IPI sending tracepoint, Steven Rostedt
- [PATCH v1 0/2] cleanup stackprotector canary generation,
Jason A. Donenfeld
- [PATCH -next v2] csky: add arch support current_stack_pointer, Tong Tiangen
- [PATCH -next] csky: add arch support current_stack_pointer,
Tong Tiangen
- [PATCH] mm: remove kern_addr_valid() completely,
Kefeng Wang
- [PATCH] csky: Kconfig: Fix spelling mistake "Meory" -> "Memory",
Colin Ian King
- [RFC PATCH 0/5] Generic IPI sending tracepoint,
Valentin Schneider
- [PATCH V4 0/3] kprobe: Optimize the performance of patching ss,
Liao Chang
- [PATCH V3 0/3] kprobe: Optimize the performance of patching ss,
Liao Chang
- [PATCH v2 00/44] cpuidle,rcu: Clean up the mess,
Peter Zijlstra
- [PATCH v2 11/44] cpuidle,omap4: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v2 09/44] cpuidle,omap3: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v2 14/44] cpuidle,cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}(), Peter Zijlstra
- [PATCH v2 15/44] acpi_idle: Remove tracing, Peter Zijlstra
- [PATCH v2 05/44] cpuidle,riscv: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v2 02/44] x86/idle: Replace x86_idle with a static_call, Peter Zijlstra
- [PATCH v2 04/44] cpuidle: Move IRQ state validation, Peter Zijlstra
- [PATCH v2 03/44] cpuidle/poll: Ensure IRQ state is invariant, Peter Zijlstra
- [PATCH v2 13/44] cpuidle: Fix ct_idle_*() usage, Peter Zijlstra
- [PATCH v2 32/44] cpuidle,acpi: Make noinstr clean, Peter Zijlstra
- [PATCH v2 16/44] cpuidle: Annotate poll_idle(), Peter Zijlstra
- [PATCH v2 33/44] ftrace: WARN on rcuidle, Peter Zijlstra
- [PATCH v2 44/44] arm64,riscv,perf: Remove RCU_NONIDLE() usage, Peter Zijlstra
- [PATCH v2 10/44] cpuidle,armada: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v2 37/44] arm,omap2: Use WFI for omap2_pm_idle(), Peter Zijlstra
- [PATCH v2 18/44] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again*, Peter Zijlstra
- [PATCH v2 41/44] intel_idle: Add force_irq_on module param, Peter Zijlstra
- [PATCH v2 26/44] time/tick-broadcast: Remove RCU_NONIDLE usage, Peter Zijlstra
- [PATCH v2 40/44] ubsan: Fix objtool UACCESS warns, Peter Zijlstra
- [PATCH v2 23/44] arm,smp: Remove trace_.*_rcuidle() usage, Peter Zijlstra
- [PATCH v2 31/44] cpuidle,nospec: Make noinstr clean, Peter Zijlstra
- [PATCH v2 28/44] cpuidle,mwait: Make noinstr clean, Peter Zijlstra
- [PATCH v2 19/44] cpuidle,intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE, Peter Zijlstra
- [PATCH v2 24/44] arm64,smp: Remove trace_.*_rcuidle() usage, Peter Zijlstra
- [PATCH v2 38/44] cpuidle,powerdomain: Remove trace_.*_rcuidle(), Peter Zijlstra
- [PATCH v2 27/44] cpuidle,sched: Remove annotations from TIF_{POLLING_NRFLAG,NEED_RESCHED}, Peter Zijlstra
- [PATCH v2 30/44] cpuidle,xenpv: Make more PARAVIRT_XXL noinstr clean, Peter Zijlstra
- [PATCH v2 17/44] objtool/idle: Validate __cpuidle code as noinstr, Peter Zijlstra
- [PATCH v2 39/44] cpuidle,clk: Remove trace_.*_rcuidle(), Peter Zijlstra
- [PATCH v2 01/44] x86/perf/amd: Remove tracing from perf_lopwr_cb(), Peter Zijlstra
- [PATCH v2 34/44] cpuidle,omap3: Use WFI for omap3_pm_idle(), Peter Zijlstra
- [PATCH v2 29/44] cpuidle,tdx: Make tdx noinstr clean, Peter Zijlstra
- [PATCH v2 08/44] cpuidle,imx6: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v2 07/44] cpuidle,psci: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v2 43/44] sched: Always inline __this_cpu_preempt_check(), Peter Zijlstra
- [PATCH v2 36/44] cpuidle,omap4: Push RCU-idle into omap4_enter_lowpower(), Peter Zijlstra
- [PATCH v2 25/44] printk: Remove trace_.*_rcuidle() usage, Peter Zijlstra
- [PATCH v2 20/44] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IBRS, Peter Zijlstra
- [PATCH v2 42/44] entry,kasan,x86: Disallow overriding mem*() functions, Peter Zijlstra
- [PATCH v2 06/44] cpuidle,tegra: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v2 35/44] cpuidle,omap3: Push RCU-idle into omap_sram_idle(), Peter Zijlstra
- [PATCH v2 12/44] cpuidle,dt: Push RCU-idle into driver, Peter Zijlstra
- [PATCH v2 22/44] x86/tdx: Remove TDX_HCALL_ISSUE_STI, Peter Zijlstra
- [PATCH v2 21/44] arch/idle: Change arch_cpu_idle() IRQ behaviour, Peter Zijlstra
- Re: [PATCH v2 00/44] cpuidle,rcu: Clean up the mess, Rafael J. Wysocki
- Re: [PATCH v2 00/44] cpuidle,rcu: Clean up the mess, Frederic Weisbecker
- Re: [PATCH v2 00/44] cpuidle,rcu: Clean up the mess, Peter Zijlstra
- Re: [PATCH v2 00/44] cpuidle,rcu: Clean up the mess, Tony Lindgren
- Re: [PATCH v2 00/44] cpuidle,rcu: Clean up the mess, Ulf Hansson
- [PATCH 0/2] make weak attributes in {k,u}probes,
Yipeng Zou
- [PATCH V2 0/3] kprobe: Optimize the performance of patching ss,
Liao Chang
- [PATCH] vdso: Improve cmd_vdso_check to check all dynamic relocations,
Fangrui Song
- [PATCH v2] include/linux: declare cpuinfo_op in processor.h, Conor Dooley
- [PATCH] kernel: exit: cleanup release_thread(),
Kefeng Wang
- [PATCH] arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER,
Zi Yan
- [PATCH AUTOSEL 5.10 23/31] csky/kprobe: reclaim insn_slot on kprobe unregistration, Sasha Levin
- [PATCH AUTOSEL 5.15 35/46] csky/kprobe: reclaim insn_slot on kprobe unregistration, Sasha Levin
- [PATCH AUTOSEL 5.18 43/56] csky/kprobe: reclaim insn_slot on kprobe unregistration, Sasha Levin
- [PATCH AUTOSEL 5.19 49/64] csky/kprobe: reclaim insn_slot on kprobe unregistration, Sasha Levin
- [PATCH] checkpatch: Add kmap and kmap_atomic to the deprecated list,
ira . weiny
- [PATCH V9 00/15] arch: Add qspinlock support and atomic cleanup,
guoren
- [PATCH V9 01/15] asm-generic: ticket-lock: Remove unnecessary atomic_read, guoren
- [PATCH V9 02/15] asm-generic: ticket-lock: Use the same struct definitions with qspinlock, guoren
- [PATCH V9 03/15] asm-generic: ticket-lock: Move into ticket_spinlock.h, guoren
- [PATCH V9 04/15] asm-generic: ticket-lock: Keep ticket-lock the same semantic with qspinlock, guoren
- [PATCH V9 07/15] riscv: cmpxchg: Remove xchg32 and xchg64, guoren
- [PATCH V9 09/15] riscv: cmpxchg: Optimize cmpxchg64, guoren
- [PATCH V9 10/15] riscv: Enable ARCH_INLINE_READ*/WRITE*/SPIN*, guoren
- [PATCH V9 14/15] openrisc: Move from ticket-lock to qspinlock, guoren
- [PATCH V9 13/15] openrisc: cmpxchg: Cleanup unnecessary codes, guoren
- [PATCH V9 11/15] riscv: Add qspinlock support, guoren
- [PATCH V9 08/15] riscv: cmpxchg: Forbid arch_cmpxchg64 for 32-bit, guoren
- [PATCH V9 06/15] riscv: atomic: Clean up unnecessary acquire and release definitions, guoren
- [PATCH V9 05/15] asm-generic: spinlock: Add queued spinlock support in common header, guoren
- [PATCH V9 15/15] csky: spinlock: Use the generic header files, guoren
- [PATCH V9 12/15] riscv: Add combo spinlock support, guoren
- Re: [PATCH V9 00/15] arch: Add qspinlock support and atomic cleanup, Guo Ren
- [GIT PULL] csky changes for v6.0-rc1,
guoren
- [PATCH 0/2] Fixup and coding convention,
guoren
- [PATCH] csky: Enable ARCH_INLINE_READ*/WRITE*/SPIN*, guoren
- [PATCH] csky: Add qspinlock support, guoren
- [PATCH] selftests/seccomp: Check CAP_SYS_ADMIN capability in the test mode_filter_without_nnp,
Gautam Menghani
- [PATCH] csky: Add jump-label implementation, guoren
- [PATCH V8 00/10] arch: Add qspinlock support with combo style,
guoren
- [PATCH V8 01/10] asm-generic: ticket-lock: Remove unnecessary atomic_read, guoren
- [PATCH V8 02/10] asm-generic: ticket-lock: Use the same struct definitions with qspinlock, guoren
- [PATCH V8 03/10] asm-generic: ticket-lock: Move into ticket_spinlock.h, guoren
- [PATCH V8 04/10] asm-generic: spinlock: Add queued spinlock support in common header, guoren
- [PATCH V8 05/10] riscv: Enable ARCH_INLINE_READ*/WRITE*/SPIN*, guoren
- [PATCH V8 06/10] riscv: atomic: Clean up unnecessary acquire and release definitions, guoren
- [PATCH V8 07/10] riscv: Add qspinlock support, guoren
- [PATCH V8 08/10] riscv: Add combo spinlock support, guoren
- [PATCH V8 09/10] csky: Enable ARCH_INLINE_READ*/WRITE*/SPIN*, guoren
- [PATCH V8 10/10] csky: Add qspinlock support, guoren
- [PATCH v6 0/4] Cleanups for asm-generic/pci.h,
Stafford Horne
- [PATCH] profile: setup_profiling_timer() is moslty not implemented,
Ben Dooks
- [PATCH v5 0/4] Cleanups for asm-generic/pci.h,
Stafford Horne
- [PATCH v4 0/3] Cleanups for asm-generic/pci.h,
Stafford Horne
- [PATCH v3 0/2] Updates for asm-generic/pci.h,
Stafford Horne
- [PATCH v2 0/2] Updates for asm-generic/pci.h,
Stafford Horne
[RFC PATCH 0/2] Updates for asm-generic/pci.h,
Stafford Horne
[PATCH 1/4] kbuild: rpm-pkg: fix build error when _arch is undefined, Masahiro Yamada
Re: [mm] 0bf5cdf08f: BUG:Bad_page_state_in_process, Baolin Wang
[PATCH V7 00/26] mm/mmap: Drop __SXXX/__PXXX macros from across platforms,
Anshuman Khandual
- [PATCH V7 01/26] mm/mmap: Build protect protection_map[] with __P000, Anshuman Khandual
- [PATCH V7 02/26] mm/mmap: Define DECLARE_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V7 03/26] powerpc/mm: Move protection_map[] inside the platform, Anshuman Khandual
- [PATCH V7 04/26] sparc/mm: Move protection_map[] inside the platform, Anshuman Khandual
- [PATCH V7 05/26] arm64/mm: Move protection_map[] inside the platform, Anshuman Khandual
- [PATCH V7 06/26] x86/mm: Move protection_map[] inside the platform, Anshuman Khandual
- [PATCH V7 07/26] mm/mmap: Build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V7 08/26] microblaze/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V7 09/26] loongarch/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V7 10/26] openrisc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V7 12/26] hexagon/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V7 11/26] xtensa/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V7 13/26] parisc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V7 14/26] alpha/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V7 15/26] nios2/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V7 16/26] riscv/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V7 17/26] csky/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V7 18/26] s390/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V7 19/26] ia64/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V7 20/26] mips/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V7 21/26] m68k/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V7 22/26] arc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V7 23/26] arm/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V7 24/26] um/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V7 25/26] sh/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V7 26/26] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- Re: [PATCH V7 00/26] mm/mmap: Drop __SXXX/__PXXX macros from across platforms, Andrew Morton
[PATCH 0/3] Add PUD and kernel PTE level pagetable account,
Baolin Wang
[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]