public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-12-05 16:35:00 to 2020-02-16 08:22:30 UTC [more...]

[PATCH v2 00/13] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-02-16  8:22 UTC  (15+ 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 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  (15+ messages)
` [PATCH v18 01/13] namei: only return -ECHILD from follow_dotdot_rcu()
` [PATCH v18 02/13] nsfs: clean-up ns_get_path() signature to return int
` [PATCH v18 03/13] namei: allow nd_jump_link() to produce errors
` [PATCH v18 04/13] namei: allow set_root() "
` [PATCH v18 05/13] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
` [PATCH v18 06/13] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH v18 07/13] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v18 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v18 09/13] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH v18 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
` [PATCH v18 11/13] open: introduce openat2(2) syscall
` [PATCH v18 12/13] selftests: add openat2(2) selftests
` [PATCH v18 13/13] Documentation: path-lookup: include new LOOKUP flags

[PATCH] x86/boot: kbuild: allow readelf executable to be specified
 2019-12-17  3:05 UTC  (4+ 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  (23+ messages)
` [PATCH 1/6] x86/mm: Thread pgprot_t through init_memory_mapping()
` [PATCH 2/6] x86/mm: Introduce _set_memory_prot()
` [PATCH 3/6] powerpc/mm: Thread pgprot_t through create_section_mapping()
` [PATCH 4/6] s390/mm: Thread pgprot_t through vmem_add_mapping()
` [PATCH 5/6] mm, memory_hotplug: Provide argument for the pgprot_t in arch_add_memory()
` [PATCH 6/6] mm/memremap: Set caching mode for PCI P2PDMA memory to WC

[PATCH 09/34] ia64: Use CONFIG_PREEMPTION
 2019-12-08 14:58 UTC  (2+ messages)
` [tip: sched/urgent] sched/rt, "

[PATCH v2 0/5] agp: minor fixes
 2019-12-05 19:54 UTC  (5+ messages)
` [PATCH v2 0/5] agp: minor fixes, does the maintainer still there ?


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