public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-07-29 14:06:43 to 2021-10-13 06:36:22 UTC [more...]

[PATCH 2/2] kbuild: use more subdir- for visiting subdirectories while cleaning
 2021-10-13  6:36 UTC 

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

[PATCH AUTOSEL 5.14 17/17] firmware: include drivers/firmware/Kconfig unconditionally
 2021-10-13  0:54 UTC 

[PATCH v1 00/10] Fix LKDTM for PPC64/IA64/PARISC
 2021-10-12  8:02 UTC  (16+ 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 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 0/2] sched: cleanup CONFIG_SCHED_MC & friends
 2021-10-08 15:22 UTC  (5+ messages)
` [PATCH 1/2] sched: Move Kconfig.preempt to sched/Kconfig
` [PATCH 2/2] sched: Centralize SCHED_{SMT, MC, CLUSTER} definitions

[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 

[PATCH] arch: remove unused function syscall_set_arguments()
 2021-09-14 14:14 UTC  (2+ messages)

[PATCH -tip v10 00/16] kprobes: Fix stacktrace with kretprobes on x86
 2021-09-14  5:10 UTC  (24+ messages)
` [PATCH -tip v10 05/16] kprobes: Add kretprobe_find_ret_addr() for searching return address
` [PATCH -tip v10 06/16] objtool: Add frame-pointer-specific function ignore
` [PATCH -tip v10 07/16] objtool: Ignore unwind hints for ignored functions
` [PATCH -tip v10 08/16] x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline()
` [PATCH -tip v10 09/16] ARC: Add instruction_pointer_set() API
` [PATCH -tip v10 10/16] ia64: "
` [PATCH -tip v10 11/16] arm: kprobes: Make space for instruction pointer on stack
` [PATCH -tip v10 12/16] kprobes: Enable stacktrace from pt_regs in kretprobe handler
` [PATCH -tip v10 13/16] x86/kprobes: Push a fake return address at kretprobe_trampoline
` [PATCH -tip v10 14/16] x86/unwind: Recover kretprobe trampoline entry
` [PATCH -tip v10 15/16] tracing: Show kretprobe unknown indicator only for kretprobe_trampoline
` [PATCH -tip v10 16/16] x86/kprobes: Fixup return address in generic trampoline handler
` [RFC PATCH 0/1] Non stack-intrusive return probe event
  ` [RFC PATCH 1/1] [PoC] tracing: kprobe: Add non-stack intrusion "

[PATCH v4] ftrace: Cleanup ftrace_dyn_arch_init()
 2021-09-09 23:36 UTC  (2+ messages)

[PATCH v3] ftrace: Cleanup ftrace_dyn_arch_init()
 2021-09-08  3:52 UTC  (3+ messages)

[PATCH v2] ftrace: Cleanup ftrace_dyn_arch_init()
 2021-09-06 20:36 UTC  (4+ messages)

[PATCH 0/3] ia64: Miscellaneous fixes and cleanups
 2021-09-06  7:07 UTC  (7+ messages)
` [PATCH 1/3] ia64: Fix #endif comment for reserve_elfcorehdr()
` [PATCH 2/3] ia64: Make reserve_elfcorehdr() static
` [PATCH 3/3] ia64: Make num_rsvd_regions static

[PATCH] ftrace: Cleanup ftrace_dyn_arch_init()
 2021-09-04 11:59 UTC  (3+ messages)

[PATCH] ia64: move core-y in arch/ia64/Makefile to arch/ia64/Kbuild
 2021-08-24 14:35 UTC  (2+ messages)

[PATCH linux-next] arch/ia64/kernel/module.c: fix bugon.cocci warnings
 2021-08-23 19:31 UTC  (2+ messages)

[PATCH] ia64: fix typo in a comment
 2021-08-17 11:25 UTC 

[PATCH -tip v3 0/6] kprobes: treewide: Clean up kprobe code
 2021-08-13 15:26 UTC  (2+ messages)

[PATCH v3 00/21] .map_sg() error cleanup
 2021-08-09 15:16 UTC  (23+ messages)
` [PATCH v3 01/21] dma-mapping: Allow map_sg() ops to return negative error codes
` [PATCH v3 02/21] dma-direct: Return appropriate error code from dma_direct_map_sg()
` [PATCH v3 03/21] iommu: Return full error code from iommu_map_sg[_atomic]()
` [PATCH v3 04/21] dma-iommu: Return error code from iommu_dma_map_sg()
` [PATCH v3 05/21] alpha: return error code from alpha_pci_map_sg()
` [PATCH v3 06/21] ARM/dma-mapping: return error code from .map_sg() ops
` [PATCH v3 07/21] ARM/dma-mapping: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v3 08/21] ia64/sba_iommu: return error code from sba_map_sg_attrs()
` [PATCH v3 09/21] MIPS/jazzdma: return error code from jazz_dma_map_sg()
` [PATCH v3 10/21] powerpc/iommu: return error code from .map_sg() ops
` [PATCH v3 11/21] powerpc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v3 12/21] s390/pci: return error code from s390_dma_map_sg()
` [PATCH v3 13/21] s390/pci: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v3 14/21] sparc/iommu: return error codes from .map_sg() ops
` [PATCH v3 15/21] sparc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v3 16/21] parisc: return error code from .map_sg() ops
` [PATCH v3 17/21] xen: swiotlb: return error code from xen_swiotlb_map_sg()
` [PATCH v3 18/21] x86/amd_gart: return error code from gart_map_sg()
` [PATCH v3 19/21] x86/amd_gart: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v3 20/21] dma-mapping: return error code from dma_dummy_map_sg()
` [PATCH v3 21/21] dma-mapping: Disallow .map_sg operations from returning zero on error

[PATCH v4 0/3] audit: add support for openat2
 2021-08-05 22:01 UTC  (3+ messages)
` [PATCH v4 1/3] audit: replace magic audit syscall class numbers with macros

[RFC PATCH 02/15] arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER
 2021-08-05 19:02 UTC 

[PATCH v2 00/21] .map_sg() error cleanup
 2021-08-02 10:34 UTC  (3+ messages)
` [PATCH v2 13/21] s390/pci: don't set failed sg dma_address to DMA_MAPPING_ERROR

[PATCH] arch: Kconfig: clean up obsolete use of HAVE_IDE
 2021-07-30 11:53 UTC  (2+ messages)


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