KVM: MMU: invalidate and flush on spte small->large page size change
[safe/jmp/linux-2.6] / kernel / trace / trace_events_filter.c
2010-05-18 Steven RostedtMerge branch 'perf/core' of git://git./linux/kernel...
2010-05-14 Steven Rostedttracing: Combine event filter_active and enable into...
2010-05-14 Steven Rostedttracing: Remove duplicate id information in event structure
2010-05-14 Steven Rostedttracing: Move fields from event to class structure
2010-05-14 Steven Rostedttracing: Create class struct for events
2010-05-06 Dan Carpenterperf: Fix check at end of event search
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-01-29 Ingo MolnarMerge branch 'perf/urgent' into perf/core
2010-01-15 Li Zefantracing/filters: Add comment for match callbacks
2010-01-15 Li Zefantracing/filters: Fix MATCH_FULL filter matching for...
2010-01-15 Li Zefantracing/filters: Fix MATCH_MIDDLE_ONLY filter matching
2010-01-15 Li Zefantracing/filters: Fix MATCH_END_ONLY filter matching
2010-01-15 Li Zefantracing/filters: Fix MATCH_FRONT_ONLY filter matching
2009-12-28 Li Zefanperf events: Remove CONFIG_EVENT_PROFILE
2009-10-29 Li Zefantracing/filters: Fix to make system filter work
2009-10-15 Ingo Molnartracing/events: Fix locking imbalance in the filter...
2009-10-15 Li Zefantracing/profile: Add filter support
2009-10-15 Li Zefantracing/filters: Use a different op for glob match
2009-10-15 Li Zefantracing/filters: Refactor subsystem filter code
2009-10-13 Ingo MolnarMerge branch 'tracing/urgent' into tracing/core
2009-10-13 Li Zefantracing/filters: Fix memory leak when setting a filter
2009-09-24 Frederic Weisbeckertracing/filters: Unify the regex parsing helpers
2009-09-24 Frederic Weisbeckertracing/filters: Provide basic regex support
2009-09-24 Frederic Weisbeckertracing/filters: Cleanup useless headers
2009-09-10 Li Zefantracing: move PRED macros to trace_events_filter.c
2009-09-04 Li Zefantracing/filters: Defer pred allocation, fix memory...
2009-08-31 Li Zefantracing/filters: Defer pred allocation
2009-08-26 Li Zefantracing/filters: Support filtering for char * strings
2009-08-26 Li Zefantracing/filters: Add __field_ext() to TRACE_EVENT
2009-08-26 Li Zefantracing/filters: Add filter_type to struct ftrace_event...
2009-08-08 Tom Zanussitracing/filters: Don't use pred on alloc failure
2009-08-08 Tom Zanussitracing/filters: Always free pred on filter_add_subsyst...
2009-08-08 Tom Zanussitracing/filters: Don't use pred on alloc failure
2009-07-20 Li Zefantracing/filters: improve subsystem filter
2009-07-20 Li Zefantracing/events: record the size of dynamic arrays
2009-07-10 Xiao Guangrongtracing/filter: Remove preds from struct event_subsystem
2009-06-16 Li Zefantracing/filters: fix race between filter setting and...
2009-06-16 Li Zefantracing/filters: free filter_string in destroy_preds()
2009-06-15 Li Zefantracing/filters: strloc should be unsigned short
2009-06-15 Li Zefantracing/filters: operand can be negative
2009-06-02 Li Zefantracing/events: introduce __dynamic_array()
2009-05-15 Li Zefantracing/filters: fix off-by-one bug
2009-05-15 Li Zefantracing/filters: add missing unlock in a failure path
2009-05-07 Li Zefantracing/events: fix concurrent access to ftrace_events...
2009-05-07 Frederic Weisbeckertracing/filters: support for operator reserved characte...
2009-05-07 Frederic Weisbeckertracing/filters: support for filters of dynamic sized...
2009-05-06 Li Zefantracing/events: fix concurrent access to ftrace_events...
2009-05-06 Li Zefantracing/events: fix memory leak when unloading module
2009-04-29 Tom Zanussitracing/filters: a better event parser
2009-04-29 Tom Zanussitracing/filters: move preds into event_filter object
2009-04-21 Li Zefantracing/filters: allow user-input to be integer-like...
2009-04-17 Tom Zanussitracing/filters: add filter_mutex to protect filter...
2009-04-14 Steven Rostedttracing/events: add export symbols for trace events...
2009-04-14 Steven Rostedttracing/events: convert event call sites to use a link...
2009-04-13 Tom Zanussitracing/filters: allow on-the-fly filter switching
2009-04-13 Ingo MolnarMerge branch 'linus' into tracing/core
2009-04-13 Tom Zanussitracing/filters: add run-time field descriptions to...
2009-04-12 Li Zefantracing/filters: return proper error code when writing...
2009-04-12 Li Zefantracing/filters: allow user input integer to be oct...
2009-04-12 Li Zefantracing/filters: fix NULL pointer dereference
2009-03-24 Tom Zanussitracing/filters: disallow integer values for string...
2009-03-24 Tom Zanussitracing/filters: use trace_seq_printf() to print filters
2009-03-24 Tom Zanussitracing/filters: use list_for_each_entry
2009-03-23 Tom Zanussitracing/filters: clean up filter_add_subsystem_pred()
2009-03-23 Tom Zanussitracing/filters: fix bug in copy_pred()
2009-03-23 Tom Zanussitracing/filters: use list_for_each_entry_safe
2009-03-22 Tom Zanussitracing: add per-subsystem filtering
2009-03-22 Tom Zanussitracing: add per-event filtering