public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-10-16 17:26:48 to 2009-10-17 15:12:37 UTC [more...]

[PATCH] perf tools: Add a new generic section in perf.data
 2009-10-17 15:12 UTC  (2+ messages)
` [PATCH 1/2] perf tools: Use kernel bitmap library

rt2x00 mailing list [Fwd: Your message to users awaits moderator approval]
 2009-10-17 15:09 UTC 

[PATCH 2/2] rt2x00: Implement support for rt2800pci
 2009-10-17 15:08 UTC  (2+ messages)

[PATCH 2/8] bitmap: Introduce bitmap_set, bitmap_clear, bitmap_find_next_zero_area
 2009-10-17 14:51 UTC  (6+ messages)

linux-next: Tree for October 16
 2009-10-17 13:18 UTC  (3+ messages)

Keeping network device renaming working in the presence of netconsole?
 2009-10-17 11:08 UTC  (3+ messages)

(no subject)
 2009-10-17  0:05 UTC 

(no subject)
 2009-10-17  0:05 UTC 

[PATCH -tip tracing/kprobes 0/9] tracing/kprobes, perf: perf probe and kprobe-tracer bugfixes
 2009-10-17 10:37 UTC  (22+ messages)
` [PATCH -tip tracing/kprobes 1/9] tracing/kprobes: Update kprobe-tracer selftest against new syntax
  ` [tip:perf/probes] "
` [PATCH -tip tracing/kprobes 2/9] tracing/kprobes: Add failure messages for debugging
  ` [tip:perf/probes] "
` [PATCH -tip tracing/kprobes 3/9] x86: Add MMX/SSE opcode groups to opcode map
  ` [tip:perf/probes] "
` [PATCH -tip tracing/kprobes 4/9] x86: Add AMD prefetch and 3DNow! opcodes "
  ` [tip:perf/probes] "
` [PATCH -tip tracing/kprobes 5/9] perf: Check libdwarf APIs for perf probe
  ` [tip:perf/probes] "
` [PATCH -tip tracing/kprobes 6/9] perf: Use die() for error cases in perf-probe
  ` [tip:perf/probes] "
` [PATCH -tip tracing/kprobes 7/9] perf: Use eprintf() for debug messages "
  ` [tip:perf/probes] "
` [PATCH -tip tracing/kprobes 8/9] perf: Add DIE_IF() macro for error checking
  ` [tip:perf/probes] "
` [PATCH -tip tracing/kprobes 9/9] perf: Add perf-probe document
  ` [tip:perf/probes] "

RFC [patch] sched: strengthen LAST_BUDDY and minimize buddy induced latencies V3
 2009-10-17 10:24 UTC 

[PATCH tracing/kprobes v3 7/7] perf: perf probe command supports without libdwarf
 2009-10-17 10:04 UTC  (2+ messages)
` [tip:perf/probes] perf probe: Add perf probe command support "

[PATCH tracing/kprobes v4] perf: Add perf probe subcommand for kprobe-event setup helper
 2009-10-17 10:04 UTC  (2+ messages)
` [tip:perf/probes] perf: Add perf probe subcommand, a "

[PATCH tracing/kprobes v3 5/7] tracing/kprobes: Rename fixed field name
 2009-10-17 10:04 UTC  (2+ messages)
` [tip:perf/probes] tracing/kprobes: Robustify fixed field names against variable field names conflicts

[PATCH tracing/kprobes v3 4/7] tracing/kprobes: Avoid field name confliction
 2009-10-17 10:03 UTC  (2+ messages)
` [tip:perf/probes] "

[PATCH tracing/kprobes v3 3/7] tracing/kprobes: Rename special variables
 2009-10-17 10:03 UTC  (2+ messages)
` [tip:perf/probes] tracing/kprobes: Make special variable names more self-explainable

[PATCH tracing/kprobes v3 1/7] tracing/kprobes: Add $ prefix to special variables
 2009-10-17 10:03 UTC  (2+ messages)
` [tip:perf/probes] "

[PATCH tracing/kprobes v3 2/7] tracing/kprobes: Remove '$ra' special variable
 2009-10-17 10:03 UTC  (2+ messages)
` [tip:perf/probes] "

[PATCH tracing/kprobes 3/3] tracing/ftrace: Fix to check create_event_dir() when adding new events
 2009-10-17 10:02 UTC  (2+ messages)
` [tip:perf/probes] "

[PATCH tracing/kprobes 2/3] x86: Add VIA processor instructions
 2009-10-17 10:02 UTC  (2+ messages)
` [tip:perf/probes] x86: Add VIA processor instructions in opcodes decoder

[PATCH tracing/kprobes 1/3] tracing/kprobes: Use global event profile buffer in kprobe tracer
 2009-10-17 10:02 UTC  (2+ messages)
` [tip:perf/probes] tracing/kprobes: Use global event perf buffers "

[BUGFIX] kprobes: prevent re-registration of the same kprobe - take2
 2009-10-17 10:02 UTC  (2+ messages)
` [tip:perf/probes] kprobes: Prevent re-registration of the same kprobe

[PATCH tracing/kprobes 6/6] tracing/kprobes: Disable kprobe events by default
 2009-10-17 10:01 UTC  (2+ messages)
` [tip:perf/probes] tracing/kprobes: Disable kprobe events by default after creation

[PATCH tracing/kprobes 5/6] tracing/kprobes: Fix profiling alignment for perf_counter buffer
 2009-10-17 10:01 UTC  (2+ messages)
` [tip:perf/probes] "

[PATCH tracing/kprobes 3/6] ftrace: Fix trace_remove_event_call() to lock trace_event_mutex
 2009-10-17 10:01 UTC  (2+ messages)
` [tip:perf/probes] "

[PATCH tracing/kprobes 4/6] tracing/kprobes: Add probe handler dispatcher for support perf and ftrace
 2009-10-17 10:01 UTC  (2+ messages)
` [tip:perf/probes] tracing/kprobes: Add probe handler dispatcher to support perf and ftrace concurrent use

[PATCH tracing/kprobes 2/6] ftrace: Fix trace_add_event_call() to initialize list take 2
 2009-10-17 10:01 UTC  (2+ messages)
` [tip:perf/probes] ftrace: Fix trace_add_event_call() to initialize list

[PATCH tracing/kprobes 1/6] tracing/kprobes: Fix trace_probe registration order
 2009-10-17 10:00 UTC  (2+ messages)
` [tip:perf/probes] "

[PATCH tracing/kprobes 7/7] tracing/kprobes: Support custom subsystem for each kprobe event
 2009-10-17 10:00 UTC  (2+ messages)
` [tip:perf/probes] "

[PATCH tracing/kprobes 6/7] tracing/kprobes: Show event name in trace output
 2009-10-17 10:00 UTC  (2+ messages)
` [tip:perf/probes] "

[PATCH tracing/kprobes 5/7] tracing/kprobes: Add argument name support
 2009-10-17 10:00 UTC  (2+ messages)
` [tip:perf/probes] "

[PATCH tracing/kprobes 4/7] tracing/kprobes: Add event profiling support
 2009-10-17  9:59 UTC  (2+ messages)
` [tip:perf/probes] "

[PATCH tracing/kprobes 2/7] tracing/kprobes: Fix probe offset to be unsigned
 2009-10-17  9:59 UTC  (2+ messages)
` [tip:perf/probes] "

[PATCH tracing/kprobes 3/7] tracing/kprobes: Cleanup kprobe tracer code
 2009-10-17  9:59 UTC  (2+ messages)
` [tip:perf/probes] "

[PATCH tracing/kprobes 1/7] x86/ptrace: Fix regs_get_argument_nth() to add correct offset
 2009-10-17  9:59 UTC  (2+ messages)
` [tip:perf/probes] "

[PATCH tracing/kprobes] x86: Add MMX support for instruction decoder
 2009-10-17  9:58 UTC  (2+ messages)
` [tip:perf/probes] "

[PATCH tracing/kprobes] kprobes/x86-32: Move irq-exit functions to kprobes section
 2009-10-17  9:58 UTC  (2+ messages)
` [tip:perf/probes] "

[PATCH -tip tracing/kprobes 1/2] x86: Allow x86-32 instruction decoder selftest on x86-64
 2009-10-17  9:58 UTC  (2+ messages)
` [tip:perf/probes] "

[PATCH -tip tracing/kprobes 2/2] x86: Remove unused config macros from instruction decoder selftest
 2009-10-17  9:58 UTC  (2+ messages)
` [tip:perf/probes] "

[PATCH -tip tracing/kprobes 6/6] kprobes: Prohibit to probe native_get_debugreg
 2009-10-17  9:57 UTC  (2+ messages)
` [tip:perf/probes] "

[PATCH -tip tracing/kprobes 5/6] kprobes/x86-64: Fix to move common_interrupt to .kprobes.text
 2009-10-17  9:57 UTC  (2+ messages)
` [tip:perf/probes] "

[PATCH -tip tracing/kprobes 4/6] kprobes: Fix to add __kprobes to notify_die
 2009-10-17  9:57 UTC  (2+ messages)
` [tip:perf/probes] "

[PATCH -tip tracing/kprobes 2/6] kprobes/x86-64: Allow to reenter probe on post_handler
 2009-10-17  9:57 UTC  (2+ messages)
` [tip:perf/probes] "

[PATCH -tip tracing/kprobes 3/6] kprobes/x86: Fix to add __kprobes to in-kernel fault handing functions
 2009-10-17  9:57 UTC  (2+ messages)
` [tip:perf/probes] "

[PATCH -tip tracing/kprobes 1/6] kprobes/x86: Call BUG() when reentering probe into KPROBES_HIT_SS
 2009-10-17  9:56 UTC  (2+ messages)
` [tip:perf/probes] "

[patch] slub: allow stats to be cleared
 2009-10-17  8:55 UTC  (8+ messages)

[PATCH 1/2] tracing: convert trace_clock_local() as weak function
 2009-10-17  8:23 UTC  (3+ messages)
` [PATCH 2/2] tracing: add high precision version of trace_clock_local() for MIPS

booting up: blocking indefinitely on kgdb?
 2009-10-17  7:40 UTC  (2+ messages)

[PATCH 14/14] tools/perf: Move dereference after NULL test
 2009-10-17  7:31 UTC  (2+ messages)
` [tip:perf/core] perf tools: "

BFS cpu scheduler v0.304 stable release
 2009-10-17  6:44 UTC  (3+ messages)

[PATCH 13/14] arch/arm/plat-s3c24xx: Move dereference after NULL test
 2009-10-17  6:42 UTC 

[PATCH 12/14] arch/arm/plat-omap: Drop an unnecessary NULL test
 2009-10-17  6:42 UTC 

[PATCH 11/14] drivers/scsi: Remove unnecessary NULL test
 2009-10-17  6:42 UTC 

[PATCH 10/14] drivers/ata/libata: Move dereference after NULL test
 2009-10-17  6:41 UTC 

[PATCH 9/14] drivers/video: Move dereference after NULL test
 2009-10-17  6:41 UTC 

[PATCH 8/14] drivers/cpuidle: Move dereference after NULL test
 2009-10-17  6:40 UTC 

[PATCH 7/14] drivers/mmc: Move dereference after NULL test
 2009-10-17  6:40 UTC 

[PATCH 6/14] drivers/media/video: Move dereference after NULL test
 2009-10-17  6:39 UTC 

[PATCH 5/14] drivers/acpi: Move dereference after NULL test
 2009-10-17  6:34 UTC 

[PATCH 4/14] drivers/message: Move dereference after NULL test
 2009-10-17  6:34 UTC 

[PATCH 3/14] sound/parisc: Move dereference after NULL test
 2009-10-17  6:33 UTC 

[PATCH 2/14] sound: Move dereference after NULL test and drop unnecessary NULL tests
 2009-10-17  6:33 UTC 

[PATCH 1/14] sound/soc: Move dereference after NULL test
 2009-10-17  6:32 UTC 

2.6.32-rc1-git2: Reported regressions 2.6.30 -> 2.6.31
 2009-10-17  5:42 UTC  (5+ messages)
` [Bug #14141] order 2 page allocation failures in iwlagn

[PATCH 00/45] some writeback experiments
 2009-10-17  5:30 UTC  (11+ messages)
` [PATCH 01/45] writeback: reduce calls to global_page_state in balance_dirty_pages()

[00/46] 2.6.31.5-stable review
 2009-10-17  5:20 UTC  (13+ messages)
  ` [04/46] ARM: pxa: workaround errata #37 by not using half turbo switching
  ` [05/46] tracing/filters: Fix memory leak when setting a filter
  ` [06/46] x86/paravirt: Use normal calling sequences for irq enable/disable
  ` [07/46] USB: ftdi_sio: remove tty->low_latency
  ` [09/46] USB: ftdi_sio: clean up read completion handler
  ` [11/46] USB: pl2303: fix error characters not being reported to ldisc
  ` [12/46] USB: digi_acceleport: Fix broken unthrottle
  ` [14/46] USB: option: Toshiba G450 device id
  ` [16/46] USB: cp210x: Add support for the DW700 UART

2.6.32-rc3 regression (I think): i915 framebuffer doesn't work
 2009-10-17  5:21 UTC  (2+ messages)
` [Intel-gfx] "

spitz: add gpio button support (AK_INT and remote control description)
 2009-10-17  4:42 UTC  (15+ messages)
      ` spitz: add gpio button support (fixes regression)
                    ` [PATCH] "

[patch 0/7] BKL the next lot
 2009-10-17  2:58 UTC  (5+ messages)
` [patch 6/7] um: Convert mmapper to unlocked_ioctl

2.6.32-rc4 ipw2200: oops on missing firmware
 2009-10-17  2:13 UTC  (4+ messages)
  ` [Ipw2100-devel] "

linux-next: net tree build warnings
 2009-10-17  2:10 UTC  (4+ messages)
    ` [PATCH 1/1] "

-rt dbench scalabiltiy issue
 2009-10-17  1:37 UTC  (4+ messages)

[PATCH] net/ipv4/ipconfig.c: local symbols should be static
 2009-10-17  1:09 UTC  (3+ messages)

[PATCH] block/scsi_ioctl.c: quiet sparse noise
 2009-10-17  0:59 UTC 

linux-next: Tree for October 15
 2009-10-17  0:54 UTC  (4+ messages)
` [PATCH -next] vmxnet3: use dev_dbg, fix build for CONFIG_BLOCK=n
  ` [Pv-drivers] "

[PATCH] security/min_addr.c: make init_mmap_min_addr() static
 2009-10-17  0:49 UTC 

Kernel driver with multiple SPI sources
 2009-10-17  0:34 UTC  (2+ messages)

2.6.31 kernel for mips compile failure - war.h:12:17: error: war.h: No such file or directory
 2009-10-16 23:50 UTC  (3+ messages)

[PATCH 0/7] update checkpatch to v0.30
 2009-10-16 23:29 UTC  (12+ messages)
` [PATCH 1/7] checkpatch: possible types -- prevent illegal modifiers being added
` [PATCH 2/7] checkpatch: correctly stop scanning at the bottom of a hunk
` [PATCH 3/7] checkpatch: update copyright dates
` [PATCH 4/7] checkpatch: fix false errors due to macro concatenation
` [PATCH 5/7] checkpatch: fix __attribute__ matching
` [PATCH 6/7] checkpatch: fix false EXPORT_SYMBOL warning
` [PATCH 7/7] checkpatch: version 0.30

3ware 9650SE-4PML RAID-1 Question: One reader process starves I/O to the rest of the system?
 2009-10-16 23:28 UTC  (3+ messages)

[PATCH 0/2] Reduce number of GFP_ATOMIC allocation failures
 2009-10-16 23:28 UTC  (5+ messages)
` [PATCH 2/2] page allocator: Direct reclaim should always obey watermarks

[PATCH] drivers/usb/core/hcd.c: quiet NULL pointer sparse noise
 2009-10-16 23:05 UTC 

[kernel 2.6.31.4] backlight controls gone mad
 2009-10-16 22:46 UTC 

[PATCH] jiffies.c: fix symbol was not declared noise
 2009-10-16 22:26 UTC 

ext4 increased intolerance to unclean shutdown?
 2009-10-16 22:24 UTC  (4+ messages)
` [Bug 14354] "

[git pull] device-mapper fixes for 2.6.32-rc6
 2009-10-16 22:22 UTC 

[PATCH] clockevents.c: fix symbol was not declared noise
 2009-10-16 22:19 UTC 

[PATCH] proc/pid/cmdline: Handle invalid cmdline change failures correctly
 2009-10-16 21:59 UTC  (3+ messages)

[Regression] - 2.6.32-rc5 hangs using rfkill on an eeePC
 2009-10-16 21:28 UTC  (5+ messages)

[PATCH] kernel/sys.c: fix "warning: do-while statement is not a compound statement" noise
 2009-10-16 21:54 UTC 

[PATCH v1 1/1]: fs: pipe.c null pointer dereference
 2009-10-16 21:50 UTC  (2+ messages)

[PATCH] befs: redundant test on unsigned in befs_get_block()?
 2009-10-16 21:25 UTC  (2+ messages)

[PATCH v3 0/6] ACPI: dock: code hygiene
 2009-10-16 21:15 UTC  (7+ messages)
` [PATCH v3 1/6] ACPI: dock: convert sysfs attributes to an attribute_group
` [PATCH v3 2/6] ACPI: dock: combine add|alloc_dock_dependent_device
` [PATCH v3 3/6] ACPI: dock: remove global 'dock_device_name'
` [PATCH v3 4/6] ACPI: dock: dock_add - hoist up platform_device_register_simple()
` [PATCH v3 5/6] ACPI: dock: add struct dock_station * directly to platform device data
` [PATCH v3 6/6] ACPI: dock: minor whitespace and style cleanups

[PATCH v2 0/6] ACPI: dock: code hygiene
 2009-10-16 20:50 UTC  (4+ messages)
` [PATCH v2 1/6] ACPI: dock: clean up error handling paths in dock_add()

[patch] Staging: hv: Fix vmbus load hang caused by wrong data packing
 2009-10-16 20:11 UTC  (8+ messages)
` [PATCH 1/1] Staging: hv: Fix vmbus load hang caused by faulty "

[PATCH] CPUidle: always return with interrupts enabled
 2009-10-16 21:11 UTC  (5+ messages)

Request For Legal Services
 2009-10-16 19:00 UTC 

lm-sensors 3.1.1-3 not detecting sensors on Intel DP55KG motherboard?
 2009-10-16 20:25 UTC  (12+ messages)
  ` [lm-sensors] lm-sensors 3.1.1-3 not detecting sensors on Intel DP55KG motherboard? (chip ID: 0xb473)

Haster!
 2009-10-16 19:53 UTC  (2+ messages)

[RFC][v8][PATCH 0/10] Implement clone3() system call
 2009-10-16 19:44 UTC  (7+ messages)
` [RFC][v8][PATCH 9/10]: Define clone3() syscall

Raid reconstructing and process hanging in D state
 2009-10-16 19:28 UTC  (4+ messages)

[PATCH] v5: allow userspace to adjust kvmclock offset
 2009-10-16 19:28 UTC 

kernel BUG at drivers/pci/intel-iommu.c:1278
 2009-10-16 18:58 UTC  (2+ messages)

drivers/staging/rt2860 doesn't compile
 2009-10-16 19:00 UTC  (4+ messages)

[this_cpu_xx V6 7/7] this_cpu: slub aggressive use of this_cpu operations in the hotpaths
 2009-10-16 18:50 UTC  (21+ messages)

[PATCH] hvc_console: returning 0 from put_chars is not an error
 2009-10-16 18:03 UTC  (7+ messages)

[Xen-devel] [PATCH 05/12] xen/pvclock: add monotonicity check
 2009-10-16 17:58 UTC  (5+ messages)

[PATCH 1/8] trivial: coding style fixes
 2009-10-16 17:47 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox