aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-07tracing: Warn if a tracepoint is not set via debugfsSteven Rostedt1-1/+10
2014-03-07tracing: Use helper functions in event assignment to shrink macro sizeSteven Rostedt1-0/+30
2014-03-07tracing: Move event storage for array from macro to standalone functionSteven Rostedt3-14/+25
2014-03-07tracing: Move raw output code from macro to standalone functionSteven Rostedt1-0/+31
2014-03-03tracepoint: Do not waste memory on mods with no tracepointsSteven Rostedt (Red Hat)1-0/+6
2014-02-20ftrace: Have static function trace clear ENABLED flag on unregisterSteven Rostedt (Red Hat)1-1/+7
2014-02-20tracing: Add trace_clock=<clock> kernel parameterSteven Rostedt1-16/+45
2014-02-20tracing/uprobes: Support mix of ftrace and perfNamhyung Kim1-8/+1
2014-02-20tracing/uprobes: Support event triggeringNamhyung Kim1-2/+4
2014-02-20tracing/uprobes: Support ftrace_event_file base multibufferzhangwei(Jovi)3-38/+101
2014-02-20tracing/uprobes: Move argument fetching to uprobe_dispatcher()Namhyung Kim1-37/+56
2014-02-20tracing/uprobes: Rename uprobe_{trace,perf}_print() functionsNamhyung Kim1-6/+6
2014-02-20ftrace: Allow for function tracing instance to filter functionsSteven Rostedt (Red Hat)4-14/+94
2014-02-20ftrace: Pass in global_ops for use with filtering filesSteven Rostedt (Red Hat)1-4/+8
2014-02-20ftrace: Allow instances to use function tracingSteven Rostedt (Red Hat)2-40/+81
2014-02-20tracing: Convert tracer->enabled to counterSteven Rostedt (Red Hat)2-4/+4
2014-02-20tracing: Disable tracers before deletion of instanceSteven Rostedt (Red Hat)1-0/+18
2014-02-20ftrace: Copy ops private to global_ops privateSteven Rostedt (Red Hat)1-9/+8
2014-02-20tracing: Only let top level have option filesSteven Rostedt (Red Hat)1-3/+5
2014-02-20tracing: Set up infrastructure to allow tracers for instancesSteven Rostedt (Red Hat)3-16/+60
2014-02-20tracing: Pass trace_array to flag_changed callbackSteven Rostedt (Red Hat)4-4/+8
2014-02-20tracing: Pass trace_array to set_flag callbackSteven Rostedt (Red Hat)8-17/+27
2014-02-15Merge branches 'irq-urgent-for-linus' and 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+46
2014-02-15Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+7
2014-02-13tick: Clear broadcast pending bit when switching to oneshotThomas Gleixner1-0/+1
2014-02-11ring-buffer: Fix first commit on sub-buffer having non-zero deltaSteven Rostedt (Red Hat)1-0/+7
2014-02-11genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=nPaul Gortmaker1-0/+1
2014-02-09genirq: Add devm_request_any_context_irq()Stephen Boyd1-0/+45
2014-02-08Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2014-02-06time: Fix overflow when HZ is smaller than 60Mikulas Patocka1-0/+6
2014-02-05execve: use 'struct filename *' for executable name passingLinus Torvalds2-2/+2
2014-02-05genirq: Generic irq chip requires IRQ_DOMAINNitin A Kamble1-0/+1
2014-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-15/+16
2014-01-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+5
2014-01-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-8/+12
2014-01-30kernel/smp.c: remove cpumask_ipiRoman Gushchin1-16/+1
2014-01-30kernel: use lockless list for smp_call_function_singleChristoph Hellwig1-38/+13
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-8/+9
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-11/+0
2014-01-28sched: Make sched_class::get_rr_interval() optionalPeter Zijlstra1-1/+3
2014-01-28sched/deadline: Add sched_dl documentationDario Faggioli1-1/+2
2014-01-27softirq: use const char * const for softirq_to_name, whitespace neateningJoe Perches1-16/+9
2014-01-27softirq: convert printks to pr_<level>Joe Perches1-2/+4
2014-01-27softirq: use ffs() in __do_softirq()Joe Perches1-21/+22
2014-01-27kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_str()Chen Gang1-1/+1
2014-01-27Merge tag 'trace-fixes-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-32/+81
2014-01-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-19/+42
2014-01-25hung_task: Display every hung task warningAaron Tomlin2-5/+9
2014-01-25introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_my_thread_group_empty()Oleg Nesterov1-11/+0
2014-01-25sysctl: Add neg_one as a standard constraintAaron Tomlin1-0/+1