summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-155-75/+42
|\
| * Merge branch 'iov_iter' into for-nextAl Viro2015-04-121-0/+14
| |\
| | * saner iov_iter initialization primitivesAl Viro2015-03-301-0/+14
| * | Merge branch 'iocb' into for-nextAl Viro2015-04-123-70/+23
| |\ \
| | * | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-263-31/+23
| | * | fs: split generic and aio kiocbChristoph Hellwig2015-03-131-40/+6
| | * | fs: don't allow to complete sync iocbs through aio_completeChristoph Hellwig2015-03-131-4/+0
| | * | fs: remove ki_nbytesChristoph Hellwig2015-03-131-1/+0
| | |/
| * | VFS: Add iov_iter_fault_in_multipages_readable()Anton Altaparmakov2015-04-121-0/+1
| * | switch security_inode_getattr() to struct path *Al Viro2015-04-121-4/+3
| * | kill struct filename.separateAl Viro2015-04-121-1/+1
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-146-27/+256
|\ \ \
| * | | watchdog: Add watchdog enable/disable all functionsStephane Eranian2015-04-021-0/+8
| * | | perf: Add ITRACE_START record to indicate that tracing has startedAlexander Shishkin2015-04-022-0/+15
| * | | perf: Add wakeup watermark control to the AUX areaAlexander Shishkin2015-04-021-0/+7
| * | | perf: Support overwrite mode for the AUX areaAlexander Shishkin2015-04-021-0/+1
| * | | perf: Add API for PMUs to write to the AUX areaAlexander Shishkin2015-04-021-1/+23
| * | | perf: Add AUX recordAlexander Shishkin2015-04-021-0/+19
| * | | perf: Add a pmu capability for "exclusive" eventsAlexander Shishkin2015-04-021-0/+2
| * | | perf: Add a capability for AUX_NO_SG pmus to do software double bufferingAlexander Shishkin2015-04-021-0/+1
| * | | perf: Support high-order allocations for AUX spaceAlexander Shishkin2015-04-021-0/+1
| * | | perf: Add AUX area to ring buffer for raw data streamsPeter Zijlstra2015-04-022-0/+33
| * | | perf: Add data_{offset,size} to user_pageAlexander Shishkin2015-04-021-0/+5
| * | | tracing: Allow BPF programs to call bpf_trace_printk()Alexei Starovoitov2015-04-021-0/+1
| * | | tracing: Allow BPF programs to call bpf_ktime_get_ns()Alexei Starovoitov2015-04-021-0/+1
| * | | tracing, perf: Implement BPF programs attached to kprobesAlexei Starovoitov2015-04-023-0/+15
| * | | tracing: Add kprobe flagAlexei Starovoitov2015-04-021-0/+3
| * | | bpf: Make internal bpf API independent of CONFIG_BPF_SYSCALL #ifdefsDaniel Borkmann2015-04-021-4/+16
| * | | perf: Add per event clockid supportPeter Zijlstra2015-03-272-3/+5
| * | | Merge branch 'perf/core' into perf/timer, before applying new changesIngo Molnar2015-03-272-19/+100
| |\ \ \
| | * \ \ Merge branch 'perf/x86' into perf/core, because it's readyIngo Molnar2015-03-271-2/+48
| | |\ \ \
| | | * | | perf: Remove type specific target pointersPeter Zijlstra2015-03-232-4/+1
| | | * | | perf/x86/intel: Support task events with Intel CQMMatt Fleming2015-02-252-0/+2
| | | * | | perf/x86/intel: Add Intel Cache QoS Monitoring supportMatt Fleming2015-02-251-0/+7
| | | * | | perf: Add ->count() function to read per-package countersMatt Fleming2015-02-251-0/+10
| | | * | | perf: Make perf_cgroup_from_task() globalMatt Fleming2015-02-251-0/+30
| | * | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh th...Ingo Molnar2015-03-2744-89/+271
| | |\ \ \ \
| | * \ \ \ \ Merge tag 'v4.0-rc1' into perf/core, to refresh the treeIngo Molnar2015-02-26513-4486/+12816
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | perf, powerpc: Fix up flush_branch_stack() usersPeter Zijlstra2015-02-181-5/+0
| | * | | | | perf/x86/intel: Expose LBR callstack to user space toolingPeter Zijlstra2015-02-181-8/+8
| | * | | | | perf: Simplify the branch stack checkYan, Zheng2015-02-181-0/+5
| | * | | | | perf: Add pmu specific data for perf task contextYan, Zheng2015-02-181-0/+6
| | * | | | | perf/x86/intel: Use context switch callback to flush LBR stackYan, Zheng2015-02-181-1/+0
| | * | | | | perf: Introduce pmu context switch callbackYan, Zheng2015-02-181-0/+9
| | * | | | | perf/x86/intel: Reduce lbr_sel_map[] sizeYan, Zheng2015-02-181-14/+35
| * | | | | | Merge branch 'timers/core' into perf/timer, to apply dependent patchIngo Molnar2015-03-274-18/+50
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-143-7/+20
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'nohz/guest' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Ingo Molnar2015-03-163-7/+20
| |\ \ \ \ \ \ \ \
| | * | | | | | | | kvm,rcu,nohz: use RCU extended quiescent state when running KVM guestRik van Riel2015-03-093-1/+9
| | * | | | | | | | context_tracking: Add stub context_tracking_is_enabledRik van Riel2015-03-091-0/+2