Age | Commit message (Expand) | Author |
2016-07-25 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2016-07-25 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2016-07-25 | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2016-07-25 | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2016-07-25 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2016-07-25 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2016-07-25 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2016-07-25 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2016-07-24 | Merge tag 'staging-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2016-07-19 | tick/nohz: Optimize nohz idle enter | Gaurav Jindal |
2016-07-19 | genirq: Fix missing irq allocation affinity hint | Vincent Stehle |
2016-07-19 | clockevents: Make clockevents_subsys static | Ben Dooks |
2016-07-16 | Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2016-07-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2016-07-15 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2016-07-15 | gcov: add support for gcc version >= 6 | Florian Meier |
2016-07-14 | sched/cputime: Drop local_irq_save/restore from irqtime_account_irq() | Rik van Riel |
2016-07-14 | sched/cputime: Clean up the old vtime gen irqtime accounting completely | Frederic Weisbecker |
2016-07-14 | sched/cputime: Replace VTIME_GEN irq time code with IRQ_TIME_ACCOUNTING code | Rik van Riel |
2016-07-14 | sched/cputime: Count actually elapsed irq & softirq time | Rik van Riel |
2016-07-14 | Merge branch 'sched/core' into timers/nohz, to avoid conflicts in upcoming pa... | Ingo Molnar |
2016-07-14 | Merge tag 'iio-for-4.8c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic... | Greg Kroah-Hartman |
2016-07-14 | Merge branches 'perf-urgent-for-linus' and 'timers-urgent-for-linus' of git:/... | Linus Torvalds |
2016-07-13 | sched/core: Correct off by one bug in load migration calculation | Thomas Gleixner |
2016-07-13 | cpu/hotplug: Keep enough storage space if SMP=n to avoid array out of bounds ... | Thomas Gleixner |
2016-07-11 | irqdomain: Fix irq_domain_alloc_irqs_recursive() error handling | Alexander Popov |
2016-07-11 | posix_cpu_timer: Exit early when process has been reaped | Alexey Dobriyan |
2016-07-10 | Revert "perf/x86/intel, watchdog: Switch NMI watchdog to ref cycles on x86" | Ingo Molnar |
2016-07-10 | sched/core: Panic on scheduling while atomic bugs if kernel.panic_on_warn is set | Daniel Bristot de Oliveira |
2016-07-09 | sched/cpuacct: Introduce cpuacct.usage_all to show all CPU stats together | Zhao Lei |
2016-07-09 | sched/cpuacct: Use loop to consolidate code in cpuacct_stats_show() | Zhao Lei |
2016-07-09 | sched/cpuacct: Merge cpuacct_usage_index and cpuacct_stat_index enums | Zhao Lei |
2016-07-08 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2016-07-08 | Merge branch 'x86/mm' into x86/boot, to pick up dependencies | Ingo Molnar |
2016-07-07 | Merge branch 'timers/fast-wheel' into timers/core | Ingo Molnar |
2016-07-07 | timers: Implement optimization for same expiry time in mod_timer() | Anna-Maria Gleixner |
2016-07-07 | timers: Split out index calculation | Anna-Maria Gleixner |
2016-07-07 | timers: Only wake softirq if necessary | Thomas Gleixner |
2016-07-07 | timers: Forward the wheel clock whenever possible | Thomas Gleixner |
2016-07-07 | timers/nohz: Remove pointless tick_nohz_kick_tick() function | Thomas Gleixner |
2016-07-07 | timers: Optimize collect_expired_timers() for NOHZ | Anna-Maria Gleixner |
2016-07-07 | timers: Move __run_timers() function | Anna-Maria Gleixner |
2016-07-07 | timers: Remove set_timer_slack() leftovers | Thomas Gleixner |
2016-07-07 | timers: Switch to a non-cascading wheel | Thomas Gleixner |
2016-07-07 | timers: Give a few structs and members proper names | Thomas Gleixner |
2016-07-07 | signals: Use hrtimer for sigtimedwait() | Thomas Gleixner |
2016-07-07 | timers: Remove the deprecated mod_timer_pinned() API | Thomas Gleixner |
2016-07-07 | timers: Make 'pinned' a timer property | Thomas Gleixner |
2016-07-07 | Merge branch 'locking/arch-atomic' into locking/core, because the topic is ready | Ingo Molnar |
2016-07-07 | locking/static_keys: Fix non static symbol Sparse warning | Wei Yongjun |