summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-02-01sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker4-30/+29
2017-02-01sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker6-32/+32
2017-02-01sched/cputime: Convert guest time accounting to nsecs (u64)Frederic Weisbecker1-4/+4
2017-02-01sched/cputime: Convert kcpustat to nsecsFrederic Weisbecker2-12/+12
2017-02-01time: Introduce jiffies64_to_nsecs()Frederic Weisbecker2-0/+16
2017-02-01jiffies: Reuse TICK_NSEC instead of NSEC_PER_JIFFYFrederic Weisbecker1-16/+16
2017-02-01Merge branch 'linus' into sched/core, to pick up fixes and refresh the branchIngo Molnar27-162/+365
2017-02-01Merge tag 'trace-4.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-3/+5
2017-02-01Merge branch 'for-4.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+5
2017-01-31tracing: Fix hwlat kthread migrationSteven Rostedt (VMware)1-3/+5
2017-01-30sched/rt: Add a missing rescheduling pointSebastian Andrzej Siewior2-4/+2
2017-01-30sched/core: Fix &rd->cpudl memory leakMathieu Poirier1-1/+3
2017-01-30sched/core: Fix &rd->rto_mask memory leakMathieu Poirier1-1/+1
2017-01-30sched/fair: Restore previous rq_flags when migrating tasks in hotplugMatt Fleming1-1/+9
2017-01-30sched/core: Add missing update_rq_clock() call in sched_move_task()Peter Zijlstra1-0/+1
2017-01-30sched/core: Optimize pick_next_task() for idle_sched_classPeter Zijlstra1-3/+2
2017-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-36/+50
2017-01-27Merge tag 'pm-4.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-2/+2
2017-01-27Merge branches 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki1-2/+2
2017-01-27cgroup: don't online subsystems before cgroup_name/path() are operationalTejun Heo1-8/+5
2017-01-26sysctl: fix proc_doulongvec_ms_jiffies_minmax()Eric Dumazet1-0/+1
2017-01-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-1/+13
2017-01-25kernel/panic.c: add missing \nJiri Slaby1-1/+1
2017-01-25kernel/watchdog: prevent false hardlockup on overloaded systemDon Zickus2-0/+12
2017-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-6/+8
2017-01-23userns: Make ucounts lock irq-safeNikolay Borisov1-6/+8
2017-01-22Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2017-01-20Revert "PM / sleep / ACPI: Use the ACPI_FADT_LOW_POWER_S0 flag"Rafael J. Wysocki1-2/+2
2017-01-20sched/clock: Fix hotplug crashPeter Zijlstra1-21/+8
2017-01-19bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann4-36/+50
2017-01-18Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+18
2017-01-18Merge branch 'rcu-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-39/+100
2017-01-18cpu/hotplug: Remove unused but set variable in _cpu_down()Tobias Klauser1-2/+0
2017-01-18Merge tag 'modules-for-v4.10-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2017-01-17taint/module: Fix problems when out-of-kernel driver defines true or falseLarry Finger2-2/+2
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-11/+13
2017-01-16bpf: rework prog_digest into prog_tagDaniel Borkmann3-11/+13
2017-01-16cpu/hotplug: Provide dynamic range for prepare stageThomas Gleixner1-4/+18
2017-01-16Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar7-39/+100
2017-01-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-4/+6
2017-01-15Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+9
2017-01-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-42/+133
2017-01-15rcu: Narrow early boot window of illegal synchronous grace periodsPaul E. McKenney6-35/+100
2017-01-15rcu: Remove cond_resched() from Tiny synchronize_sched()Paul E. McKenney1-4/+0
2017-01-14locking/mutex, sched/wait: Add mutex_lock_io()Tejun Heo1-0/+24
2017-01-14sched/core: Separate out io_schedule_prepare() and io_schedule_finish()Tejun Heo1-5/+28
2017-01-14sched/core: move IO scheduling accounting from io_schedule_timeout() into sch...Tejun Heo1-7/+61
2017-01-14sched/fair: Explain why MIN_SHARES isn't scaled in calc_cfs_shares()Dietmar Eggemann1-0/+12
2017-01-14sched/core: Fix group_entity's share updateVincent Guittot1-13/+37
2017-01-14sched/completions: Fix complete_all() semanticsPeter Zijlstra1-4/+6