| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-07-26 | 11 | -66/+358 |
|\ |
|
| * | genirq: Fix missing irq allocation affinity hint | Vincent Stehle | 2016-07-19 | 1 | -1/+1 |
| * | irqdomain: Fix irq_domain_alloc_irqs_recursive() error handling | Alexander Popov | 2016-07-11 | 1 | -2/+4 |
| * | genirq/msi: Fix broken debug output | Thomas Gleixner | 2016-07-04 | 1 | -0/+1 |
| * | Merge branch 'irq/for-block' into irq/core | Thomas Gleixner | 2016-07-04 | 34 | -245/+543 |
| |\ |
|
| | * | genirq: Add a helper to spread an affinity mask for MSI/MSI-X vectors | Christoph Hellwig | 2016-07-04 | 2 | -0/+62 |
| | * | genirq/msi: Make use of affinity aware allocations | Thomas Gleixner | 2016-07-04 | 1 | -1/+1 |
| | * | genirq: Use affinity hint in irqdesc allocation | Thomas Gleixner | 2016-07-04 | 1 | -12/+39 |
| | * | genirq: Add affinity hint to irq allocation | Thomas Gleixner | 2016-07-04 | 5 | -17/+29 |
| | * | genirq: Introduce IRQD_AFFINITY_MANAGED flag | Thomas Gleixner | 2016-07-04 | 3 | -4/+21 |
| | * | genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAP | Thomas Gleixner | 2016-07-04 | 1 | -6/+2 |
| * | | irqdomain: Fix disposal of mappings for interrupt hierarchies | Jon Hunter | 2016-06-23 | 1 | -2/+6 |
| * | | genirq: Add untracked irq handler | Keith Busch | 2016-06-18 | 3 | -4/+58 |
| * | | Merge tag 'irqchip-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Thomas Gleixner | 2016-06-13 | 4 | -10/+134 |
| |\ \ |
|
| | * | | genirq: Add runtime power management support for IRQ chips | Jon Hunter | 2016-06-13 | 3 | -1/+71 |
| | * | | irqdomain: Don't set type when mapping an IRQ | Jon Hunter | 2016-06-13 | 1 | -5/+18 |
| | * | | genirq: Look-up percpu trigger type if not specified by caller | Marc Zyngier | 2016-06-13 | 1 | -0/+7 |
| | * | | genirq: Look-up trigger type if not specified by caller | Jon Hunter | 2016-06-13 | 1 | -0/+7 |
| | * | | irqdomain: Fix handling of type settings for existing mappings | Jon Hunter | 2016-06-13 | 1 | -5/+32 |
| * | | | genirq: Remove unnecessary memset() calls | Weongyo Jeong | 2016-06-10 | 1 | -3/+0 |
| * | | | genirq: Remove redundant NULL check of irq_desc | Jianyu Zhan | 2016-06-10 | 1 | -5/+1 |
| |/ / |
|
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-07-26 | 13 | -540/+751 |
|\ \ \ |
|
| * | | | tick/nohz: Optimize nohz idle enter | Gaurav Jindal | 2016-07-19 | 1 | -2/+1 |
| * | | | clockevents: Make clockevents_subsys static | Ben Dooks | 2016-07-19 | 1 | -1/+1 |
| * | | | Merge branch 'timers/fast-wheel' into timers/core | Ingo Molnar | 2016-07-07 | 29 | -692/+1077 |
| |\ \ \ |
|
| | * | | | timers: Implement optimization for same expiry time in mod_timer() | Anna-Maria Gleixner | 2016-07-07 | 1 | -16/+35 |
| | * | | | timers: Split out index calculation | Anna-Maria Gleixner | 2016-07-07 | 1 | -15/+32 |
| | * | | | timers: Only wake softirq if necessary | Thomas Gleixner | 2016-07-07 | 1 | -0/+11 |
| | * | | | timers: Forward the wheel clock whenever possible | Thomas Gleixner | 2016-07-07 | 3 | -21/+120 |
| | * | | | timers/nohz: Remove pointless tick_nohz_kick_tick() function | Thomas Gleixner | 2016-07-07 | 1 | -32/+1 |
| | * | | | timers: Optimize collect_expired_timers() for NOHZ | Anna-Maria Gleixner | 2016-07-07 | 1 | -8/+41 |
| | * | | | timers: Move __run_timers() function | Anna-Maria Gleixner | 2016-07-07 | 1 | -26/+26 |
| | * | | | timers: Remove set_timer_slack() leftovers | Thomas Gleixner | 2016-07-07 | 1 | -19/+0 |
| | * | | | timers: Switch to a non-cascading wheel | Thomas Gleixner | 2016-07-07 | 1 | -362/+467 |
| | * | | | timers: Give a few structs and members proper names | Thomas Gleixner | 2016-07-07 | 1 | -59/+59 |
| | * | | | signals: Use hrtimer for sigtimedwait() | Thomas Gleixner | 2016-07-07 | 1 | -14/+10 |
| | * | | | timers: Remove the deprecated mod_timer_pinned() API | Thomas Gleixner | 2016-07-07 | 1 | -34/+5 |
| | * | | | timers: Make 'pinned' a timer property | Thomas Gleixner | 2016-07-07 | 1 | -5/+5 |
| | | |/
| | |/| |
|
| * | | | tick/broadcast-hrtimer: Set name of the ce_broadcast_hrtimer | Jisheng Zhang | 2016-07-05 | 1 | -0/+1 |
| * | | | timers/nohz: Capitalize 'CPU' consistently | Ingo Molnar | 2016-07-01 | 1 | -21/+21 |
| * | | | timers/nohz: Fix several typos | Wei Jiangang | 2016-07-01 | 1 | -5/+5 |
| * | | | Merge branch 'fortglx/4.8/time' of https://git.linaro.org/people/john.stultz/... | Thomas Gleixner | 2016-06-21 | 6 | -24/+28 |
| |\ \ \ |
|
| | * | | | timer: Avoid using timespec | Arnd Bergmann | 2016-06-20 | 1 | -3/+3 |
| | * | | | time: Avoid timespec in udelay_test | Arnd Bergmann | 2016-06-20 | 1 | -8/+8 |
| | * | | | time: Add time64_to_tm() | Deepa Dinamani | 2016-06-20 | 1 | -5/+6 |
| | * | | | alarmtimer: Fix comments describing structure fields | Pratyush Patel | 2016-06-20 | 1 | -1/+0 |
| | * | | | timekeeping: Fix 1ns/tick drift with GENERIC_TIME_VSYSCALL_OLD | Thomas Graziadei | 2016-06-20 | 1 | -4/+6 |
| | * | | | clocksource: Make clocksource insert entry more efficient | Minfei Huang | 2016-06-20 | 1 | -3/+5 |
| | | |/
| | |/| |
|
| * | | | hrtimer: Remove redundant #ifdef block | Pratyush Patel | 2016-06-10 | 1 | -1/+1 |
| * | | | timers: Clarify usleep_range() function comment | Bjorn Helgaas | 2016-06-10 | 1 | -1/+7 |
| |/ / |
|