linux-ia64.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-05 10:45:08 to 2019-10-10 18:03:31 UTC [more...]

[PATCH 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
 2019-10-10 18:03 UTC  (40+ messages)
` [PATCH 01/29] powerpc: Rename "notes" PT_NOTE to "note"
` [PATCH 02/29] powerpc: Remove PT_NOTE workaround
` [PATCH 03/29] powerpc: Rename PT_LOAD identifier "kernel" to "text"
` [PATCH 04/29] alpha: "
` [PATCH 05/29] ia64: Rename PT_LOAD identifier "code" "
` [PATCH 06/29] s390: Move RO_DATA into "text" PT_LOAD Program Header
` [PATCH 07/29] x86: Restore "text" Program Header with dummy section
` [PATCH 08/29] vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notes
` [PATCH 09/29] vmlinux.lds.h: Move Program Header restoration into NOTES macro
` [PATCH 10/29] vmlinux.lds.h: Move NOTES into RO_DATA
` [PATCH 11/29] vmlinux.lds.h: Replace RODATA with RO_DATA
` [PATCH 12/29] vmlinux.lds.h: Replace RO_DATA_SECTION "
` [PATCH 13/29] vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA
` [PATCH 14/29] vmlinux.lds.h: Allow EXCEPTION_TABLE to live in RO_DATA
` [PATCH 15/29] x86: Actually use _etext for end of text segment
` [PATCH 16/29] x86: Move EXCEPTION_TABLE to RO_DATA segment
` [PATCH 17/29] alpha: "
` [PATCH 18/29] arm64: "
` [PATCH 19/29] c6x: "
` [PATCH 20/29] h8300: "
` [PATCH 21/29] ia64: "
` [PATCH 22/29] microblaze: "
` [PATCH 23/29] parisc: "
` [PATCH 24/29] powerpc: "
` [PATCH 25/29] xtensa: "
` [PATCH 26/29] x86/mm: Remove redundant &s on addresses
` [PATCH 27/29] x86/mm: Report which part of kernel image is freed
` [PATCH 28/29] x86/mm: Report actual image regions in /proc/iomem
` [PATCH 29/29] x86: Use INT3 instead of NOP for linker fill bytes

[PATCH v14 0/6] open: introduce openat2(2) syscall
 2019-10-10 17:07 UTC  (8+ messages)
` [PATCH v14 1/6] namei: O_BENEATH-style resolution restriction flags
` [PATCH v14 2/6] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v14 3/6] namei: permit ".." resolution with LOOKUP_{IN_ROOT,BENEATH}
` [PATCH v14 4/6] open: introduce openat2(2) syscall
` [PATCH v14 5/6] selftests: add openat2(2) selftests
` [PATCH v14 6/6] Documentation: path-lookup: mention LOOKUP_MAGICLINK_JUMPED

Apply For Financial investment at a lower rate 2%
 2019-10-10 13:17 UTC 

[PATCH V4 0/2] mm/debug: Add tests for architecture exported page table helpers
 2019-10-08  8:25 UTC  (9+ messages)
` [PATCH V4 1/2] mm/hugetlb: Make alloc_gigantic_page() available for general use
` [PATCH V4 2/2] mm/pgtable/debug: Add test validating architecture page table helpers

[PATCH v6 01/10] mm/memunmap: Don't access uninitialized memmap in memunmap_pages()
 2019-10-06 20:13 UTC  (11+ messages)
` [PATCH v6 02/10] mm/memmap_init: Update variable name in memmap_init_zone
` [PATCH v6 03/10] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_pgdat_span()
` [PATCH v6 04/10] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_zone_span()
` [PATCH v6 06/10] mm/memory_hotplug: Poison memmap in remove_pfn_range_from_zone()
` [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 v5 01/10] mm/memunmap: Use the correct start and end pfn when removing pages from zone
 2019-10-06  8:13 UTC  (20+ messages)
` [PATCH v5 02/10] mm/memmap_init: Update variable name in memmap_init_zone
` [PATCH v5 03/10] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_pgdat_span()
` [PATCH v5 04/10] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_zone_span()
` [PATCH v5 06/10] mm/memory_hotplug: Poison memmap in remove_pfn_range_from_zone()
` [PATCH v5 07/10] mm/memory_hotplug: We always have a zone in find_(smallest|biggest)_section_pfn
` [PATCH v5 08/10] mm/memory_hotplug: Don't check for "all holes" in shrink_zone_span()
` [PATCH v5 09/10] mm/memory_hotplug: Drop local variables "
` [PATCH v5 10/10] mm/memory_hotplug: Cleanup __remove_pages()

[PATCH v13 0/9] namei: openat2(2) path resolution restrictions
 2019-10-01  5:06 UTC  (16+ messages)
` [PATCH v13 1/9] namei: obey trailing magic-link DAC permissions
` [PATCH v13 2/9] procfs: switch magic-link modes to be more sane
` [PATCH v13 3/9] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH v13 4/9] namei: O_BENEATH-style path resolution flags
` [PATCH v13 5/9] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v13 6/9] namei: permit ".." resolution with LOOKUP_{IN_ROOT,BENEATH}
` [PATCH v13 7/9] open: openat2(2) syscall
` [PATCH v13 8/9] selftests: add openat2(2) selftests
` [PATCH v13 9/9] Documentation: update path-lookup to mention trailing magic-links

[PATCH RESEND v3 00/26] Add definition for the number of standard PCI BARs
 2019-09-30 19:58 UTC  (3+ messages)
` [PATCH RESEND v3 01/26] PCI: Add define "

[PATCH V3 0/2] mm/debug: Add tests for architecture exported page table helpers
 2019-09-25  3:48 UTC  (7+ messages)
` [PATCH V3 2/2] mm/pgtable/debug: Add test validating architecture "

[PATCH: Linus, please apply] ia64: Fix some warnings introduced in merge window
 2019-09-24 18:45 UTC 

[PATCH v2 00/21] Refine memblock API
 2019-09-24 17:52 UTC  (2+ messages)

[PATCH AUTOSEL 4.4 16/44] ia64:unwind: fix double free for mod->arch.init_unw_table
 2019-09-22 19:00 UTC 

[PATCH AUTOSEL 4.9 18/60] ia64:unwind: fix double free for mod->arch.init_unw_table
 2019-09-22 18:58 UTC 

[PATCH AUTOSEL 4.14 21/89] ia64:unwind: fix double free for mod->arch.init_unw_table
 2019-09-22 18:56 UTC 

[PATCH AUTOSEL 4.19 027/128] ia64:unwind: fix double free for mod->arch.init_unw_table
 2019-09-22 18:52 UTC 

[PATCH AUTOSEL 5.2 038/185] ia64:unwind: fix double free for mod->arch.init_unw_table
 2019-09-22 18:46 UTC 

[PATCH AUTOSEL 5.3 046/203] ia64:unwind: fix double free for mod->arch.init_unw_table
 2019-09-22 18:41 UTC 

[PATCH V2 0/2] mm/debug: Add tests for architecture exported page table helpers
 2019-09-20  4:18 UTC  (29+ messages)
` [PATCH V2 2/2] mm/pgtable/debug: Add test validating architecture "
    ` [PATCH] mm/pgtable/debug: Fix "

[PATCH v12 00/12] namei: openat2(2) path resolution restrictions
 2019-09-18 15:46 UTC  (42+ messages)
` [PATCH v12 01/12] lib: introduce copy_struct_{to,from}_user helpers
` [PATCH v12 05/12] namei: obey trailing magic-link DAC permissions
` [PATCH v12 11/12] open: openat2(2) syscall

[GIT PULL] ia64 changes for v5.4
 2019-09-16 23:11 UTC  (3+ messages)

[PATCH v3 09/26] ia64: Use PCI_STD_NUM_BARS
 2019-09-16 20:41 UTC 

[PATCH RESEND] ia64: configs: Remove useless UEVENT_HELPER_PATH
 2019-09-10 18:46 UTC 

[PATCH 0/1] mm/debug: Add tests for architecture exported page table helpers
 2019-09-10  5:55 UTC  (17+ messages)
` [PATCH 1/1] mm/pgtable/debug: Add test validating architecture "


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 NNTP newsgroup(s).