summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-12-04sched/cputime: Correctly handle task guest time on housekeepersFrederic Weisbecker1-1/+1
2015-12-04sched/cputime: Clarify vtime symbols and document themFrederic Weisbecker3-5/+8
2015-12-04sched/cputime: Remove extra cost in task_cputime()Hiroshi Shimamoto1-0/+16
2015-12-04sched/fair: Make it possible to account fair load avg consistentlyByungchul Park3-1/+60
2015-12-04Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar4-14/+44
2015-12-04sched/core: Fix an SMP ordering race in try_to_wake_up() vs. schedule()Peter Zijlstra1-0/+19
2015-12-04sched/core: Better document the try_to_wake_up() barriersPeter Zijlstra2-1/+10
2015-12-04sched/cputime: Fix invalid gtime in procHiroshi Shimamoto1-0/+3
2015-12-04sched/core: Clear the root_domain cpumasks in init_rootdomain()Xunlei Pang1-4/+4
2015-12-04sched/core: Remove false-positive warning from wake_up_process()Sasha Levin1-1/+0
2015-12-04sched/wait: Fix signal handling in bit wait helpersPeter Zijlstra1-8/+8
2015-11-23sched/fair: Modify the comment about lock assumptions in migrate_task_rq_fair()Byungchul Park1-2/+1
2015-11-23stop_machine: Clean up the usage of the preemption counter in cpu_stopper_thr...Oleg Nesterov1-10/+5
2015-11-23stop_machine: Shift the 'done != NULL' check from cpu_stop_signal_done() to c...Oleg Nesterov1-10/+8
2015-11-23stop_machine: Kill cpu_stop_done->executedOleg Nesterov1-9/+3
2015-11-23stop_machine: Change __stop_cpus() to rely on cpu_stop_queue_work()Oleg Nesterov1-4/+10
2015-11-23stop_machine: Change stop_one_cpu() to rely on cpu_stop_queue_work()Oleg Nesterov1-2/+4
2015-11-23stop_machine: Make cpu_stop_queue_work() and stop_one_cpu_nowait() return boolOleg Nesterov2-6/+17
2015-11-23stop_machine: Don't disable preemption in stop_two_cpus()Oleg Nesterov1-8/+3
2015-11-23stop_machine: Fix possible cpu_stopper_thread() crashOleg Nesterov1-1/+1
2015-11-23sched/core: Use list_is_singular() in sched_can_stop_tick()Geliang Tang1-1/+1
2015-11-23sched/core: Fix incorrect wait time and wait count statisticsJoonwoo Park2-22/+60
2015-11-23sched/numa: Cap PTE scanning overhead to 3% of run timeRik van Riel1-0/+12
2015-11-23sched/fair: Consider missed ticks in NOHZ_FULL in update_cpu_load_nohz()Byungchul Park3-10/+12
2015-11-23sched/fair: Prepare __update_cpu_load() to handle active ticklessByungchul Park1-8/+41
2015-11-23sched/fair: Clean up the explanation around decaying load update missesPeter Zijlstra1-29/+24
2015-11-23sched/wait: Document waitqueue_active()Peter Zijlstra1-0/+30
2015-11-23sched/fair: Remove empty idle enter and exit functionsDietmar Eggemann3-32/+1
2015-11-23sched/rt: Hide the push_irq_work_func() declarationArnd Bergmann1-1/+1
2015-11-22Linux 4.4-rc2v4.4-rc2Linus Torvalds1-1/+1
2015-11-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-76/+182
2015-11-22Merge tag 'tty-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds11-13/+15
2015-11-22Merge tag 'staging-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-64/+115
2015-11-22Merge tag 'usb-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds26-112/+342
2015-11-22Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-3/+9
2015-11-22Merge branch 'parisc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds17-116/+382
2015-11-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-35/+69
2015-11-22Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-15/+53
2015-11-22slab/slub: adjust kmem_cache_alloc_bulk APIJesper Dangaard Brouer6-11/+11
2015-11-22slub: add missing kmem cgroup support to kmem_cache_free_bulkJesper Dangaard Brouer1-1/+5
2015-11-22slub: fix kmem cgroup bug in kmem_cache_alloc_bulkJesper Dangaard Brouer1-18/+22
2015-11-22slub: optimize bulk slowpath free by detached freelistJesper Dangaard Brouer1-30/+79
2015-11-22slub: support for bulk free with SLUB freelistsJesper Dangaard Brouer1-18/+67
2015-11-22parisc: Map kernel text and data on huge pagesHelge Deller3-26/+31
2015-11-22parisc: Add Huge Page and HUGETLBFS supportHelge Deller6-15/+291
2015-11-22parisc: Use long branch to do_syscall_trace_exitHelge Deller1-2/+2
2015-11-22parisc: Increase initial kernel mapping to 32MB on 64bit kernelHelge Deller2-3/+7
2015-11-22parisc: Initialize the fault vector earlier in the boot process.Helge Deller3-28/+21
2015-11-22parisc: Add defines for Huge page supportHelge Deller2-4/+29
2015-11-22parisc: Drop unused MADV_xxxK_PAGES flags from asm/mman.hHelge Deller1-10/+0