aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-29perf: Remove __free_event()Peter Zijlstra1-25/+20
2016-01-29perf/bpf: Convert perf_event_array to use struct fileAlexei Starovoitov3-25/+31
2016-01-29perf: Fix NULL derefPeter Zijlstra1-2/+2
2016-01-28perf: Fix race in perf_event_exit_task_context()Peter Zijlstra1-21/+29
2016-01-28perf: Fix orphan holePeter Zijlstra1-2/+2
2016-01-21perf: Synchronously free aux pages in case of allocation failureAlexander Shishkin1-20/+20
2016-01-21perf: Fix perf_event_exit_task() racePeter Zijlstra1-66/+85
2016-01-21perf: Add more assertionsPeter Zijlstra1-0/+9
2016-01-21perf: Collapse and fix event_function_call() usersPeter Zijlstra2-200/+167
2016-01-21perf: Specialize perf_event_exit_task()Peter Zijlstra1-7/+11
2016-01-21perf: Fix task context schedulingPeter Zijlstra1-64/+91
2016-01-21perf: Make ctx->is_active and cpuctx->task_ctx consistentPeter Zijlstra1-7/+14
2016-01-21perf: Optimize perf_sched_events() usagePeter Zijlstra1-6/+16
2016-01-21perf: Simplify/fix perf_event_enable() event schedulingPeter Zijlstra1-26/+5
2016-01-21perf: Use task_ctx_sched_out()Peter Zijlstra1-2/+1
2016-01-21perf: Fix perf_enable_on_exec() event schedulingPeter Zijlstra1-20/+27
2016-01-21perf: Remove stale commentPeter Zijlstra1-7/+0
2016-01-21perf: Fix cgroup scheduling in perf_enable_on_exec()Peter Zijlstra1-24/+7
2016-01-21perf: Fix cgroup event schedulingPeter Zijlstra1-7/+10
2016-01-21perf: Add lockdep assertionsPeter Zijlstra1-2/+8
2016-01-13Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-2/+9
2016-01-12Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-15/+11
2016-01-12Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds6-228/+300
2016-01-12Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds6-62/+48
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-59/+187
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-104/+51
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2016-01-12net: bpf: reject invalid shiftsRabin Vincent1-0/+10
2016-01-12Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+3
2016-01-11Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds4-15/+231
2016-01-11Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-14/+109
2016-01-11Merge branches 'timers-core-for-linus' and 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-31/+117
2016-01-12Merge branches 'pm-sleep' and 'pm-tools'Rafael J. Wysocki2-15/+11
2016-01-11Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2016-01-11Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-7/+58
2016-01-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-286/+404
2016-01-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-177/+109
2016-01-11Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-88/+730
2016-01-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-217/+342
2016-01-10cgroup: fix a typo.Rami Rosen1-1/+1
2016-01-09restrict /dev/mem to idle io memory rangesDan Williams1-2/+9
2016-01-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+2
2016-01-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-29/+6
2016-01-08Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2016-01-07ftrace: Fix the race between ftrace and insmodQiu Peiyang1-9/+16
2016-01-07Merge tag 'trace-v4.4-rc4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+6
2016-01-07ftrace: Add infrastructure for delayed enabling of module functionsSteven Rostedt (Red Hat)1-55/+106
2016-01-07ftrace/module: Call clean up function when module init fails earlySteven Rostedt (Red Hat)1-0/+6
2016-01-07workqueue: simplify the apply_workqueue_attrs_locked()wanghaibin1-7/+4
2016-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1