messages from 2016-06-17 15:45:36 to 2016-06-21 17:00:31 UTC [more...]
[PATCH v3 00/13] Virtually mapped stacks with guard pages (x86, core)
2016-06-21 16:59 UTC (43+ messages)
` [PATCH v3 01/13] x86/mm/hotplug: Don't remove PGD entries in remove_pagetable()
` [PATCH v3 02/13] x86/cpa: In populate_pgd, don't set the pgd entry until it's populated
` [PATCH v3 03/13] x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()
` [PATCH v3 04/13] mm: Track NR_KERNEL_STACK in KiB instead of number of stacks
` [PATCH v3 05/13] mm: Fix memcg stack accounting for sub-page stacks
` [PATCH v3 06/13] fork: Add generic vmalloced stack support
` [PATCH v3 07/13] x86/die: Don't try to recover from an OOPS on a non-default stack
` [PATCH v3 08/13] x86/dumpstack: When OOPSing, rewind the stack before do_exit
` [PATCH v3 09/13] x86/dumpstack: When dumping stack bytes due to OOPS, start with regs->sp
` [PATCH v3 10/13] x86/dumpstack: Try harder to get a call trace on stack overflow
` [PATCH v3 11/13] x86/dumpstack/64: Handle faults when printing the "Stack:" part of an OOPS
` [PATCH v3 12/13] x86/mm/64: Enable vmapped stacks
` [PATCH v3 13/13] x86/mm: Improve stack-overflow #PF handling
cmpxchg and x86 flags output
2016-06-21 17:00 UTC (6+ messages)
linux-next: Tree for Jun 21
2016-06-21 15:26 UTC (22+ messages)
[RFC nowrap: PATCH v7 00/19] ILP32 for ARM64
2016-06-21 15:47 UTC (48+ messages)
` [PATCH 01/19] compat ABI: use non-compat openat and open_by_handle_at variants
` [PATCH 02/19] 32-bit ABI: introduce ARCH_32BIT_OFF_T config option
` [PATCH 03/19] arm64: ilp32: add documentation on the ILP32 ABI for ARM64
` [PATCH 04/19] arm64: ensure the kernel is compiled for LP64
` [PATCH 05/19] arm64: rename COMPAT to AARCH32_EL0 in Kconfig
` [PATCH 06/19] arm64:uapi: set __BITS_PER_LONG correctly for ILP32 and LP64
` [PATCH 07/19] thread: move thread bits accessors to separated file
` [PATCH 08/19] arm64: introduce is_a32_task and is_a32_thread (for AArch32 compat)
` [PATCH 09/19] arm64: ilp32: add is_ilp32_compat_{task,thread} and TIF_32BIT_AARCH64
` [PATCH 10/19] arm64: introduce binfmt_elf32.c
` [PATCH 11/19] arm64: ilp32: introduce binfmt_ilp32.c
` [PATCH 12/19] arm64: ptrace: handle ptrace_request differently for aarch32 and ilp32
` [PATCH 13/19] arm64: ilp32: share aarch32 syscall handlers
` [PATCH 14/19] arm64: ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it
` [PATCH 15/19] arm64: signal: share lp64 signal routines to ilp32
` [PATCH 16/19] arm64: signal32: move ilp32 and aarch32 common code to separated file
` [PATCH 17/19] arm64: ilp32: introduce ilp32-specific handlers for sigframe and ucontext
` [PATCH 18/19] arm64:ilp32: add vdso-ilp32 and use for signal return
` [PATCH 19/19] arm64:ilp32: add ARM64_ILP32 to Kconfig
[PATCH 5/5] vmlinux.lds.h: replace config_enabled() with IS_ENABLED()
2016-06-21 9:25 UTC (5+ messages)
[PATCH v2 00/13] Virtually mapped stacks with guard pages (x86, core)
2016-06-21 8:46 UTC (49+ messages)
` [PATCH v2 01/13] x86/mm/hotplug: Don't remove PGD entries in remove_pagetable()
` [PATCH v2 02/13] x86/cpa: In populate_pgd, don't set the pgd entry until it's populated
` [PATCH v2 03/13] x86/cpa: Warn if kernel_unmap_pages_in_pgd is used inappropriately
` [PATCH v2 04/13] mm: Track NR_KERNEL_STACK in KiB instead of number of stacks
` [PATCH v2 05/13] mm: Move memcg stack accounting to account_kernel_stack
` [PATCH v2 06/13] fork: Add generic vmalloced stack support
` [PATCH v2 07/13] x86/die: Don't try to recover from an OOPS on a non-default stack
` [PATCH v2 08/13] x86/dumpstack: When OOPSing, rewind the stack before do_exit
` [PATCH v2 09/13] x86/dumpstack: When dumping stack bytes due to OOPS, start with regs->sp
` [PATCH v2 10/13] x86/dumpstack: Try harder to get a call trace on stack overflow
` [PATCH v2 11/13] x86/dumpstack/64: Handle faults when printing the "Stack:" part of an OOPS
` [PATCH v2 12/13] x86/mm/64: Enable vmapped stacks
` [PATCH v2 13/13] x86/mm: Improve stack-overflow #PF handling
[RFC PATCH v3 1/2] ACPI/PCI: Check platform specific ECAM quirks
2016-06-21 8:37 UTC (5+ messages)
[PATCH V2 63/63] clocksources: Switch back to the clksrc table
2016-06-21 6:45 UTC (10+ messages)
[PATCH -v2 00/33] implement atomic_fetch_$op
2016-06-21 4:27 UTC (10+ messages)
` [PATCH -v2 14/33] locking,m68k: Implement atomic_fetch_{add,sub,and,or,xor}()
[RFC PATCH-tip v2 0/6] locking/rwsem: Enable reader optimistic spinning
2016-06-20 7:59 UTC (23+ messages)
` [RFC PATCH-tip v2 1/6] locking/osq: Make lock/unlock proper acquire/release barrier
[PATCH v3] locking/qrwlock: Let qrwlock has same layout regardless of the endian
2016-06-20 6:20 UTC
[PATCH Documentation/memory-barriers.txt] Clarify limited control-dependency scope
2016-06-18 0:28 UTC (3+ messages)
[PATCH v2] locking/qrwlock: Let qrwlock has same layout regardless of the endian
2016-06-17 19:06 UTC (2+ messages)
[RFC PATCH v1 00/18] x86: Secure Memory Encryption (AMD)
2016-06-17 15:51 UTC (9+ messages)
` [RFC PATCH v1 10/18] x86/efi: Access EFI related tables in the clear
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).