linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-12-16 10:40:47 to 2014-01-13 18:50:10 UTC [more...]

[PATCH 0/7] dma-buf synchronization patches
 2014-01-13 18:50 UTC  (17+ messages)
` [PATCH 1/7] sched: allow try_to_wake_up to be used internally outside of core.c
` [PATCH 2/7] fence: dma-buf cross-device synchronization (v16)
` [PATCH 3/7] seqno-fence: Hardware dma-buf implementation of fencing (v4)
` [PATCH 4/7] dma-buf: use reservation objects
` [PATCH 5/7] android: convert sync to fence api, v3
` [PATCH 6/7] reservation: add support for fences to enable cross-device synchronisation
` [PATCH 7/7] dma-buf: add poll support

[PATCH] arch: use ASM_NL instead of ';' for assembler new line character in the macro
 2014-01-12  1:59 UTC  (15+ messages)
      ` [PATCH v2] "
                      ` [PATCH v3] "

[PATCH v8 0/4] qrwlock: Introducing a queue read/write lock implementation
 2014-01-10 15:34 UTC  (9+ messages)
` [PATCH v8 1/4] qrwlock: A "
` [PATCH v8 2/4] qrwlock x86: Enable x86 to use queue read/write lock
` [PATCH v8 3/4] qrwlock: Use the mcs_spinlock helper functions for MCS queuing
` [PATCH v8 4/4] qrwlock: Use smp_store_release() in write_unlock()

DiePresse.com Mein Freund, der Fahrradhändler
 2014-01-10 12:35 UTC 

[PATCH v2 0/5] generic early_ioremap support
 2014-01-09 10:15 UTC  (23+ messages)
` [PATCH v2 1/5] mm: create generic early_ioremap() support
` [PATCH v2 2/5] x86: use generic early_ioremap
` [PATCH v2 3/5] arm: add early_ioremap support
` [PATCH v2 4/5] arm64: initialize pgprot info earlier in boot
` [PATCH v2 5/5] arm64: add early_ioremap support

I have a very lucrative Business
 2014-01-08 20:47 UTC 

[PATCH 1/3] kconfig: consolidate arch-specific seccomp options
 2014-01-05 10:24 UTC  (12+ messages)

Advise to invest in your Country
 2013-12-30 18:06 UTC 

[PATCH -tip v6 00/22] kprobes: introduce NOKPROBE_SYMBOL(), cleanup and fixes crash bugs
 2013-12-25 14:44 UTC  (74+ messages)
` [PATCH -tip v6 01/22] kprobes: Prohibit probing on .entry.text code
` [PATCH -tip v6 02/22] kprobes: Introduce NOKPROBE_SYMBOL() macro for blacklist
` [PATCH -tip v6 03/22] [BUGFIX] kprobes/x86: Prohibit probing on debug_stack_*
` [PATCH -tip v6 04/22] [BUGFIX] x86: Prohibit probing on native_set_debugreg/load_idt
` [PATCH -tip v6 05/22] [BUGFIX] x86: Prohibit probing on thunk functions and restore
` [PATCH -tip v6 06/22] [BUGFIX] x86: Prohibit probing on memcpy/memset
            `  "
                `  "
                    `  "
` [PATCH -tip v6 07/22] kprobes/x86: Call exception handlers directly from do_int3/do_debug
` [PATCH -tip v6 08/22] kprobes/x86: Allow probe on some kprobe preparation functions
` [PATCH -tip v6 09/22] kprobes: Allow probe on some kprobe functions
` [PATCH -tip v6 10/22] ftrace/kprobes: Allow probing on some preparation functions
` [PATCH -tip v6 11/22] x86: Allow kprobes on text_poke/hw_breakpoint
` [PATCH -tip v6 12/22] x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotation
` [PATCH -tip v6 13/22] kprobes: Use NOKPROBE_SYMBOL macro instead of __kprobes
` [PATCH -tip v6 14/22] ftrace/kprobes: Use NOKPROBE_SYMBOL macro in ftrace
` [PATCH -tip v6 15/22] notifier: Use NOKPROBE_SYMBOL macro in notifier
` [PATCH -tip v6 16/22] sched: Use NOKPROBE_SYMBOL macro in sched
` [PATCH -tip v6 17/22] kprobes: Show blacklist entries via debugfs
` [PATCH -tip v6 18/22] kprobes: Support blacklist functions in module
` [PATCH -tip v6 19/22] kprobes: Use NOKPROBE_SYMBOL() in sample modules
` [PATCH -tip v6 20/22] kprobes/x86: Use kprobe_blacklist for .kprobes.text and .entry.text
` [PATCH -tip v6 21/22] kprobes/x86: Remove unneeded preempt_disable/enable in interrupt handlers
` [PATCH -tip v6 22/22] [RFC] kprobes/x86: Add emergency recovery process for bad kprobes

Hello dear
 2013-12-20  0:08 UTC 

[PATCH 0/4] arch: Introduce smp_load_acquire() and smp_store_release()
 2013-12-18 20:55 UTC  (9+ messages)
` [PATCH 1/4] doc: Rename LOCK/UNLOCK to ACQUIRE/RELEASE
` [PATCH 2/4] arch: Move smp_mb__{before,after}_atomic_{inc,dec}.h into asm/atomic.h
` [PATCH 3/4] arch: Clean up asm/barrier.h implementations using asm-generic/barrier.h
` [PATCH 4/4] arch: Introduce smp_load_acquire(), smp_store_release()

[PATCH v7 0/4] qrwlock: Introducing a queue read/write lock implementation
 2013-12-18 20:16 UTC  (22+ messages)
` [PATCH v7 1/4] qrwlock: A "
` [PATCH v7 2/4] qrwlock x86: Enable x86 to use queue read/write lock
` [PATCH v7 3/4] qrwlock: Use the mcs_spinlock helper functions for MCS queuing
` [PATCH v7 4/4] qrwlock: Use smp_store_release() in write_unlock()

[PATCH 0/4] arch: Introduce smp_load_acquire() and smp_store_release()
 2013-12-18 13:40 UTC  (18+ messages)
` [PATCH 1/4] doc: Rename LOCK/UNLOCK to ACQUIRE/RELEASE
` [PATCH 2/4] arch: Move smp_mb__{before,after}_atomic_{inc,dec}.h into asm/atomic.h
` [PATCH 3/4] arch: Clean up asm/barrier.h implementations using asm-generic/barrier.h
` [PATCH 4/4] arch: Introduce smp_load_acquire(), smp_store_release()

[PATCH] bitops: fix signedness of compile-time hweight implementations
 2013-12-18 13:02 UTC 

[PATCH 0/4] generic early_ioremap support
 2013-12-18 10:40 UTC  (9+ messages)
` [PATCH 1/4] Create generic early_ioremap() support

[PATCH v3 [resend] 00/18] simplify generic cross CPU function call implementation
 2013-12-17 17:16 UTC  (8+ messages)
` [PATCH v3 [resend] 05/18] smp, ARM64: kill SMP single function call interrupt
` [PATCH v3 [resend] 14/18] smp, x86, xen: "

[tip:core/locking] powerpc: Full barrier for smp_mb__after_unlock_lock()
 2013-12-16 10:40 UTC  (2+ messages)

[PATCH v6 tip/core/locking 3/8] Documentation/memory-barriers.txt: Prohibit speculative writes
 2013-12-16 10:39 UTC  (3+ messages)
` [tip:core/locking] "

[tip:core/locking] Documentation/memory-barriers.txt: Document ACCESS_ONCE()
 2013-12-16 10:40 UTC  (2+ messages)

[tip:core/locking] rcu: Apply smp_mb__after_unlock_lock() to preserve grace periods
 2013-12-16 10:40 UTC  (2+ 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).