linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-27 14:47:45 to 2018-09-29 17:01:48 UTC [more...]

[PATCH V6 00/33] C-SKY(csky) Linux Kernel Port
 2018-09-29 17:01 UTC  (96+ 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 0/3] namei: implement various scoping AT_* flags
 2018-09-29 16:35 UTC  (11+ messages)
` [PATCH 1/3] namei: implement O_BENEATH-style "
` [PATCH 2/3] namei: implement AT_THIS_ROOT chroot-like path resolution
  ` [PATCH 3/3] selftests: vfs: add AT_* path resolution tests

[REVIEW][PATCH 0/3] signal/unicore32: siginfo cleanups
 2018-09-29 13:18 UTC  (2+ messages)

[PATCH security-next v3 00/29] LSM: Explict LSM ordering
 2018-09-29 10:48 UTC  (12+ messages)

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

[PATCH v2 0/7] System call table generation support
 2018-09-28 17:30 UTC  (24+ 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

[RFC PATCH v4 00/27] Control Flow Enforcement: Shadow Stack
 2018-09-28 16:56 UTC  (6+ messages)
` [RFC PATCH v4 01/27] x86/cpufeatures: Add CPUIDs for Control-flow Enforcement Technology (CET)

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

[PATCH v2 0/5] System call table generation support
 2018-09-28 12:14 UTC  (14+ 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 V5 00/30] C-SKY(csky) Linux Kernel Port
 2018-09-28 11:42 UTC  (33+ messages)
` [PATCH V5 06/30] csky: Cache and TLB routines
` [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 v5 0/4] devres: provide and use devm_kstrdup_const()
 2018-09-28  7:30 UTC  (18+ 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 v14 00/19] Intel SGX1 support
 2018-09-27 18:41 UTC  (4+ 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  (6+ messages)

[PATCH 00/18] my generic mmu_gather patches
 2018-09-27 12:14 UTC  (7+ messages)
` [PATCH 05/18] asm-generic/tlb: Provide generic tlb_flush


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