summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* tracing: add lock depth to entriesSteven Rostedt2009-09-111-0/+1
* tracing: move tgid out of generic entry and into userstackSteven Rostedt2009-09-111-1/+0
* Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar2009-09-0619-65/+142
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2009-09-052-1/+16
| |\
| | * dm log: userspace add luid to distinguish between concurrent log instancesJonathan Brassow2009-09-041-1/+12
| | * dm stripe: expose correct io hintsMike Snitzer2009-09-041-0/+4
| * | exec: do not sleep in TASK_TRACED under ->cred_guard_mutexOleg Nesterov2009-09-051-0/+1
| * | workqueues: introduce __cancel_delayed_work()Oleg Nesterov2009-09-051-0/+15
| |/
| * lmb: Also remove __init from lmb_end_of_RAM() declaration in lmb.hBenjamin Herrenschmidt2009-08-311-1/+1
| * flex_array: convert element_nr formals to unsignedDavid Rientjes2009-08-261-4/+6
| * flex_array: declare parts member to have incomplete typeDavid Rientjes2009-08-261-1/+1
| * mm: fix hugetlb bug due to user_shm_unlock callHugh Dickins2009-08-241-2/+4
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-08-241-0/+4
| |\
| | * Input: ucb1400_ts - enable ADC FilterMarek Vasut2009-08-211-0/+4
| * | kernel_read: redefine offset typeMimi Zohar2009-08-241-1/+1
| * | Make bitmask 'and' operators return a result codeLinus Torvalds2009-08-212-20/+18
| * | mm: revert "oom: move oom_adj value"KOSAKI Motohiro2009-08-182-2/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-08-181-0/+5
| |\ \
| | * | net: restore gnet_stats_basic to previous definitionEric Dumazet2009-08-171-0/+5
| * | | security: define round_hint_to_min in !CONFIG_SECURITYEric Paris2009-08-171-15/+15
| * | | Security/SELinux: seperate lsm specific mmap_min_addrEric Paris2009-08-172-15/+17
| * | | Capabilities: move cap_file_mmap to commoncap.cEric Paris2009-08-171-3/+4
| * | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-08-131-11/+38
| |\ \ \
| | * | | perf: Rework/fix the whole read vs group stuffPeter Zijlstra2009-08-131-11/+36
| | * | | perf_counter: Provide hw_perf_counter_setup_online() APIsIngo Molnar2009-08-131-0/+2
| * | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-08-131-1/+8
| |\ \ \ \
| | * | | | locking, sched: Give waitqueue spinlocks their own lockdep classesPeter Zijlstra2009-08-101-1/+8
| | | |/ / | | |/| |
| * | | | NFS: Fix an O_DIRECT Oops...Trond Myklebust2009-08-121-3/+2
| | |/ / | |/| |
* | | | ring-buffer: only enable ring_buffer_swap_cpu when neededSteven Rostedt2009-09-041-0/+9
* | | | tracing: pass around ring buffer instead of tracerSteven Rostedt2009-09-041-5/+10
* | | | ring-buffer: remove ring_buffer_event_discardSteven Rostedt2009-09-041-14/+0
* | | | tracing/filters: Defer pred allocationLi Zefan2009-08-312-3/+0
* | | | Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2009-08-261-28/+18
|\ \ \ \
| * | | | tracing: Move tracepoint callbacks from declaration to definitionJosh Stone2009-08-261-28/+18
* | | | | tracing: add comments to explain TRACE_EVENT out of protectionSteven Rostedt2009-08-261-2/+11
* | | | | tracing/events: fix the include file dependenciesXiao Guangrong2009-08-261-2/+1
* | | | | tracing/filters: Support filtering for char * stringsLi Zefan2009-08-261-0/+1
* | | | | tracing/filters: Add __field_ext() to TRACE_EVENTLi Zefan2009-08-261-1/+8
|/ / / /
* | | | tracing/syscalls: Add filtering supportLi Zefan2009-08-192-7/+14
* | | | tracing/events: Add trace_define_common_fields()Li Zefan2009-08-191-7/+1
* | | | tracing/events: Add ftrace_event_call param to define_fields()Li Zefan2009-08-191-1/+1
* | | | tracing/syscalls: Add fields format for exit eventsLi Zefan2009-08-191-1/+2
* | | | tracing/events: Add module tracepointsLi Zefan2009-08-171-3/+11
* | | | tracing: Add fields format definition for syscall eventsFrederic Weisbecker2009-08-111-0/+1
* | | | tracing: Add ftrace event call parameter to its field descriptor handlerFrederic Weisbecker2009-08-111-1/+2
* | | | tracing: Add perf counter support for syscalls tracingJason Baron2009-08-112-1/+53
* | | | tracing: Add individual syscalls tracepoint id supportJason Baron2009-08-111-4/+18
* | | | tracing: Add trace events for each syscall entry/exitJason Baron2009-08-111-2/+59
* | | | tracing: Add ftrace_event_call void * 'data' fieldJason Baron2009-08-111-2/+3
* | | | tracing: Add DECLARE_TRACE_WITH_CALLBACK() macroJason Baron2009-08-111-4/+27