linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-29 03:42:35 to 2018-08-30 14:38:53 UTC [more...]

[RFC PATCH v3 00/24] Control Flow Enforcement: Shadow Stack
 2018-08-30 14:38 UTC  (14+ messages)
` [RFC PATCH v3 01/24] x86/cpufeatures: Add CPUIDs for Control-flow Enforcement Technology (CET)
` [RFC PATCH v3 02/24] x86/fpu/xstate: Change some names to separate XSAVES system and user states
` [RFC PATCH v3 03/24] x86/fpu/xstate: Enable XSAVES system states
` [RFC PATCH v3 04/24] x86/fpu/xstate: Add XSAVES system states for shadow stack
` [RFC PATCH v3 05/24] Documentation/x86: Add CET description
` [RFC PATCH v3 06/24] x86/cet: Control protection exception handler
` [RFC PATCH v3 07/24] x86/cet/shstk: Add Kconfig option for user-mode shadow stack
` [RFC PATCH v3 08/24] mm: Introduce VM_SHSTK for shadow stack memory
` [RFC PATCH v3 09/24] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [RFC PATCH v3 10/24] x86/mm: Introduce _PAGE_DIRTY_SW
` [RFC PATCH v3 11/24] drm/i915/gvt: Update _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [RFC PATCH v3 12/24] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
` [RFC PATCH v3 13/24] x86/mm: Shadow stack page fault error checking

Patch "asm-generic/bitops/lock.h: Rewrite using atomic_fetch_" causes kernel crash
 2018-08-30 14:29 UTC  (15+ messages)

[PATCH RFC memory-model 0/7] Memory-model changes
 2018-08-30 12:50 UTC  (19+ messages)
` [PATCH RFC LKMM 1/7] tools/memory-model: Add extra ordering for locks and remove it for ordinary release/acquire
` [PATCH RFC LKMM 2/7] doc: Replace smp_cond_acquire() with smp_cond_load_acquire()
` [PATCH RFC LKMM 3/7] EXP tools/memory-model: Add more LKMM limitations
` [PATCH RFC LKMM 4/7] tools/memory-model: Fix a README typo
` [PATCH RFC LKMM 5/7] EXP tools/memory-model: Add scripts to check github litmus tests
` [PATCH RFC LKMM 6/7] EXP tools/memory-model: Make scripts take "-j" abbreviation for "--jobs"
` [PATCH RFC LKMM 7/7] EXP tools/memory-model: Add .cfg and .cat files for s390

[PATCH v5 00/16] Add support for Hygon Dhyana Family 18h processor
 2018-08-30 12:35 UTC  (37+ messages)
` [PATCH v5 01/16] x86/cpu: create Dhyana init file and register new cpu_dev to system
` [PATCH v5 02/16] x86/cache: get cache size/leaves and setup cache cpumap for Dhyana
` [PATCH v5 03/16] x86/mtrr: get MTRR number and support TOP_MEM2
` [PATCH v5 04/16] x86/smpboot: smp init nodelay and no flush caches before sleep
` [PATCH v5 05/16] x86/pmu: enable Hygon support to PMU infrastructure
` [PATCH v5 06/16] x86/nops: init ideal_nops for Hygon
` [PATCH v5 07/16] x86/pci: add Hygon PCI vendor and northbridge support
` [PATCH v5 08/16] x86/apic: add modern APIC support for Hygon
` [PATCH v5 09/16] x86/bugs: add lfence mitigation to spectre v2 and no meltdown "
` [PATCH v5 10/16] x86/mce: enable Hygon support to MCE infrastructure
` [PATCH v5 11/16] x86/kvm: enable Hygon support to KVM infrastructure
` [PATCH v5 12/16] x86/xen: enable Hygon support to Xen
` [PATCH v5 13/16] driver/acpi: enable Hygon support to ACPI driver
` [PATCH v5 14/16] driver/cpufreq: enable Hygon support to cpufreq driver
` [PATCH v5 15/16] driver/edac: enable Hygon support to AMD64 EDAC driver
` [PATCH v5 16/16] tools/cpupower: enable Hygon support to cpupower tool

[PATCH v6 00/11] arm64: untag user pointers passed to the kernel
 2018-08-30 11:48 UTC  (13+ messages)
` [PATCH v6 01/11] arm64: add type casts to untagged_addr macro
` [PATCH v6 02/11] uaccess: add untagged_addr definition for other arches
` [PATCH v6 03/11] arm64: untag user addresses in access_ok and __uaccess_mask_ptr
` [PATCH v6 04/11] mm, arm64: untag user addresses in mm/gup.c
` [PATCH v6 05/11] lib, arm64: untag addrs passed to strncpy_from_user and strnlen_user
` [PATCH v6 06/11] arm64: untag user address in __do_user_fault
` [PATCH v6 07/11] fs, arm64: untag user address in copy_mount_options
` [PATCH v6 08/11] usb, arm64: untag user addresses in devio
` [PATCH v6 09/11] arm64: update Documentation/arm64/tagged-pointers.txt
` [PATCH v6 10/11] selftests, arm64: add a selftest for passing tagged pointers to kernel
` [PATCH v6 11/11] arm64: annotate user pointers casts detected by sparse

[RFC PATCH 0/6] x86: text_poke() fixes
 2018-08-30  5:23 UTC  (66+ messages)
` [RFC PATCH 1/6] x86/alternative: assert text_mutex is taken
` [RFC PATCH 2/6] x86/mm: temporary mm struct
` [RFC PATCH 3/6] fork: provide a function for copying init_mm
` [RFC PATCH 4/6] x86/alternatives: initializing temporary mm for patching
` [RFC PATCH 5/6] x86/alternatives: use temporary mm for text poking
` [RFC PATCH 6/6] x86/alternatives: remove text_poke() return value

[PATCH 0/3] mm: dirty/accessed pte optimisations
 2018-08-29 23:57 UTC  (10+ messages)
` [PATCH 2/3] mm/cow: optimise pte dirty/accessed bits handling in fork

[PATCH 00/14] y2038 syscall changes for 4.20
 2018-08-29 13:59 UTC  (3+ messages)

[PATCH 03/14] y2038: Globally rename compat_time to old_time32
 2018-08-29 13:17 UTC  (7+ messages)
` [RFC PATCH] y2038: __get_old_timespec32() can be static
  ` [Y2038] "

[PATCH net-next 1/3] net: rework SIOCGSTAMP ioctl handling
 2018-08-29 13:11 UTC  (6+ messages)
` [PATCH net-next 2/3] asm-generic: generalize asm/sockios.h
` [PATCH net-next 3/3] net: socket: implement 64-bit timestamps

[PATCH] powerpc: disable support for relative ksymtab references
 2018-08-29  8:09 UTC  (4+ messages)

Oops running iptables -F OUTPUT
 2018-08-29  4:36 UTC  (9+ messages)

[PATCH v20 0/6] Add io{read|write}64 to io-64-atomic headers
 2018-08-28 23:48 UTC  (10+ messages)
` [PATCH v20 1/6] iomap: Use non-raw io functions for io{read|write}XXbe
` [PATCH v20 2/6] parisc: iomap: introduce io{read|write}64
` [PATCH v20 3/6] iomap: introduce io{read|write}64_{lo_hi|hi_lo}
` [PATCH v20 4/6] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros


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