aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-02watchdog: Add watchdog enable/disable all functionsStephane Eranian1-0/+28
2015-04-02Merge branch 'perf/urgent' into perf/core, before applying dependent patchesIngo Molnar4-32/+70
2015-04-02perf: Add ITRACE_START record to indicate that tracing has startedAlexander Shishkin1-0/+41
2015-04-02perf: Add wakeup watermark control to the AUX areaAlexander Shishkin3-5/+24
2015-04-02perf: Support overwrite mode for the AUX areaAlexander Shishkin2-15/+34
2015-04-02perf: Add API for PMUs to write to the AUX areaAlexander Shishkin3-3/+145
2015-04-02perf: Add AUX recordAlexander Shishkin2-0/+37
2015-04-02perf: Add a pmu capability for "exclusive" eventsAlexander Shishkin1-2/+117
2015-04-02perf: Add a capability for AUX_NO_SG pmus to do software double bufferingAlexander Shishkin1-1/+14
2015-04-02perf: Support high-order allocations for AUX spaceAlexander Shishkin1-6/+50
2015-04-02perf: Add AUX area to ring buffer for raw data streamsPeter Zijlstra3-29/+232
2015-04-02perf: Add data_{offset,size} to user_pageAlexander Shishkin1-0/+2
2015-04-02bpf: Fix the build on BPF_SYSCALL=y && !CONFIG_TRACING kernels, make it more configurableIngo Molnar2-1/+9
2015-04-02tracing: Allow BPF programs to call bpf_trace_printk()Alexei Starovoitov1-0/+78
2015-04-02tracing: Allow BPF programs to call bpf_ktime_get_ns()Alexei Starovoitov1-0/+14
2015-04-02tracing, perf: Implement BPF programs attached to kprobesAlexei Starovoitov5-1/+204
2015-04-02tracing: Add kprobe flagAlexei Starovoitov1-1/+1
2015-03-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+9
2015-03-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2015-03-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+10
2015-03-28Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-30/+59
2015-03-27perf: Add per event clockid supportPeter Zijlstra1-3/+74
2015-03-27Merge branch 'perf/core' into perf/timer, before applying new changesIngo Molnar3-141/+160
2015-03-27Merge branch 'timers/core' into perf/timer, to apply dependent patchIngo Molnar6-287/+589
2015-03-27perf: Fix racy group accessPeter Zijlstra1-0/+11
2015-03-27Merge branch 'perf/x86' into perf/core, because it's readyIngo Molnar3-57/+34
2015-03-27Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh the treeIngo Molnar13-57/+182
2015-03-27time: Introduce tk_fast_rawPeter Zijlstra1-0/+13
2015-03-27time: Parametrize all tk_fast_mono usersPeter Zijlstra1-10/+15
2015-03-27time: Add timerkeeper::tkr_rawPeter Zijlstra1-22/+19
2015-03-27time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra1-75/+75
2015-03-27timers, sched/clock: Clean up the code a bitIngo Molnar1-51/+56
2015-03-27timers, sched/clock: Avoid deadlock during read from NMIDaniel Thompson1-35/+68
2015-03-27timers, sched/clock: Remove redundant notrace from update functionDaniel Thompson1-1/+1
2015-03-27timers, sched/clock: Remove suspend from clock_read_data()Daniel Thompson1-15/+25
2015-03-27timers, sched/clock: Optimize cache line usageDaniel Thompson1-35/+77
2015-03-27timers, sched/clock: Match scope of read and write seqcountsDaniel Thompson1-15/+11
2015-03-25mm: numa: slow PTE scan rate if migration failures occurMel Gorman1-2/+6
2015-03-23perf: Remove type specific target pointersPeter Zijlstra3-19/+13
2015-03-23timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loopPreeti U Murthy1-2/+9
2015-03-23lockdep: Fix the module unload key range freeing logicPeter Zijlstra2-30/+59
2015-03-23sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman1-0/+2
2015-03-23perf: Fix irq_work 'tail' recursionPeter Zijlstra1-0/+10
2015-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus Torvalds1-4/+26
2015-03-17Merge branches 'perf-urgent-for-linus' and 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-03-17livepatch: Fix subtle race with coming and going modulesPetr Mladek1-4/+26
2015-03-13perf: Fix context leak in put_event()Leon Yu1-1/+1
2015-03-13clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq_*()John Stultz1-5/+6
2015-03-13clocksource: Add some debug info about clocksources being registeredJohn Stultz1-0/+3
2015-03-13clocksource: Mostly kill clocksource_register()John Stultz2-49/+36