summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-133-31/+52
|\ \ \
| * \ \ Merge branch 'linus' into x86/asm, to resolve conflictIngo Molnar2017-11-101-5/+1
| |\ \ \
| * | | | x86/mm, resource: Use PAGE_KERNEL protection for ioremap of memory pagesTom Lendacky2017-11-071-0/+19
| * | | | resource: Provide resource struct in resource walk callbackTom Lendacky2017-11-072-6/+8
| * | | | resource: Consolidate resource walking codeTom Lendacky2017-11-071-27/+25
| * | | | kprobes, x86/alternatives: Use text_mutex to protect smp_alt_modulesZhou Chengming2017-11-071-0/+2
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-1317-706/+1123
|\ \ \ \ \
| * | | | | sched/core: Optimize sched_feat() for !CONFIG_SCHED_DEBUG buildsPatrick Bellasi2017-11-092-6/+28
| * | | | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-08156-148/+482
| |\| | | |
| * | | | | sched/isolation: Add basic isolcpus flagsFrederic Weisbecker2017-10-271-1/+25
| * | | | | sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker2017-10-274-56/+62
| * | | | | sched/isolation: Handle the nohz_full= parameterFrederic Weisbecker2017-10-272-22/+33
| * | | | | sched/isolation: Introduce housekeeping flagsFrederic Weisbecker2017-10-276-19/+24
| * | | | | sched/isolation: Split out new CONFIG_CPU_ISOLATION=y config from CONFIG_NO_H...Frederic Weisbecker2017-10-271-1/+1
| * | | | | sched/isolation: Rename is_housekeeping_cpu() to housekeeping_cpu()Frederic Weisbecker2017-10-272-4/+4
| * | | | | sched/isolation: Use its own static keyFrederic Weisbecker2017-10-271-4/+9
| * | | | | sched/isolation: Make the housekeeping cpumask privateFrederic Weisbecker2017-10-271-1/+35
| * | | | | sched/isolation, watchdog: Use housekeeping_cpumask() instead of ad-hoc versionFrederic Weisbecker2017-10-271-8/+3
| * | | | | sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker2017-10-278-18/+39
| * | | | | sched/idle: Micro-optimize the idle loopCheng Jian2017-10-261-1/+2
| * | | | | sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_...Rakib Mullick2017-10-241-2/+2
| * | | | | sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)2017-10-103-208/+138
| * | | | | sched/fair: Fix usage of find_idlest_group() when the local group is idlestBrendan Jackman2017-10-101-1/+1
| * | | | | sched/fair: Fix usage of find_idlest_group() when no groups are allowedBrendan Jackman2017-10-101-0/+5
| * | | | | sched/fair: Fix find_idlest_group() when local group is not allowedBrendan Jackman2017-10-101-2/+3
| * | | | | sched/fair: Remove unnecessary comparison with -1Brendan Jackman2017-10-101-1/+1