summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched/debug: Properly format runnable tasks in /proc/sched_debugSrikar Dronamraju2015-06-191-2/+4
* sched/numa: Only consider less busy nodes as numa balancing destinationsRik van Riel2015-06-071-2/+28
* Revert 095bebf61a46 ("sched/numa: Do not move past the balance point if unbal...Rik van Riel2015-06-071-26/+15
* sched/fair: Prevent throttling in early pick_next_task_fair()Ben Segall2015-06-071-11/+14
* preempt: Use preempt_schedule_context() as the official tracing preemption pointFrederic Weisbecker2015-06-071-5/+3
* sched: Make preempt_schedule_context() function-tracing safeFrederic Weisbecker2015-06-071-2/+9
* Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar2015-06-024-11/+13
|\
| * Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-05-291-0/+3
| |\
| | * module: Call module notifier on failure after complete_formation()Steven Rostedt2015-05-091-0/+3
| * | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-05-231-6/+8
| |\ \
| | * | ktime: Fix ktime_divns to do signed divisionJohn Stultz2015-05-131-6/+8
| * | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-05-221-4/+1
| |\ \ \
| | * | | sched: always use blk_schedule_flush_plug in io_schedule_outShaohua Li2015-05-181-4/+1
| | |/ /
| * | | watchdog: fix double lock in watchdog_nmi_enable_allMichal Hocko2015-05-191-1/+1
* | | | sched/numa: Reduce conflict between fbq_classify_rq() and migrationRik van Riel2015-05-191-27/+33
* | | | sched/preempt, mm/fault: Count pagefault_disable() levels in pagefault_disabledDavid Hildenbrand2015-05-191-0/+3
* | | | sched/preempt: Optimize preemption operations on __schedule() callersFrederic Weisbecker2015-05-191-20/+9
* | | | Merge tag 'v4.1-rc4' into sched/core, before applying new patchesIngo Molnar2015-05-195-19/+52
|\| | |
| * | | watchdog: Fix merge 'conflict'Peter Zijlstra2015-05-181-5/+15
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-05-152-33/+33
| |\ \ \
| * \ \ \ Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-05-151-8/+33
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | perf: Annotate inherited event ctx->mutex recursionPeter Zijlstra2015-05-081-8/+33
| | | |/ | | |/|
| * | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-05-091-0/+1
| |\ \ \
| | * | | genirq: Set IRQCHIP_SKIP_SET_WAKE flag for dummy_irq_chipRoger Quadros2015-04-241-0/+1
| * | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-05-091-5/+1
| |\ \ \ \
| | * | | | clockevents: Shutdown detached clockevent deviceViresh Kumar2015-04-241-5/+1
| | |/ / /
| * | | | Merge tag 'trace-fixes-v4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-05-081-1/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | tracing: Make ftrace_print_array_seq compute buf_lenAlex Bennée2015-05-061-1/+2
* | | | | sched: Fix function declaration return type mismatchNicholas Mc Guire2015-05-171-3/+3
* | | | | futex: Implement lockless wakeupsDavidlohr Bueso2015-05-081-16/+17
* | | | | sched: Implement lockless wake-queuesPeter Zijlstra2015-05-081-0/+46
* | | | | sched, timer: Use the atomic task_cputime in thread_group_cputimerJason Low2015-05-082-16/+16
* | | | | sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i...Jason Low2015-05-083-42/+55
* | | | | sched/numa: Document usages of mm->numa_scan_seqJason Low2015-05-081-0/+13
* | | | | sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low2015-05-0811-24/+24
* | | | | sched/core: Remove unnecessary down/up conversionNicholas Mc Guire2015-05-081-2/+2
* | | | | signals, sched: Change all uses of JOBCTL_* from 'int' to 'long'Palmer Dabbelt2015-05-081-3/+3
* | | | | sched: Move the loadavg code to a more obvious locationPeter Zijlstra2015-05-085-219/+217
* | | | | Merge branch 'sched/urgent' into sched/core, before applying new patchesIngo Molnar2015-05-082-33/+33
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | sched/core: Fix regression in cpuset_cpu_inactive() for suspendOmar Sandoval2015-05-081-16/+12
| * | | | sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner2015-05-082-17/+21
| |/ / /
* | | | sched/core: Remove __cpuinit section tag that crept back inPaul Gortmaker2015-05-081-1/+1
* | | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2015-05-081-4/+0
|\ \ \ \ | |/ / / |/| | |
| * | | sched/autogroup: Remove unnecessary #ifdef guardsTobias Klauser2015-04-161-4/+0
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-05-061-7/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-04-181-7/+9
| |\ \ \
| | * | | rcu: Control grace-period delays directly from valuePaul E. McKenney2015-04-141-7/+9
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-05-011-6/+6
|\ \ \ \ \
| * | | | | bpf: fix 64-bit divideAlexei Starovoitov2015-04-271-6/+6
* | | | | | Merge tag 'pm+acpi-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-301-14/+2
|\ \ \ \ \ \