linux-ia64.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-22 02:15:13 to 2022-10-17 19:56:34 UTC [more...]

[PATCH v2] Remove Intel compiler support
 2022-10-17 19:56 UTC  (5+ messages)

[PATCH v3] Remove Intel compiler support
 2022-10-16 18:23 UTC 

[PATCH 00/13] Make user_regset_copyin_ignore() *void*
 2022-10-14 21:22 UTC  (2+ messages)
` [PATCH 05/13] ia64: ptrace: user_regset_copyin_ignore() always returns 0

[PATCH 2/3] ia64: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions
 2022-10-14  0:19 UTC 

[RFC PATCH 6/8] ia64: mm: Convert to GENERIC_IOREMAP
 2022-10-12 10:09 UTC 

[RFC PATCH 0/5] Generic IPI sending tracepoint
 2022-10-11 20:41 UTC  (16+ messages)
` [RFC PATCH 1/5] trace: Add trace_ipi_send_{cpu, cpumask}
` [RFC PATCH 2/5] sched, smp: Trace send_call_function_single_ipi()
` [RFC PATCH 3/5] smp: Add a multi-CPU variant to send_call_function_single_ipi()
` [RFC PATCH 4/5] irq_work: Trace calls to arch_irq_work_raise()
` [RFC PATCH 5/5] treewide: Rename and trace arch-definitions of smp_send_reschedule()

[RFC PATCH] Remove Intel compiler support
 2022-10-11 16:57 UTC  (8+ messages)

[PATCH v3 0/8] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_U
 2022-10-11 14:42 UTC  (16+ messages)
` [PATCH v3 1/8] kbuild: move modules.builtin(.modinfo) rules to Makefile.vmlinux_o
` [PATCH v3 2/8] kbuild: rebuild .vmlinux.export.o when its prerequisite is updated
    ` [kbuild] b3830bad81: System_halted
` [PATCH v3 3/8] kbuild: generate KSYMTAB entries by modpost
` [PATCH v3 4/8] ia64,export.h: replace EXPORT_DATA_SYMBOL* with EXPORT_SYMBOL*
` [PATCH v3 5/8] modpost: squash sym_update_namespace() into sym_add_exported()
` [PATCH v3 6/8] modpost: use null string instead of NULL pointer for default namespace
` [PATCH v3 7/8] modpost: squash report_sec_mismatch() and remove enum mismatch
` [PATCH v3 8/8] kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion
` [PATCH v3 0/8] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TR

[PATCH v3 06/11] ia64: mm: Convert to GENERIC_IOREMAP
 2022-10-09 10:31 UTC 

[PATCH v2 00/44] cpuidle,rcu: Clean up the mess
 2022-10-04 17:19 UTC  (85+ messages)
` [PATCH v2 01/44] x86/perf/amd: Remove tracing from perf_lopwr_cb()
` [PATCH v2 02/44] x86/idle: Replace x86_idle with a static_call
` [PATCH v2 03/44] cpuidle/poll: Ensure IRQ state is invariant
` [PATCH v2 04/44] cpuidle: Move IRQ state validation
` [PATCH v2 05/44] cpuidle,riscv: Push RCU-idle into driver
` [PATCH v2 06/44] cpuidle,tegra: "
` [PATCH v2 07/44] cpuidle,psci: "
` [PATCH v2 08/44] cpuidle,imx6: "
` [PATCH v2 09/44] cpuidle,omap3: "
` [PATCH v2 10/44] cpuidle,armada: "
` [PATCH v2 11/44] cpuidle,omap4: "
` [PATCH v2 12/44] cpuidle,dt: "
` [PATCH v2 13/44] cpuidle: Fix ct_idle_*() usage
` [PATCH v2 14/44] cpuidle,cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}()
` [PATCH v2 15/44] acpi_idle: Remove tracing
` [PATCH v2 16/44] cpuidle: Annotate poll_idle()
` [PATCH v2 17/44] objtool/idle: Validate __cpuidle code as noinstr
` [PATCH v2 18/44] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again*
` [PATCH v2 19/44] cpuidle,intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE
` [PATCH v2 20/44] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IBRS
` [PATCH v2 21/44] arch/idle: Change arch_cpu_idle() IRQ behaviour
` [PATCH v2 22/44] x86/tdx: Remove TDX_HCALL_ISSUE_STI
` [PATCH v2 23/44] arm,smp: Remove trace_.*_rcuidle() usage
` [PATCH v2 24/44] arm64,smp: "
` [PATCH v2 25/44] printk: "
` [PATCH v2 26/44] time/tick-broadcast: Remove RCU_NONIDLE usage
` [PATCH v2 27/44] cpuidle,sched: Remove annotations from TIF_{POLLING_NRFLAG,NEED_RESCHED}
` [PATCH v2 28/44] cpuidle,mwait: Make noinstr clean
` [PATCH v2 29/44] cpuidle,tdx: Make tdx "
` [PATCH v2 30/44] cpuidle,xenpv: Make more PARAVIRT_XXL "
` [PATCH v2 31/44] cpuidle,nospec: Make "
` [PATCH v2 32/44] cpuidle,acpi: "
` [PATCH v2 33/44] ftrace: WARN on rcuidle
` [PATCH v2 34/44] cpuidle,omap3: Use WFI for omap3_pm_idle()
` [PATCH v2 35/44] cpuidle,omap3: Push RCU-idle into omap_sram_idle()
` [PATCH v2 36/44] cpuidle,omap4: Push RCU-idle into omap4_enter_lowpower()
` [PATCH v2 37/44] arm,omap2: Use WFI for omap2_pm_idle()
` [PATCH v2 38/44] cpuidle,powerdomain: Remove trace_.*_rcuidle()
` [PATCH v2 39/44] cpuidle,clk: "
` [PATCH v2 40/44] ubsan: Fix objtool UACCESS warns
` [PATCH v2 41/44] intel_idle: Add force_irq_on module param
` [PATCH v2 42/44] entry,kasan,x86: Disallow overriding mem*() functions
` [PATCH v2 43/44] sched: Always inline __this_cpu_preempt_check()
` [PATCH v2 44/44] arm64,riscv,perf: Remove RCU_NONIDLE() usage

[PATCH] ia64: simplify esi object addition in Makefile
 2022-09-29 19:44 UTC  (2+ messages)

[PATCH] ia64: update config files
 2022-09-29 10:14 UTC 

[PATCH v2 0/7] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_U
 2022-09-26 20:36 UTC  (8+ messages)
` [PATCH v2 1/7] kbuild: generate KSYMTAB entries by modpost
` [PATCH v2 2/7] ia64,export.h: replace EXPORT_DATA_SYMBOL* with EXPORT_SYMBOL*
` [PATCH v2 3/7] modpost: merge sym_update_namespace() into sym_add_exported()
` [PATCH v2 4/7] modpost: use null string instead of NULL pointer for default namespace
` [PATCH v2 5/7] modpost: squash report_sec_mismatch() and remove enum mismatch
` [PATCH v2 6/7] kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion
` [PATCH v2 7/7] kbuild: move modules.builtin(.modinfo) rules to Makefile.vmlinux_o

[linux-next:master] BUILD REGRESSION 483fed3b5dc8ce3644c83d24240cf5756fb0993e
 2022-09-21 22:09 UTC 

[PATCH v3] hugetlb: simplify hugetlb handling in follow_page_mask
 2022-09-21  9:30 UTC  (3+ messages)

[PATCH] ia64/kprobes: Remove orphan declarations from arch/ia64/include/asm/kprobes.h
 2022-09-14 12:47 UTC 

[PATCH] ia64: export memory_add_physaddr_to_nid to fix cxl build error
 2022-09-12 13:53 UTC  (2+ messages)

[PATCH v3 0/2] Introduce CABA helper process tree
 2022-09-11 19:27 UTC  (9+ messages)
` [PATCH v3 1/2] Add CABA tree to task_struct
  ` [PATCH v4 "
` [PATCH v3 2/2] tests: Add CABA selftest

[PATCH] ia64: fix clock_getre(CLOCK_MONOTONIC) to report ITC frequency
 2022-09-10 17:50 UTC  (2+ messages)
` [PATCH v3] ia64: fix clock_getres(CLOCK_MONOTONIC) "

[PATCH v2] hugetlb: simplify hugetlb handling in follow_page_mask
 2022-09-06 17:13 UTC  (3+ messages)

[PATCH] hugetlb: simplify hugetlb handling in follow_page_mask
 2022-09-05 16:09 UTC  (26+ messages)

[RFC PATCH 2/2] fs/xattr: wire up syscalls
 2022-08-31 19:54 UTC  (3+ messages)

[PATCH v2 06/11] ia64: mm: Convert to GENERIC_IOREMAP
 2022-08-28 15:12 UTC  (3+ messages)

[PATCH v2] include/linux: declare cpuinfo_op in processor.h
 2022-08-25 20:59 UTC 

[RFC 00/10] arm64/riscv: Introduce fast kexec reboot
 2022-08-22  2:15 UTC  (3+ messages)
` [RFC 03/10] cpu/hotplug: "
` [RFC 04/10] cpu/hotplug: Check the capability of kexec quick reboot


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 read-only IMAP folder(s) and NNTP newsgroup(s).