summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2015-02-18Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar-1/+1
2015-02-18perf: Simplify the branch stack checkYan, Zheng-0/+3
2015-02-18perf: Always switch pmu specific data during context switchYan, Zheng-0/+3
2015-02-18perf: Add pmu specific data for perf task contextYan, Zheng-4/+36
2015-02-18perf/x86/intel: Use context switch callback to flush LBR stackYan, Zheng-77/+0
2015-02-18perf: Introduce pmu context switch callbackYan, Zheng-0/+57
2015-02-18perf: Update userspace page info for software eventShaohua Li-0/+3
2015-02-18perf: Update shadow timestamp before add eventShaohua Li-4/+4
2015-02-13perf: Remove the extra validity check on nr_pagesKaixu Xia-1/+1
2015-02-04perf: Pass the event to arch_perf_update_userpage()Andy Lutomirski-2/+3
2015-02-04perf: Add pmu callbacks to track event mapping and unmappingAndy Lutomirski-0/+9
2015-02-04Merge branch 'x86/asm' into perf/x86, to avoid conflicts with upcoming patchesIngo Molnar-17/+49
2015-02-04perf: Decouple unthrottling and rotatingMark Rutland-52/+29
2015-02-04perf: Drop module reference on event init failureMark Rutland-12/+16
2015-02-04perf: Use POLLIN instead of POLL_IN for perf poll data in flagJiri Olsa-1/+2
2015-02-04perf: Fix put_event() ctx lockPeter Zijlstra-5/+12
2015-02-04perf: Fix move_group() orderPeter Zijlstra (Intel)-9/+47
2015-02-04perf: Fix event->ctx lockingPeter Zijlstra-37/+207
2015-02-04perf: Add a bit of paranoiaPeter Zijlstra-1/+18
2015-02-04Merge tag 'v3.19-rc7' into perf/core, to merge fixes before applying new changesIngo Molnar-11/+19
2015-02-03Merge tag 'v3.19-rc7' into x86/asm, to refresh the branch before pulling in n...Ingo Molnar-57/+126
2015-02-01sched: don't cause task state changes in nested sleep debuggingLinus Torvalds-3/+2
2015-01-30Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+13
2015-01-28Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar-74/+216
2015-01-28Merge tag 'pr-20150114-x86-entry' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar-17/+49
2015-01-28perf: Tighten (and fix) the grouping conditionPeter Zijlstra-2/+13
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-8/+17
2015-01-26bpf: rcu lock must not be held when calling copy_to_user()Alexei Starovoitov-8/+17
2015-01-26Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2015-01-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+4
2015-01-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+11
2015-01-22x86, mpx: Strictly enforce empty prctl() argsDave Hansen-0/+4
2015-01-23Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-26/+74
2015-01-22cgroup: prevent mount hang due to memory controller lifetimeJohannes Weiner-1/+1
2015-01-22Merge branch 'fortglx/3.19-stable/time' of https://git.linaro.org/people/john...Thomas Gleixner-0/+11
2015-01-22module: make module_refcount() a signed integer.Rusty Russell-5/+14
2015-01-21Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-17/+8
2015-01-20module: fix race in kallsyms resolution during module load success.Rusty Russell-13/+42
2015-01-20module: remove mod arg from module_free, rename module_memfree().Rusty Russell-9/+9
2015-01-20module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell-0/+7
2015-01-20param: fix uninitialized read with CONFIG_DEBUG_LOCK_ALLOCRusty Russell-0/+1
2015-01-17kernel: avoid overflow in cmp_rangeLouis Langholtz-5/+5
2015-01-16workqueue: fix subtle pool management issue which can stall whole worker_poolTejun Heo-17/+8
2015-01-17Merge tag 'trace-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-23/+100
2015-01-15tracing: Fix enabling of syscall events on the command lineSteven Rostedt (Red Hat)-14/+55
2015-01-15tracing: Remove extra call to init_ftrace_syscalls()Steven Rostedt (Red Hat)-1/+0
2015-01-15ftrace: Check both notrace and filter for old hashSteven Rostedt (Red Hat)-7/+20
2015-01-15ftrace: Fix updating of filters for shared global_ops filtersSteven Rostedt (Red Hat)-1/+25
2015-01-14perf: Avoid horrible stack usagePeter Zijlstra (Intel)-13/+26
2015-01-11Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-30/+14