linux-ia64.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-14 14:38:27 to 2021-10-17 12:38:25 UTC [more...]

[PATCH v3 00/12] Fix LKDTM for PPC64/IA64/PARISC
 2021-10-17 12:38 UTC  (13+ messages)
` [PATCH v3 01/12] powerpc: Move and rename func_descr_t
` [PATCH v3 02/12] powerpc: Use 'struct func_desc' instead of 'struct ppc64_opd_entry'
` [PATCH v3 03/12] powerpc: Remove "
` [PATCH v3 04/12] powerpc: Prepare func_desc_t for refactorisation
` [PATCH v3 05/12] ia64: Rename 'ip' to 'addr' in 'struct fdesc'
` [PATCH v3 06/12] asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORS
` [PATCH v3 07/12] asm-generic: Define 'func_desc_t' to commonly describe function descriptors
` [PATCH v3 08/12] asm-generic: Refactor dereference_[kernel]_function_descriptor()
` [PATCH v3 09/12] lkdtm: Force do_nothing() out of line
` [PATCH v3 10/12] lkdtm: Really write into kernel text in WRITE_KERN
` [PATCH v3 11/12] lkdtm: Fix execute_[user]_location()
` [PATCH v3 12/12] lkdtm: Add a test for function descriptors protection

[PATCH v2 00/13] Fix LKDTM for PPC64/IA64/PARISC
 2021-10-17  7:50 UTC  (36+ messages)
` [PATCH v2 01/13] powerpc: Move 'struct ppc64_opd_entry' back into asm/elf.h
` [PATCH v2 02/13] powerpc: Rename 'funcaddr' to 'addr' in 'struct ppc64_opd_entry'
` [PATCH v2 03/13] powerpc: Remove func_descr_t
` [PATCH v2 04/13] powerpc: Prepare func_desc_t for refactorisation
` [PATCH v2 05/13] ia64: Rename 'ip' to 'addr' in 'struct fdesc'
` [PATCH v2 06/13] asm-generic: Use HAVE_FUNCTION_DESCRIPTORS to define associated stubs
` [PATCH v2 07/13] asm-generic: Define 'func_desc_t' to commonly describe function descriptors
` [PATCH v2 08/13] asm-generic: Refactor dereference_[kernel]_function_descriptor()
` [PATCH v2 09/13] lkdtm: Force do_nothing() out of line
` [PATCH v2 10/13] lkdtm: Really write into kernel text in WRITE_KERN
` [PATCH v2 11/13] lkdtm: Fix lkdtm_EXEC_RODATA()
` [PATCH v2 12/13] lkdtm: Fix execute_[user]_location()
` [PATCH v2 13/13] lkdtm: Add a test for function descriptors protection

[PATCH 0/2] sched: cleanup CONFIG_SCHED_MC & friends
 2021-10-15 13:04 UTC  (6+ messages)
` [PATCH 1/2] sched: Move Kconfig.preempt to sched/Kconfig
` [PATCH 2/2] sched: Centralize SCHED_{SMT, MC, CLUSTER} definitions

[PATCH v1 00/10] Fix LKDTM for PPC64/IA64/PARISC
 2021-10-14  7:20 UTC  (38+ messages)
` [PATCH v1 01/10] powerpc: Move 'struct ppc64_opd_entry' back into asm/elf.h
` [PATCH v1 02/10] powerpc: Rename 'funcaddr' to 'addr' in 'struct ppc64_opd_entry'
` [PATCH v1 03/10] ia64: Rename 'ip' to 'addr' in 'struct fdesc'
` [PATCH v1 04/10] asm-generic: Use HAVE_DEREFERENCE_FUNCTION_DESCRIPTOR to define associated stubs
  ` [PATCH v1 04/10] asm-generic: Use HAVE_DEREFERENCE_FUNCTION_DESCRIPTOR to define associated stub
` [PATCH v1 05/10] asm-generic: Define 'funct_descr_t' to commonly describe function descriptors
` [PATCH v1 06/10] asm-generic: Refactor dereference_[kernel]_function_descriptor()
` [PATCH v1 07/10] lkdtm: Force do_nothing() out of line
` [PATCH v1 08/10] lkdtm: Really write into kernel text in WRITE_KERN
` [PATCH v1 09/10] lkdtm: Fix lkdtm_EXEC_RODATA()
` [PATCH v1 10/10] lkdtm: Fix execute_[user]_location()

[PATCH AUTOSEL 5.14 17/17] firmware: include drivers/firmware/Kconfig unconditionally
 2021-10-13 11:16 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 11/11] firmware: include drivers/firmware/Kconfig unconditionally
 2021-10-13  8:50 UTC  (5+ messages)

[PATCH 2/2] kbuild: use more subdir- for visiting subdirectories while cleaning
 2021-10-13  6:59 UTC  (3+ messages)

[PATCH v2 1/2] firmware: include drivers/firmware/Kconfig unconditionally
 2021-10-12  3:11 UTC  (4+ messages)
` [PATCH v2 2/2] qcom_scm: hide Kconfig symbol

[PATCH 1/2] firmware: include drivers/firmware/Kconfig unconditionally
 2021-10-11  9:45 UTC  (17+ messages)
` [PATCH 2/2] [v2] qcom_scm: hide Kconfig symbol

[PATCH v2 0/5] mm/memory_hotplug: full support for add_memory_driver_managed() with CONFIG_ARCH_KEEP
 2021-10-06  0:36 UTC  (10+ messages)
` [PATCH v2 1/5] mm/memory_hotplug: handle memblock_add_node() failures in add_memory_resource()
` [PATCH v2 2/5] memblock: improve MEMBLOCK_HOTPLUG documentation
` [PATCH v2 3/5] memblock: allow to specify flags with memblock_add_node()
` [PATCH v2 4/5] memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGED
` [PATCH v2 5/5] mm/memory_hotplug: indicate MEMBLOCK_DRIVER_MANAGED with IORESOURCE_SYSRAM_DRIVER_MAN

[PATCH v2] ia64: don't do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK
 2021-10-04  9:23 UTC  (6+ messages)

[PATCH v1 0/4] mm/memory_hotplug: full support for
 2021-10-01 14:03 UTC  (15+ messages)
` [PATCH v1 1/4] mm/memory_hotplug: handle memblock_add_node() failures in add_memory_resource()
` [PATCH v1 2/4] memblock: allow to specify flags with memblock_add_node()
` [PATCH v1 3/4] memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGED
` [PATCH v1 4/4] mm/memory_hotplug: indicate MEMBLOCK_DRIVER_MANAGED with IORESOURCE_SYSRAM_DRIVER_MAN

[PATCH -tip v11 00/27] kprobes: Fix stacktrace with kretprobes on x86
 2021-10-01  0:35 UTC  (38+ messages)
` [PATCH -tip v11 01/27] kprobes: Do not use local variable when creating debugfs file
` [PATCH -tip v11 02/27] kprobes: Use helper to parse boolean input from userspace
` [PATCH -tip v11 03/27] kprobe: Simplify prepare_kprobe() by dropping redundant version
` [PATCH -tip v11 04/27] csky: ftrace: Drop duplicate implementation of arch_check_ftrace_location()
` [PATCH -tip v11 05/27] kprobes: Make arch_check_ftrace_location static
` [PATCH -tip v11 06/27] kprobes: treewide: Cleanup the error messages for kprobes
` [PATCH -tip v11 07/27] kprobes: Fix coding style issues
` [PATCH -tip v11 08/27] kprobes: Use IS_ENABLED() instead of kprobes_built_in()
` [PATCH -tip v11 09/27] kprobes: Add assertions for required lock
` [PATCH -tip v11 10/27] kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi
` [PATCH -tip v11 11/27] kprobes: Use bool type for functions which returns boolean value
` [PATCH -tip v11 12/27] ia64: kprobes: Fix to pass correct trampoline address to the handler
` [PATCH -tip v11 13/27] kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d
` [PATCH -tip v11 14/27] kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handle
` [PATCH -tip v11 15/27] kprobes: treewide: Make it harder to refer kretprobe_trampoline directly
` [PATCH -tip v11 16/27] kprobes: Add kretprobe_find_ret_addr() for searching return address
` [PATCH -tip v11 17/27] objtool: Add frame-pointer-specific function ignore
` [PATCH -tip v11 18/27] objtool: Ignore unwind hints for ignored functions
` [PATCH -tip v11 19/27] x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline()
` [PATCH -tip v11 20/27] ARC: Add instruction_pointer_set() API
` [PATCH -tip v11 21/27] ia64: "
` [PATCH -tip v11 22/27] arm: kprobes: Make space for instruction pointer on stack
` [PATCH -tip v11 23/27] kprobes: Enable stacktrace from pt_regs in kretprobe handler
` [PATCH -tip v11 24/27] x86/kprobes: Push a fake return address at kretprobe_trampoline
` [PATCH -tip v11 25/27] x86/unwind: Recover kretprobe trampoline entry
` [PATCH -tip v11 26/27] tracing: Show kretprobe unknown indicator only for kretprobe_trampoline
` [PATCH -tip v11 27/27] x86/kprobes: Fixup return address in generic trampoline handler

[PATCH] iommu/dma: Tidy up Kconfig selects
 2021-09-28 10:11 UTC  (3+ messages)

[PATCH] ia64: don't do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK
 2021-09-26 17:10 UTC  (4+ messages)

[PATCH 2/6] ptrace: Remove the unnecessary arguments from arch_ptrace_stop
 2021-09-24 15:22 UTC 


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).