summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'timers-core-for-linus' and 'timers-urgent-for-linus' of git:/...Linus Torvalds2016-01-118-31/+117
|\ \
| | * posix-clock: Fix return code on the poll method's error pathRichard Cochran2015-12-291-2/+2
| * | clocksource: Make clocksource validation work for all clocksourcesYang Yingliang2015-12-191-1/+5
| * | Merge branch 'fortglx/4.5/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner2015-12-196-26/+92
| |\ \
| | * | timekeeping: Cap adjustments so they don't exceed the maxadj valueJohn Stultz2015-12-161-4/+27
| | * | ntp: Fix second_overflow's input parameter type to be 64bitsDengChao2015-12-162-8/+10
| | * | ntp: Change time_reftime to time64_t and utilize 64bit __ktime_get_real_secondsDengChao2015-12-161-4/+6
| | * | timekeeping: Provide internal function __ktime_get_real_secondsDengChao2015-12-162-0/+15
| | * | time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowJohn Stultz2015-12-102-3/+9
| | * | ntp: Verify offset doesn't overflow in ntp_update_offsetSasha Levin2015-12-101-3/+5
| | * | clocksource: Add CPU info to clocksource watchdog reportingSeiichi Ikarashi2015-12-071-2/+2
| | * | time: Avoid signed overflow in timekeeping_get_ns()David Gibson2015-12-071-2/+1
| | * | alarmtimer: Avoid unexpected rtc interrupt when system resume from S3zhuo-hao2015-12-031-0/+17
| * | | nohz: Clarify magic in tick_nohz_stop_sched_tick()Peter Zijlstra2015-11-251-2/+18
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-111-2/+2
|\ \ \ \
| * | | | context_tracking: Switch to new static_branch APIAndy Lutomirski2015-11-241-2/+2
| |/ / /
* | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-113-7/+58
|\ \ \ \
| * | | | kexec: Fix race between panic() and crash_kexec()Hidehiro Kawai2015-12-192-3/+35
| * | | | panic, x86: Allow CPUs to save registers even if looping in NMI contextHidehiro Kawai2015-12-192-1/+10
| * | | | panic, x86: Fix re-entrance problem due to panic on NMIHidehiro Kawai2015-12-192-4/+14
| | |_|/ | |/| |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-1110-286/+404
|\ \ \ \
| * | | | sched/fair: Fix new task's load avg removed from source CPU in wake_up_new_ta...Yuyang Du2016-01-061-10/+28
| * | | | sched/deadline: Fix the earliest_dl.next logicWanpeng Li2016-01-061-52/+7
| * | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...Ingo Molnar2016-01-0629-206/+323
| |\ \ \ \
| * | | | | sched/fair: Disable the task group load_avg update for the root_task_groupWaiman Long2015-12-041-0/+6
| * | | | | sched/fair: Move the cache-hot 'load_avg' variable into its own cachelineWaiman Long2015-12-042-4/+13
| * | | | | sched/fair: Avoid redundant idle_cpu() call in update_sg_lb_stats()Waiman Long2015-12-041-3/+7
| * | | | | sched/core: Move the sched_to_prio[] arrays out of lineAndi Kleen2015-12-043-43/+46
| * | | | | sched/cputime: Convert vtime_seqlock to seqcountFrederic Weisbecker2015-12-042-23/+25
| * | | | | sched/cputime: Introduce vtime accounting check for readersFrederic Weisbecker2015-12-041-3/+3
| * | | | | sched/cputime: Rename vtime_accounting_enabled() to vtime_accounting_cpu_enab...Frederic Weisbecker2015-12-042-2/+2
| * | | | | sched/cputime: Correctly handle task guest time on housekeepersFrederic Weisbecker2015-12-041-1/+1
| * | | | | sched/cputime: Clarify vtime symbols and document themFrederic Weisbecker2015-12-042-4/+4
| * | | | | sched/cputime: Remove extra cost in task_cputime()Hiroshi Shimamoto2015-12-041-0/+16
| * | | | | sched/fair: Make it possible to account fair load avg consistentlyByungchul Park2015-12-043-1/+60
| * | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2015-12-044-14/+44
| |\ \ \ \ \
| * | | | | | sched/fair: Modify the comment about lock assumptions in migrate_task_rq_fair()Byungchul Park2015-11-231-2/+1
| * | | | | | stop_machine: Clean up the usage of the preemption counter in cpu_stopper_thr...Oleg Nesterov2015-11-231-10/+5
| * | | | | | stop_machine: Shift the 'done != NULL' check from cpu_stop_signal_done() to c...Oleg Nesterov2015-11-231-10/+8
| * | | | | | stop_machine: Kill cpu_stop_done->executedOleg Nesterov2015-11-231-9/+3
| * | | | | | stop_machine: Change __stop_cpus() to rely on cpu_stop_queue_work()Oleg Nesterov2015-11-231-4/+10
| * | | | | | stop_machine: Change stop_one_cpu() to rely on cpu_stop_queue_work()Oleg Nesterov2015-11-231-2/+4
| * | | | | | stop_machine: Make cpu_stop_queue_work() and stop_one_cpu_nowait() return boolOleg Nesterov2015-11-231-4/+12
| * | | | | | stop_machine: Don't disable preemption in stop_two_cpus()Oleg Nesterov2015-11-231-8/+3
| * | | | | | stop_machine: Fix possible cpu_stopper_thread() crashOleg Nesterov2015-11-231-1/+1
| * | | | | | sched/core: Use list_is_singular() in sched_can_stop_tick()Geliang Tang2015-11-231-1/+1
| * | | | | | sched/core: Fix incorrect wait time and wait count statisticsJoonwoo Park2015-11-232-22/+60
| * | | | | | sched/numa: Cap PTE scanning overhead to 3% of run timeRik van Riel2015-11-231-0/+12
| * | | | | | sched/fair: Consider missed ticks in NOHZ_FULL in update_cpu_load_nohz()Byungchul Park2015-11-232-8/+10
| * | | | | | sched/fair: Prepare __update_cpu_load() to handle active ticklessByungchul Park2015-11-231-8/+41