linux-ia64.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-03 16:22:52 to 2017-02-01 20:02:21 UTC [more...]

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

[PATCH v4 0/5] kexec/fadump: remove dependency with CONFIG_KEXEC and reuse crashkernel parameter for
 2017-02-01  1:11 UTC  (18+ 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] tty: serial: constify uart_ops structures
 2017-01-25 17:49 UTC 

GCC 4.9.4-compiled kernel: invalid slot number 1 for IMM64 errors while loading modules
 2017-01-24 14:47 UTC 

[PATCH v2 00/10] Finalize separation of extable.h from module.h
 2017-01-24  0:28 UTC  (4+ 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 v3 00/20] Finalize separation of extable.h from module.h
 2017-01-22 16:32 UTC  (3+ messages)
` [PATCH 01/20] ia64: move ia64_done_with_exception out of asm/uaccess.h
` [PATCH 02/20] ia64: ensure exception table search users include extable.h

[PATCH v1 0/7] tools: add linker table userspace sandbox
 2017-01-19 11:04 UTC  (25+ 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 v4 0/6] tools: add linker table userspace sandbox
      ` [PATCH v4 1/6] tools: add a userspace tools bug.h
      ` [PATCH v4 2/6] tools: add init.h for tools
      ` [PATCH v4 3/6] tools: add __used and enable to override
      ` [PATCH v4 4/6] tools: expand export.h with VMLINUX_SYMBOL()
      ` [PATCH v4 5/6] tools: add __section() to compiler.h

[PATCH 3/4] arch, mm: remove arch specific show_mem
 2017-01-17  9:15 UTC 

[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 RFC] ia64: export ia64_delay_loop for "allmodconfig" coverage
 2017-01-09 23:20 UTC 

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

[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  (4+ messages)
` [PATCH 1/2] mm: add locked parameter to get_user_pages()

[PATCH 17/25] ia64/topology: Convert to hotplug state machine
 2016-11-03 17:33 UTC  (3+ messages)
  ` [PATCH 17/25 v2] "

[PATCH 16/25] ia64/salinfo: Convert to hotplug state machine
 2016-11-03 17:31 UTC  (4+ messages)
  ` [PATCH 16/25 v2] "


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