summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracing: Add trace_options kernel command line parameterSteven Rostedt2012-11-021-15/+39
* tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt2012-11-027-64/+76
* tracing: Remove deprecated tracing_enabled fileSteven Rostedt2012-11-021-3/+0Star
* tracing: Make tracing_enabled be equal to tracing_onSteven Rostedt2012-11-022-86/+5Star
* tracing: Remove unused function unregister_tracer()Steven Rostedt2012-11-022-27/+0Star
* tracing: Separate open function from set_event and available_eventsSteven Rostedt2012-11-021-19/+27
* ring-buffer: Change unsigned long type of ring_buffer_oldest_event_ts() to u64Yoshihiro YUNOMAE2012-11-021-2/+2
* tracing: Reset ring buffer when changing trace_clocksDavid Sharp2012-11-021-0/+8
* tracing: Cleanup unnecessary function declarationsVaibhav Nagarnaik2012-10-311-32/+29Star
* tracing: Trivial cleanupDavid Sharp2012-10-311-3/+3
* tracing: Cache comms only after an event occurredSteven Rostedt2012-10-314-11/+33
* tracing: Have tracing_sched_wakeup_trace() use standard unlock_commitSteven Rostedt2012-10-311-3/+1Star
* tracing: Enable comm recording if trace_printk() is usedSteven Rostedt2012-10-313-2/+38
* tracing: Expand ring buffer when trace_printk() is usedSteven Rostedt2012-10-311-0/+7
* ring-buffer: Add a 'dropped events' counterSlava Pestov2012-10-312-6/+38
* tracing: Change tracer's integer flags to boolHiraku Toyooka2012-10-313-12/+12
* tracing: Allow tracers to start at core initcallSteven Rostedt2012-10-316-8/+7Star
* tracing: Replace strict_strto* with kstrto*Daniel Walter2012-10-317-14/+14
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-242-183/+166Star
|\
| * Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-10-211-0/+4
| |\
| | * ring-buffer: Check for uninitialized cpu buffer before resizingVaibhav Nagarnaik2012-10-111-0/+4
| * | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2012-10-211-183/+162Star
| |\ \
| | * | uprobes: Fix the racy uprobe->flags manipulationOleg Nesterov2012-10-071-14/+14
| | * | uprobes: Fix prepare_uprobe() race with itselfOleg Nesterov2012-10-071-0/+8
| | * | uprobes: Introduce prepare_uprobe()Oleg Nesterov2012-10-071-19/+41
| | * | uprobes: Fix handle_swbp() vs unregister() + register() raceOleg Nesterov2012-10-071-0/+9
| | * | uprobes: Do not delete uprobe if uprobe_unregister() failsOleg Nesterov2012-10-071-6/+6
| | * | uprobes: Don't return success if alloc_uprobe() failsOleg Nesterov2012-10-071-1/+3
| | * | uprobes: Simplify is_swbp_at_addr(), remove stale commentsOleg Nesterov2012-09-291-49/+24Star
| | * | uprobes: Kill set_orig_insn()->is_swbp_at_addr()Oleg Nesterov2012-09-291-9/+23
| | * | uprobes: Introduce copy_opcode(), kill read_opcode()Oleg Nesterov2012-09-291-44/+19Star
| | * | uprobes: Kill set_swbp()->is_swbp_at_addr()Oleg Nesterov2012-09-291-11/+0Star
| | * | uprobes: Restrict valid_vma(false) to skip VM_SHARED vmasOleg Nesterov2012-09-291-9/+4Star
| | * | uprobes: Change valid_vma() to demand VM_MAYEXEC rather than VM_EXECOleg Nesterov2012-09-291-2/+2
| | * | uprobes: Change write_opcode() to use FOLL_FORCEOleg Nesterov2012-09-291-1/+1
| | * | uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume()Oleg Nesterov2012-09-291-0/+2
| | * | uprobes: Kill UTASK_BP_HIT stateOleg Nesterov2012-09-291-20/+9Star
| | * | uprobes: Fix UPROBE_SKIP_SSTEP checks in handle_swbp()Oleg Nesterov2012-09-291-16/+15Star
| | * | uprobes: Do not setup ->active_uprobe/state prematurelyOleg Nesterov2012-09-291-6/+3Star
| | * | uprobes: Do not leak UTASK_BP_HIT if find_active_uprobe() failsOleg Nesterov2012-09-291-1/+4
* | | | module_signing: fix printk format warningRandy Dunlap2012-10-221-1/+1
|/ / /
* | | use clamp_t in UNAME26 fixKees Cook2012-10-201-1/+1
* | | MODSIGN: Move the magic string to the end of a module and eliminate the searchDavid Howells2012-10-203-28/+25Star
* | | pidns: remove recursion from free_pid_ns()Cyrill Gorcunov2012-10-191-7/+14
* | | kernel/sys.c: fix stack memory content leak via UNAME26Kees Cook2012-10-191-5/+7
* | | printk: Fix scheduling-while-atomic problem in console_cpu_notify()Paul E. McKenney2012-10-171-1/+0Star
* | | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-145-27/+578
|\ \ \
| * | | MODSIGN: Make mrproper should remove generated files.Rusty Russell2012-10-101-1/+0Star
| * | | MODSIGN: Use utf8 strings in signer's name in autogenerated X.509 certsDavid Howells2012-10-101-0/+1
| * | | MODSIGN: Use the same digest for the autogen key sig as for the module sigDavid Howells2012-10-101-1/+21