summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | irqchip/exynos: Prepare combiner_handle_cascade_irq for irq argument removalThomas Gleixner2015-07-161-1/+3
| * | irqchip/mips-gic: Use irq_set_chip_handler_name_lockedThomas Gleixner2015-07-121-9/+6
| * | irqchip/metag-ext: Use irq_set_chip_handler_name_locked()Thomas Gleixner2015-07-121-5/+4
| * | irqchip/vt8500: Use irq_set_handler_locked()Thomas Gleixner2015-07-121-3/+3
| * | irqchip: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-116-8/+8
| * | irqchip/mips-gic: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-111-1/+1
| * | irqchip/vic: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-111-2/+2
| * | irqchip/versatile: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-111-2/+2
| * | irqchip/tb10x: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-111-2/+2
| * | irqchip/sunxi-nmi: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-111-2/+1
| * | irqchip/orion: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-111-2/+2
| * | irqchip/metag: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-111-2/+1
| * | irqchip/imgpdc: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-111-4/+4
| * | irqchip/gic: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-111-3/+2
| * | irqchip/brcmstb-l2: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-111-2/+2
| * | irqchip/bcm7120-l2: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-111-2/+2
| * | irqchip/bcm7038-l1: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-111-2/+2
| * | irqchip/exynos-combiner: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-111-3/+2
| * | genirq: Remove the irq argument from setup_affinity()Jiang Liu2015-07-111-8/+7
| * | genirq: Provide and use __irq_can_set_affinity()Jiang Liu2015-07-111-8/+10
| * | genirq: Remove the irq argument from note_interrupt()Jiang Liu2015-07-114-6/+7
| * | genirq: Remove irq argument from try_one_irq()Jiang Liu2015-07-111-3/+3
| * | genirq: Remove irq argument from report_bad_irq()Jiang Liu2015-07-111-8/+6
| * | genirq: Remove irq argument from suspend/resume_irq()Jiang Liu2015-07-111-4/+4
| * | genirq: Remove irq argument from __enable/__disable_irq()Jiang Liu2015-07-113-10/+11
| * | genirq: Remove irq arg from __irq_set_trigger()Jiang Liu2015-07-113-10/+9
| * | genirq: Remove the irq argument from check_irq_resend()Jiang Liu2015-07-114-4/+6
| * | genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu()Jiang Liu2015-07-114-11/+11
| * | irqchip: Prepare for local stub header removalJoel Porquet2015-07-1144-79/+42
| * | irqchip/sirfsoc: Fix generic chip allocation wreckageThomas Gleixner2015-07-111-23/+25
| * | irqchip/dw-apb-ictl: Fix generic domain chip wreckageThomas Gleixner2015-07-111-31/+22
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-09-0180-1681/+1575
|\ \ \
| * | | hrtimer: Handle failure of tick_init_highres() gracefullyGuenter Roeck2015-08-221-0/+1
| * | | Merge branch 'fortglx/4.3/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner2015-08-207-33/+102
| |\ \ \
| | * | | time: Introduce timespec64_to_jiffies()/jiffies_to_timespec64()Baolin Wang2015-08-172-11/+32
| | * | | time: Introduce current_kernel_time64()Baolin Wang2015-08-172-4/+11
| | * | | time: Introduce struct itimerspec64Baolin Wang2015-08-171-0/+35
| | * | | time: Add the common weak version of update_persistent_clock()Xunlei Pang2015-08-171-0/+5
| | * | | time: Always make sure wall_to_monotonic isn't positiveWang YanQing2015-08-171-3/+10
| | * | | time: Fix nanosecond file time rounding in timespec_trunc()Karsten Blees2015-08-171-14/+8
| | * | | timer_list: Add the base offset so remaining nsecs are accurate for non monot...John Stultz2015-08-171-1/+1
| * | | | hrtimer: Unconfuse switch_hrtimer_base() a bitFrederic Weisbecker2015-08-181-8/+17
| * | | | hrtimer: Simplify get_target_base() by returning current baseFrederic Weisbecker2015-08-181-2/+2
| * | | | hrtimer: Drop return code of hrtimer_switch_to_hres()Luiz Capitulino2015-08-171-4/+2
| * | | | cris/time: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-3/+5
| * | | | kernel: broadcast-hrtimer: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-29/+20
| * | | | xtensa/time: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-27/+26
| * | | | unicore/time: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-19/+10
| * | | | um/time: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-24/+20
| * | | | sparc/time: Migrate to new 'set-state' interfaceViresh Kumar2015-08-103-54/+38