summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar2017-11-291-1/+4
|\
| * perf: Fix header.size for namespace eventsJiri Olsa2017-11-281-1/+4
* | Merge branch 'linus' into perf/urgent, to pick up dependent commitsIngo Molnar2017-11-2979-1574/+2776
|\|
| * Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-141-0/+3
| |\
| | * Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar2017-11-07154-240/+492
| | |\
| | * | genirq: Add config option for reservation modeThomas Gleixner2017-10-181-0/+3
| | * | Merge branch 'irq/urgent' into x86/apicThomas Gleixner2017-10-1231-806/+1019
| | |\ \
| * | \ \ Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-1415-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/+0Star
| | | * | | | timekeeping: Use timespec64 in timekeeping_inject_offsetArnd Bergmann2017-10-301-47/+25Star
| | | * | | | 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/+6Star
| | * | | | | 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/+8Star
| | * | | | | workqueue: Convert callback to use from_timer()Kees Cook2017-10-051-4/+3Star
| | * | | | | kthread: Convert callback to use from_timer()Kees Cook2017-10-051-6/+4Star
| | * | | | | 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/+3Star
| | * | | | | 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-1413-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/+1Star
| | * | | | | | | 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/+2Star
| | * | | | | | | | irq/work: Don't reinvent the wheel but use existing llist APIByungchul Park2017-10-311-5/+1Star
| | * | | | | | | | 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