summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-1315-267/+396
|\
| * timers: Add a function to start/reduce a timerDavid Howells2017-11-121-7/+38
| * pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()Arnd Bergmann2017-11-121-0/+1
| * rcu: Convert timers to use timer_setup()Kees Cook2017-11-022-6/+7
| * kernel/time/Kconfig: Fix typo in commentRandy Dunlap2017-11-021-1/+1
| * clockevents: Update clockevents device next_event on stopPrasad Sodagudi2017-11-011-0/+1
| * Merge branch 'fortglx/4.15/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2017-10-315-183/+227
| |\
| | * time: Move time_t conversion helpers to time32.hArnd Bergmann2017-10-301-2/+3
| | * time: Remove unused functionsArnd Bergmann2017-10-301-18/+0
| | * timekeeping: Use timespec64 in timekeeping_inject_offsetArnd Bergmann2017-10-301-47/+25
| | * timekeeping: Consolidate timekeeping_inject_offset codeArnd Bergmann2017-10-305-100/+123
| | * rtc: Allow rtc drivers to specify the tv_nsec value for ntpJason Gunthorpe2017-10-301-53/+113
| * | clockevents: Retry programming min delta up to 10 timesJames Hogan2017-10-191-8/+13
| * | timer: Convert stub timer to timer_setup()Thomas Gleixner2017-10-181-3/+3
| * | workqueue: Convert timers to use timer_setup() (part 2)Kees Cook2017-10-181-8/+6
| * | timers: Avoid an unnecessary iteration in __run_timers()Zhenzhong Duan2017-10-181-2/+5
| * | time: Use do_settimeofday64() internallyArnd Bergmann2017-10-171-6/+6
| * | posix-stubs: Use get_timespec64() and put_timespec64()Arnd Bergmann2017-10-171-12/+8
| * | workqueue: Convert callback to use from_timer()Kees Cook2017-10-051-4/+3
| * | kthread: Convert callback to use from_timer()Kees Cook2017-10-051-6/+4
| * | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
| * | timer: Remove users of TIMER_DEFERRED_INITIALIZERKees Cook2017-10-051-5/+3
| * | timer: Convert schedule_timeout() to use from_timer()Kees Cook2017-10-051-7/+19
| * | Merge branch 'linus' into timers/coreThomas Gleixner2017-10-0519-239/+556
| |\ \
| * | | timekeeping: Provide NMI safe access to clock realtimeThomas Gleixner2017-09-251-0/+35
| * | | timekeeping: Make fast accessors return 0 before timekeeping is initializedPrarit Bhargava2017-09-251-14/+21
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-1313-54/+600
|\ \ \ \
| * | | | genirq: Fix type of shifting literal 1 in __setup_irq()Rasmus Villemoes2017-11-121-1/+1
| * | | | irqdomain: Drop pointless NULL check in virq_debug_show_oneRasmus Villemoes2017-11-121-2/+1
| * | | | genirq/proc: Return proper error code when irq_set_affinity() failsWen Yaxng2017-11-121-2/+3
| * | | | irq/work: Use llist_for_each_entry_safeThomas Gleixner2017-11-121-3/+3
| * | | | Merge tag 'irqchip-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-11-0216-237/+542
| |\ \ \ \
| | * \ \ \ Merge tag 'v4.14-rc3' into irq/irqchip-4.15Marc Zyngier2017-11-0216-237/+542
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| * | | | | irq/core: Fix boot crash when the irqaffinity= boot parameter is passed on CP...Rakib Mullick2017-11-011-4/+2
| * | | | | irq/work: Don't reinvent the wheel but use existing llist APIByungchul Park2017-10-311-5/+1
| * | | | | genirq: Document vcpu_info usage for percpu_devid interruptsChristoffer Dall2017-10-291-1/+2
| |/ / / /
| * | | | irqdomain: Add __rcu annotations to radix tree slotMasahiro Yamada2017-10-191-2/+2
| * | | | irqdomain: Move revmap_trees_mutex to struct irq_domainMasahiro Yamada2017-10-191-7/+7
| * | | | genirq/matrix: Add tracepointsThomas Gleixner2017-09-251-0/+15
| * | | | genirq: Implement bitmap matrix allocatorThomas Gleixner2017-09-253-0/+432
| * | | | genirq/irqdomain: Add force reactivation flag to irq domainsThomas Gleixner2017-09-251-0/+2
| * | | | genirq/irqdomain: Propagate early activationThomas Gleixner2017-09-254-9/+10
| * | | | genirq/irqdomain: Allow irq_domain_activate_irq() to failThomas Gleixner2017-09-254-20/+51
| * | | | genirq/irqdomain: Update irq_domain_ops.activate() signatureThomas Gleixner2017-09-252-3/+4
| * | | | genirq: Separate activation and startupThomas Gleixner2017-09-254-8/+43
| * | | | genirq: Set managed shut down flag at initThomas Gleixner2017-09-251-1/+1
| * | | | genirq: Make state consistent for !IRQ_DOMAIN_HIERARCHYThomas Gleixner2017-09-251-0/+11
| * | | | irqdomain/debugfs: Provide domain specific debug callbackThomas Gleixner2017-09-252-0/+4
| * | | | genirq/msi: Capture device name for debugfsThomas Gleixner2017-09-253-1/+20
| * | | | genirq/debugfs: Show debug information for all irq descriptorsThomas Gleixner2017-09-252-1/+1