summaryrefslogtreecommitdiffstats
path: root/arch/sparc (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-10tracing: remove obsolete TRACE_EVENT_FORMAT macroSteven Rostedt5-13/+3
2009-03-10tracing: convert irq trace points to new macrosSteven Rostedt1-14/+24
2009-03-10tracing: convert the sched trace points to the TRACE_EVENT macrosSteven Rostedt1-76/+246
2009-03-10tracing: new format for specialized trace pointsSteven Rostedt9-233/+159
2009-03-10tracing: use generic __stringifySteven Rostedt3-9/+5
2009-03-10tracing: replace TP<var> with TP_<var>Steven Rostedt14-209/+154
2009-03-10tracing: typecast sizeof and offsetof to unsigned intSteven Rostedt3-18/+19
2009-03-09tracing: Don't use tracing_record_cmdline() in workqueue tracerKOSAKI Motohiro1-3/+2
2009-03-09tracing: optimize trace_printk()Ingo Molnar1-2/+8
2009-03-09tracing: trace_printk() fix, move format array to data sectionIngo Molnar1-1/+1
2009-03-08x86-32: make sure virt_addr_valid() returns false for fixmap addressesJeremy Fitzhardinge1-0/+2
2009-03-08x86 mmiotrace: fix remove_kmmio_fault_pages()Stuart Bennett1-7/+8
2009-03-08x86: fix warning about nodeidYinghai Lu1-9/+14
2009-03-08MIPS: compat: Implement is_compat_task.Ralf Baechle1-0/+7
2009-03-08x86: don't define __this_fixmap_does_not_exist()Wang Chen1-8/+11
2009-03-08ftrace: tracing header should put '#' at the beginning of a lineKOSAKI Motohiro1-10/+10
2009-03-08ftrace: fix documentation typo s/trace_max_latency/tracing_max_latency/KOSAKI Motohiro1-1/+1
2009-03-08x86: remove smp_apply_quirks()/smp_checks()Yinghai Lu3-78/+77
2009-03-08mmc: fix data timeout for SEND_EXT_CSDAdrian Hunter1-6/+9
2009-03-08x86: UV: remove uv_flush_tlb_others() WARN_ONCliff Wickman1-2/+0
2009-03-08Input: serio - fix protocol number for TouchIT213Dmitry Torokhov1-1/+1
2009-03-07percpu: finer grained locking to break deadlock and allow atomic freeTejun Heo1-37/+124
2009-03-06[IA64] fix PCI DMA flag propagation on SN (Altix) with PICsJeremy Higdon1-4/+3
2009-03-06tracing: trace_bprintk() cleanupsIngo Molnar2-17/+8
2009-03-06tracing/core: drop the old trace_printk() implementation in favour of trace_b...Frederic Weisbecker12-309/+158
2009-03-06tracing: add trace_bprintk()Lai Jiangshan6-10/+133
2009-03-06tracing: infrastructure for supporting binary recordLai Jiangshan7-0/+240
2009-03-06vsprintf: unify the format decoding layer for its 3 usersFrederic Weisbecker1-431/+541
2009-03-06vsprintf: add binary printfLai Jiangshan3-0/+452
2009-03-06x86: linkage.h - guard assembler specifics by __ASSEMBLY__Cyrill Gorcunov1-6/+10
2009-03-06x86: implement atomic text_poke() via fixmapMasami Hiramatsu2-9/+17
2009-03-06tracing, Text Edit Lock - SMP alternatives supportMasami Hiramatsu1-0/+5
2009-03-06tracing, Text Edit Lock - kprobes architecture independent supportMathieu Desnoyers1-2/+13
2009-03-06tracing, Text Edit Lock - Architecture Independent CodeMathieu Desnoyers2-0/+16
2009-03-06percpu: move fully free chunk reclamation into a workTejun Heo1-10/+38
2009-03-06percpu: move chunk area map extension out of area allocationTejun Heo1-48/+60
2009-03-06percpu: replace pcpu_realloc() with pcpu_mem_alloc() and pcpu_mem_free()Tejun Heo1-43/+42
2009-03-06x86, pebs: correct qualifier passed to ds_write_config() from ds_request_pebs()Markus Metzger1-1/+1
2009-03-06x86, bts: remove bad warningMarkus Metzger1-1/+0
2009-03-06x86: rename do_not_nx to disable_nx in mm/init_64.cPekka Enberg1-4/+4
2009-03-06x86: fix uninitialized variable in init_memory_mapping()Pekka Enberg1-1/+1
2009-03-06tracing, power-trace: make it build even if the power-tracer is turned offIngo Molnar1-2/+0
2009-03-06x86: make "memtest" like "memtest=17"Yinghai Lu1-0/+3
2009-03-06tracing: fix deadlock when setting set_ftrace_pidKOSAKI Motohiro1-6/+1
2009-03-06tracing: current tip/master can't enable ftraceKOSAKI Motohiro1-0/+1
2009-03-06ALSA: hda - Fix headphone-detect regression with multiple HP jacksTakashi Iwai1-0/+2
2009-03-06ALSA: hda - Fix typos in slave controls in patch_sigmatel.cTakashi Iwai1-2/+2
2009-03-06block: fix missing bio back/front segment size setting in blk_recount_segments()Jens Axboe1-16/+9
2009-03-06x86, percpu: setup reserved percpu area for x86_64Tejun Heo2-32/+40
2009-03-06percpu, module: implement reserved allocation and use it for module percpu va...Tejun Heo4-29/+144