summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-07-27stop_machine: Touch_nmi_watchdog() after MULTI_STOP_PREPAREOleg Nesterov
2016-07-25Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-25Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-07-25Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-25Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-07-25Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-07-25Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-07-24Merge tag 'staging-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-07-19tick/nohz: Optimize nohz idle enterGaurav Jindal
2016-07-19genirq: Fix missing irq allocation affinity hintVincent Stehle
2016-07-19clockevents: Make clockevents_subsys staticBen Dooks
2016-07-16Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-07-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-07-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-07-15gcov: add support for gcc version >= 6Florian Meier
2016-07-14sched/cputime: Drop local_irq_save/restore from irqtime_account_irq()Rik van Riel
2016-07-14sched/cputime: Clean up the old vtime gen irqtime accounting completelyFrederic Weisbecker
2016-07-14sched/cputime: Replace VTIME_GEN irq time code with IRQ_TIME_ACCOUNTING codeRik van Riel
2016-07-14sched/cputime: Count actually elapsed irq & softirq timeRik van Riel
2016-07-14Merge branch 'sched/core' into timers/nohz, to avoid conflicts in upcoming pa...Ingo Molnar
2016-07-14Merge tag 'iio-for-4.8c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman
2016-07-14Merge branches 'perf-urgent-for-linus' and 'timers-urgent-for-linus' of git:/...Linus Torvalds
2016-07-13sched/core: Correct off by one bug in load migration calculationThomas Gleixner
2016-07-13cpu/hotplug: Keep enough storage space if SMP=n to avoid array out of bounds ...Thomas Gleixner
2016-07-11irqdomain: Fix irq_domain_alloc_irqs_recursive() error handlingAlexander Popov
2016-07-11posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan
2016-07-10Revert "perf/x86/intel, watchdog: Switch NMI watchdog to ref cycles on x86"Ingo Molnar
2016-07-10sched/core: Panic on scheduling while atomic bugs if kernel.panic_on_warn is setDaniel Bristot de Oliveira
2016-07-09sched/cpuacct: Introduce cpuacct.usage_all to show all CPU stats togetherZhao Lei
2016-07-09sched/cpuacct: Use loop to consolidate code in cpuacct_stats_show()Zhao Lei
2016-07-09sched/cpuacct: Merge cpuacct_usage_index and cpuacct_stat_index enumsZhao Lei
2016-07-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-07-08Merge branch 'x86/mm' into x86/boot, to pick up dependenciesIngo Molnar
2016-07-07Merge branch 'timers/fast-wheel' into timers/coreIngo Molnar
2016-07-07timers: Implement optimization for same expiry time in mod_timer()Anna-Maria Gleixner
2016-07-07timers: Split out index calculationAnna-Maria Gleixner
2016-07-07timers: Only wake softirq if necessaryThomas Gleixner
2016-07-07timers: Forward the wheel clock whenever possibleThomas Gleixner
2016-07-07timers/nohz: Remove pointless tick_nohz_kick_tick() functionThomas Gleixner
2016-07-07timers: Optimize collect_expired_timers() for NOHZAnna-Maria Gleixner
2016-07-07timers: Move __run_timers() functionAnna-Maria Gleixner
2016-07-07timers: Remove set_timer_slack() leftoversThomas Gleixner
2016-07-07timers: Switch to a non-cascading wheelThomas Gleixner
2016-07-07timers: Give a few structs and members proper namesThomas Gleixner
2016-07-07signals: Use hrtimer for sigtimedwait()Thomas Gleixner
2016-07-07timers: Remove the deprecated mod_timer_pinned() APIThomas Gleixner
2016-07-07timers: Make 'pinned' a timer propertyThomas Gleixner
2016-07-07Merge branch 'locking/arch-atomic' into locking/core, because the topic is readyIngo Molnar