summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-04-1413-45/+492
|\
| * tracing: Add enum_map file to show enums that have been mappedSteven Rostedt (Red Hat)2015-04-082-4/+269
| * tracing: Allow for modules to convert their enums to valuesSteven Rostedt (Red Hat)2015-04-083-5/+49
| * tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their valuesSteven Rostedt (Red Hat)2015-04-083-1/+146
| * ftrace/x86: Let dynamic trampolines call ops->func even for dynamic fopsSteven Rostedt (Red Hat)2015-04-021-8/+14
| * ring-buffer: Remove duplicate use of '&' in recursive codeSteven Rostedt (Red Hat)2015-03-301-4/+1
| * trace: Don't use __weak in header filesStephen Rothwell2015-03-254-24/+15
| * tracing: remove ftrace:function TRACE_EVENT_FL_USE_CALL_FILTER flagHe Kuang2015-03-251-1/+1
| * tracing: %pF is only for function pointersScott Wood2015-03-251-3/+3
| * ring-buffer: Replace this_cpu_*() with __this_cpu_*()Steven Rostedt2015-03-251-6/+5
* | Merge tag 'trace-4.1-tracefs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-148-142/+130
|\ \
| * | tracing: Have mkdir and rmdir be part of tracefsSteven Rostedt (Red Hat)2015-02-031-70/+5
| * | tracing: Automatically mount tracefs on debugfs/tracingSteven Rostedt (Red Hat)2015-02-031-3/+33
| * | tracing: Convert the tracing facility over to use tracefsSteven Rostedt (Red Hat)2015-02-038-66/+74
| * | tracing: Create cmdline tracer options on tracing fs initSteven Rostedt (Red Hat)2015-02-031-9/+21
| * | tracing: Only create tracer options files if directory existsSteven Rostedt (Red Hat)2015-02-031-2/+5
| * | Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Steven Rostedt (Red Hat)2015-02-0219-236/+423
| |\ \
* | \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-141-52/+17
|\ \ \ \
| * \ \ \ Merge branch 'for-4.1/core-noarch' into for-linusJiri Kosina2015-04-131-52/+17
| |\ \ \ \
| | * | | | livepatch: remove unnecessary call to klp_find_object_module()Josh Poimboeuf2015-03-041-2/+0
| | * | | | livepatch: simplify disable error pathJosh Poimboeuf2015-02-181-50/+17
* | | | | | Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-04-133-9/+18
|\ \ \ \ \ \
| * | | | | | cpusets, isolcpus: exclude isolcpus from load balancing in cpusetsRik van Riel2015-03-191-2/+11
| * | | | | | sched, isolcpu: make cpu_isolated_map visible outside schedulerRik van Riel2015-03-191-3/+3
| * | | | | | cgroup: Use kvfree in pidlist_free()Bandan Das2015-03-031-4/+1
| * | | | | | cgroup: call cgroup_subsys->bind on cgroup subsys initializationVladimir Davydov2015-03-021-0/+3
* | | | | | | Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2015-04-131-333/+514
|\ \ \ \ \ \ \
| * | | | | | | workqueue: Reorder sysfs codeFrederic Weisbecker2015-04-061-317/+318
| * | | | | | | workqueue: dump workqueues on sysrq-tTejun Heo2015-03-091-0/+160
| * | | | | | | workqueue: keep track of the flushing task and pool managerTejun Heo2015-03-091-0/+5
| * | | | | | | workqueue: make the workqueues list RCU walkableTejun Heo2015-03-091-16/+31
* | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-133-4/+150
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'irqchip-core-4.1-3' of git://git.infradead.org/users/jcooper/linux...Thomas Gleixner2015-04-111-0/+16
| |\ \ \ \ \ \ \ \
| | * | | | | | | | genirq: Add irqchip_set_wake_parentMarc Zyngier2015-03-151-0/+16
| * | | | | | | | | genirq: Allow the irqchip state of an IRQ to be save/restoredMarc Zyngier2015-04-081-0/+91
| * | | | | | | | | genirq: MSI: Fix freeing of unallocated MSIMarc Zyngier2015-04-081-2/+9
| * | | | | | | | | Merge branch 'linus' into irq/core to get the GIC updates whichThomas Gleixner2015-04-0816-85/+258
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge tag 'v4.0-rc2' into irq/core, to refresh the tree before applying new c...Ingo Molnar2015-03-05117-1739/+3281
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | genirq: Provide disable_hardirq()Peter Zijlstra2015-02-181-2/+34
* | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-1320-755/+1174
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | timers/PM: Drop unnecessary braces from tick_freeze()Rafael J. Wysocki2015-04-031-3/+2
| * | | | | | | | | | | | timers/PM: Fix up tick_unfreeze()Rafael J. Wysocki2015-04-031-1/+1
| * | | | | | | | | | | | timekeeping: Get rid of stale commentThomas Gleixner2015-04-031-4/+0
| * | | | | | | | | | | | clockevents: Cleanup dead cpu explicitelyThomas Gleixner2015-04-036-60/+50
| * | | | | | | | | | | | clockevents: Make tick handover explicitThomas Gleixner2015-04-035-12/+8
| * | | | | | | | | | | | clockevents: Remove broadcast oneshot control leftoversRafael J. Wysocki2015-04-031-7/+0
| * | | | | | | | | | | | sched/idle: Use explicit broadcast oneshot control functionThomas Gleixner2015-04-031-3/+2
| * | | | | | | | | | | | clockevents: Provide explicit broadcast oneshot control functionsThomas Gleixner2015-04-033-14/+20
| * | | | | | | | | | | | clockevents: Remove the broadcast control leftoversThomas Gleixner2015-04-031-10/+0
| * | | | | | | | | | | | clockevents: Provide explicit broadcast control functionsThomas Gleixner2015-04-033-38/+32