KVM: MMU: invalidate and flush on spte small->large page size change
[safe/jmp/linux-2.6] / kernel / trace / trace_syscalls.c
2010-05-31 Peter Zijlstraperf_events, trace: Fix probe unregister race
2010-05-21 Steven RostedtMerge branch 'perf/core' of git://git./linux/kernel...
2010-05-21 Peter Zijlstraperf, trace: Optimize tracepoints by using per-tracepoi...
2010-05-21 Peter Zijlstraperf, trace: Optimize tracepoints by removing IRQ-disab...
2010-05-18 Peter Zijlstraperf/ftrace: Optimize perf/tracepoint interaction for...
2010-05-14 Steven Rostedttracing: Remove duplicate id information in event structure
2010-05-14 Steven Rostedttracing: Move print functions into event class
2010-05-14 Steven Rostedttracing: Allow events to share their print functions
2010-05-14 Steven Rostedttracing: Move raw_init from events to class
2010-05-14 Steven Rostedttracing: Move fields from event to class structure
2010-05-14 Steven Rostedttracing: Remove per event trace registering
2010-05-14 Steven Rostedttracing: Let tracepoints have data passed to tracepoint...
2010-05-14 Steven Rostedttracing: Create class struct for events
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-10 Frederic Weisbeckerperf: Drop the obsolete profile naming for trace events
2010-03-10 Frederic Weisbeckerperf: Take a hot regs snapshot for trace events
2010-02-28 Linus TorvaldsMerge branch 'perf-core-for-linus' of git://git./linux...
2010-02-27 Ingo MolnarMerge branch 'tracing/core' of git://git./linux/kernel...
2010-02-25 Wenji Huangtracing: Fix typo in prof_sysexit_enable()
2010-02-17 Mike Frysingertracing: Unify arch_syscall_addr() implementations
2010-01-29 Xiao Guangrongperf: Factorize trace events raw sample buffer operations
2010-01-06 Lai Jiangshantracing: Remove show_format and related macros from...
2010-01-06 Steven Rostedttracing: Have syscall tracing call its own init function
2010-01-06 Lai Jiangshantracing/syscalls: Init print_fmt for syscall events
2009-12-28 Li Zefanperf events: Remove CONFIG_EVENT_PROFILE
2009-12-13 Li Zefantracing: Move a printk out of ftrace_raw_reg_event_foo()
2009-12-13 Li Zefantracing: Pull up calls to trace_define_common_fields()
2009-12-01 Lai Jiangshantrace_syscalls: Remove unused syscall_name_to_nr()
2009-12-01 Lai Jiangshantrace_syscalls: Simplify syscall profile
2009-12-01 Lai Jiangshantrace_syscalls: Remove duplicate init_enter_##sname()
2009-12-01 Lai Jiangshantrace_syscalls: Add syscall_nr field to struct syscall_...
2009-12-01 Lai Jiangshantrace_syscalls: Remove enter_id exit_id
2009-12-01 Lai Jiangshantrace_syscalls: Set event_enter_##sname->data to its...
2009-12-01 Lai Jiangshantrace_syscalls: Remove unused event_syscall_enter and...
2009-11-27 Lai Jiangshantrace_syscalls: Add syscall nr field
2009-11-23 Peter Zijlstraperf_events: Undo some recursion damage
2009-11-22 Frederic Weisbeckertracing: Forget about the NMI buffer for syscall events
2009-11-22 Frederic Weisbeckertracing: Use the perf recursion protection from trace...
2009-11-08 Frederic Weisbeckertracing, perf_events: Protect the buffer from recursion...
2009-10-29 Ingo MolnarMerge branch 'tracing/urgent' into tracing/core
2009-10-23 Ingo MolnarMerge branch 'perf/core' into perf/probes
2009-10-17 Ingo MolnarMerge commit 'v2.6.32-rc5' into perf/probes
2009-10-15 Ingo MolnarMerge branch 'tracing/core' into perf/core
2009-10-14 Frederic Weisbeckertracing: Move syscalls metadata handling from arch...
2009-10-06 Tom Zanussitracing/events: Add 'signed' field to format files
2009-10-06 Tom Zanussitracing/syscalls: Use long for syscall ret format and...
2009-09-23 Frederic WeisbeckerMerge commit 'linus/master' into tracing/kprobes
2009-09-21 Linus TorvaldsMerge branch 'perfcounters-rename-for-linus' of git...
2009-09-21 Ingo Molnarperf: Do the big rename: Performance Counters -> Perfor...
2009-09-18 Frederic Weisbeckertracing: Allocate the ftrace event profile buffer dynam...
2009-09-10 Frederic WeisbeckerMerge commit 'tracing/core' into tracing/kprobes
2009-09-04 Steven Rostedttracing: pass around ring buffer instead of tracer
2009-08-27 Frederic Weisbeckertracing: Remove unneeded pointer casts
2009-08-27 Frederic Weisbeckertracing: Restore the const qualifier for field names...
2009-08-26 Masami Hiramatsutracing: Ftrace dynamic ftrace_event_call support
2009-08-26 Jason Barontracing: Convert event tracing code to use NR_syscalls
2009-08-26 Hendrik Bruecknertracing: Check invalid syscall nr while tracing syscalls
2009-08-26 Ingo MolnarMerge branch 'tracing/core' of git://git./linux/kernel...
2009-08-26 Li Zefantracing/filters: Add __field_ext() to TRACE_EVENT
2009-08-25 Josh Stonetracing: Create generic syscall TRACE_EVENTs
2009-08-20 Li Zefantracing/syscalls: Fix the output of syscalls with no...
2009-08-19 Li Zefantracing/syscalls: Add filtering support
2009-08-19 Li Zefantracing/syscalls: Add fields format for exit events
2009-08-19 Li Zefantracing/syscalls: Fix fields format for enter events
2009-08-17 Li Zefantracing/syscalls: Fix to print parameter types
2009-08-11 Frederic Weisbeckertracing: Support for syscall events raw records in...
2009-08-11 Frederic Weisbeckertracing: Add fields format definition for syscall events
2009-08-11 Jason Barontracing: Add perf counter support for syscalls tracing
2009-08-11 Jason Barontracing: Add individual syscalls tracepoint id support
2009-08-11 Jason Barontracing: Add trace events for each syscall entry/exit
2009-08-11 Jason Barontracing: Call arch_init_ftrace_syscalls at boot
2009-04-09 Frederic Weisbeckertracing/syscalls: use a dedicated file header
2009-03-16 Frederic Weisbeckertracing/syscalls: protect thread flag toggling from...
2009-03-16 Frederic Weisbeckertracing/syscalls: various cleanups
2009-03-16 Frederic Weisbeckertracing/syscalls: fix missing release of tracing
2009-03-13 Frederic Weisbeckertracing/syscalls: core infrastructure for syscalls...
2009-03-13 Frederic Weisbeckertracing/ftrace: syscall tracing infrastructure, basics