index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
irq
/
affinity.c
Age
Commit message (
Expand
)
Author
2019-08-28
genirq/affinity: Remove const qualifier from node_to_cpumask argument
Ming Lei
2019-08-27
genirq/affinity: Spread vectors on node according to nr_cpu ratio
Ming Lei
2019-08-27
genirq/affinity: Improve __irq_build_affinity_masks()
Ming Lei
2019-08-08
genirq/affinity: Create affinity mask for single vector
Ming Lei
2019-06-12
genirq/affinity: Remove unused argument from [__]irq_build_affinity_masks()
Minwoo Im
2019-02-18
genirq/affinity: Remove the leftovers of the original set support
Thomas Gleixner
2019-02-18
genirq/affinity: Add new callback for (re)calculating interrupt sets
Ming Lei
2019-02-18
genirq/affinity: Store interrupt sets size in struct irq_affinity
Ming Lei
2019-02-18
genirq/affinity: Code consolidation
Thomas Gleixner
2019-02-10
genirq/affinity: Move allocation of 'node_to_cpumask' to irq_build_affinity_m...
Ming Lei
2018-12-19
genirq/affinity: Add is_managed to struct irq_affinity_desc
Dou Liyang
2018-12-19
genirq/core: Introduce struct irq_affinity_desc
Dou Liyang
2018-12-19
genirq/affinity: Remove excess indentation
Thomas Gleixner
2018-11-05
genirq/affinity: Add support for allocating interrupt sets
Jens Axboe
2018-11-05
genirq/affinity: Pass first vector to __irq_build_affinity_masks()
Ming Lei
2018-11-05
genirq/affinity: Move two stage affinity spreading into a helper function
Ming Lei
2018-11-05
genirq/affinity: Spread IRQs to all available NUMA nodes
Long Li
2018-04-06
genirq/affinity: Spread irq vectors among present CPUs as far as possible
Ming Lei
2018-04-06
genirq/affinity: Allow irq spreading from a given starting point
Ming Lei
2018-04-06
genirq/affinity: Move actual irq vector spreading into a helper function
Ming Lei
2018-04-06
genirq/affinity: Rename *node_to_possible_cpumask as *node_to_cpumask
Ming Lei
2018-04-06
genirq/affinity: Don't return with empty affinity masks on error
Thomas Gleixner
2018-01-12
genirq/affinity: assign vectors to all possible CPUs
Christoph Hellwig
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-07-08
Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-06-22
genirq/affinity: Assign vectors to all present CPUs
Christoph Hellwig
2017-05-22
PCI/MSI: Ignore affinity if pre/post vector count is more than min_vecs
Michael Hernandez
2017-04-20
genirq/affinity: Fix calculating vectors to assign
Keith Busch
2017-04-13
irq/affinity: Fix extra vecs calculation
Keith Busch
2017-04-04
irq/affinity: Fix CPU spread for unbalanced nodes
Keith Busch
2016-12-15
genirq/affinity: Fix node generation from cpumask
Guilherme G. Piccoli
2016-11-16
genirq/affinity: Use default affinity mask for reserved vectors
Thomas Gleixner
2016-11-16
genirq/affinity: Take reserved vectors into account when spreading irqs
Christoph Hellwig
2016-11-09
genirq/affinity: Handle pre/post vectors in irq_create_affinity_masks()
Christoph Hellwig
2016-11-09
genirq/affinity: Handle pre/post vectors in irq_calc_affinity_vectors()
Christoph Hellwig
2016-09-14
genirq/affinity: Remove old irq spread infrastructure
Thomas Gleixner
2016-09-14
genirq/affinity: Provide smarter irq spreading infrastructure
Thomas Gleixner
2016-08-22
genirq/affinity: Use get/put_online_cpus around cpumask operations
Christoph Hellwig
2016-07-04
genirq: Add a helper to spread an affinity mask for MSI/MSI-X vectors
Christoph Hellwig