messages from 2013-11-12 14:49:48 to 2013-11-19 19:15:00 UTC [more...]
[PATCH v5 1/4] MCS Lock: Restructure the MCS lock defines and locking code into its own file
2013-11-19 19:15 UTC (16+ 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 v2 0/3] get/set_dumpable() cleanups and theoretical fix
2013-11-19 14:43 UTC (4+ messages)
` [PATCH v2 1/3] set_dumpable: fix the theoretical race with itself
` [PATCH v2 2/3] kill MMF_DUMPABLE and MMF_DUMP_SECURELY
` [PATCH v2 3/3] make __get_dumpable/get_dumpable inline, kill fs/coredump.h
[PATCH 00/17] <asm/sections.h> related cleanups
2013-11-19 13:27 UTC (86+ 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 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 3/9] c6x: Remove duplicate DT selection logic
` [PATCH 4/9] metag: "
` [PATCH 5/9] microblaze: Use NULL as the default DTB
` [PATCH 6/9] mips: Remove unused dt_setup_arch()
` [PATCH 7/9] mips: Use NULL as the default DTB
` [PATCH 8/9] openrisc: Remove duplicate DT selection logic
` [PATCH 9/9] xtensa: Use NULL as the default DTB
` [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] of: unflatten_and_copy: handle NULL initial_boot_params
2013-11-19 12:58 UTC
[PATCH 2/2] asm/types.h: Remove include/asm-generic/int-l64.h
2013-11-19 12:35 UTC (4+ messages)
` [PATCH RESEND] "
[PATCH 00/17] xtensa SMP queue
2013-11-19 6:45 UTC (4+ messages)
[PATCH v6 0/5] qrwlock: Introducing a queue read/write lock implementation
2013-11-19 4:33 UTC (14+ messages)
` [PATCH v6 1/3] qrwlock: A "
` [PATCH v6 3/5] qrwlock: Enable fair queue read/write lock
` [PATCH v6 5/5] qrwlock: Use smp_store_release() in write_unlock()
[PATCH 0/3] get/set_dumpable() cleanups and theoretical fix
2013-11-18 19:37 UTC (12+ messages)
` [PATCH 1/3] set_dumpable: fix the theoretical race with itself
` [PATCH 2/3] kill MMF_DUMPABLE and MMF_DUMP_SECURELY
` [PATCH 3/3] make __get_dumpable/get_dumpable inline, kill fs/coredump.h
[patch 00/34] idle: Consolidate idle implementations
2013-11-18 6:05 UTC (3+ messages)
` [patch 05/34] idle: Implement generic idle function
[PATCH -tip RFC v2 00/22] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
2013-11-17 7:21 UTC (50+ 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/11] Consolidate asm/fixmap.h files
2013-11-14 9:39 UTC (7+ messages)
[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: "
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).