summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | sched/wait: Remove the lockless swait_active() check in swake_up*()Boqun Feng2017-08-101-6/+0
| * | | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-1012-54/+103
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | futex: Allow for compiling out PI supportNicolas Pitre2017-08-012-0/+51
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-0411-253/+433
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | sched/debug: Optimize sched_domain sysctl generationPeter Zijlstra2017-08-253-14/+59
| * | | | | | | | | | | | | | | | | | | | | | sched/topology: Avoid pointless rebuildPeter Zijlstra2017-08-251-3/+12
| * | | | | | | | | | | | | | | | | | | | | | sched/topology, cpuset: Avoid spurious/wrong domain rebuildsPeter Zijlstra2017-08-251-6/+0
| * | | | | | | | | | | | | | | | | | | | | | sched/topology: Improve commentsPeter Zijlstra2017-08-251-2/+3
| * | | | | | | | | | | | | | | | | | | | | | sched/topology: Fix memory leak in __sdt_alloc()Shu Wang2017-08-251-9/+7
| * | | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-08-2518-50/+219
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | sched/completion: Document that reinit_completion() must be called after comp...Steven Rostedt2017-08-161-0/+8
| * | | | | | | | | | | | | | | | | | | | | | sched/autogroup: Fix error reporting printk text in autogroup_create()Anshuman Khandual2017-08-101-2/+1
| * | | | | | | | | | | | | | | | | | | | | | sched/fair: Fix wake_affine() for !NUMA_BALANCINGPeter Zijlstra2017-08-101-68/+122
| * | | | | | | | | | | | | | | | | | | | | | sched/debug: Intruduce task_state_to_char() helper functionXie XiuQi2017-08-102-18/+7
| * | | | | | | | | | | | | | | | | | | | | | sched/debug: Show task state in /proc/sched_debugXie XiuQi2017-08-101-6/+12
| * | | | | | | | | | | | | | | | | | | | | | sched/debug: Use task_pid_nr_ns in /proc/$pid/schedAleksa Sarai2017-08-101-2/+3
| * | | | | | | | | | | | | | | | | | | | | | sched/core: Remove unnecessary initialization init_idle_bootup_task()Cheng Jian2017-08-101-5/+0
| * | | | | | | | | | | | | | | | | | | | | | sched/deadline: Change return value of cpudl_find()Byungchul Park2017-08-102-16/+16
| * | | | | | | | | | | | | | | | | | | | | | sched/deadline: Make find_later_rq() choose a closer CPU in topologyByungchul Park2017-08-101-13/+14
| * | | | | | | | | | | | | | | | | | | | | | sched/numa: Scale scan period with tasks in group and shared/privateRik van Riel2017-08-101-25/+86
| * | | | | | | | | | | | | | | | | | | | | | sched/numa: Slow down scan rate if shared faults dominateRik van Riel2017-08-101-14/+25
| * | | | | | | | | | | | | | | | | | | | | | sched/pelt: Fix false running accountingVincent Guittot2017-08-101-0/+12
| * | | | | | | | | | | | | | | | | | | | | | sched: Mark pick_next_task_dl() and build_sched_domain() as staticViresh Kumar2017-08-102-2/+2
| * | | | | | | | | | | | | | | | | | | | | | sched/cpupri: Don't re-initialize 'struct cpupri'Viresh Kumar2017-08-101-2/+0
| * | | | | | | | | | | | | | | | | | | | | | sched/deadline: Don't re-initialize 'struct cpudl'Viresh Kumar2017-08-101-1/+0
| * | | | | | | | | | | | | | | | | | | | | | sched/topology: Drop memset() from init_rootdomain()Viresh Kumar2017-08-101-3/+1
| * | | | | | | | | | | | | | | | | | | | | | sched/fair: Drop always true parameter of update_cfs_rq_load_avg()Viresh Kumar2017-08-101-8/+7
| * | | | | | | | | | | | | | | | | | | | | | sched/fair: Avoid checking cfs_rq->nr_running twiceViresh Kumar2017-08-101-7/+9
| * | | | | | | | | | | | | | | | | | | | | | sched/fair: Pass 'rq' to weighted_cpuload()Viresh Kumar2017-08-101-14/+14
| * | | | | | | | | | | | | | | | | | | | | | sched/core: Reuse put_prev_task()Viresh Kumar2017-08-101-1/+1
| * | | | | | | | | | | | | | | | | | | | | | sched/fair: Call cpufreq update util handlers less frequently on UPViresh Kumar2017-08-101-24/+24
| | |_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-09-043-30/+92
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | perf/core, x86: Add PERF_SAMPLE_PHYS_ADDRKan Liang2017-08-291-0/+46
| * | | | | | | | | | | | | | | | | | | | | | perf/core, pt, bts: Get rid of itrace_startedAlexander Shishkin2017-08-291-1/+6
| * | | | | | | | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-08-298-22/+65
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | tracing, perf: Adjust code layout in get_recursion_context()Jesper Dangaard Brouer2017-08-251-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | perf/core: Don't report zero PIDs for exiting tasksOleg Nesterov2017-08-251-9/+14
| * | | | | | | | | | | | | | | | | | | | | | | perf/aux: Ensure aux_wakeup represents most recent wakeup indexWill Deacon2017-08-252-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | perf/aux: Make aux_{head,wakeup} ring_buffer members longWill Deacon2017-08-252-19/+16
| * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-08-257-36/+57
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2017-08-247-14/+102
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2017-08-174-12/+40
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Reduce context switch overheadleilei.lin2017-08-101-0/+9
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-0426-798/+573
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-08-2125-787/+544
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | *---------. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...Paul E. McKenney2017-08-1726-798/+573
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | | | | | | | | | | | | | | | rcutorture: Invoke call_rcu() from timer handlerPaul E. McKenney2017-07-241-0/+13
| | | | | | | | * | | | | | | | | | | | | | | | | | | | | | | | rcu: Add last-CPU to GP-kthread starvation messagesPaul E. McKenney2017-07-241-2/+3
| | | | | | | | * | | | | | | | | | | | | | | | | | | | | | | | rcutorture: Eliminate unused ts_rem local from rcu_trace_clock_local()Paul E. McKenney2017-07-241-1/+2
| | | | | | | | * | | | | | | | | | | | | | | | | | | | | | | | rcutorture: Add task's CPU for rcutorture writer stallsPaul E. McKenney2017-07-241-2/+3
OpenPOWER on IntegriCloud