summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tracing, dma-buf: Remove unused trace event dma_fence_annotate_wait_onSteven Rostedt (VMware)2017-10-162-41/+0
* tracing, memcg, vmscan: Hide trace events when not in useSteven Rostedt (VMware)2017-10-131-0/+4
* tracing/xen: Hide events that are not used when X86_PAE is not definedSteven Rostedt (VMware)2017-10-131-16/+19
* tracing: mark trace_test_buffer as __maybe_unusedArnd Bergmann2017-10-131-1/+1
* printk: Remove superfluous memory barriers from printk_safeSteven Rostedt (VMware)2017-10-131-7/+8
* ftrace: Clear hashes of stale ips of init memoryJoel Fernandes2017-10-111-0/+69
* tracing: Add support for preempt and irq enable/disable eventsJoel Fernandes2017-10-115-2/+118
* tracing: Prepare to add preempt and irq trace eventsJoel Fernandes2017-10-061-26/+74
* ftrace/kallsyms: Have /proc/kallsyms show saved mod init functionsSteven Rostedt (VMware)2017-10-063-6/+81
* ftrace: Add freeing algorithm to free ftrace_mod_mapsSteven Rostedt (VMware)2017-10-051-2/+30
* ftrace: Save module init functions kallsyms symbols for tracingSteven Rostedt (VMware)2017-10-054-5/+168
* ftrace: Allow module init functions to be tracedSteven Rostedt (VMware)2017-10-053-5/+7
* ftrace: Add a ftrace_free_mem() function for modules to useSteven Rostedt (VMware)2017-10-042-3/+13
* tracing: Reimplement log2Tom Zanussi2017-10-041-4/+27
* tracing: Add hist_field_name() accessorTom Zanussi2017-10-041-22/+45
* tracing: Clean up hist_field_flags enumTom Zanussi2017-10-041-10/+10
* tracing: Make traceprobe parsing code reusableTom Zanussi2017-10-046-103/+103
* tracing: Increase tracing map KEYS_MAX sizeTom Zanussi2017-10-041-1/+1
* tracing: Remove lookups from tracing_map hitcountTom Zanussi2017-10-041-1/+2
* tracing: Exclude 'generic fields' from histogramsTom Zanussi2017-10-041-2/+2
* ring-buffer: Rewrite trace_recursive_(un)lock() to be simplerSteven Rostedt (VMware)2017-10-041-47/+17
* tracing: Reverse the order of trace_types_lock and event_mutexSteven Rostedt (VMware)2017-10-042-16/+20
* tracing: Remove redundant unread variable retColin Ian King2017-10-041-4/+2
* tracing: Remove obsolete sched_switch tracer selftestJoel Fernandes2017-10-042-34/+0
* Linux 4.14-rc3v4.14-rc3Linus Torvalds2017-10-011-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-0114-47/+56
|\
| * x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin2017-09-295-18/+7
| * x86/mm: Disable branch profiling in mem_encrypt.cTom Lendacky2017-09-291-0/+2
| * x86/asm: Fix inline asm call constraints for GCC 4.4Josh Poimboeuf2017-09-291-2/+4
| * perf/x86/intel/uncore: Correct num_boxes for IIO and IRPKan Liang2017-09-251-2/+2
| * perf/x86/intel/rapl: Add missing CPU IDsKan Liang2017-09-251-0/+3
| * perf/x86/msr: Add missing CPU IDsKan Liang2017-09-251-0/+8
| * perf/x86/intel/cstate: Add missing CPU IDsKan Liang2017-09-251-0/+4
| * x86: Don't cast away the __user in __get_user_asm_u64()Ville Syrjälä2017-09-251-1/+1
| * x86/sysfs: Fix off-by-one error in loop terminationSean Fu2017-09-251-1/+1
| * x86/mm: Fix fault error path using unsafe vma pointerLaurent Dufour2017-09-251-23/+24
| * x86/numachip: Add const and __initconst to numachip2_clockeventBhumika Goyal2017-09-251-1/+1
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-10-012-2/+16
|\ \
| * | um/time: Fixup namespace collisionThomas Gleixner2017-09-291-2/+2
| * | timer: Prepare to change timer callback argument typeKees Cook2017-09-281-0/+14
| |/
* | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-012-143/+384
|\ \
| * | smp/hotplug: Hotplug state fail injectionPeter Zijlstra2017-09-252-2/+61
| * | smp/hotplug: Differentiate the AP completion between up and downPeter Zijlstra2017-09-251-17/+32
| * | smp/hotplug: Differentiate the AP-work lockdep class between up and downPeter Zijlstra2017-09-251-9/+32
| * | smp/hotplug: Callback vs state-machine consistencyPeter Zijlstra2017-09-251-4/+22
| * | smp/hotplug: Rewrite AP state machine corePeter Zijlstra2017-09-251-115/+206
| * | smp/hotplug: Allow external multi-instance rollbackPeter Zijlstra2017-09-251-15/+32
| * | smp/hotplug: Add state diagramPeter Zijlstra2017-09-251-0/+18
| |/
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-10-018-74/+102
|\ \
| * | sched/sysctl: Check user input value of sysctl_sched_time_avgEthan Zhao2017-09-291-1/+2