public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-12-10 10:09:46 to 2020-02-27 08:45:55 UTC [more...]

[PATCH v3 00/14] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-02-27  8:45 UTC  (2+ messages)
` [PATCH v3 01/14] arm/arm64: add support for folded p4d page tables

[PATCH RESEND 1/2] rtc/ia64: remove legacy efirtc driver
 2020-02-26 22:43 UTC 

[PATCH v2 00/13] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-02-26 11:20 UTC  (25+ messages)
` [PATCH v2 01/13] arm/arm64: add support for folded p4d page tables
` [PATCH v2 02/13] h8300: remove usage of __ARCH_USE_5LEVEL_HACK
` [PATCH v2 03/13] hexagon: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v2 04/13] ia64: add support for folded p4d page tables
` [PATCH v2 05/13] nios2: "
` [PATCH v2 06/13] openrisc: "
` [PATCH v2 07/13] powerpc: "
` [PATCH v2 08/13] sh: fault: Modernize printing of kernel messages
` [PATCH v2 09/13] sh: drop __pXd_offset() macros that duplicate pXd_index() ones
` [PATCH v2 10/13] sh: add support for folded p4d page tables
` [PATCH v2 11/13] unicore32: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v2 12/13] asm-generic: remove pgtable-nop4d-hack.h
` [PATCH v2 13/13] mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.h

[PATCH v3 0/7] Allow setting caching mode in arch_add_memory() for P2PDMA
 2020-02-24  9:26 UTC  (10+ messages)
` [PATCH v3 1/7] mm/memory_hotplug: Drop the flags field from struct mhp_restrictions
` [PATCH v3 2/7] mm/memory_hotplug: Rename mhp_restrictions to mhp_params
` [PATCH v3 3/7] x86/mm: Thread pgprot_t through init_memory_mapping()
` [PATCH v3 4/7] x86/mm: Introduce _set_memory_prot()
` [PATCH v3 5/7] powerpc/mm: Thread pgprot_t through create_section_mapping()
` [PATCH v3 6/7] mm/memory_hotplug: Add pgprot_t to mhp_params
` [PATCH v3 7/7] mm/memremap: Set caching mode for PCI P2PDMA memory to WC

[PATCH v2 00/18] genirq: Remove setup_irq()
 2020-02-24  0:59 UTC  (2+ messages)
` [PATCH v2 05/18] ia64: replace setup_irq() by request_irq()

[PATCH v3 02/15] smp: Create a new function to shutdown nonboot cpus
 2020-02-23 19:29 UTC  (2+ messages)
` [PATCH v3 03/15] ia64: Replace cpu_down with smp_shutdown_nonboot_cpus()

[PATCH] tty/serial: cleanup after ioc*_serial driver removal
 2020-02-18 20:14 UTC  (7+ messages)

[PATCH v2] tty/serial: cleanup after ioc*_serial driver removal
 2020-02-17 14:07 UTC  (2+ messages)

[PATCH V12] mm/debug: Add tests validating architecture page table helpers
 2020-02-13  2:27 UTC  (38+ messages)

[PATCH v3] asm-generic: Fix unistd_32.h generation format
 2020-02-12 10:53 UTC 

[PATCH v2] asm-generic: Fix unistd_32.h generation format
 2020-02-12  9:57 UTC  (11+ messages)

[PATCH 00/18] genirq: Remove setup_irq()
 2020-02-12  8:15 UTC  (2+ messages)
` [PATCH 05/18] ia64: replace setup_irq() by request_irq()

[PATCH v6 06/10] mm/memory_hotplug: Poison memmap in remove_pfn_range_from_zone()
 2020-02-05 23:34 UTC  (42+ messages)
` [PATCH v6 07/10] mm/memory_hotplug: We always have a zone in find_(smallest|biggest)_section_pfn
` [PATCH v6 08/10] mm/memory_hotplug: Don't check for "all holes" in shrink_zone_span()
` [PATCH v6 09/10] mm/memory_hotplug: Drop local variables "
` [PATCH v6 10/10] mm/memory_hotplug: Cleanup __remove_pages()

[PATCH 4.19 032/639] signal/ia64: Use the generic force_sigsegv in setup_frame
 2020-01-24  9:23 UTC  (2+ messages)
` [PATCH 4.19 033/639] signal/ia64: Use the force_sig(SIGSEGV,...) in ia64_rt_sigreturn

[PATCH 0/2] arm64: Enable vmemmap mapping from device memory
 2020-01-23  5:55 UTC  (2+ messages)
` [PATCH 1/2] mm/sparsemem: Enable vmem_altmap support in vmemmap_populate_basepages()

[PATCH v2 01/14] smp: Create a new function to shutdown nonboot cpus
 2020-01-22 10:32 UTC  (5+ messages)

[PATCH RESEND v4] reboot: support offline CPUs before reboot
 2020-01-17  4:20 UTC  (5+ messages)

[PATCH AUTOSEL 4.19 015/671] signal/ia64: Use the generic force_sigsegv in setup_frame
 2020-01-16 16:44 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 016/671] signal/ia64: Use the force_sig(SIGSEGV,...) in ia64_rt_sigreturn

[PATCH v5] reboot: support offline CPUs before reboot
 2020-01-16 11:10 UTC  (8+ messages)

[PATCH] ia64: fix syscall_get_error()
 2020-01-11 16:37 UTC  (2+ messages)
` [PING PATCH] "

[PATCH v2 0/8] Allow setting caching mode in arch_add_memory() for P2PDMA
 2020-01-08 19:29 UTC  (22+ messages)
` [PATCH v2 1/8] mm/memory_hotplug: Drop the flags field from struct mhp_restrictions
` [PATCH v2 2/8] mm/memory_hotplug: Rename mhp_restrictions to mhp_modifiers
` [PATCH v2 3/8] x86/mm: Thread pgprot_t through init_memory_mapping()
` [PATCH v2 4/8] x86/mm: Introduce _set_memory_prot()
` [PATCH v2 5/8] powerpc/mm: Thread pgprot_t through create_section_mapping()
` [PATCH v2 6/8] s390/mm: Thread pgprot_t through vmem_add_mapping()
` [PATCH v2 7/8] mm/memory_hotplug: Add pgprot_t to mhp_modifiers
` [PATCH v2 8/8] mm/memremap: Set caching mode for PCI P2PDMA memory to WC

[mm/debug] 87c4696d57: kernel_BUG_at_include/linux/mm.h
 2020-01-07  6:58 UTC 

"oneshot" interrupt causes another interrupt to be fired erroneously in Intel Haswell system
 2019-12-27  7:51 UTC 

[PATCH V11 RESEND] mm/debug: Add tests validating architecture page table helpers
 2019-12-24  4:50 UTC 

[PATCH] ia64: add support for folded p4d page tables
 2019-12-18 14:21 UTC  (3+ messages)

[PATCH v18 00/13] open: introduce openat2(2) syscall
 2019-12-17  6:39 UTC  (3+ messages)
` [PATCH v18 11/13] "

[PATCH] x86/boot: kbuild: allow readelf executable to be specified
 2019-12-17  3:05 UTC  (2+ messages)

[PATCH V11] mm/debug: Add tests validating architecture page table helpers
 2019-12-16  4:56 UTC  (2+ messages)

[PATCH 0/6] Allow setting caching mode in arch_add_memory() for P2PDMA
 2019-12-11  8:37 UTC  (11+ messages)
` [PATCH 5/6] mm, memory_hotplug: Provide argument for the pgprot_t in arch_add_memory()


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