summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | sched/core: Move task_rq_lock() out of linePeter Zijlstra2016-05-052-63/+69
| * | | | | | | | | | | | | | | | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2016-05-056-27/+72
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski2016-04-281-3/+3
| * | | | | | | | | | | | | | | | | | | | | sched/cpufreq: Optimize cpufreq update kicker to avoid update multiple timesWanpeng Li2016-04-282-8/+8
| * | | | | | | | | | | | | | | | | | | | | sched/deadline: Fix a bug in dl_overflow()Xunlei Pang2016-04-231-1/+2
| * | | | | | | | | | | | | | | | | | | | | sched/fair: Optimize !CONFIG_NO_HZ_COMMON CPU load updatesFrederic Weisbecker2016-04-233-7/+13
| * | | | | | | | | | | | | | | | | | | | | sched/fair: Correctly handle nohz ticks CPU load accountingFrederic Weisbecker2016-04-232-38/+68
| * | | | | | | | | | | | | | | | | | | | | sched/fair: Gather CPU load functions under a more conventional namespaceFrederic Weisbecker2016-04-234-16/+16
| * | | | | | | | | | | | | | | | | | | | | sched/fair: Call cpufreq hook in additional pathsSteve Muckle2016-04-231-31/+42
| * | | | | | | | | | | | | | | | | | | | | sched/fair: Do not call cpufreq hook unless util changedSteve Muckle2016-04-231-4/+6
| * | | | | | | | | | | | | | | | | | | | | sched/fair: Move cpufreq hook to update_cfs_rq_load_avg()Steve Muckle2016-04-231-24/+26
| * | | | | | | | | | | | | | | | | | | | | sched/fair: Fix asym packing to select correct CPUSrikar Dronamraju2016-04-231-3/+9
| * | | | | | | | | | | | | | | | | | | | | Merge tag 'v4.6-rc4' into sched/core, to refresh the treeIngo Molnar2016-04-235-12/+111
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | sched/cpuacct: Check for NULL when using task_pt_regs()Anton Blanchard2016-04-131-4/+3
| * | | | | | | | | | | | | | | | | | | | | sched/clock: Make local_clock()/cpu_clock() inlineDaniel Lezcano2016-04-131-41/+1
| * | | | | | | | | | | | | | | | | | | | | sched/clock: Remove pointless test in cpu_clock/local_clockDaniel Lezcano2016-04-131-8/+2
| * | | | | | | | | | | | | | | | | | | | | sched/debug: Don't dump sched debug info in SysRq-WRabin Vincent2016-04-131-1/+2
| * | | | | | | | | | | | | | | | | | | | | sched/fair: Initiate a new task's util avg to a bounded valueYuyang Du2016-03-313-2/+57
| * | | | | | | | | | | | | | | | | | | | | sched/fair: Update comments after a variable renameYuyang Du2016-03-311-2/+2
| * | | | | | | | | | | | | | | | | | | | | sched/core: Add preempt checks in preempt_schedule() codeSteven Rostedt2016-03-311-9/+59
| * | | | | | | | | | | | | | | | | | | | | sched/numa: Remove unnecessary NUMA dequeue update from non-SMP kernelsTim Chen2016-03-311-0/+2
| * | | | | | | | | | | | | | | | | | | | | sched/fair: Reset nr_balance_failed after active balancingSrikar Dronamraju2016-03-311-6/+6
| * | | | | | | | | | | | | | | | | | | | | sched/cpuacct: Split usage accounting into user_usage and sys_usageDongsheng Yang2016-03-311-27/+113
| * | | | | | | | | | | | | | | | | | | | | sched/cpuacct: Show all possible CPUs in cpuacct outputZhao Lei2016-03-311-5/+5
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-05-167-92/+1005
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | perf/core: Disable the event on a truncated AUX recordAlexander Shishkin2016-05-121-1/+9
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2016-05-119-53/+105
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | perf/arm: Special-case hetereogeneous CPUsMark Rutland2016-05-051-1/+7
| * | | | | | | | | | | | | | | | | | | | | | perf/core: Let userspace know if the PMU supports address filtersAlexander Shishkin2016-05-051-0/+26
| * | | | | | | | | | | | | | | | | | | | | | perf/core: Introduce address range filteringAlexander Shishkin2016-05-051-16/+607
| * | | | | | | | | | | | | | | | | | | | | | perf/core: Extend perf_event_aux_ctx() to optionally iterate through more eventsAlexander Shishkin2016-05-051-10/+13
| * | | | | | | | | | | | | | | | | | | | | | perf/core: Move set_filter() out of CONFIG_EVENT_TRACINGAlexander Shishkin2016-05-051-23/+22
| * | | | | | | | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2016-05-0512-25/+135
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar2016-04-281-16/+36
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo2016-04-273-6/+49
| * | | | | | | | | | | | | | | | | | | | | | | perf/core: Add ::write_backward attribute to perf eventWang Nan2016-04-232-6/+58
| * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar2016-04-233-3/+15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'v4.6-rc3' into perf/core, to refresh the treeIngo Molnar2016-04-1389-1299/+3485
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | perf/ring_buffer: Prepare writing into the ring-buffer from the endWang Nan2016-03-311-6/+36
| * | | | | | | | | | | | | | | | | | | | | | | | perf/core: Set event's default ::overflow_handler()Wang Nan2016-03-311-6/+8
| * | | | | | | | | | | | | | | | | | | | | | | | perf/ring_buffer: Introduce new ioctl options to pause and resume the ring-bu...Wang Nan2016-03-313-1/+33
| * | | | | | | | | | | | | | | | | | | | | | | | ftrace/perf: Check sample types only for sampling eventsJiri Olsa2016-03-311-0/+3
| * | | | | | | | | | | | | | | | | | | | | | | | perf/ring_buffer: Document AUX API usageAlexander Shishkin2016-03-311-0/+10
| * | | | | | | | | | | | | | | | | | | | | | | | perf/core: Free AUX pages in unmap pathAlexander Shishkin2016-03-313-29/+129
| * | | | | | | | | | | | | | | | | | | | | | | | perf/ring_buffer: Refuse to begin AUX transaction after rb->aux_mmap_count dropsAlexander Shishkin2016-03-311-0/+7
| * | | | | | | | | | | | | | | | | | | | | | | | perf/core: Verify we have a single perf_hw_context PMUPeter Zijlstra2016-03-311-0/+9
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-05-163-8/+68
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | locking/rwsem: Fix down_write_killable()Peter Zijlstra2016-05-151-6/+15
| * | | | | | | | | | | | | | | | | | | | | | | | | locking/rwsem: Provide down_write_killable()Michal Hocko2016-04-221-0/+19
| * | | | | | | | | | | | | | | | | | | | | | | | | locking/rwsem: Introduce basis for down_write_killable()Michal Hocko2016-04-132-8/+45
OpenPOWER on IntegriCloud