summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2017-06-22genirq: Introduce IRQD_MANAGED_SHUTDOWNThomas Gleixner1-0/+8
2017-06-22genirq: Introduce effective affinity maskThomas Gleixner1-0/+29
2017-06-22genirq: Move irq_fixup_move_pending() to coreThomas Gleixner1-5/+0
2017-06-22genirq/cpuhotplug: Add support for cleaning up move in progressThomas Gleixner1-0/+2
2017-06-22genirq: Provide irq_fixup_move_pending()Thomas Gleixner1-0/+5
2017-06-22genirq: Add missing comment for IRQD_STARTEDThomas Gleixner1-0/+1
2017-06-22genirq/debugfs: Add proper debugfs interfaceThomas Gleixner2-0/+8
2017-06-22genirq/irqdomain: Add map counterThomas Gleixner1-0/+2
2017-06-22genirq: Allow fwnode to carry name information onlyThomas Gleixner1-1/+30
2017-06-22of: make of_fdt_is_compatible() staticFrank Rowand1-3/+0
2017-06-22quota: add get_inode_usage callback to transfer multi-inode chargesTahsin Erdogan1-0/+2
2017-06-22efi: parse ARM processor errorTyler Baicar1-0/+54
2017-06-22mbcache: make mbcache naming more genericTahsin Erdogan1-6/+5
2017-06-22Merge branch 'uuid-types'Rafael J. Wysocki8-53/+76
2017-06-22net/mlx5: Fix offset of hca cap reserved fieldOr Gerlitz1-1/+1
2017-06-22net/mlx5: Enhance MCAM reg to allow query on access reg supportOr Gerlitz2-0/+16
2017-06-22net/mlx5: Add MCC (Management Component Control) register definitionsOr Gerlitz2-0/+85
2017-06-22net/mlx5e: Add header re-write offloading of IPv6 hop-limitOr Gerlitz1-0/+1
2017-06-22net/mlx5e: Offload TC matching on ip ttlOr Gerlitz1-2/+3
2017-06-22sched/loadavg: Generalize "_idle" naming to "_nohz"Frederic Weisbecker1-4/+4
2017-06-22Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar10-40/+79
2017-06-22Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar17-47/+111
2017-06-22Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2017-06-22device property: Add fwnode_graph_get_port_parentKieran Bingham1-0/+2
2017-06-22device property: Add FW type agnostic fwnode_graph_get_remote_nodeSakari Ailus1-0/+2
2017-06-22device property: Introduce fwnode_device_is_available()Sakari Ailus2-0/+2
2017-06-22device property: Move fwnode graph ops to firmware specific locationsSakari Ailus1-0/+14
2017-06-22device property: Move FW type specific functionality to FW specific filesSakari Ailus3-0/+60
2017-06-22Merge branch 'dt/property-move' of git://git.kernel.org/pub/scm/linux/kernel/...Rafael J. Wysocki1-10/+20
2017-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-30/+30
2017-06-21qed*: Rename qed_roce_if.h to qed_rdma_if.hKalderon, Michal1-2/+2
2017-06-21ima: define is_ima_appraise_enabled()Mimi Zohar1-0/+6
2017-06-21blk-mq: Make it safe to quiesce and unquiesce from an interrupt handlerBart Van Assche1-9/+1
2017-06-21ftrace: Add missing comment for FTRACE_OPS_FL_RCUSteven Rostedt (VMware)1-0/+1
2017-06-21blk-mq: fix performance regression with shared tagsJens Axboe1-0/+2
2017-06-21qede: Fix compilation without QED_RDMAChad Dupuis1-1/+1
2017-06-21irq/generic-chip: Provide devm_irq_setup_generic_chip()Bartosz Golaszewski1-0/+3
2017-06-21irq/generic-chip: Provide devm_irq_alloc_generic_chip()Bartosz Golaszewski1-0/+5
2017-06-21irq/generic-chip: Provide irq_destroy_generic_chip()Bartosz Golaszewski1-0/+8
2017-06-21irq/generic-chip: Provide irq_free_generic_chip()Bartosz Golaszewski1-0/+6
2017-06-21Merge branch 'fortglx/4.13/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner1-2/+2
2017-06-21Merge branch 'timers/urgent' into timers/coreThomas Gleixner19-51/+120
2017-06-21time: Clean up CLOCK_MONOTONIC_RAW time handlingJohn Stultz1-2/+2
2017-06-21block: Add a comment above queue_lockdep_assert_held()Bart Van Assche1-0/+7
2017-06-21block: Introduce request_queue.initialize_rq_fn()Bart Van Assche2-0/+6
2017-06-21block: Make request operation type argument declarations consistentBart Van Assche2-4/+5
2017-06-21blk-mq: Reduce blk_mq_hw_ctx sizeBart Van Assche1-2/+3
2017-06-21block: stop using bio_data() in blk_write_same_mergeableChristoph Hellwig1-1/+2
2017-06-21block: remove the unused bio_to_phys macroChristoph Hellwig1-1/+0
2017-06-20Merge branch 'linus' into irq/coreThomas Gleixner40-83/+232