messages from 2017-07-17 21:13:01 to 2017-07-20 16:16:08 UTC [more...]
[PATCH 0/8] signal: Fix sending signals with siginfo
2017-07-20 16:16 UTC (23+ messages)
` [PATCH v2 0/7] "
` [PATCH 1/7] signal/alpha: Document a conflict with SI_USER for SIGTRAP
` [PATCH 4/7] signal/mips: Document a conflict with SI_USER with SIGFPE
` [PATCH 2/7] signal/ia64: "
` [PATCH 3/7] signal/sparc: "
` [PATCH 5/7] signal/testing: Don't look for __SI_FAULT in userspace
` [PATCH 6/7] fcntl: Don't use ambiguous SIG_POLL si_codes
` [PATCH 7/7] signal: Remove kernel interal si_code magic
[PATCH v4 0/5] make io{read|write}64 globally usable
2017-07-20 15:39 UTC (24+ messages)
` [PATCH v4 1/5] powerpc: io.h: move iomap.h include so that it can use readq/writeq defs
` [PATCH v4 2/5] iomap: introduce io{read|write}64_{lo_hi|hi_lo}
` [PATCH v4 3/5] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
` [PATCH v4 4/5] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v4 5/5] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64
x86: PIE support and option to extend KASLR randomization
2017-07-20 14:26 UTC (53+ messages)
` [RFC 01/22] x86/crypto: Adapt assembly for PIE support
` [RFC 02/22] x86: Use symbol name on bug table "
` [RFC 03/22] x86: Use symbol name in jump "
` [RFC 04/22] x86: Add macro to get symbol address "
` [RFC 05/22] xen: Adapt assembly "
` [RFC 06/22] kvm: "
` [RFC 07/22] x86: relocate_kernel - "
` [RFC 08/22] x86/entry/64: "
` [RFC 09/22] x86: pm-trace - "
` [RFC 10/22] x86/CPU: "
` [RFC 11/22] x86/acpi: "
` [RFC 12/22] x86/boot/64: "
` [RFC 13/22] x86/power/64: "
` [RFC 14/22] x86/paravirt: "
` [RFC 15/22] x86/boot/64: Use _text in a global "
` [RFC 16/22] x86/percpu: Adapt percpu "
` [RFC 17/22] compiler: Option to default to hidden symbols
` [RFC 18/22] x86/relocs: Handle DYN relocations for PIE support
` [RFC 19/22] x86/pie: Add option to build the kernel as PIE for x86_64
` [RFC 20/22] x86/relocs: Add option to generate 64-bit relocations
` [RFC 21/22] x86/module: Add support for mcmodel large and PLTs
` [RFC 22/22] x86/kaslr: Add option to extend KASLR range from 1GB to 3GB
` Re: x86: PIE support and option to extend KASLR randomization
[PATCH 0/5] Consolidate init_task handling
2017-07-20 12:50 UTC (11+ messages)
` [PATCH 1/5] Construct init thread stack in the linker script rather than by union
` [PATCH 2/5] Unroll INIT_TASK() in init/init_task.c
` [PATCH 3/5] Unroll various INIT_* macros
` [PATCH 4/5] Unroll the INIT_SIGNALS and INIT_SIGHAND macros
` [PATCH 5/5] Unroll INIT_STRUCT_PID
[PATCH v6 0/2] x86: Implement fast refcount overflow protection
2017-07-20 9:11 UTC (22+ messages)
` [PATCH v6 1/2] x86/asm: Add suffix macro for GEN_*_RMWcc()
` [PATCH v6 2/2] x86/refcount: Implement fast refcount overflow protection
[PATCH 0/8] 5-level paging enabling for v4.14
2017-07-20 7:57 UTC (3+ messages)
[RFC v6 00/62] powerpc: Memory Protection Keys
2017-07-20 6:42 UTC (31+ messages)
` [RFC v6 01/62] powerpc: Free up four 64K PTE bits in 4K backed HPTE pages
` [RFC v6 02/62] powerpc: Free up four 64K PTE bits in 64K "
` [RFC v6 03/62] powerpc: introduce pte_set_hash_slot() helper
` [RFC v6 04/62] powerpc: introduce pte_get_hash_gslot() helper
` [RFC v6 05/62] powerpc: capture the PTE format changes in the dump pte report
` [RFC v6 06/62] powerpc: use helper functions in __hash_page_64K() for 64K PTE
` [RFC v6 07/62] powerpc: use helper functions in __hash_page_huge() "
` [RFC v6 11/62] powerpc: initial pkey plumbing
` [RFC v6 26/62] powerpc: Program HPTE key protection bits
` [RFC v6 27/62] powerpc: helper to validate key-access permissions of a pte
[PATCH 00/11] ARMv8.3 pointer authentication userspace support
2017-07-19 16:01 UTC (23+ messages)
` [PATCH 01/11] arm64: docs: describe ELF hwcaps
` [PATCH 02/11] asm-generic: mm_hooks: allow hooks to be overridden individually
` [PATCH 03/11] arm64: add pointer authentication register bits
` [PATCH 04/11] arm64/cpufeature: add ARMv8.3 id_aa64isar1 bits
` [PATCH 05/11] arm64/cpufeature: detect pointer authentication
` [PATCH 06/11] arm64: Don't trap host pointer auth use to EL2
` [PATCH 07/11] arm64: add basic pointer authentication support
` [PATCH 08/11] arm64: expose user PAC bit positions via ptrace
` [PATCH 09/11] arm64/kvm: preserve host HCR_EL2 value
` [PATCH 10/11] arm64/kvm: context-switch ptrauth registers
` [PATCH 11/11] arm64: docs: document pointer authentication
[PATCH v10 00/38] x86: Secure Memory Encryption (AMD)
2017-07-18 14:02 UTC (27+ messages)
` [PATCH v10 30/38] kvm: x86: svm: Support Secure Memory Encryption within KVM
` [PATCH v10 31/38] x86/mm, kexec: Allow kexec to be used with SME
` [PATCH v10 32/38] xen/x86: Remove SME feature in PV guests
` [PATCH v10 33/38] x86/mm: Use proper encryption attributes with /dev/mem
` [PATCH v10 34/38] x86/mm: Create native_make_p4d() for PGTABLE_LEVELS <= 4
` [PATCH v10 35/38] x86/mm: Add support to encrypt the kernel in-place
` [PATCH v10 36/38] x86/boot: Add early cmdline parsing for options with arguments
` [PATCH v10 37/38] compiler-gcc.h: Introduce __nostackp function attribute
` [PATCH v10 38/38] x86/mm: Add support to make use of Secure Memory Encryption
[PATCH 1/8] signal/alpha: Document a conflict with SI_USER for SIGTRAP
2017-07-18 13:43 UTC (11+ messages)
` [PATCH 3/8] signal/sparc: Document a conflict with SI_USER with SIGFPE
(unknown),
2017-07-18 5:45 UTC
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).