summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2019-07-25lib/dim: Fix -Wunused-const-variable warningsLeon Romanovsky
2019-07-25leds: core: Add support for composing LED class device namesJacek Anaszewski
2019-07-25leds: class: Improve LED and LED flash class registration APIJacek Anaszewski
2019-07-25qed*: Change dpi_addr to be denoted with __iomemMichal Kalderon
2019-07-25platform/x86: wmi: add missing struct parameter descriptionMattias Jacobsson
2019-07-25Merge branch 'access-creds'Linus Torvalds
2019-07-25sched/core: Prevent race condition between cpuset and __sched_setscheduler()Juri Lelli
2019-07-25cgroup/cpuset: Change cpuset_rwsem and hotplug lock orderJuri Lelli
2019-07-25cpusets: Rebuild root domain deadline accounting informationMathieu Poirier
2019-07-25sched/topology: Add partition_sched_domains_locked()Mathieu Poirier
2019-07-25sched/core: Convert get_task_struct() to return the taskMatthew Wilcox (Oracle)
2019-07-25cpu/hotplug: Cache number of online CPUsThomas Gleixner
2019-07-25cpumask: Implement cpumask_or_equal()Thomas Gleixner
2019-07-25smp/hotplug: Track booted once CPUs in a cpumaskThomas Gleixner
2019-07-25locking/lockdep: Reduce space occupied by stack tracesBart Van Assche
2019-07-25stacktrace: Constify 'entries' argumentsBart Van Assche
2019-07-25locking/lockdep: Make it clear that what lock_class::key points at is not mod...Bart Van Assche
2019-07-25sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn
2019-07-25sched/fair: Don't free p->numa_faults with concurrent readersJann Horn
2019-07-25driver core: Remove device link creation limitationRafael J. Wysocki
2019-07-25intel_th: msu: Introduce buffer interfaceAlexander Shishkin
2019-07-25usb: host: oxu210hp-hcd: remove include/linux/oxu210hp.hMasahiro Yamada
2019-07-25Input: allow drivers specify timestamp for input eventsAtif Niyaz
2019-07-24fpga: altera-pr-ip: Make alt_pr_unregister function voidMoritz Fischer
2019-07-24access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds
2019-07-24lib/timerqueue: Rely on rbtree semantics for next timerDavidlohr Bueso
2019-07-24iommu: Introduce iommu_iotlb_gather_add_page()Will Deacon
2019-07-24iommu: Introduce struct iommu_iotlb_gather for batching TLB flushesWill Deacon
2019-07-24iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_opsWill Deacon
2019-07-24iommu: Remove empty iommu_tlb_range_add() callback from iommu_opsWill Deacon
2019-07-24can: Add SPDX license identifiers for CAN subsystemOliver Hartkopp
2019-07-24can: remove obsolete empty ioctl() handlerOliver Hartkopp
2019-07-23PCI: Remove pci_block_cfg_access() et al (unused)Kelsey Skunberg
2019-07-23bpf: fix narrower loads on s390Ilya Leoshkevich
2019-07-23dma-mapping: use dma_get_mask in dma_addressing_limitedEric Auger
2019-07-23block: blk-mq: Remove blk_mq_sched_started_request and started_requestMarcos Paulo de Souza
2019-07-23fbdev: Ditch fb_edid_add_monspecsDaniel Vetter
2019-07-23iommu/iova: Fix compilation error with !CONFIG_IOMMU_IOVAJoerg Roedel
2019-07-23PM: sleep: Drop dpm_noirq_begin() and dpm_noirq_end()Rafael J. Wysocki
2019-07-23PM: sleep: Simplify suspend-to-idle control flowRafael J. Wysocki
2019-07-23PCI: irq: Introduce rearm_wake_irq()Rafael J. Wysocki
2019-07-22net: Convert skb_frag_t to bio_vecMatthew Wilcox (Oracle)
2019-07-22net: Rename skb_frag_t size to bv_lenMatthew Wilcox (Oracle)
2019-07-22net: Rename skb_frag page to bv_pageMatthew Wilcox (Oracle)
2019-07-22net: Reorder the contents of skb_frag_tMatthew Wilcox (Oracle)
2019-07-22net: Increase the size of skb_frag_tMatthew Wilcox (Oracle)
2019-07-22net: Use skb accessors in network coreMatthew Wilcox (Oracle)
2019-07-22firmware: qcom_scm: Cleanup code in qcom_scm_assign_mem()Stephen Boyd
2019-07-22clk: Add missing documentation of devm_clk_bulk_get_optional() argumentSylwester Nawrocki
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard