summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/coreChristoffer Dall2017-11-0612-47/+593
|\
| * 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
* | | Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-10-065-520/+372
|\ \ \
| * | | watchdog/core: Put softlockup_threads_initialized under ifdef guardThomas Gleixner2017-10-041-1/+1
| * | | watchdog/core: Rename some softlockup_* functionsThomas Gleixner2017-10-041-9/+9
| * | | powerpc/watchdog: Make use of watchdog_nmi_probe()Thomas Gleixner2017-10-041-1/+4
| * | | watchdog/core, powerpc: Lock cpus across reconfigurationThomas Gleixner2017-10-042-3/+10
| * | | watchdog/core, powerpc: Replace watchdog_nmi_reconfigure()Thomas Gleixner2017-10-041-15/+18
| * | | watchdog/hardlockup/perf: Fix spelling mistake: "permanetely" -> "permanently"Colin Ian King2017-09-281-1/+1
| * | | watchdog/hardlockup/perf: Cure UP damageThomas Gleixner2017-09-251-1/+6
| * | | watchdog/hardlockup: Clean up hotplug locking messThomas Gleixner2017-09-141-6/+0
| * | | watchdog/hardlockup/perf: Simplify deferred event destroyThomas Gleixner2017-09-141-5/+2
| * | | watchdog/hardlockup/perf: Use new perf CPU enable mechanismThomas Gleixner2017-09-142-84/+8
| * | | watchdog/hardlockup/perf: Implement CPU enable replacementThomas Gleixner2017-09-141-0/+11
| * | | watchdog/hardlockup/perf: Implement init time detection of perfThomas Gleixner2017-09-141-1/+12
| * | | watchdog/hardlockup/perf: Implement init time perf validationThomas Gleixner2017-09-141-0/+37
| * | | watchdog/core: Get rid of the racy update loopThomas Gleixner2017-09-141-48/+47
| * | | watchdog/core, powerpc: Make watchdog_nmi_reconfigure() two stageThomas Gleixner2017-09-141-9/+22
| * | | watchdog/sysctl: Clean up sysctl variable name spaceThomas Gleixner2017-09-142-29/+28
| * | | watchdog/sysctl: Get rid of the #ifdefferyThomas Gleixner2017-09-141-5/+1
| * | | watchdog/core: Further simplify sysctl handlingThomas Gleixner2017-09-141-20/+7
| * | | watchdog/core: Get rid of the thread teardown/setup danceThomas Gleixner2017-09-141-171/+19
| * | | watchdog/core: Create new thread handling infrastructureThomas Gleixner2017-09-141-0/+75
| * | | smpboot/threads, watchdog/core: Avoid runtime allocationThomas Gleixner2017-09-142-31/+12
| * | | watchdog/core: Split out cpumask write functionThomas Gleixner2017-09-141-19/+21
| * | | watchdog/core: Clean up the #ifdef mazeThomas Gleixner2017-09-141-20/+13
| * | | watchdog/core: Clean up stub functionsThomas Gleixner2017-09-141-46/+22
| * | | watchdog/core: Remove the park_in_progress obfuscationThomas Gleixner2017-09-142-25/+19
| * | | watchdog/hardlockup/perf: Prevent CPU hotplug deadlockThomas Gleixner2017-09-143-6/+59
| * | | watchdog/hardlockup/perf: Remove broken self disable on failureThomas Gleixner2017-09-142-28/+7
| * | | watchdog/core: Mark hardlockup_detector_disable() __initThomas Gleixner2017-09-141-1/+1
| * | | watchdog/core: Rename watchdog_proc_mutexThomas Gleixner2017-09-141-8/+7