Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | | | | | ntp: Verify offset doesn't overflow in ntp_update_offset | Sasha Levin | 2015-12-11 | 1 | -3/+5 | |
| | * | | | | | | | | | | | | | | | clocksource: Add CPU info to clocksource watchdog reporting | Seiichi Ikarashi | 2015-12-07 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | time: Avoid signed overflow in timekeeping_get_ns() | David Gibson | 2015-12-07 | 1 | -2/+1 | |
| | * | | | | | | | | | | | | | | | alarmtimer: Avoid unexpected rtc interrupt when system resume from S3 | zhuo-hao | 2015-12-04 | 1 | -0/+17 | |
| | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | nohz: Clarify magic in tick_nohz_stop_sched_tick() | Peter Zijlstra | 2015-11-25 | 1 | -2/+18 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-01-12 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | context_tracking: Switch to new static_branch API | Andy Lutomirski | 2015-11-24 | 1 | -2/+2 | |
| |/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-01-12 | 3 | -7/+58 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | kexec: Fix race between panic() and crash_kexec() | Hidehiro Kawai | 2015-12-19 | 2 | -3/+35 | |
| * | | | | | | | | | | | | | | | panic, x86: Allow CPUs to save registers even if looping in NMI context | Hidehiro Kawai | 2015-12-19 | 2 | -1/+10 | |
| * | | | | | | | | | | | | | | | panic, x86: Fix re-entrance problem due to panic on NMI | Hidehiro Kawai | 2015-12-19 | 2 | -4/+14 | |
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-01-12 | 10 | -286/+404 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | sched/fair: Fix new task's load avg removed from source CPU in wake_up_new_ta... | Yuyang Du | 2016-01-06 | 1 | -10/+28 | |
| * | | | | | | | | | | | | | | | sched/deadline: Fix the earliest_dl.next logic | Wanpeng Li | 2016-01-06 | 1 | -52/+7 | |
| * | | | | | | | | | | | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ... | Ingo Molnar | 2016-01-06 | 29 | -206/+323 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | sched/fair: Disable the task group load_avg update for the root_task_group | Waiman Long | 2015-12-04 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | | | | sched/fair: Move the cache-hot 'load_avg' variable into its own cacheline | Waiman Long | 2015-12-04 | 2 | -4/+13 | |
| * | | | | | | | | | | | | | | | | sched/fair: Avoid redundant idle_cpu() call in update_sg_lb_stats() | Waiman Long | 2015-12-04 | 1 | -3/+7 | |
| * | | | | | | | | | | | | | | | | sched/core: Move the sched_to_prio[] arrays out of line | Andi Kleen | 2015-12-04 | 3 | -43/+46 | |
| * | | | | | | | | | | | | | | | | sched/cputime: Convert vtime_seqlock to seqcount | Frederic Weisbecker | 2015-12-04 | 2 | -23/+25 | |
| * | | | | | | | | | | | | | | | | sched/cputime: Introduce vtime accounting check for readers | Frederic Weisbecker | 2015-12-04 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | sched/cputime: Rename vtime_accounting_enabled() to vtime_accounting_cpu_enab... | Frederic Weisbecker | 2015-12-04 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | | | | sched/cputime: Correctly handle task guest time on housekeepers | Frederic Weisbecker | 2015-12-04 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | sched/cputime: Clarify vtime symbols and document them | Frederic Weisbecker | 2015-12-04 | 2 | -4/+4 | |
| * | | | | | | | | | | | | | | | | sched/cputime: Remove extra cost in task_cputime() | Hiroshi Shimamoto | 2015-12-04 | 1 | -0/+16 | |
| * | | | | | | | | | | | | | | | | sched/fair: Make it possible to account fair load avg consistently | Byungchul Park | 2015-12-04 | 3 | -1/+60 | |
| * | | | | | | | | | | | | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying... | Ingo Molnar | 2015-12-04 | 4 | -14/+44 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | sched/fair: Modify the comment about lock assumptions in migrate_task_rq_fair() | Byungchul Park | 2015-11-23 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | | | | stop_machine: Clean up the usage of the preemption counter in cpu_stopper_thr... | Oleg Nesterov | 2015-11-23 | 1 | -10/+5 | |
| * | | | | | | | | | | | | | | | | | stop_machine: Shift the 'done != NULL' check from cpu_stop_signal_done() to c... | Oleg Nesterov | 2015-11-23 | 1 | -10/+8 | |
| * | | | | | | | | | | | | | | | | | stop_machine: Kill cpu_stop_done->executed | Oleg Nesterov | 2015-11-23 | 1 | -9/+3 | |
| * | | | | | | | | | | | | | | | | | stop_machine: Change __stop_cpus() to rely on cpu_stop_queue_work() | Oleg Nesterov | 2015-11-23 | 1 | -4/+10 | |
| * | | | | | | | | | | | | | | | | | stop_machine: Change stop_one_cpu() to rely on cpu_stop_queue_work() | Oleg Nesterov | 2015-11-23 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | | | | stop_machine: Make cpu_stop_queue_work() and stop_one_cpu_nowait() return bool | Oleg Nesterov | 2015-11-23 | 1 | -4/+12 | |
| * | | | | | | | | | | | | | | | | | stop_machine: Don't disable preemption in stop_two_cpus() | Oleg Nesterov | 2015-11-23 | 1 | -8/+3 | |
| * | | | | | | | | | | | | | | | | | stop_machine: Fix possible cpu_stopper_thread() crash | Oleg Nesterov | 2015-11-23 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | sched/core: Use list_is_singular() in sched_can_stop_tick() | Geliang Tang | 2015-11-23 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | sched/core: Fix incorrect wait time and wait count statistics | Joonwoo Park | 2015-11-23 | 2 | -22/+60 | |
| * | | | | | | | | | | | | | | | | | sched/numa: Cap PTE scanning overhead to 3% of run time | Rik van Riel | 2015-11-23 | 1 | -0/+12 | |
| * | | | | | | | | | | | | | | | | | sched/fair: Consider missed ticks in NOHZ_FULL in update_cpu_load_nohz() | Byungchul Park | 2015-11-23 | 2 | -8/+10 | |
| * | | | | | | | | | | | | | | | | | sched/fair: Prepare __update_cpu_load() to handle active tickless | Byungchul Park | 2015-11-23 | 1 | -8/+41 | |
| * | | | | | | | | | | | | | | | | | sched/fair: Clean up the explanation around decaying load update misses | Peter Zijlstra | 2015-11-23 | 1 | -29/+24 | |
| * | | | | | | | | | | | | | | | | | sched/fair: Remove empty idle enter and exit functions | Dietmar Eggemann | 2015-11-23 | 3 | -32/+1 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2016-01-11 | 1 | -177/+109 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | perf/core: Collapse more IPI loops | Peter Zijlstra | 2016-01-06 | 1 | -73/+33 | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n... | Ingo Molnar | 2016-01-06 | 1 | -29/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'v4.4-rc5' into perf/core, to pick up fixes | Ingo Molnar | 2015-12-14 | 20 | -180/+285 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | perf/core: Collapse common IPI pattern | Peter Zijlstra | 2015-12-06 | 1 | -104/+76 | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-01-11 | 6 | -88/+730 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op | Darren Hart | 2015-12-20 | 1 | -1/+2 |