linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-11-25 09:03:25 to 2013-12-09 10:53:08 UTC [more...]

[PATCH -tip v5 00/18] kprobes: introduce NOKPROBE_SYMBOL(), cleanup and fixes crash bugs
 2013-12-09 10:48 UTC  (18+ messages)
` [PATCH -tip v5 01/18] kprobes: Prohibit probing on .entry.text code
` [PATCH -tip v5 02/18] kprobes: Introduce NOKPROBE_SYMBOL() macro for blacklist
` [PATCH -tip v5 03/18] [BUGFIX] kprobes/x86: Prohibit probing on debug_stack_*
` [PATCH -tip v5 04/18] [BUGFIX] x86: Prohibit probing on native_set_debugreg
` [PATCH -tip v5 05/18] [BUGFIX] x86: Prohibit probing on thunk functions and restore
` [PATCH -tip v5 06/18] kprobes/x86: Call exception handlers directly from do_int3/do_debug
` [PATCH -tip v5 07/18] kprobes/x86: Allow probe on some kprobe preparation functions
` [PATCH -tip v5 10/18] x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotation
` [PATCH -tip v5 11/18] kprobes: Use NOKPROBE_SYMBOL macro instead of __kprobes
` [PATCH -tip v5 12/18] ftrace/kprobes: Use NOKPROBE_SYMBOL macro in ftrace
` [PATCH -tip v5 13/18] notifier: Use NOKPROBE_SYMBOL macro in notifier
` [PATCH -tip v5 15/18] kprobes: Show blacklist entries via debugfs
` [PATCH -tip v5 17/18] kprobes: Use NOKPROBE_SYMBOL() in sample modules
` [PATCH -tip v5 18/18] kprobes/x86: Use kprobe_blacklist for .kprobes.text and .entry.text

Profitable & Important
 2013-12-08 10:39 UTC 

Profitable & Important
 2013-12-08 10:39 UTC 

[PATCH/RFC] sh: Always link in helper functions extracted from libgcc
 2013-12-08 10:16 UTC  (4+ messages)

[PATCH v2 0/5] static_key: deferred key fixes and improvements
 2013-12-07  0:40 UTC  (11+ messages)
` [PATCH v2 1/5] static_key: add a section for deferred keys
` [PATCH v2 2/5] static_key: cancel rate limit timer on rmmod
` [PATCH v2 3/5] static_key: add static_key_slow_inc_deferred()
` [PATCH v2 4/5] static_key: keep deferred enabled counter debt
` [PATCH v2 5/5] static_key: improve deferred inc behavior

Re:Answer back
 2013-12-06 14:00 UTC 

PROPOSAL(STRICTLY CONFIDENTIAL)
 2013-12-06 11:39 UTC 

[RFC PATCH v3 00/19] simplify generic cross CPU function call implementation
 2013-12-06  9:43 UTC  (41+ messages)
` [RFC PATCH v3 01/19] Revert "kernel/smp.c: free related resources when failure occurs in hotplug_cfd()"
` [RFC PATCH v3 02/19] Revert "smp: Fix SMP function call empty cpu mask race"
` [RFC PATCH v3 03/19] smp, alpha: kill SMP single function call interrupt
` [RFC PATCH v3 04/19] smp, ARM: "
` [RFC PATCH v3 05/19] smp, ARM64: "
` [RFC PATCH v3 06/19] smp, blackfin: "
` [RFC PATCH v3 07/19] smp, hexagon: "
` [RFC PATCH v3 08/19] smp, IA64: "
` [RFC PATCH v3 09/19] smp, m32r: "
` [RFC PATCH v3 10/19] smp, metag: "
` [RFC PATCH v3 11/19] smp, mn10300: "
` [RFC PATCH v3 12/19] smp, mn10300: enable arch_send_call_function_ipi_mask()
` [RFC PATCH v3 13/19] smp, s390: prepare for killing generic_smp_call_function_single_interrupt()
` [RFC PATCH v3 14/19] smp, sh: kill SMP single function call interrupt
` [RFC PATCH v3 15/19] smp, sparc64: "
` [RFC PATCH v3 16/19] smp, sparc: "
` [RFC PATCH v3 17/19] smp, tile: "
` [RFC PATCH v3 18/19] "
` [RFC PATCH v3 19/19] smp, x86: "

[PATCH v6 4/5] MCS Lock: Barrier corrections
 2013-12-04 22:07 UTC  (59+ messages)

[PATCH v3 00/17] xtensa SMP queue update
 2013-12-01  8:59 UTC  (5+ messages)
` [PATCH v3 11/17] xtensa: move built-in PIC to drivers/irqchip
  ` [Linux-Xtensa] "
    ` [PATCH v4 "
` [PATCH v3 14/17] xtensa: add MX irqchip

[PATCH 00/17] xtensa SMP queue
 2013-12-01  8:07 UTC  (4+ messages)
` [PATCHv2 14/17] xtensa: add MX irqchip
  ` [Linux-Xtensa] "

[tip:x86/asm] x86, bitops: Change bitops to be native operand size
 2013-11-30 23:16 UTC  (10+ messages)

[PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
 2013-12-01  2:16 UTC  (22+ messages)
` [PATCH -tip v3 02/23] kprobes: Introduce NOKPROBE_SYMBOL() macro for blacklist
` [PATCH -tip v3 13/23] x86/trap: Use NOKPROBE_SYMBOL macro in trap.c
    `  "
          ` Re: [PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
            `  "
                `  "
                    `  "

[PATCH] arch: include/asm/Kbuild: fix preempt.h sort order
 2013-11-30  9:20 UTC  (3+ messages)

[PATCH 0/4] generic early_ioremap support
 2013-11-28  2:44 UTC  (4+ messages)
` [PATCH 1/4] Create generic early_ioremap() support

[PATCH 14/17] dt: Consolidate __dtb_start declarations in <linux/of_fdt.h>
 2013-11-27 15:35 UTC  (7+ messages)
      ` [PATCH 1/9] dt: Handle passed/built-in DT selection in early_init_dt_scan()

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

[PATCH v6 4/5] MCS Lock: Barrier corrections
 2013-11-26 19:28 UTC  (23+ messages)

ARM: add support to dump the kernel page tables
 2013-11-26 13:50 UTC  (2+ messages)

Re:Answer back
 2013-11-26 11:12 UTC 

Preventing IPI sending races in arch code
 2013-11-26  6:35 UTC  (11+ messages)

[PATCH v2 00/11] Consolidate asm/fixmap.h files
 2013-11-25 16:13 UTC  (4+ messages)
` [PATCH v2 01/11] Add generic fixmap.h

[PATCH 0024] asm-generic: Rename int-ll64.h to types.h
 2013-11-25 10:43 UTC  (19+ messages)
` [PATCH 02/24] avr32/uapi: Use Kbuild logic to provide <asm/types.h>
` [PATCH 03/24] cris/uapi: "
` [PATCH 08/24] parisc/uapi: "
` [PATCH 14/24] avr32: "

[RFC] Control dependencies
 2013-11-25  9:42 UTC  (6+ 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).