Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-01 11:44:53 to 2015-06-09 11:54:42 UTC [more...]

[PATCH 00/28] ARCv2 port to Linux - (B) ISA / Core / platform support
 2015-06-09 11:48 UTC  (38+ messages)
` [PATCH 01/28] ARCv2: [intc] HS38 core interrupt controller
` [PATCH 02/28] ARCv2: Support for ARCv2 ISA and HS38x cores
` [PATCH 03/28] ARCv2: STAR 9000793984: Handle return from intr to Delay Slot
` [PATCH 04/28] ARCv2: STAR 9000808988: signals involving "
` [PATCH 05/28] ARCv2: STAR 9000814690: Really Re-enable interrupts to avoid deadlocks
` [PATCH 06/28] ARCv2: MMUv4: TLB programming Model changes
` [PATCH 07/28] ARCv2: MMUv4: cache programming model changes
` [PATCH 08/28] ARCv2: MMUv4: support aliasing icache config
` [PATCH 09/28] ARCv2: optimised string/mem lib routines
` [PATCH 10/28] ARCv2: Adhere to Zero Delay loop restriction
` [PATCH 11/28] ARCv2: extable: Enable sorting at build time
` [PATCH 12/28] ARCv2: clocksource: Introduce 64bit local RTC counter
` [PATCH 13/28] ARC: make plat_smp_ops weak to allow over-rides
` [PATCH 14/28] ARCv2: SMP: ARConnect debug/robustness
` [PATCH 15/28] ARCv2: SMP: clocksource: Enable Global Real Time counter
` [PATCH 16/28] ARCv2: SMP: intc: IDU 2nd level intc for dynamic IRQ distribution
` [PATCH 17/28] ARC: add compiler barrier to LLSC based cmpxchg
` [PATCH 18/28] ARC: add smp barriers around atomics per memory-barrriers.txt
` [PATCH 19/28] arch: conditionally define smp_{mb,rmb,wmb}
` [PATCH 20/28] ARCv2: barriers
` [PATCH 21/28] ARC: Reduce bitops lines of code using macros
` [PATCH 22/28] ARCv2: STAR 9000837815 workaround hardware exclusive transactions livelock
` [PATCH 23/28] ARCv2: SLC: Handle explcit flush for DMA ops (w/o IO-coherency)
` [PATCH 24/28] ARCv2: All bits in place, allow ARCv2 builds
` [PATCH 26/28] ARC: [axs101] Prepare for AXS103
  ` [PATCH 25/28] ARCv2: [nsim*hs*] Support simulation platforms for HS38x cores
  ` [PATCH 27/28] ARCv2: [axs103] Support ARC SDP FPGA platform "
` [PATCH 28/28] ARCv2: [vdk] dts files and defconfig for HS38 VDK

[PATCH 42/73] rtc: delete non-required instances of include <linux/init.h>
 2015-06-09  7:49 UTC  (4+ messages)
` [42/73] "

[PATCH v4 0/9] introduce __pfn_t, evacuate struct page from sgls
 2015-06-09  6:59 UTC  (34+ messages)
` [PATCH v4 1/9] introduce __pfn_t for scatterlists and pmem
` [PATCH v4 2/9] x86: support kmap_atomic_pfn_t() for persistent memory
` [PATCH v4 3/9] dax: drop size parameter to ->direct_access()
` [PATCH v4 4/9] dax: fix mapping lifetime handling, convert to __pfn_t + kmap_atomic_pfn_t()
` [PATCH v4 5/9] dma-mapping: allow archs to optionally specify a ->map_pfn() operation
` [PATCH v4 6/9] scatterlist: use sg_phys()
` [PATCH v4 7/9] scatterlist: cleanup sg_chain() and sg_unmark_end()
` [PATCH v4 8/9] scatterlist: convert to __pfn_t
` [PATCH v4 9/9] x86: convert dma_map_ops to support mapping a __pfn_t

[RFC PATCH v5] Documentation/arch: Add Documentation/arch-TODO
 2015-06-08 23:08 UTC  (14+ messages)
  ` [RFC PATCH v6] Documentation/arch: Add Documentation/arch-features.txt
        ` [PATCH] Documentation/arch: Add kernel feature descriptions and arch support status under Documentation/features/
          ` [PATCH v2] "
                    ` [GIT PULL] Documentation/features: Add kernel feature descriptions and arch support status files "

[PATCH 0/2] locking/qrwlock: Fix interrupt handling problem
 2015-06-08 22:20 UTC  (3+ messages)
` [PATCH 1/2] locking/qrwlock: Fix bug in interrupt handling code
` [PATCH 2/2] locking/qrwlock: Don't contend with readers when setting _QW_WAITING

[PATCH 00/19] ARCv2 port to Linux - (A) prepratory patches
 2015-06-07  8:47 UTC  (24+ messages)
` [PATCH 01/19] ARC: mm/cache_arc700.c -> mm/cache.c
` [PATCH 02/19] ARC: cacheflush: move some code around, delete old comments
` [PATCH 03/19] ARC: cacheflush: No need to retain DC_CTRL from __before_dc_op()
` [PATCH 04/19] ARC: untangle cache flush loop
` [PATCH 05/19] ARC: entry.S: common'ize scrtach reg freeup in intr + exceptions
` [PATCH 06/19] ARC: entry.S: Introduce INTERRUPT_{PROLOGUE,EPILOGUE}
` [PATCH 07/19] ARC: entry.S: canonical'ize EXCEPTION_{PROLOGUE,EPILOGUE}
` [PATCH 08/19] ARC: entry.S: confine EXCEPTION_* macros to one file
` [PATCH 09/19] ARC: entry.S: FAKE_RET_FROM_EXCPN can always use r9
` [PATCH 10/19] ARC: entry.S: Trap handler to use r10 for syscall vs. brkpt decision
` [PATCH 11/19] ARC: entry.S: comments cleanup
` [PATCH 12/19] ARC: entry.S: Ensure that restore_regs is local to compilation unit
` [PATCH 13/19] ARC: entry.S: split into ARCompact ISA specific, common bits
` [PATCH 14/19] ARC: entry.S: move some code around for cache locality in return path
` [PATCH 15/19] ARC: entry.S: micro-optimize Trap handler
` [PATCH 16/19] ARC: entry.S: use single EXCEPTION_PROLOGUE
` [PATCH 17/19] ARC: entry.S: [arcompact] simplify SWITCH_TO_KERNEL_STK
` [PATCH 18/19] ARC: Make way for pt_regs != user_regs_struct
` [PATCH 19/19] ARC: intc: split into ARCompact ISA specific, common bits

[PATCH 0/4] arc: add AXS101 board support
 2015-06-05 14:13 UTC  (9+ messages)
` [PATCH 2/4] ARC: [axs101] support early 8250 uart
        ` console setting via stdout-path vs console=xxx (was Re: [PATCH 2/4] ARC: [axs101] support early 8250 uart)

[tip:core/documentation] Documentation/features: Explain kernel feature descriptions and add visualization script
 2015-06-03 11:20 UTC  (2+ messages)

[tip:core/documentation] Documentation/features/core: Add feature description and arch support status file for 'BPF-JIT'
 2015-06-03 11:20 UTC 

[tip:core/documentation] Documentation/features/locking: Add feature description and arch support status file for 'queued-rwlocks'
 2015-06-03 11:20 UTC  (2+ messages)

[tip:core/documentation] Documentation/features/locking: Add feature description and arch support status file for ' queued-spinlocks'
 2015-06-03 11:20 UTC 

[tip:core/documentation] Documentation/features/debug: Add feature description and arch support status file for ' gcov-profile-all'
 2015-06-03 11:19 UTC  (2+ messages)

[tip:core/documentation] Documentation/features/locking: Add feature description and arch support status file for 'cmpxchg-local'
 2015-06-03 11:19 UTC  (2+ messages)

[tip:core/documentation] Documentation/features/perf: Add feature description and arch support status file for 'perf-stackdump'
 2015-06-03 11:19 UTC 

[tip:core/documentation] Documentation/features/perf: Add feature description and arch support status file for 'perf-regs'
 2015-06-03 11:18 UTC  (2+ messages)

[tip:core/documentation] Documentation/features/io: Add feature description and arch support status file for 'dma-api-debug'
 2015-06-03 11:18 UTC 

[tip:core/documentation] Documentation/features/perf: Add feature description and arch support status file for 'kprobes-event'
 2015-06-03 11:18 UTC 

[tip:core/documentation] Documentation/features/core: Add feature description and arch support status file for ' generic-idle-thread'
 2015-06-03 11:17 UTC  (2+ messages)

[tip:core/documentation] Documentation/features/debug: Add feature description and arch support status file for ' user-ret-profiler'
 2015-06-03 11:17 UTC 

[tip:core/documentation] Documentation/features/debug: Add feature description and arch support status file for 'kretprobes'
 2015-06-03 11:17 UTC  (2+ messages)

[tip:core/documentation] Documentation/features/debug: Add feature description and arch support status file for 'uprobes'
 2015-06-03 11:16 UTC  (2+ messages)

[tip:core/documentation] Documentation/features/debug: Add feature description and arch support status file for ' kprobes-on-ftrace'
 2015-06-03 11:16 UTC  (2+ messages)

[tip:core/documentation] Documentation/features/debug: Add feature description and arch support status file for 'optprobes'
 2015-06-03 11:16 UTC  (2+ messages)

[tip:core/documentation] Documentation/features/debug: Add feature description and arch support status file for 'kprobes'
 2015-06-03 11:15 UTC 

[tip:core/documentation] Documentation/features/time: Add feature description and arch support status file for ' arch-tick-broadcast'
 2015-06-03 11:15 UTC  (2+ messages)

[tip:core/documentation] Documentation/features/vm: Add feature description and arch support status file for 'ELF-ASLR'
 2015-06-03 11:15 UTC 

[tip:core/documentation] Documentation/features/time: Add feature description and arch support status file for 'clockevents'
 2015-06-03 11:14 UTC  (2+ messages)

[tip:core/documentation] Documentation/features/debug: Add feature description and arch support status file for 'kgdb'
 2015-06-03 11:14 UTC  (2+ messages)

[tip:core/documentation] Documentation/features/time: Add feature description and arch support status file for ' context-tracking'
 2015-06-03 11:14 UTC  (2+ messages)

[tip:core/documentation] Documentation/features/seccomp: Add feature description and arch support status file for 'seccomp-filter'
 2015-06-03 11:13 UTC 

[tip:core/documentation] Documentation/features/core: Add feature description and arch support status file for 'jump-labels'
 2015-06-03 11:13 UTC 

[tip:core/documentation] Documentation/features/debug: Add feature description and arch support status file for 'stackprotector'
 2015-06-03 11:13 UTC 

[tip:core/documentation] Documentation/features/locking: Add feature description and arch support status file for 'lockdep'
 2015-06-03 11:12 UTC  (2+ messages)

[tip:core/documentation] Documentation/features/vm: Add feature description and arch support status file for 'ioremap_prot'
 2015-06-03 11:12 UTC  (2+ messages)

[tip:core/documentation] Documentation/features/core: Add feature description and arch support status file for 'tracehook'
 2015-06-03 11:12 UTC 

[tip:core/documentation] Documentation/features/io: Add feature description and arch support status file for 'dma_map_attrs'
 2015-06-03 11:11 UTC  (2+ messages)

[tip:core/documentation] Documentation/features/io: Add feature description and arch support status file for 'dma-contiguous'
 2015-06-03 11:11 UTC 

[tip:core/documentation] Documentation/features/sched: Add feature description and arch support status file for 'numa-balancing'
 2015-06-03 11:11 UTC 

[tip:core/documentation] Documentation/features/locking: Add feature description and arch support status file for 'rwsem-optimized '
 2015-06-03 11:10 UTC  (2+ messages)

[tip:core/documentation] Documentation/features/vm: Add feature description and arch support status file for 'THP'
 2015-06-03 11:10 UTC  (2+ messages)

[tip:core/documentation] Documentation/features/time: Add feature description and arch support status file for 'irq-time-acct'
 2015-06-03 11:10 UTC  (2+ messages)

[tip:core/documentation] Documentation/features/time: Add feature description and arch support status file for 'virt-cpuacct'
 2015-06-03 11:09 UTC  (2+ messages)

[tip:core/documentation] Documentation/features/time: Add feature description and arch support status file for ' modern-timekeeping'
 2015-06-03 11:09 UTC  (2+ messages)

[tip:core/documentation] Documentation/features/debug: Add feature description and arch support status file for 'KASAN'
 2015-06-03 11:09 UTC 

[tip:core/documentation] Documentation/features/vm: Add feature description and arch support status file for ' pmdp_splitting_flush'
 2015-06-03 11:09 UTC  (2+ messages)

[tip:core/documentation] Documentation/features/vm: Add feature description and arch support status file for 'pte_special'
 2015-06-03 11:08 UTC 

[tip:core/documentation] Documentation/features/vm: Add feature description and arch support status file for 'huge-vmap'
 2015-06-03 11:08 UTC  (2+ messages)

[tip:core/documentation] Documentation/features/io: Add feature description and arch support status file for 'sg-chain'
 2015-06-03 11:08 UTC  (2+ messages)

[tip:core/documentation] Documentation/features/lib: Add feature description and arch support status file for 'strncasecmp'
 2015-06-03 11:07 UTC 

[tip:core/documentation] Documentation/features/vm: Add feature description and arch support status file for 'PG_uncached'
 2015-06-03 11:07 UTC  (2+ messages)

[tip:core/documentation] Documentation/features/vm: Add feature description and arch support status file for 'numa-memblock'
 2015-06-03 11:07 UTC  (2+ messages)

[PATCH v4 00/25] Convert the posix_clock_operations and k_clock structure to ready for 2038
 2015-06-03  2:13 UTC  (7+ messages)

[PATCH V2 0/3] Allow user to request memory to be locked on page fault
 2015-06-02 18:13 UTC  (6+ messages)
` [PATCH V2 1/3] Add mmap flag to request pages are locked after "
` [PATCH V2 2/3] Add mlockall flag for locking pages on fault

[RESEND PATCH 0/3] Allow user to request memory to be locked on page fault
 2015-06-02 14:25 UTC  (5+ messages)

[PATCH v4 23/25] cputime:Introduce the cputime_to_timespec64/timespec64_to_cputime function
 2015-06-01 12:07 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).