summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2017-06-22tracing: Show address when function names are not foundSteven Rostedt (VMware)-4/+14
2017-06-22genirq/irqdomain: Remove auto-recursive hierarchy supportMarc Zyngier-43/+14
2017-06-22genirq/irqdomain: Add irq_domain_update_bus_token helperMarc Zyngier-0/+31
2017-06-22genirq/affinity: Assign vectors to all present CPUsChristoph Hellwig-13/+63
2017-06-22genirq/cpuhotplug: Avoid irq affinity setting for single targetsThomas Gleixner-2/+10
2017-06-22genirq: Introduce IRQD_SINGLE_TARGET flagThomas Gleixner-0/+1
2017-06-22genirq/cpuhotplug: Handle managed IRQs on CPU hotplugThomas Gleixner-0/+50
2017-06-22genirq: Handle managed irqs gracefully in irq_startup()Thomas Gleixner-3/+61
2017-06-22genirq: Add force argument to irq_startup()Thomas Gleixner-7/+14
2017-06-22genirq: Split out irq_startup() codeThomas Gleixner-11/+18
2017-06-22genirq: Introduce IRQD_MANAGED_SHUTDOWNThomas Gleixner-0/+10
2017-06-22genirq/cpuhotplug: Use effective affinity maskThomas Gleixner-3/+11
2017-06-22genirq: Introduce effective affinity maskThomas Gleixner-7/+105
2017-06-22genirq/proc: Replace ever repeating type castThomas Gleixner-5/+5
2017-06-22genirq: Remove pointless gfp argumentThomas Gleixner-8/+7
2017-06-22genirq: Remove pointless arg from show_irq_affinityThomas Gleixner-3/+3
2017-06-22genirq: Move irq_fixup_move_pending() to coreThomas Gleixner-0/+5
2017-06-22genirq/cpuhotplug: Set force affinity flag on hotplug migrationThomas Gleixner-1/+1
2017-06-22genirq/cpuhotplug: Add support for conditional maskingThomas Gleixner-1/+10
2017-06-22genirq/cpuhotplug: Add support for cleaning up move in progressThomas Gleixner-3/+35
2017-06-22genirq/cpuhotplug: Do not migrated shutdown irqsThomas Gleixner-3/+8
2017-06-22genirq/cpuhotplug: Reorder check logicThomas Gleixner-16/+20
2017-06-22genirq/cpuhotplug: Dont claim success on errorThomas Gleixner-1/+4
2017-06-22genirq/cpuhotplug: Remove irq disabling logicThomas Gleixner-8/+4
2017-06-22genirq: Move pending helpers to internal.hChristoph Hellwig-28/+38
2017-06-22genirq: Move initial affinity setup to irq_startup()Thomas Gleixner-9/+8
2017-06-22genirq: Rename setup_affinity() to irq_setup_affinity()Thomas Gleixner-6/+7
2017-06-22genirq: Remove mask argument from setup_affinity()Thomas Gleixner-34/+29
2017-06-22genirq: Provide irq_fixup_move_pending()Thomas Gleixner-0/+30
2017-06-22genirq/debugfs: Add proper debugfs interfaceThomas Gleixner-1/+337
2017-06-22genirq/irqdomain: Add map counterThomas Gleixner-0/+4
2017-06-22genirq: Allow fwnode to carry name information onlyThomas Gleixner-13/+92
2017-06-22genirq/msi: Prevent overwriting domain nameThomas Gleixner-1/+2
2017-06-22Merge branch 'uuid-types'Rafael J. Wysocki-2/+2
2017-06-22sched/fair: Spare idle load balancing on nohz_full CPUsFrederic Weisbecker-0/+4
2017-06-22nohz: Move idle balancer registration to the idle pathFrederic Weisbecker-2/+3
2017-06-22sched/loadavg: Generalize "_idle" naming to "_nohz"Frederic Weisbecker-27/+28
2017-06-22Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar-94/+109
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-16/+56
2017-06-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-7/+37
2017-06-21irq/generic-chip: Provide devm_irq_setup_generic_chip()Bartosz Golaszewski-0/+52
2017-06-21irq/generic-chip: Provide devm_irq_alloc_generic_chip()Bartosz Golaszewski-0/+34
2017-06-21irq/generic-chip: Export irq_init_generic_chip() locallyBartosz Golaszewski-4/+14
2017-06-21perf/aux: Correct return code of rb_alloc_aux() if !has_aux(ev)Hendrik Brueckner-1/+1
2017-06-21Merge branch 'fortglx/4.13/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner-20/+26
2017-06-21Merge branch 'timers/urgent' into timers/coreThomas Gleixner-109/+107
2017-06-20time: Add warning about imminent deprecation of CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz-0/+1
2017-06-20time: Clean up CLOCK_MONOTONIC_RAW time handlingJohn Stultz-20/+25
2017-06-20Merge branch 'linus' into irq/coreThomas Gleixner-154/+175
2017-06-20posix-cpu-timers: Make timespec to nsec conversion safeThomas Gleixner-1/+5