linux-ia64.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-13 07:32:51 to 2017-01-14 16:29:15 UTC [more...]

[RFC PATCH 3/4] arch, mm: remove arch specific show_mem
 2017-01-14 16:29 UTC  (6+ messages)

[PATCH v2 0/7] uapi: export all headers under uapi directories
 2017-01-13 17:06 UTC  (38+ messages)
  ` [PATCH v2 1/7] arm: put types.h in uapi
  ` [PATCH v2 2/7] h8300: put bitsperlong.h "
  ` [PATCH v2 3/7] nios2: put setup.h "
  ` [PATCH v2 4/7] x86: put msr-index.h "
  ` [PATCH v2 5/7] Makefile.headersinst: cleanup input files
  ` [PATCH v2 6/7] Makefile.headersinst: remove destination-y option
  ` [PATCH v2 7/7] uapi: export all headers under uapi directories
    ` [Linux-c6x-dev] "
    ` [PATCH v3 0/8] "
      ` [PATCH v3 1/8] arm: put types.h in uapi
      ` [PATCH v3 2/8] h8300: put bitsperlong.h "
      ` [PATCH v3 3/8] nios2: put setup.h "
      ` [PATCH v3 4/8] x86: stop exporting msr-index.h to userland
      ` [PATCH v3 5/8] Makefile.headersinst: cleanup input files
      ` [PATCH v3 6/8] Makefile.headersinst: remove destination-y option
      ` [PATCH v3 7/8] uapi: export all headers under uapi directories
      ` [PATCH v3 8/8] uapi: export all arch specifics directories

[PATCH v4 0/5] kexec/fadump: remove dependency with CONFIG_KEXEC and reuse crashkernel parameter for
 2017-01-13 11:51 UTC  (10+ messages)
` [PATCH v4 1/5] crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_CORE
` [PATCH v4 2/5] ia64: reuse append_elf_note() and final_note() functions
` [PATCH v4 3/5] powerpc/fadump: remove dependency with CONFIG_KEXEC
` [PATCH v4 4/5] powerpc/fadump: reuse crashkernel parameter for fadump memory reservation
` [PATCH v4 5/5] powerpc/fadump: update documentation about crashkernel parameter reuse

[PATCH v4 00/16] linux: generalize sections, ranges and linker tables
 2017-01-11 14:37 UTC  (38+ messages)
` [PATCH v5 00/14] "
  ` [PATCH v5 01/14] generic-sections: add section core helpers
  ` [PATCH v5 02/14] xtensa: skip adding literal when SORT() is used
  ` [PATCH v5 03/14] ranges.h: add helpers to build and identify Linux section ranges
  ` [PATCH v5 04/14] tables.h: add linker table support
  ` [PATCH v5 05/14] kbuild: enable option to force compile force-obj-y and force-lib-y
  ` [PATCH v5 06/14] firmware/Makefile: force recompilation if makefile changes
  ` [PATCH v5 07/14] firmware: port built-in section to linker table
  ` [PATCH v5 08/14] jump_label: move guard #endif down where it belongs
  ` [PATCH v5 09/14] jump_label: port __jump_table to linker tables
  ` [PATCH v5 10/14] dynamic_debug: port to use "
  ` [PATCH v5 11/14] kprobes: move kprobe declarations to asm-generic/kprobes.h
  ` [PATCH v5 12/14] kprobes: port .kprobes.text to section range
  ` [PATCH v5 13/14] kprobes: port blacklist kprobes to linker table
  ` [PATCH v5 14/14] lib: add linker tables test driver
  ` [PATCH v6 00/14] linux: generalize sections, ranges and linker tables
    ` [PATCH v6 01/14] generic-sections: add section core helpers
    ` [PATCH v6 02/14] xtensa: skip adding literal when SORT() is used
    ` [PATCH v6 03/14] ranges.h: add helpers to build and identify Linux section ranges
    ` [PATCH v6 04/14] tables.h: add linker table support
    ` [PATCH v6 05/14] kbuild: enable option to force compile force-obj-y and force-lib-y
    ` [PATCH v6 06/14] firmware/Makefile: force recompilation if makefile changes
    ` [PATCH v6 07/14] firmware: port built-in section to linker table
    ` [PATCH v6 08/14] jump_label: move guard #endif down where it belongs
    ` [PATCH v6 09/14] jump_label: port __jump_table to linker tables
    ` [PATCH v6 10/14] dynamic_debug: port to use "
    ` [PATCH v6 11/14] kprobes: move kprobe declarations to asm-generic/kprobes.h
    ` [PATCH v6 12/14] kprobes: port .kprobes.text to section range
    ` [PATCH v6 13/14] kprobes: port blacklist kprobes to linker table
    ` [PATCH v6 14/14] lib: add linker tables test driver

[PATCH RFC] ia64: export ia64_delay_loop for "allmodconfig" coverage
 2017-01-09 23:20 UTC 

[PATCH v2 00/10] Finalize separation of extable.h from module.h
 2017-01-09 20:40 UTC  (3+ messages)
` [PATCH 01/10] ia64: move ia64_done_with_exception out of asm/uaccess.h
` [PATCH 02/10] ia64: ensure exception table search users include extable.h

[PATCH] nfc: don't be making arch specific unaligned decisions at driver level
 2017-01-09 17:52 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v1 0/7] tools: add linker table userspace sandbox
 2017-01-09 15:02 UTC  (13+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] tools: add a userspace tools bug.h
  ` [PATCH v2 2/6] tools: add init.h for tools
  ` [PATCH v2 3/6] tools: add __used and enable to override
  ` [PATCH v2 4/6] tools: expand export.h with VMLINUX_SYMBOL()
  ` [PATCH v2 5/6] tools: add __section() to compiler.h
  ` [PATCH v3 0/6] tools: add linker table userspace sandbox
    ` [PATCH v3 1/6] tools: add a userspace tools bug.h
    ` [PATCH v3 2/6] tools: add init.h for tools
    ` [PATCH v3 3/6] tools: add __used and enable to override
    ` [PATCH v3 4/6] tools: expand export.h with VMLINUX_SYMBOL()
    ` [PATCH v3 5/6] tools: add __section() to compiler.h

[PATCH v3 0/5] kexec/fadump: remove dependency with CONFIG_KEXEC and reuse crashkernel parameter for
 2017-01-05 17:54 UTC  (9+ messages)
` [PATCH v3 1/5] crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_CORE
` [PATCH v3 2/5] ia64: reuse append_elf_note() and final_note() functions
` [PATCH v3 3/5] powerpc/fadump: remove dependency with CONFIG_KEXEC
` [PATCH v3 4/5] powerpc/fadump: reuse crashkernel parameter for fadump memory reservation
` [PATCH v3 5/5] powerpc/fadump: update documentation about crashkernel parameter reuse

[PATCH v2 0/5] kexec/fadump: remove dependency with CONFIG_KEXEC and reuse crashkernel parameter for
 2016-12-16  6:49 UTC  (10+ messages)
` [PATCH v2 2/5] ia64: reuse append_elf_note() and final_note() functions
` [PATCH v2 3/5] powerpc/fadump: remove dependency with CONFIG_KEXEC
` [PATCH v2 5/5] powerpc/fadump: update documentation about crashkernel parameter reuse
` [PATCH v2 1/5] crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_CORE
` [PATCH v2 4/5] powerpc/fadump: reuse crashkernel parameter for fadump memory reservation

[PATCH v2] ACPI/NUMA: Do not map pxm to node when NUMA is turned off
 2016-12-13  4:18 UTC 

[patch] ia64: pci: Fix a condition in pcibr_dmamap_ate32()
 2016-12-08 10:59 UTC 

[PATCH] ia64: move cacheinfo sysfs to generic cacheinfo infrastructure
 2016-12-02  9:55 UTC  (3+ messages)
` [PATCH v2] "

GCC 4.9.4-compiled kernel: invalid slot number 1 for IMM64 errors while loading modules
 2016-11-23 20:37 UTC 

[PATCH 0/3] kexec/fadump: remove dependency with CONFIG_KEXEC and reuse crashkernel parameter for fa
 2016-11-14 10:29 UTC  (7+ messages)
` [PATCH 1/3] crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_CORE
` [PATCH 3/3] powerpc/fadump: update documentation about crashkernel parameter reuse
` [PATCH 2/3] powerpc/fadump: reuse crashkernel parameter for fadump memory reservation

[PATCH 0/2] mm: remove get_user_pages_locked()
 2016-11-07 11:00 UTC  (9+ messages)
` [PATCH 1/2] mm: add locked parameter to get_user_pages()
` [PATCH 2/2] mm: remove get_user_pages_locked()

[PATCH 14/25] ia64/err-inject: Convert to hotplug state machine
 2016-11-03 17:33 UTC  (9+ messages)
` [PATCH 15/25] ia64/palinfo: "
` [PATCH 16/25] ia64/salinfo: "
    ` [PATCH 16/25 v2] "
` [PATCH 17/25] ia64/topology: "
    ` [PATCH 17/25 v2] "

[PATCH] ia64, err-inject: fix spelling mistake: "capapbilities" -> "capabilities"
 2016-10-24 22:36 UTC 

[PATCH 0/6] IA64: Fine-tuning for five function implementations
 2016-10-23  6:33 UTC  (11+ messages)
` [PATCH 1/6] IA64-sba_iommu: Use seq_puts() in ioc_show()
` [PATCH 2/6] IA64-sba_iommu: Combine four seq_printf() calls into two calls "
` [PATCH 3/6] IA64-simserial: Use seq_puts() in rs_proc_show()
` [PATCH 4/6] IA64-setup: Use seq_putc() in show_cpuinfo()
` [PATCH 5/6] IA64-sn_hwperf: Use seq_puts() in sn_topology_show()
` [PATCH 6/6] IA64-sn2_smp: Combine two seq_printf() calls into one call in sn2_ptc_seq_show()
        `  "

[PATCH 00/10] mm: adjust get_user_pages* functions to explicitly pass FOLL_* flags
 2016-10-20 19:26 UTC  (36+ messages)
` [PATCH 01/10] mm: remove write/force parameters from __get_user_pages_locked()
` [PATCH 02/10] mm: remove write/force parameters from __get_user_pages_unlocked()
` [PATCH 03/10] mm: replace get_user_pages_unlocked() write/force parameters with gup_flags
` [PATCH 04/10] mm: replace get_user_pages_locked() "
` [PATCH 05/10] mm: replace get_vaddr_frames() "
` [PATCH 06/10] mm: replace get_user_pages() "
` [PATCH 07/10] mm: replace get_user_pages_remote() "
` [PATCH 08/10] mm: replace __access_remote_vm() write parameter "
` [PATCH 10/10] mm: replace access_process_vm() "

[RFC PATCH-tip v4 00/10] locking/rwsem: Enable reader optimistic spinning
 2016-10-16  5:57 UTC  (9+ messages)
` [RFC PATCH-tip v4 02/10] locking/rwsem: Stop active read lock ASAP


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).