linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-14 21:44:21 to 2018-09-18 17:58:47 UTC [more...]

[REVIEW][PATCH 0/9] signal/powerpc: siginfo cleanups
 2018-09-18 17:58 UTC  (7+ messages)
` [REVIEW][PATCH 1/9] signal/powerpc: Use force_sig_mceerr as appropriate
` [REVIEW][PATCH 2/9] signal/powerpc: Remove pkey parameter from __bad_area
` [REVIEW][PATCH 3/9] signal/powerpc: Call _exception_pkey directly from bad_key_fault_exception
` [REVIEW][PATCH 4/9] signal/powerpc: Remove pkey parameter from __bad_area_nosemaphore
` [REVIEW][PATCH 5/9] signal/powerpc: Factor the common exception code into exception_common
` [REVIEW][PATCH 6/9] signal/powerpc: Call force_sig_fault from _exception

[PATCH 0/4] System call table generation support
 2018-09-18 12:17 UTC  (13+ messages)
` [PATCH 2/4] m68k: Replace NR_syscalls macro from asm/unistd.h
` [PATCH 3/4] m68k: Added system call table generation support

[PATCH 0/3] System call table generation support
 2018-09-18 12:15 UTC  (5+ messages)
` [PATCH 2/3] powerpc: Add system "

[PATCH 0/3] System call table generation support
 2018-09-18 14:13 UTC  (8+ messages)
` [PATCH 2/3] mips: Add system "

[PATCH 0/4] System call table generation support
 2018-09-18 11:53 UTC  (17+ messages)
` [PATCH 1/4] sparc: Move __IGNORE* entries to non uapi header
` [PATCH 2/4] sparc: Replace NR_SYSCALLS macro with __NR_SYSCALLS
` [PATCH 3/4] sparc: Add system call table generation support
` [PATCH 4/4] sparc: uapi header and system call table file generation

[PATCH net-next v5 01/20] asm: simd context helper API
 2018-09-18 16:16 UTC 

[PATCH 0/5] System call table generation support
 2018-09-18  9:25 UTC  (4+ messages)

[PATCH 1/3] sh: Rename NR_syscalls macro to __NR_syscalls
 2018-09-18  9:06 UTC  (5+ messages)

[PATCH] [RFC] making uapi/linux/elfcore.h useful again
 2018-09-18 14:21 UTC  (10+ messages)

[RFC][PATCH 00/11] my generic mmu_gather patches
 2018-09-18 14:10 UTC  (15+ messages)
` [RFC][PATCH 01/11] asm-generic/tlb: Provide a comment
` [RFC][PATCH 02/11] asm-generic/tlb: Provide HAVE_MMU_GATHER_PAGE_SIZE
` [RFC][PATCH 04/11] asm-generic/tlb: Provide generic VIPT cache flush
` [RFC][PATCH 06/11] asm-generic/tlb: Conditionally provide tlb_migrate_finish()
` [RFC][PATCH 07/11] arm/tlb: Convert to generic mmu_gather

[PATCH V7 0/2] irqchip: add C-SKY APB bus interrupt controller
 2018-09-18 13:49 UTC  (3+ messages)
` [PATCH V7 1/2] "
` [PATCH V7 2/2] dt-bindings: interrupt-controller: C-SKY APB intc

[PATCH V7 0/2] irqchip: add C-SKY SMP interrupt controller
 2018-09-18 13:49 UTC  (3+ messages)
` [PATCH V7 1/2] "
` [PATCH V7 2/2] dt-bindings: interrupt-controller: C-SKY SMP intc

[PATCH V7 0/2] clocksource: add gx6605s SOC system timer
 2018-09-18 13:48 UTC  (3+ messages)
` [PATCH V7 1/2] "
` [PATCH V7 2/2] dt-bindings: timer: gx6605s SOC timer

[PATCH V7 0/2] clocksource: add C-SKY SMP timer
 2018-09-18 13:48 UTC  (3+ messages)
` [PATCH V7 1/2] "
` [PATCH V7 2/2] dt-bindings: timer: C-SKY Multi-processor timer

[PATCH V7 0/2] bugfix based on csky linux-next
 2018-09-18 13:48 UTC  (3+ messages)
` [PATCH V7 1/2] csky/dma: bugfix dma_sync_for_cpu/device
` [PATCH V7 2/2] csky: remove irq_mapping from smp.c

[PATCH v4 0/2] add ISO7816 support
 2018-09-18 13:28 UTC  (3+ messages)
` [PATCH v4 2/2] tty/serial: atmel: "

[RFC][PATCH 0/2] convert s390 to generic mmu_gather
 2018-09-18 12:51 UTC  (3+ messages)
` [PATCH 1/2] asm-generic/tlb: introduce HAVE_MMU_GATHER_NO_GATHER
` [PATCH 2/2] s390/tlb: convert to generic mmu_gather

[PATCH 0/3] System call table generation support
 2018-09-18  7:12 UTC  (13+ messages)
` [PATCH 1/3] microblaze: Replace NR_syscalls macro from asm/unistd.h
` [PATCH 2/3] microblaze: Added system call table generation support
` [PATCH 3/3] microblaze: uapi header and system call table file generation

[REVIEW][PATCH 00/20] siginfo cleanups for x86
 2018-09-18  0:05 UTC  (42+ messages)
` [REVIEW][PATCH 01/20] signal: Simplify tracehook_report_syscall_exit
` [REVIEW][PATCH 02/20] signal/x86: Inline fill_sigtrap_info in it's only caller send_sigtrap
` [REVIEW][PATCH 03/20] signal/x86: Move MCE error reporting out of force_sig_info_fault
` [REVIEW][PATCH 04/20] signal/x86: Use send_sig_mceerr as apropriate
` [REVIEW][PATCH 05/20] signal/x86: In trace_mpx_bounds_register_exception add __user annotations
` [REVIEW][PATCH 06/20] signal/x86: Move mpx siginfo generation into do_bounds
` [REVIEW][PATCH 07/20] signal/x86/traps: Factor out show_signal
` [REVIEW][PATCH 08/20] signal/x86/traps: Move setting error_code and trap_nr into do_trap_no_signal
` [REVIEW][PATCH 09/20] signal/x86/traps: Use force_sig_bnderr
` [REVIEW][PATCH 10/20] signal/x86/traps: Use force_sig instead of open coding it
` [REVIEW][PATCH 11/20] signal/x86/traps: Simplify trap generation
` [REVIEW][PATCH 12/20] signal/x86: Remove pkey parameter from bad_area_nosemaphore
` [REVIEW][PATCH 13/20] signal/x86: Remove the pkey parameter from do_sigbus
` [REVIEW][PATCH 14/20] signal/x86: Remove pkey parameter from mm_fault_error
` [REVIEW][PATCH 15/20] signal/x86: Don't compute pkey in __do_page_fault
` [REVIEW][PATCH 16/20] signal/x86: Pass pkey not vma into __bad_area
` [REVIEW][PATCH 17/20] signal/x86: Call force_sig_pkuerr from __bad_area_nosemaphore
` [REVIEW][PATCH 18/20] signal/x86: Replace force_sig_info_fault with force_sig_fault
` [REVIEW][PATCH 19/20] signal/x86: Pass pkey by value
` [REVIEW][PATCH 20/20] signal/x86: Use force_sig_fault where appropriate

[PATCH 0/3] mm: dirty/accessed pte optimisations
 2018-09-17 17:53 UTC  (5+ messages)
` [PATCH 3/3] mm: optimise pte dirty/accessed bit setting by demand based pte insertion

[PATCH v6 00/11] arm64: untag user pointers passed to the kernel
 2018-09-17 17:01 UTC  (9+ messages)
` [PATCH v6 11/11] arm64: annotate user pointers casts detected by sparse

[PATCH V4 00/27] C-SKY(csky) Linux Kernel Port
 2018-09-17 15:05 UTC  (27+ messages)
  ` [PATCH V3 11/27] csky: Atomic operations

[PATCH v7 00/16] Add support for Hygon Dhyana Family 18h processor
 2018-09-17 13:35 UTC  (34+ messages)
` [PATCH v7 01/16] x86/cpu: Create Hygon Dhyana architecture support file
` [PATCH v7 02/16] x86/cpu: Get cache info and setup cache cpumap for Hygon Dhyana
` [PATCH v7 03/16] x86/cpu/mtrr: Support TOP_MEM2 and get MTRR number
` [PATCH v7 04/16] x86/smpboot: SMP init no delay and not flush caches before sleep
` [PATCH v7 05/16] perf/x86: Add Hygon Dhyana support to PMU infrastructure
` [PATCH v7 06/16] x86/alternative: Init ideal_nops for Hygon Dhyana
` [PATCH v7 07/16] x86/pci: Add Hygon Dhyana support to PCI and north bridge
` [PATCH v7 08/16] x86/apic: Add Hygon Dhyana support to APIC
` [PATCH v7 09/16] x86/bugs: Add mitigation to spectre and no meltdown for Hygon Dhyana
` [PATCH v7 10/16] x86/mce: Add Hygon Dhyana support to MCE infrastructure
` [PATCH v7 11/16] x86/kvm: Add Hygon Dhyana support to KVM infrastructure
` [PATCH v7 12/16] x86/xen: Add Hygon Dhyana support to Xen
` [PATCH v7 13/16] ACPI, x86: Add Hygon Dhyana support
` [PATCH v7 14/16] cpufreq, "
` [PATCH v7 15/16] EDAC, amd64: "
` [PATCH v7 16/16] cpupower, x86: "

[PATCH net-next v3 01/17] asm: simd context helper API
 2018-09-17 13:14 UTC  (11+ messages)

[PATCH 05/18] vmlinux.lds.h: Move LSM_TABLE into INIT_DATA
 2018-09-16  0:30 UTC  (2+ messages)

[PATCH RFC LKMM 1/7] tools/memory-model: Add extra ordering for locks and remove it for ordinary release/acquire
 2018-09-15  3:56 UTC  (9+ messages)
` [PATCH v5] "

[PATCH AUTOSEL 4.14 17/57] sched/core: Use smp_mb() in wake_woken_function()
 2018-09-15  1:32 UTC  (2+ messages)

[PATCH AUTOSEL 4.18 23/92] sched/core: Use smp_mb() in wake_woken_function()
 2018-09-15  1:30 UTC  (2+ messages)

[RFC PATCH v3 12/24] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
 2018-09-14 21:33 UTC  (19+ messages)

[RFC PATCH v3 00/24] Control Flow Enforcement: Shadow Stack
 2018-09-14 21:17 UTC  (13+ messages)
` [RFC PATCH v3 05/24] Documentation/x86: Add CET description
` [RFC PATCH v3 19/24] x86/cet/shstk: Introduce WRUSS instruction

[PATCH RFC memory-model 0/7] Memory-model changes
 2018-09-14 18:29 UTC  (12+ messages)
` [PATCH RFC LKMM 2/7] doc: Replace smp_cond_acquire() with smp_cond_load_acquire()


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