summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | workqueue: Provide work_on_cpu_safe()Thomas Gleixner2017-04-151-0/+23
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Move the PELT constants into a generated headerPeter Zijlstra2017-04-142-18/+16
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Increase PELT accuracy for small tasksPeter Zijlstra2017-04-141-1/+2
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Fix commentsPeter Zijlstra2017-04-141-10/+10
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Fix corner case in __accumulate_sum()Peter Zijlstra2017-04-141-56/+19
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...NeilBrown2017-04-111-1/+1
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'v4.11-rc6' into sched/core, to pick up fixesIngo Molnar2017-04-1116-457/+664
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | / / / / / / / / / / / / / / / / / / / | | | | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Optimize ___update_sched_avg()Yuyang Du2017-03-301-94/+118
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Explicitly generate __update_load_avg() instancesPeter Zijlstra2017-03-301-18/+38
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Prefer sibiling only if local group is under-utilizedSrikar Dronamraju2017-03-271-3/+4
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Fix FTQ noise bench regressionVincent Guittot2017-03-231-3/+36
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | sched/core: Fix rq lock pinning warning after call balance callbacksWanpeng Li2017-03-231-3/+3
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | sched/core: Avoid double update_rq_clock() in move_queued_task()Peter Zijlstra2017-03-161-1/+2
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | sched/core: Fix double update_rq_clock) calls in attach_task()/detach_task()Peter Zijlstra2017-03-161-2/+4
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | sched/core: Avoid obvious double update_rq_clock()Peter Zijlstra2017-03-161-8/+10
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | sched/core: Simplify update_rq_clock() in __schedule()Peter Zijlstra2017-03-161-5/+3
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | sched/core: Make sched_ttwu_pending() atomic in timePeter Zijlstra2017-03-161-1/+3
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | sched/core: Add ENQUEUE_NOCLOCK to ENQUEUE_RESTOREPeter Zijlstra2017-03-161-4/+4
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | sched/core: Add {EN,DE}QUEUE_NOCLOCK flagsPeter Zijlstra2017-03-162-5/+13
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | sched/core: Add rq->lock wrappersPeter Zijlstra2017-03-163-112/+171
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | sched/core: Add WARNING for multiple update_rq_clock() callsPeter Zijlstra2017-03-162-0/+10
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | sched/rt: Add comments describing the RT IPI pull methodSteven Rostedt (VMware)2017-03-161-0/+81
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-0114-117/+161
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung2017-04-202-1/+3
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | time: Change k_clock nsleep() to use timespec64Deepa Dinamani2017-04-146-33/+42
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | time: Change k_clock timer_set() and timer_get() to use timespec64Deepa Dinamani2017-04-144-49/+51
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | time: Change k_clock clock_set() to use timespec64Deepa Dinamani2017-04-143-10/+8
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | time: Change k_clock clock_getres() to use timespec64Deepa Dinamani2017-04-144-14/+13
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | time: Change k_clock clock_get() to use timespec64Deepa Dinamani2017-04-145-31/+33
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | time: Change posix clocks ops interfaces to use timespec64Deepa Dinamani2017-04-141-10/+24
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | time: Delete do_sys_setimeofday()Deepa Dinamani2017-04-144-6/+12
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | timekeeping: Remove pointless conversion to boolNicholas Mc Guire2017-03-311-2/+1
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'fortglx/4.12/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2017-03-3115-104/+256
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | sysrq: Reset the watchdog timers while displaying high-resolution timersTom Hromatka2017-03-231-0/+6
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | timers, sched_clock: Update timeout for clock wrapDavid Engraf2017-03-231-0/+5
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | clockevents: Make clockevents_config() staticNicolai Stange2017-03-231-1/+1
| | | | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | hrtimer: Remove hrtimer_peek_ahead_timers() leftoversStephen Boyd2017-03-171-4/+1
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | rlimits: Print more information when CPU/RT limits are exceededArun Raghavan2017-03-131-2/+7
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-012-3/+8
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into irq/coreThomas Gleixner2017-04-2018-131/+199
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | genirq: Use irqd_get_trigger_type to compare the trigger type for shared IRQsHans de Goede2017-04-151-1/+3
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'irqchip-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2017-04-1518-448/+721
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | genirq: Use cpumask_available() for check of cpumask variableMatthias Kaehlcke2017-04-141-1/+1
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | genirq: Add support for nested shared IRQsCharles Keepax2017-03-111-1/+4
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-011-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2017-04-0234-496/+840
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | new helper: uaccess_kernel()Al Viro2017-03-281-1/+1
| | | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'pm-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-05-012-28/+66
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2017-04-282-28/+66
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | / / | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-05-016-31/+53
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud