public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-26 06:46:23 to 2022-05-02 07:58:19 UTC [more...]

[PATCH 0/12] ptrace: cleaning up ptrace_stop
 2022-05-02  7:58 UTC  (16+ messages)
        ` [PATCH v2 01/12] signal: Rename send_signal send_signal_locked
        ` [PATCH v2 02/12] signal: Replace __group_send_sig_info with send_signal_locked
        ` [PATCH v2 03/12] ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEP
        ` [PATCH v2 04/12] ptrace/xtensa: Replace PT_SINGLESTEP "
        ` [PATCH v2 05/12] signal: Use lockdep_assert_held instead of assert_spin_locked
        ` [PATCH v2 06/12] ptrace: Reimplement PTRACE_KILL by always sending SIGKILL
        ` [PATCH v2 07/12] ptrace: Don't change __state
        ` [PATCH v2 08/12] ptrace: Remove arch_ptrace_attach
        ` [PATCH v2 09/12] ptrace: Always take siglock in ptrace_resume
        ` [PATCH v2 10/12] ptrace: Only return signr from ptrace_stop if it was provided
        ` [PATCH v2 11/12] ptrace: Always call schedule in ptrace_stop
        ` [PATCH v2 12/12] sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED state

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

[PATCH 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
 2022-04-30  3:22 UTC  (6+ messages)
` [PATCH 1/3] mm: change huge_ptep_clear_flush() to return the original pte
` [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

[PATCH v4] mm: Using for_each_online_node and node_online instead of open coding
 2022-04-29 11:44 UTC  (3+ messages)

[PATCH 0/7] Remove unused SLOW_DOWN_IO
 2022-04-25 21:16 UTC  (10+ messages)
` [PATCH 1/7] net: wan: atp: remove unused eeprom_delay()
` [PATCH 2/7] net: wan: lmc: remove unused DELAY()
` [PATCH 3/7] net: remove comments that mention obsolete __SLOW_DOWN_IO
` [PATCH 4/7] sh: remove unused SLOW_DOWN_IO
` [PATCH 5/7] powerpc: Remove unused SLOW_DOWN_IO definition
` [PATCH 6/7] ia64: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions
` [PATCH 7/7] alpha: "

[PATCH v6 00/17] archs/random: fallback to best raw ktime when no cycle counter
 2022-04-23 21:26 UTC 

[PATCH v2 0/9] introduce mirrored memory support for arm64
 2022-04-20 22:39 UTC  (22+ messages)
` [PATCH v2 1/9] efi: Make efi_print_memmap() public
` [PATCH v2 2/9] arm64: efi: Add fake memory support
` [PATCH v2 3/9] efi: Make efi_find_mirror() public
` [PATCH v2 4/9] arm64/mirror: arm64 enabling - find mirrored memory ranges
` [PATCH v2 5/9] mm: Ratelimited mirrored memory related warning messages
` [PATCH v2 9/9] ia64/efi: Code simplification in efi_init
` [PATCH v2 7/9] mm: Calc the right pfn if page size is not 4K
` [PATCH v2 6/9] mm: Demote warning message in vmemmap_verify() to debug level
` [PATCH v2 8/9] efi: Disable mirror feature if kernelcore is not specified
  ` [PATCH 0/2] Add support to relocate kernel image to mirrored region
    ` [PATCH 2/2] arm64/boot: Add support to relocate kernel image to mirrored region without kaslr
    ` [PATCH 1/2] arm64/boot/KASLR: Add support to relocate kernel image to mirrored region

[PATCH v7 00/20] Introduce power-off+restart call chain API
 2022-04-20 18:47 UTC  (32+ messages)
` [PATCH v7 01/20] notifier: Add blocking_notifier_call_chain_is_empty()
` [PATCH v7 02/20] notifier: Add atomic/blocking_notifier_chain_register_unique_prio()
` [PATCH v7 03/20] reboot: Print error message if restart handler has duplicated priority
` [PATCH v7 04/20] kernel: Add combined power-off+restart handler call chain API
` [PATCH v7 05/20] ARM: Use do_kernel_power_off()
` [PATCH v7 06/20] csky: "
` [PATCH v7 07/20] riscv: "
` [PATCH v7 08/20] arm64: "
` [PATCH v7 09/20] parisc: "
` [PATCH v7 10/20] xen/x86: "
` [PATCH v7 11/20] powerpc: "
` [PATCH v7 12/20] m68k: Switch to new sys-off handler API
` [PATCH v7 13/20] sh: Use do_kernel_power_off()
` [PATCH v7 14/20] x86: "
` [PATCH v7 15/20] ia64: "
` [PATCH v7 16/20] mips: "
` [PATCH v7 17/20] memory: emif: Use kernel_can_power_off()
` [PATCH v7 18/20] ACPI: power: Switch to sys-off handler API
` [PATCH v7 19/20] regulator: pfuze100: Use devm_register_sys_off_handler()
` [PATCH v7 20/20] reboot: Remove pm_power_off_prepare()

[PATCH 0/3 v3] Documentation: kernel-parameters: alphabetize and misc. fixes
 2022-04-16  8:49 UTC  (4+ messages)
` [PATCH 1/3 v3] Docs: admin/kernel-parameters: edit a few boot options

cleanup swiotlb initialization v8
 2022-04-13  6:20 UTC  (25+ messages)
` [PATCH 01/15] dma-direct: use is_swiotlb_active in dma_direct_map_page
` [PATCH 02/15] swiotlb: make swiotlb_exit a no-op if SWIOTLB_FORCE is set
` [PATCH 03/15] swiotlb: simplify swiotlb_max_segment
` [PATCH 04/15] swiotlb: rename swiotlb_late_init_with_default_size
` [PATCH 05/15] arm/xen: don't check for xen_initial_domain() in xen_create_contiguous_region
` [PATCH 06/15] MIPS/octeon: use swiotlb_init instead of open coding it
` [PATCH 07/15] x86: remove the IOMMU table infrastructure
` [PATCH 08/15] x86: centralize setting SWIOTLB_FORCE when guest memory encryption is enabled
` [PATCH 09/15] swiotlb: make the swiotlb_init interface more useful
` [PATCH 10/15] swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction
` [PATCH 11/15] swiotlb: pass a gfp_mask argument to swiotlb_init_late
` [PATCH 12/15] swiotlb: provide swiotlb_init variants that remap the buffer
` [PATCH 13/15] swiotlb: merge swiotlb-xen initialization into swiotlb
` [PATCH 14/15] swiotlb: remove swiotlb_init_with_tbl and swiotlb_init_late_with_tbl
` [PATCH 15/15] x86: remove cruft from <asm/dma-mapping.h>

[RFC PATCH] lkdtm: Replace lkdtm_rodata_do_nothing() by do_nothing()
 2022-04-08  3:42 UTC  (4+ messages)

[PATCH v2] Documentation: kernel-parameters: alphabetize and misc. fixes
 2022-04-03  5:13 UTC  (4+ messages)
` [PATCH 1/3 v2] Docs: admin/kernel-parameters: edit a few boot options

[PATCH 01/22] orion5x: Replace comments with C99 initializers
 2022-04-01  5:10 UTC  (54+ messages)
` [PATCH 02/22] s3c: "
` [PATCH 03/22] ia64: "
` [PATCH 04/22] x86: "
` [PATCH 05/22] acpica: "
` [PATCH 06/22] idt77252: "
` [PATCH 07/22] cm4000: "
` [PATCH 08/22] i5100: "
` [PATCH 09/22] gpio-winbond: Use "
` [PATCH 10/22] hfi1: Replace comments with "
` [PATCH 11/22] rdmavt: "
` [PATCH 12/22] alps: "
` [PATCH 13/22] capi: "
` [PATCH 14/22] mISDN: "
` [PATCH 15/22] macintosh: "
` [PATCH 16/22] dvb-usb: "
` [PATCH 17/22] cxl: "
` [PATCH 18/22] smsc: "
` [PATCH 19/22] wnc36xx: "
` [PATCH 20/22] wireless: "
` [PATCH 21/22] rtw89: "
` [PATCH 22/22] pci: "
` [PATCH 00/22] "

[PATCH 0/9] introduce mirrored memory support for arm64
 2022-03-29 11:03 UTC  (14+ messages)
` [PATCH 1/9] efi: Make efi_print_memmap() public
` [PATCH 2/9] arm64: efi: Add fake memory support
` [PATCH 3/9] efi: Make efi_find_mirror() public
` [PATCH 4/9] arm64/mirror: arm64 enabling - find mirrored memory ranges
` [PATCH 5/9] mm: Ratelimited mirrored memory related warning messages
` [PATCH 6/9] mm: Demote warning message in vmemmap_verify() to debug level
` [PATCH 7/9] mm: Calc the right pfn if page size is not 4K
` [PATCH 8/9] efi: Disable mirror feature if kernelcore is not specified
` [PATCH 9/9] ia64/efi: Code simplification in efi_init

[PATCH 1/2] ia64: topology: Fix an error handling path in cache_add_dev()
 2022-03-28 20:07 UTC  (5+ messages)
` [PATCH 2/2] ia64: topology: Slightly simplify code


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