summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-12-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar3-38/+83
2012-12-08Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar3-16/+31
2012-12-08Merge branch 'linus' into perf/coreIngo Molnar12-99/+116
2012-12-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/l...Linus Torvalds1-7/+7
2012-12-06Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2012-12-05MODSIGN: Don't use enum-type bitfields in module signature info blockDavid Howells1-7/+7
2012-12-04watchdog: Fix CPU hotplug regressionThomas Gleixner1-0/+3
2012-12-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/l...Linus Torvalds1-2/+2
2012-12-04Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2012-12-04workqueue: convert BUG_ON()s in __queue_delayed_work() to WARN_ON_ONCE()sTejun Heo1-2/+2
2012-12-03Revert "sched, autogroup: Stop going ahead if autogroup is disabled"Mike Galbraith2-9/+0
2012-12-03modsign: add symbol prefix to certificate listJames Hogan1-2/+2
2012-12-01workqueue: mod_delayed_work_on() shouldn't queue timer on 0 delayTejun Heo1-3/+11
2012-12-01workqueue: exit rescuer_thread() as TASK_RUNNINGMike Galbraith1-1/+3
2012-12-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+7
2012-11-26futex: avoid wake_futex() for a PI futex_qDarren Hart1-1/+17
2012-11-26watchdog: using u64 in get_sample_period()Chuansheng Liu1-2/+2
2012-11-16uprobes: Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() raceOleg Nesterov2-3/+25
2012-11-14uprobes: Flush cache after xol writeRabin Vincent1-0/+5
2012-11-13tracing: Show raw time stamp on stats per cpu using counter or tsc mode for t...Yoshihiro YUNOMAE1-6/+17
2012-11-13tracing: Format non-nanosec times from tsc clock without a decimal point.David Sharp3-32/+65
2012-11-13tracing,x86: Add a TSC trace_clockDavid Sharp1-0/+1
2012-11-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-19/+22
2012-11-03uprobes: Kill arch_uprobe_enable/disable_step() hooksOleg Nesterov1-10/+0
2012-11-03uprobes/powerpc: Do not use arch_uprobe_*_step() helpersOleg Nesterov1-2/+0
2012-11-02tracing: Add trace_options kernel command line parameterSteven Rostedt1-15/+39
2012-11-02tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt7-64/+76
2012-11-02tracing: Remove deprecated tracing_enabled fileSteven Rostedt1-3/+0
2012-11-02tracing: Make tracing_enabled be equal to tracing_onSteven Rostedt2-86/+5
2012-11-02tracing: Remove unused function unregister_tracer()Steven Rostedt2-27/+0
2012-11-02tracing: Separate open function from set_event and available_eventsSteven Rostedt1-19/+27
2012-11-02ring-buffer: Change unsigned long type of ring_buffer_oldest_event_ts() to u64Yoshihiro YUNOMAE1-2/+2
2012-11-02tracing: Reset ring buffer when changing trace_clocksDavid Sharp1-0/+8
2012-11-01futex: Handle futex_pi OWNER_DIED take over correctlyThomas Gleixner1-19/+22
2012-10-31tracing: Cleanup unnecessary function declarationsVaibhav Nagarnaik1-32/+29
2012-10-31tracing: Trivial cleanupDavid Sharp1-3/+3
2012-10-31tracing: Cache comms only after an event occurredSteven Rostedt4-11/+33
2012-10-31tracing: Have tracing_sched_wakeup_trace() use standard unlock_commitSteven Rostedt1-3/+1
2012-10-31tracing: Enable comm recording if trace_printk() is usedSteven Rostedt3-2/+38
2012-10-31tracing: Expand ring buffer when trace_printk() is usedSteven Rostedt1-0/+7
2012-10-31ring-buffer: Add a 'dropped events' counterSlava Pestov2-6/+38
2012-10-31tracing: Change tracer's integer flags to boolHiraku Toyooka3-12/+12
2012-10-31tracing: Allow tracers to start at core initcallSteven Rostedt6-8/+7
2012-10-31tracing: Replace strict_strto* with kstrto*Daniel Walter7-14/+14
2012-10-31module: fix out-by-one error in kallsymsRusty Russell1-11/+16
2012-10-30perf, powerpc: Fix hw breakpoints returning -ENOSPCMichael Neuling1-5/+7
2012-10-25Merge branch 'akpm' (Andrew's fixes)Linus Torvalds1-1/+11
2012-10-25Makefile: Documentation for external tool should be correctH. Peter Anvin1-4/+2
2012-10-25pidns: limit the nesting depth of pid namespacesAndrew Vagin1-1/+11
2012-10-25uprobes: Fix misleading log entryJovi Zhang1-1/+1