linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-26 18:07:35 to 2018-09-28 13:36:46 UTC [more...]

[PATCH v5 0/4] devres: provide and use devm_kstrdup_const()
 2018-09-28  7:30 UTC  (12+ messages)
` [PATCH v5 1/4] devres: constify p in devm_kfree()
` [PATCH v5 2/4] mm: move is_kernel_rodata() to asm-generic/sections.h
` [PATCH v5 3/4] devres: provide devm_kstrdup_const()
` [PATCH v5 4/4] mailbox: tegra-hsp: use devm_kstrdup_const()

[PATCH V6 00/33] C-SKY(csky) Linux Kernel Port
 2018-09-28 13:10 UTC  (77+ messages)
` [PATCH V6 01/33] csky: Build infrastructure
` [PATCH V6 02/33] csky: defconfig
` [PATCH V6 03/33] csky: Kernel booting
` [PATCH V6 04/33] csky: Exception handling and mm-fault
` [PATCH V6 05/33] csky: System Call
` [PATCH V6 06/33] csky: Cache and TLB routines
` [PATCH V6 07/33] csky: MMU and page table management
` [PATCH V6 08/33] csky: Process management and Signal
` [PATCH V6 09/33] csky: VDSO and rt_sigreturn
` [PATCH V6 10/33] csky: IRQ handling
` [PATCH V6 11/33] csky: Atomic operations
` [PATCH V6 12/33] csky: ELF and module probe
` [PATCH V6 13/33] csky: Library functions
` [PATCH V6 14/33] csky: User access
` [PATCH V6 15/33] csky: Debug and Ptrace GDB
` [PATCH V6 16/33] csky: SMP support
` [PATCH V6 17/33] csky: Misc headers
` [PATCH V6 18/33] dt-bindings: csky CPU Bindings
` [PATCH V6 19/33] dt-bindings: Add vendor prefix for csky
` [PATCH V6 20/33] csky/dma: fix up dma_mapping error
` [PATCH V6 21/33] csky: remove irq_mapping from smp.c
` [PATCH V6 22/33] irqchip: add C-SKY SMP interrupt controller
` [PATCH V6 23/33] dt-bindings: interrupt-controller: C-SKY SMP intc
` [PATCH V6 24/33] clocksource: add C-SKY SMP timer
` [PATCH V6 25/33] dt-bindings: timer: C-SKY Multi-processor timer
` [PATCH V6 26/33] MAINTAINERS: Add csky
` [PATCH V6 27/33] dt-bindings: interrupt-controller: C-SKY APB intc
` [PATCH V6 28/33] irqchip: add C-SKY APB bus interrupt controller
` [PATCH V6 29/33] dt-bindings: timer: gx6605s SOC timer
` [PATCH V6 30/33] clocksource: add gx6605s SOC system timer
` [PATCH V6 31/33] csky: fix compile error in linux/bug.h with SMP enabled
` [PATCH V6 32/33] csky: fix flush_cache_range and tlb_start_vma
` [PATCH V6 33/33] csky: use asm-generic/bitops/atomic.h for all

[PATCH v2 0/5] System call table generation support
 2018-09-28 12:14 UTC  (13+ messages)
` [PATCH v2 1/5] parisc: move __IGNORE* entries to non uapi header
` [PATCH v2 2/5] parisc: add __NR_Linux_syscalls macro with __NR_syscalls
` [PATCH v2 3/5] parisc: add system call table generation support
` [PATCH v2 4/5] parisc: uapi header and system call table file generation
` [PATCH v2 5/5] parisc: add __IGNORE* entries in asm/unistd.h

[PATCH v2 0/7] System call table generation support
 2018-09-28 12:11 UTC  (19+ messages)
` [PATCH v2 1/7] ia64: add __NR_old_getpagesize macro
` [PATCH v2 2/7] ia64: replace NR_syscalls macro from asm/unistd.h
` [PATCH v2 3/7] ia64: add an offset for system call number
` [PATCH v2 4/7] ia64: replace the system call table entries from entry.S
` [PATCH v2 5/7] ia64: add system call table generation support
` [PATCH v2 6/7] ia64: uapi header and system call table file generation
` [PATCH v2 7/7] ia64: add __IGNORE* entries in asm/unistd.h

[PATCH V5 00/30] C-SKY(csky) Linux Kernel Port
 2018-09-28 11:42 UTC  (39+ messages)
` [PATCH V5 06/30] csky: Cache and TLB routines
` [PATCH V5 17/30] csky: Misc headers
` [PATCH V5 18/30] dt-bindings: csky CPU Bindings
` [PATCH V5 19/30] dt-bindings: Add vendor prefix for csky
` [PATCH V5 23/30] dt-bindings: interrupt-controller: C-SKY SMP intc
` [PATCH V5 25/30] dt-bindings: timer: C-SKY Multi-processor timer
` [PATCH V5 27/30] dt-bindings: interrupt-controller: C-SKY APB intc

[PATCH net-next v6 01/23] asm: simd context helper API
 2018-09-28  8:49 UTC  (3+ messages)

[PATCH v14 00/19] Intel SGX1 support
 2018-09-27 18:41 UTC  (6+ messages)
` [PATCH v14 08/19] signal: x86/sgx: Add SIGSEGV siginfo code for SGX EPCM fault

[REVIEW][PATCH 00/15] signal/arm64: siginfo cleanups
 2018-09-27 13:50 UTC  (7+ messages)

[PATCH 00/18] my generic mmu_gather patches
 2018-09-27 12:14 UTC  (41+ messages)
` [PATCH 05/18] asm-generic/tlb: Provide generic tlb_flush
` [PATCH 06/18] asm-generic/tlb: Conditionally provide tlb_migrate_finish()
` [PATCH 07/18] asm-generic/tlb: Invert HAVE_RCU_TABLE_INVALIDATE
` [PATCH 08/18] arm/tlb: Convert to generic mmu_gather
` [PATCH 09/18] ia64/tlb: Conver "
` [PATCH 10/18] sh/tlb: Convert SH "
` [PATCH 11/18] um/tlb: Convert "
` [PATCH 12/18] arch/tlb: Clean up simple architectures
` [PATCH 13/18] asm-generic/tlb: Introduce HAVE_MMU_GATHER_NO_GATHER
` [PATCH 15/18] asm-generic/tlb: Remove arch_tlb*_mmu()
` [PATCH 16/18] asm-generic/tlb: Remove HAVE_GENERIC_MMU_GATHER
` [PATCH 17/18] asm-generic/tlb: Remove tlb_flush_mmu_free()
` [PATCH 18/18] asm-generic/tlb: Remove tlb_table_flush()

[PATCH security-next v3 00/29] LSM: Explict LSM ordering
 2018-09-26 18:35 UTC  (6+ messages)
` [PATCH security-next v3 04/29] LSM: Remove initcall tracing

[PATCH memory-model 0/5] Updates to the formal memory model
 2018-09-26 18:29 UTC  (12+ messages)
` [PATCH memory-model 1/5] tools/memory-model: Add litmus-test naming scheme
` [PATCH memory-model 2/5] tools/memory-model: Add extra ordering for locks and remove it for ordinary release/acquire
` [PATCH memory-model 3/5] tools/memory-model: Fix a README typo
` [PATCH memory-model 4/5] tools/memory-model: Add more LKMM limitations
` [PATCH memory-model 5/5] doc: Replace smp_cond_acquire() with smp_cond_load_acquire()

[PATCH v5 0/2] add ISO7816 support
 2018-09-26 12:58 UTC  (6+ messages)
` [PATCH v5 1/2] tty/serial_core: add ISO7816 infrastructure
` [PATCH v5 2/2] tty/serial: atmel: add ISO7816 support

[PATCH v4 0/2] add ISO7816 support
 2018-09-26 12:55 UTC  (5+ messages)
` [PATCH v4 2/2] tty/serial: atmel: "


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