linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-11-19 19:42:45 to 2013-11-23 02:11:52 UTC [more...]

[PATCH v6 0/5] MCS Lock: MCS lock code cleanup and optimizations
 2013-11-23  2:11 UTC  (62+ messages)
` [PATCH v6 1/5] MCS Lock: Restructure the MCS lock defines and locking code into its own file
` [PATCH v6 2/5] MCS Lock: optimizations and extra comments
` [PATCH v6 3/5] MCS Lock: Move mcs_lock/unlock function into its own file
` [PATCH v6 4/5] MCS Lock: Barrier corrections
` [PATCH v6 5/5] MCS Lock: Allows for architecture specific mcs lock and unlock

[PATCH 3/3] arch: Introduce smp_load_acquire(), smp_store_release()
 2013-11-23  1:32 UTC 

[patch 00/34] idle: Consolidate idle implementations
 2013-11-22 22:32 UTC  (4+ messages)
` [patch 05/34] idle: Implement generic idle function

[PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
 2013-11-22 21:21 UTC  (57+ messages)
` [PATCH -tip v3 01/23] kprobes: Prohibit probing on .entry.text code
` [PATCH -tip v3 02/23] kprobes: Introduce NOKPROBE_SYMBOL() macro for blacklist
` [PATCH -tip v3 03/23] kprobes: Show blacklist entries via debugfs
` [PATCH -tip v3 04/23] kprobes: Support blacklist functions in module
` [PATCH -tip v3 05/23] kprobes: Use NOKPROBE_SYMBOL() in sample modules
` [PATCH -tip v3 06/23] kprobes/x86: Allow probe on some kprobe preparation functions
` [PATCH -tip v3 07/23] kprobes/x86: Use NOKPROBE_SYMBOL instead of __kprobes
` [PATCH -tip v3 08/23] kprobes: Allow probe on some kprobe functions
` [PATCH -tip v3 09/23] kprobes: Use NOKPROBE_SYMBOL macro instead of __kprobes
` [PATCH -tip v3 10/23] ftrace/kprobes: Allow probing on some preparation functions
` [PATCH -tip v3 11/23] ftrace/kprobes: Use NOKPROBE_SYMBOL macro in ftrace
` [PATCH -tip v3 12/23] x86/hw_breakpoint: Use NOKPROBE_SYMBOL macro in hw_breakpoint
` [PATCH -tip v3 13/23] x86/trap: Use NOKPROBE_SYMBOL macro in trap.c
` [PATCH -tip v3 14/23] x86/fault: Use NOKPROBE_SYMBOL macro in fault.c
` [PATCH -tip v3 15/23] x86/alternative: Use NOKPROBE_SYMBOL macro in alternative.c
` [PATCH -tip v3 16/23] x86/nmi: Use NOKPROBE_SYMBOL macro for nmi handlers
` [PATCH -tip v3 17/23] x86/kvm: Use NOKPROBE_SYMBOL macro in kvm.c
` [PATCH -tip v3 18/23] x86/dumpstack: Use NOKPROBE_SYMBOL macro in dumpstack.c
` [PATCH -tip v3 19/23] [BUGFIX] kprobes/x86: Prohibit probing on debug_stack_*
` [PATCH -tip v3 20/23] [BUGFIX] kprobes: Prohibit probing on func_ptr_is_kernel_text
` [PATCH -tip v3 21/23] notifier: Use NOKPROBE_SYMBOL macro in notifier
` [PATCH -tip v3 22/23] sched: Use NOKPROBE_SYMBOL macro in sched
` [PATCH -tip v3 23/23] kprobes/x86: Use kprobe_blacklist for .kprobes.text and .entry.text
          ` Re: [PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
            `  "

[PATCH v7 0/4] qrwlock: Introducing a queue read/write lock implementation
 2013-11-22 21:14 UTC  (9+ 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()

[RFC] Control dependencies
 2013-11-22 18:16 UTC  (12+ messages)

Re:Answer back
 2013-11-21 12:52 UTC 

[PATCH 00/11] preempt_count rework -v3
 2013-11-21 18:57 UTC  (13+ messages)
` [patch 0/6] Make all preempt_count related constants generic
  ` [patch 4/6] ia64: Use preempt_schedule_irq

[PATCH 14/17] dt: Consolidate __dtb_start declarations in <linux/of_fdt.h>
 2013-11-21 17:49 UTC  (16+ messages)
` [PATCH 1/9] dt: Handle passed/built-in DT selection in early_init_dt_scan()
  ` [PATCH 2/9] arc: Use NULL as the default DTB

[PATCH v2] of: unflatten_and_copy: handle NULL initial_boot_params
 2013-11-21 13:49 UTC  (3+ messages)

[PATCH] of: unflatten_and_copy: handle NULL initial_boot_params
 2013-11-21 13:33 UTC  (4+ messages)

[PATCH] arch: use ASM_NL instead of ';' for assembler new line character in the macro
 2013-11-21 10:52 UTC  (8+ messages)
      ` [PATCH v2] "

[PATCH 06/17] frv: Remove unused declarations of __start___ex_table and __stop___ex_table
 2013-11-20 18:56 UTC  (5+ messages)
` [PATCH 00/17] <asm/sections.h> related cleanups
  ` [PATCH 04/17] mn10300: Use Kbuild logic to include <asm-generic/sections.h>

[PATCH 2/2] asm/types.h: Remove include/asm-generic/int-l64.h
 2013-11-20 13:34 UTC  (6+ messages)
` [PATCH RESEND] "

[PATCH 00/34] dynamically allocate split ptl if it cannot be embedded to struct page
 2013-11-20 13:29 UTC  (10+ messages)
` [PATCH 34/34] mm: dynamically allocate page->ptl "

[PATCH v5 1/4] MCS Lock: Restructure the MCS lock defines and locking code into its own file
 2013-11-19 23:30 UTC  (22+ messages)
` [PATCH v5 2/4] MCS Lock: optimizations and extra comments
` [PATCH v5 4/4] MCS Lock: Barrier corrections

[PATCH v2 0/3] get/set_dumpable() cleanups and theoretical fix
 2013-11-19 22:20 UTC  (3+ messages)
` [PATCH v2 1/3] set_dumpable: fix the theoretical race with itself

[PATCH 04/17] mn10300: Use Kbuild logic to include <asm-generic/sections.h>
 2013-11-12 19:42 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 NNTP newsgroup(s).