public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-06 14:03:15 to 2022-06-01 17:34:41 UTC [more...]

cleanup swiotlb initialization v8
 2022-06-01 17:34 UTC  (4+ messages)
` [PATCH 09/15] swiotlb: make the swiotlb_init interface more useful

kernel/bpf/devmap.c:1030:40: sparse: sparse: cast removes address space '__rcu' of expression
 2022-06-01 11:59 UTC 

[PATCH v8 00/27] Introduce power-off+restart call chain API
 2022-05-31 21:24 UTC  (40+ messages)
` [PATCH v8 01/27] notifier: Add atomic_notifier_call_chain_is_empty()
` [PATCH v8 02/27] notifier: Add blocking/atomic_notifier_chain_register_unique_prio()
` [PATCH v8 03/27] kernel/reboot: Introduce sys-off handler API
` [PATCH v8 04/27] kernel/reboot: Wrap legacy power-off callbacks into sys-off handlers
` [PATCH v8 05/27] kernel/reboot: Add do_kernel_power_off()
` [PATCH v8 06/27] kernel/reboot: Add stub for pm_power_off
` [PATCH v8 07/27] kernel/reboot: Add kernel_can_power_off()
` [PATCH v8 08/27] kernel/reboot: Add register_platform_power_off()
` [PATCH v8 09/27] ARM: Use do_kernel_power_off()
` [PATCH v8 10/27] csky: "
` [PATCH v8 11/27] riscv: "
` [PATCH v8 12/27] arm64: "
` [PATCH v8 13/27] parisc: "
` [PATCH v8 14/27] xen/x86: "
` [PATCH v8 15/27] powerpc: "
` [PATCH v8 16/27] m68k: Switch to new sys-off handler API
` [PATCH v8 17/27] sh: Use do_kernel_power_off()
` [PATCH v8 18/27] x86: "
` [PATCH v8 19/27] ia64: "
` [PATCH v8 20/27] mips: "
` [PATCH v8 21/27] memory: emif: Use kernel_can_power_off()
` [PATCH v8 22/27] ACPI: power: Switch to sys-off handler API
` [PATCH v8 23/27] regulator: pfuze100: Use devm_register_sys_off_handler()
` [PATCH v8 24/27] reboot: Remove pm_power_off_prepare()
` [PATCH v8 25/27] soc/tegra: pmc: Use sys-off handler API to power off Nexus 7 properly
` [PATCH v8 26/27] kernel/reboot: Add devm_register_power_off_handler()
` [PATCH v8 27/27] kernel/reboot: Add devm_register_restart_handler()

[PATCH v5] mm: Avoid unnecessary page fault retires on shared memory types
 2022-05-31  7:59 UTC  (3+ messages)

[PATCH v4] mm: Avoid unnecessary page fault retires on shared memory types
 2022-05-30 18:29 UTC  (9+ messages)

[PATCH v3] mm: Avoid unnecessary page fault retires on shared memory types
 2022-05-27 14:53 UTC  (12+ messages)

[PATCH 0/12] ptrace: cleaning up ptrace_stop
 2022-05-25 14:33 UTC  (55+ messages)
        ` [PATCH v3 0/11] "
          ` [PATCH v4 0/12] "
            ` [PATCH v4 10/12] ptrace: Don't change __state
            ` [PATCH 00/16] ptrace: cleanups and calling do_cldstop with only siglock
              ` [PATCH 01/16] signal/alpha: Remove unused definition of TASK_REAL_PARENT
              ` [PATCH 02/16] signal/ia64: Remove unused definition of IA64_TASK_REAL_PARENT_OFFSET
              ` [PATCH 03/16] kdb: Use real_parent when displaying a list of processes
              ` [PATCH 04/16] powerpc/xmon: "
              ` [PATCH 05/16] ptrace: Remove dead code from __ptrace_detach
              ` [PATCH 06/16] ptrace: Remove unnecessary locking in ptrace_(get|set)siginfo
              ` [PATCH 07/16] signal: Wake up the designated parent
              ` [PATCH 08/16] ptrace: Only populate last_siginfo from ptrace
              ` [PATCH 09/16] ptrace: In ptrace_setsiginfo deal with invalid si_signo
              ` [PATCH 10/16] ptrace: In ptrace_signal look at what the debugger did with siginfo
              ` [PATCH 11/16] ptrace: Use si_sino as the signal number to resume with
              ` [PATCH 12/16] ptrace: Stop protecting ptrace_set_signr with tasklist_lock
              ` [PATCH 13/16] ptrace: Document why ptrace_setoptions does not need a lock
              ` [PATCH 14/16] signal: Protect parent child relationships by childs siglock
              ` [PATCH 15/16] ptrace: Use siglock instead of tasklist_lock in ptrace_check_attach
              ` [PATCH 16/16] signal: Always call do_notify_parent_cldstop with siglock held

[PATCH v2 0/9] introduce mirrored memory support for arm64
 2022-05-24  1:11 UTC  (11+ messages)
` [PATCH 0/2] Add support to relocate kernel image to mirrored region

[PATCH] ia64: Use strscpy to replace strlcpy
 2022-05-22  8:23 UTC 

[PATCH] ia64: Kconfig: Fix indentation and add comments
 2022-05-20 12:00 UTC 

[PATCH v2 0/2] null_blk: fix wrong use of nr_online_nodes
 2022-05-20  7:37 UTC  (3+ messages)
` [PATCH v2 1/2] numa: create node_available() helper
` [PATCH v2 2/2] null_blk: fix wrong use of nr_online_nodes

[PATCHv4 0/2] cpu/hotplug: Keep cpu hotplug disabled until the rebooting cpu is stable
 2022-05-15 10:03 UTC  (3+ messages)
` [PATCHv4 2/2] cpu/hotplug: Remove the input parameter primary_cpu of smp_shutdown_nonboot_cpus()

[PATCH v4 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
 2022-05-11 17:35 UTC  (6+ messages)
` [PATCH v4 1/3] mm: change huge_ptep_clear_flush() to return the original pte
` [PATCH v4 2/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when migration
` [PATCH v4 3/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when unmapping

[PATCH v3 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
 2022-05-11  3:59 UTC  (11+ messages)
` [PATCH v3 1/3] mm: change huge_ptep_clear_flush() to return the original pte
` [PATCH v3 2/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when migration
` [PATCH v3 3/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when unmapping

[PATCH 12/22] ia64: cleanup remove_siblinginfo()
 2022-05-10 22:33 UTC  (2+ messages)

[ia64] Linux 5.17 (Debian) - Hardened Usercopy: kernel BUG at mm/usercopy.c:100
 2022-05-10 12:48 UTC 

[PATCH] ia64: mca: Drop redundant spinlock initialization
 2022-05-10 10:01 UTC  (2+ messages)

[PATCH v2 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
 2022-05-10  1:35 UTC  (18+ messages)
` [PATCH v2 1/3] mm: change huge_ptep_clear_flush() to return the original pte
` [PATCH v2 2/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when migration
` [PATCH v2 3/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when unmapping

[PATCH 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
 2022-05-10  1:28 UTC  (18+ messages)
` [PATCH 2/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when migration
` [PATCH 3/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when unmapping

[PATCHv3 0/2] cpu/hotplug: Keep cpu hotplug disabled until the rebooting cpu is stable
 2022-05-09  4:13 UTC  (2+ messages)
` [PATCHv3 2/2] arm/arm64/ia64: kexec: fix the primary cpu passed to smp_shutdown_nonboot_cpus()

[PATCH] arch/ia64: no need to initialise statics to 0
 2022-05-08  3:35 UTC  (2+ messages)

[RFC v2 01/39] Kconfig: introduce HAS_IOPORT option and select it as necessary
 2022-05-08  0:15 UTC  (7+ messages)

[PATCH 1/2] include/linux/nodemask.h: create node_available() helper
 2022-05-06 17:23 UTC  (2+ messages)

[PATCH v7 00/20] Introduce power-off+restart call chain API
 2022-05-06 15:28 UTC  (9+ messages)
` [PATCH v7 04/20] kernel: Add combined power-off+restart handler "

[RFC v2 01/39] Kconfig: introduce HAS_IOPORT option and select it as necessary
 2022-05-06 15:03 UTC  (15+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox