linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-27 19:45:18 to 2018-08-30 01:09:45 UTC [more...]

[PATCH RFC memory-model 0/7] Memory-model changes
 2018-08-29 21:10 UTC  (15+ 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

[RFC PATCH 0/6] x86: text_poke() fixes
 2018-08-29 22:56 UTC  (56+ 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  (13+ messages)
` [PATCH 1/3] mm/cow: don't bother write protectig already write-protected huge pages
` [PATCH 2/3] mm/cow: optimise pte dirty/accessed bits handling in fork
` [PATCH 3/3] mm: optimise pte dirty/accessed bit setting by demand based pte insertion

[PATCH v5 00/16] Add support for Hygon Dhyana Family 18h processor
 2018-08-29 19:35 UTC  (36+ 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 "asm-generic/bitops/lock.h: Rewrite using atomic_fetch_" causes kernel crash
 2018-08-29 21:16 UTC  (3+ messages)

[PATCH 00/14] y2038 syscall changes for 4.20
 2018-08-29 13:59 UTC  (38+ messages)
` [PATCH 01/14] y2038: Remove unused time interfaces
` [PATCH 02/14] y2038: Make do_gettimeofday() and get_seconds() inline
` [PATCH 03/14] y2038: Globally rename compat_time to old_time32
  ` [RFC PATCH] y2038: __get_old_timespec32() can be static
    ` [Y2038] "
` [PATCH 04/14] y2038: Remove newstat family from default syscall set
` [PATCH 05/14] y2038: Remove stat64 "
` [PATCH 06/14] asm-generic: Move common compat types to asm-generic/compat.h
` [PATCH 07/14] asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro
` [PATCH 08/14] asm-generic: Remove empty asm/unistd.h
` [PATCH 09/14] y2038: Change sys_utimensat() to use __kernel_timespec
` [PATCH 10/14] y2038: Compile utimes()/futimesat() conditionally
` [PATCH 11/14] y2038: utimes: Rework #ifdef guards for compat syscalls
` [PATCH 12/14] y2038: sched: Change sched_rr_get_interval to use __kernel_timespec
` [PATCH 13/14] y2038: socket: Change recvmmsg "
` [PATCH 14/14] y2038: signal: Change rt_sigtimedwait "

[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  (14+ messages)

[PATCH v20 0/6] Add io{read|write}64 to io-64-atomic headers
 2018-08-28 23:48 UTC  (14+ 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
` [PATCH v20 5/6] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v20 6/6] ntb: ntb_hw_switchtec: Cleanup 64bit IO defines to use the common header

[PATCH v2 01/17] asm: simd context helper API
 2018-08-27 19:50 UTC  (3+ messages)


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