messages from 2013-11-07 21:16:03 to 2013-11-15 04:55:32 UTC [more...]
[PATCH -tip RFC v2 00/22] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
 2013-11-15  4:54 UTC  (30+ messages)
` [PATCH -tip RFC v2 01/22] kprobes: Prohibit probing on .entry.text code
` [PATCH -tip RFC v2 02/22] kprobes: Introduce NOKPROBE_SYMBOL() macro for blacklist
` [PATCH -tip RFC v2 03/22] kprobes: Show blacklist entries via debugfs
` [PATCH -tip RFC v2 04/22] kprobes: Support blacklist functions in module
` [PATCH -tip RFC v2 05/22] kprobes: Use NOKPROBE_SYMBOL() in sample modules
` [PATCH -tip RFC v2 06/22] kprobes/x86: Allow probe on some kprobe preparation functions
` [PATCH -tip RFC v2 07/22] kprobes/x86: Use NOKPROBE_SYMBOL instead of __kprobes
` [PATCH -tip RFC v2 08/22] kprobes: Allow probe on some kprobe functions
` [PATCH -tip RFC v2 09/22] kprobes: Use NOKPROBE_SYMBOL macro instead of __kprobes
` [PATCH -tip RFC v2 10/22] ftrace/kprobes: Allow probing on some preparation functions
` [PATCH -tip RFC v2 11/22] ftrace/kprobes: Use NOKPROBE_SYMBOL macro in ftrace
` [PATCH -tip RFC v2 12/22] x86/hw_breakpoint: Use NOKPROBE_SYMBOL macro in hw_breakpoint
` [PATCH -tip RFC v2 13/22] x86/trap: Use NOKPROBE_SYMBOL macro in trap.c
` [PATCH -tip RFC v2 14/22] x86/fault: Use NOKPROBE_SYMBOL macro in fault.c
` [PATCH -tip RFC v2 15/22] x86/alternative: Use NOKPROBE_SYMBOL macro in alternative.c
` [PATCH -tip RFC v2 16/22] x86/nmi: Use NOKPROBE_SYMBOL macro for nmi handlers
` [PATCH -tip RFC v2 17/22] x86/kvm: Use NOKPROBE_SYMBOL macro in kvm.c
` [PATCH -tip RFC v2 18/22] x86/dumpstack: Use NOKPROBE_SYMBOL macro in dumpstack.c
` [PATCH -tip RFC v2 19/22] [BUGFIX] kprobes/x86: Prohibit probing on debug_stack_*
` [PATCH -tip RFC v2 20/22] [BUGFIX] kprobes: Prohibit probing on func_ptr_is_kernel_text
` [PATCH -tip RFC v2 21/22] notifier: Use NOKPROBE_SYMBOL macro in notifier
` [PATCH -tip RFC v2 22/22] sched: Use NOKPROBE_SYMBOL macro in sched
[PATCH 00/17] <asm/sections.h> related cleanups
 2013-11-14 16:29 UTC  (60+ messages)
` [PATCH 01/17] alpha: Use Kbuild logic to include <asm-generic/sections.h>
` [PATCH 02/17] cris: "
` [PATCH 03/17] m32r: "
` [PATCH 04/17] mn10300: "
` [PATCH 05/17] score: "
` [PATCH 06/17] frv: Remove unused declarations of __start___ex_table and __stop___ex_table
` [PATCH 07/17] ia64: Remove duplicate declarations of __per_cpu_start[] and __per_cpu_end[]
  ` [PATCH 08/17] microblaze: Remove _fdt_start casts
  ` [PATCH 09/17] microblaze: Remove duplicate declarations of _stext[] and _etext[]
  ` [PATCH RFC 15/17] microblaze: Convert from _fdt_start to __dtb_start
` [PATCH 10/17] tile: Remove tile-specific _sinitdata and _einitdata
` [PATCH 11/17] kernel/param: Consolidate __{start,stop}___param[] in <linux/moduleparam.h>
` [PATCH 12/17] nosave: Consolidate __nosave_{begin,end} in <asm/sections.h>
` [PATCH 13/17] openrisc: Refactor or32_early_setup()
` [PATCH 14/17] dt: Consolidate __dtb_start declarations in <linux/of_fdt.h>
` [PATCH RFC 16/17] c6x: Convert from _fdt_start to __dtb_start
` [PATCH 17/17] um: Remove unused declarations from <as-layout.h>
` [PATCH 1/2] openrisc: Use the declarations provided by <asm/sections.h>
  ` [PATCH 2/2] openrisc: Remove unused declaration of __initramfs_start
[PATCH 00/11] Consolidate asm/fixmap.h files
 2013-11-14  9:39 UTC  (12+ messages)
  ` [PATCH 01/11] Add generic fixmap.h
[PATCH v5 1/4] MCS Lock: Restructure the MCS lock defines and locking code into its own file
 2013-11-13 17:37 UTC  (18+ messages)
` [PATCH v5 2/4] MCS Lock: optimizations and extra comments
` [PATCH v5 3/4] MCS Lock: Move mcs_lock/unlock function into its own file
` [PATCH v5 4/4] MCS Lock: Barrier corrections
[PATCH 01/14] ARC: locks: remove redundant arch_*_relax operations
 2013-11-12 16:47 UTC  (14+ messages)
` [PATCH 02/14] ARM: "
` [PATCH 03/14] arm64: "
` [PATCH 04/14] blackfin: "
` [PATCH 05/14] cris: "
` [PATCH 06/14] ia64: "
` [PATCH 07/14] m32r: "
` [PATCH 08/14] metag: "
` [PATCH 09/14] mips: "
` [PATCH 10/14] hppa: "
` [PATCH 11/14] s390: "
` [PATCH 12/14] sh: "
` [PATCH 13/14] sparc: "
` [PATCH 14/14] x86: "
[PATCH v6 0/5] qrwlock: Introducing a queue read/write lock implementation
 2013-11-12 14:53 UTC  (13+ messages)
` [PATCH v6 1/5] qrwlock: A "
` [PATCH v6 1/3] "
` [PATCH v6 2/5] qrwlock x86: Enable x86 to use queue read/write lock
` [PATCH v6 3/5] qrwlock: Enable fair "
` [PATCH v6 4/5] qrwlock: Use the mcs_spinlock helper functions for MCS queuing
` [PATCH v6 5/5] qrwlock: Use smp_store_release() in write_unlock()
Re:Answer back
 2013-11-12 10:52 UTC 
[tip:x86/asm] x86, bitops: Change bitops to be native operand size
 2013-11-12  8:52 UTC  (9+ messages)
[PATCH 2/4] arch: Clean up asm/barrier.h implementations using asm-generic/barrier.h
 2013-11-11 23:04 UTC  (3+ messages)
[PATCH v5 0/4] qrwlock: Introducing a queue read/write lock implementation
 2013-11-09  3:07 UTC  (12+ messages)
` [PATCH v5 1/4] qrwlock: A "
` [PATCH v5 4/4] qrwlock: Use the mcs_spinlock helper functions for MCS queuing
[PATCH v5 0/4] MCS Lock: MCS lock code cleanup and optimizations
 2013-11-08 19:51 UTC  (2+ messages)
[PATCH v4.1 5/5] MCS Lock: Use arch-specific load-acquire/store-release primitives
 2013-11-08 17:49 UTC  (2+ messages)
[PATCH 3/4] arch: Introduce smp_load_acquire(), smp_store_release()
 2013-11-08 13:53 UTC  (3+ messages)
Fwd: (forw) [mathieu.desnoyers@efficios.com: Re: [PATCH 1/4] doc: Rename LOCK/UNLOCK to ACQUIRE/RELEASE]
 2013-11-08 10:26 UTC 
[PATCH 0/4] arch: Introduce smp_load_acquire() and smp_store_release()
 2013-11-08  7:21 UTC  (15+ messages)
` [PATCH 1/4] doc: Rename LOCK/UNLOCK to ACQUIRE/RELEASE
` [PATCH 2/4] arch: Clean up asm/barrier.h implementations using asm-generic/barrier.h
` [PATCH 3/4] arch: Introduce smp_load_acquire(), smp_store_release()
` [PATCH 4/4] perf: Optimize perf_output_begin() -- weaker memory barrier
[PATCH v3 3/5] MCS Lock: Barrier corrections
 2013-11-08  1:16 UTC  (15+ messages)
system administrator
 2013-11-07 21:54 UTC 
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).