linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-12-16 10:57:06 to 2016-12-27 10:18:00 UTC [more...]

[PATCH v4] mm: pmd dirty emulation in page fault handler
 2016-12-27 10:17 UTC  (4+ messages)

[PATCHv2 00/29] 5-level paging
 2016-12-27  3:22 UTC  (61+ messages)
` [PATCHv2 01/29] x86/cpufeature: Add 5-level paging detecton
` [PATCHv2 02/29] asm-generic: introduce 5level-fixup.h
` [PATCHv2 03/29] asm-generic: introduce __ARCH_USE_5LEVEL_HACK
` [PATCHv2 04/29] arch, mm: convert all architectures to use 5level-fixup.h
` [PATCHv2 05/29] asm-generic: introduce <asm-generic/pgtable-nop4d.h>
` [PATCHv2 06/29] mm: convert generic code to 5-level paging
` [PATCHv2 07/29] mm: introduce __p4d_alloc()
` [PATCHv2 08/29] x86: basic changes into headers for 5-level paging
` [PATCHv2 09/29] x86: trivial portion of 5-level paging conversion
` [PATCHv2 10/29] x86/gup: add 5-level paging support
` [PATCHv2 11/29] x86/ident_map: "
` [PATCHv2 12/29] x86/mm: add support of p4d_t in vmalloc_fault()
` [PATCHv2 13/29] x86/power: support p4d_t in hibernate code
` [PATCHv2 14/29] x86/kexec: support p4d_t
` [PATCHv2 15/29] x86: convert the rest of the code to "
` [PATCHv2 16/29] x86: detect 5-level paging support
` [PATCHv2 17/29] x86/asm: remove __VIRTUAL_MASK_SHIFT==47 assert
` [PATCHv2 18/29] x86/mm: define virtual memory map for 5-level paging
` [PATCHv2 19/29] x86/paravirt: make paravirt code support "
` [PATCHv2 20/29] x86/mm: basic defines/helpers for CONFIG_X86_5LEVEL
` [PATCHv2 21/29] x86/dump_pagetables: support 5-level paging
` [PATCHv2 22/29] x86/mm: extend kasan to "
` [PATCHv2 23/29] x86/espfix: "
` [PATCHv2 24/29] x86/mm: add support of additional page table level during early boot
` [PATCHv2 25/29] x86/mm: add sync_global_pgds() for configuration with 5-level paging
` [PATCHv2 26/29] x86/mm: make kernel_physical_mapping_init() support "
` [PATCHv2 27/29] x86/mm: add support for 5-level paging for KASLR
` [PATCHv2 28/29] x86: enable 5-level paging support
` [RFC, PATCHv2 29/29] mm, x86: introduce RLIMIT_VADDR

[PATCH] mm: pmd dirty emulation in page fault handler
 2016-12-23 14:53 UTC  (19+ messages)

[PATCH v2 0/4] Write protect DAX PMDs in *sync path
 2016-12-23 13:45 UTC  (14+ messages)
` [PATCH v2 1/4] dax: kill uml support
` [PATCH v2 3/4] mm: add follow_pte_pmd()
  ` [PATCH v2 2/4] dax: add stub for pmdp_huge_clear_flush()
  ` [PATCH v2 4/4] dax: wrprotect pmd_t in dax_mapping_entry_mkclean

[PATCH v3] mm: pmd dirty emulation in page fault handler
 2016-12-23  7:53 UTC 

[PATCH v4 00/16] linux: generalize sections, ranges and linker tables
 2016-12-22 14:08 UTC  (35+ 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 v1 0/7] tools: add linker table userspace sandbox
 2016-12-22  2:39 UTC  (14+ 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 v2 6/6] tools: add userspace linker table sandbox

[RFC3 nowrap: PATCH v7 00/18] ILP32 for ARM64
 2016-12-21 18:56 UTC  (5+ messages)
` [PATCH 10/18] arm64: ilp32: introduce binfmt_ilp32.c

[RFC] minimum gcc version for kernel: raise to gcc-4.3 or 4.6?
 2016-12-20  9:59 UTC  (45+ messages)
` [PATCH 01/13] [HACK] gcc-4.5: avoid link errors for unused function pointers
` [PATCH 02/13] KVM: arm: fix gcc-4.5 build
` [PATCH 03/13] ARM: div64: fix building with gcc-4.5 and lower
` [PATCH 04/13] vfio-pci: use 32-bit comparisons for register address for gcc-4.5
` [PATCH 05/13] clk: pxa: fix gcc-4.4 build
` [PATCH 06/13] ARM: atomic: "
` [PATCH 07/13] watchdog: kempld: fix gcc-4.3 build
` [PATCH 08/13] arm/arm64: xen: avoid gcc-4.4 warning
` [PATCH 09/13] ARM: mark cmpxchg and xchg __always_inline for gcc-4.3
` [PATCH 10/13] asm-generic: mark cmpxchg as "
` [PATCH 11/13] fs: fix unsigned enum warning with gcc-4.2
` [PATCH 12/13] KVM: arm: avoid binary number literals for gcc-4.2
` [PATCH 13/13] ARM: avoid 'Q' asm constraint for gcc-4.1 and earlier

[GIT PULL] kbuild changes for v4.9-rc1
 2016-12-18 15:08 UTC  (19+ messages)

[Question] New mmap64 syscall?
 2016-12-18  9:23 UTC  (8+ messages)
` [PATCH 3/3] mm: make pagoff_t type 64-bit


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