Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1475174
| From | Frederic Weisbecker <fweisbec@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/5] sched/cputime: irqtime cleanups |
| Date | 2016-09-02 16:10 +0200 |
| Message-ID | <scXkm-s8-19@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This series contains a few optimizations against irq disabling, and the
rest is consolidation.
git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git
sched/irqtime
HEAD: 63024a0947091e0a20bafa33ccccb685ae33c275
Thanks,
Frederic
---
Frederic Weisbecker (5):
irqtime: No need for preempt-safe accessors
irqtime: Remove needless IRQs disablement on kcpustat update
u64_stats: Introduce IRQs disabled helpers
irqtime: Consolidate accounting synchronization with u64_stats API
irqtime: Consolidate irqtime flushing code
include/linux/u64_stats_sync.h | 49 +++++++++++++++++++++-----------------
kernel/sched/cputime.c | 51 ++++++++++++++++------------------------
kernel/sched/sched.h | 53 ++++++++++++------------------------------
3 files changed, 63 insertions(+), 90 deletions(-)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/5] sched/cputime: irqtime cleanups Frederic Weisbecker <fweisbec@gmail.com> - 2016-09-02 16:10 +0200
[PATCH 1/5] irqtime: No need for preempt-safe accessors Frederic Weisbecker <fweisbec@gmail.com> - 2016-09-02 16:10 +0200
Re: [PATCH 1/5] irqtime: No need for preempt-safe accessors Rik van Riel <riel@redhat.com> - 2016-09-06 19:10 +0200
[PATCH 2/5] irqtime: Remove needless IRQs disablement on kcpustat update Frederic Weisbecker <fweisbec@gmail.com> - 2016-09-02 16:10 +0200
Re: [PATCH 2/5] irqtime: Remove needless IRQs disablement on kcpustat update Paolo Bonzini <pbonzini@redhat.com> - 2016-09-02 17:00 +0200
Re: [PATCH 2/5] irqtime: Remove needless IRQs disablement on kcpustat update Peter Zijlstra <peterz@infradead.org> - 2016-09-02 18:40 +0200
Re: [PATCH 2/5] irqtime: Remove needless IRQs disablement on kcpustat update Rik van Riel <riel@redhat.com> - 2016-09-06 19:10 +0200
Re: [PATCH 2/5] irqtime: Remove needless IRQs disablement on kcpustat update Peter Zijlstra <peterz@infradead.org> - 2016-09-07 10:00 +0200
[PATCH 3/5] u64_stats: Introduce IRQs disabled helpers Frederic Weisbecker <fweisbec@gmail.com> - 2016-09-02 16:10 +0200
Re: [PATCH 3/5] u64_stats: Introduce IRQs disabled helpers Paolo Bonzini <pbonzini@redhat.com> - 2016-09-02 16:40 +0200
[PATCH 5/5] irqtime: Consolidate irqtime flushing code Frederic Weisbecker <fweisbec@gmail.com> - 2016-09-02 16:10 +0200
Re: [PATCH 5/5] irqtime: Consolidate irqtime flushing code Rik van Riel <riel@redhat.com> - 2016-09-06 19:00 +0200
csiph-web