First  |  Prev |  Next  |  Last
Pages: 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644
[Upstream] Stop ARM boards crashing with CUPS is loaded
Please find attached a patch which rectifies the following bug. When CUPS loads, it tries to load several drivers that it may need. When one of these drivers, specifically parport_pc is loaded on ARM based systems, it causes a segmentation fault as the address is not writable on non-PC based architectures. This c... 12 Jul 2010 08:30
[PATCH] drm/r128: fixed brace and spacing coding style issues
Fixed brace and spacing coding style issues. Signed-off-by: Nicolas Kaiser <nikai(a)nikai.net> --- drivers/gpu/drm/r128/r128_cce.c | 52 +++++++--------- drivers/gpu/drm/r128/r128_drv.c | 2 +- drivers/gpu/drm/r128/r128_drv.h | 122 ++++++++++++++++++------------------- drivers/gpu/drm/r128/r128_irq.... 12 Jul 2010 08:30
[PATCHv9 2.6.35-rc4-tip 9/13] trace: uprobes trace_event interface
trace: uprobes trace_event interface Changelog from v5: Addressed comments from Masami Hiramatsu and Steven Rostedt. Some changes because of changes in common probe events. Changelog from v4: (Merged to 2.6.35-rc3-tip) Changelog from v2/v3: (Addressing comments from Steven Rostedt and Frederic W... 12 Jul 2010 07:24
[PATCHv9 2.6.35-rc4-tip 0/13] Uprobes Patches:
Uprobes Patches Ingo, Would it be possible to pick these patches into -tip tree. This help me in getting more testing/feedback for uprobes/perf probes. Changelog from V8: - Fix build issues reported by Christoph. - List available probes in a file without need to specify pid. Changelog from V7: - N... 12 Jul 2010 07:24
[PATCHv9 2.6.35-rc4-tip 1/13] mm: Move replace_page() / write_protect_page() to mm/memory.c
mm: Move replace_page() / write_protect_page() to mm/memory.c User bkpt will use background page replacement approach to insert/delete breakpoints. Background page replacement approach will be based on replace_page and write_protect_page. Now replace_page() loses its static attribute. Signed-off-by: Srikar D... 12 Jul 2010 07:24
[PATCHv9 2.6.35-rc4-tip 13/13] [RFC] perf: show functions in a file without using pid
[RFC] perf: show functions in a file without using pid Lists function names in a dso. Dso needs to a filename. However passing Dso short name will not work. Signed-off-by: Srikar Dronamraju <srikar(a)linux.vnet.ibm.com> --- Show last 10 functions in /bin/zsh. # perf probe -S -D /bin/zsh | tail zstrtol z... 12 Jul 2010 07:24
[PATCHv9 2.6.35-rc4-tip 3/13] uprobes: Slot allocation for Execution out of line(XOL)
uprobes: Slot allocation for Execution out of line(XOL) Changelog from V5: Merged into uprobes. Changelog form V3: * Added a memory barrier after the slot gets initialized. Changelog from V2: (addressing Oleg's comments) * Removed code in !CONFIG_UPROBES_XOL * Functions now pass pointer to uprobe... 12 Jul 2010 07:24
[PATCHv9 2.6.35-rc4-tip 12/13] [RFC] perf: Show Potential probe points.
[RFC] perf: Show Potential probe points. Introduces an option to list potential probes to probe using perf probe command. Also introduces an option to limit the dso to list the potential probes. Listing of potential probes is sorted by dso and alphabetical order. Signed-off-by: Srikar Dronamraju <srikar(a)linu... 12 Jul 2010 07:24
regulator: tps6507x: allow driver to use DEFDCDC{2,3}_HIGH register
On Mon, Jul 12, 2010 at 04:04:46PM +0530, Sekhar Nori wrote: + + /* Does DCDC high or the low register defines output voltage? */ + bool defdcdc_high; This should probably be "defdcdc_default" or something. Presumably the line can also be wired to a GPIO and changed at runtime (otherwise the feature se... 12 Jul 2010 09:35
[PATCHv9 2.6.35-rc4-tip 6/13] uprobes: X86 support for Uprobes
uprobes: X86 support for Uprobes Changelog from V5: Using local_irq_enable() instead of native_irq_enable and no more disabling irqs as suggested by Oleg Nesterov. Provides x86 specific details for uprobes. This includes interrupt notifier for uprobes, enabling/disabling singlestep. Signed-off-by... 12 Jul 2010 07:24
First  |  Prev |  Next  |  Last
Pages: 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644