summaryrefslogtreecommitdiffhomepage
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2019-11-20dma-direct: avoid a forward declaration for phys_to_dmaChristoph Hellwig1-16/+14
2019-11-20dma-direct: unify the dma_capable definitionsChristoph Hellwig1-1/+1
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig1-10/+10
2019-11-20PCI: of: Add inbound resource parsing to helpersRob Herring1-3/+6
2019-11-20PCI: vmd: Add device id for VMD device 8086:9A0BJon Derrick1-0/+1
2019-11-20Merge tag 'irqchip-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner5-16/+43
2019-11-20firmware: xilinx: Add SDIO Tap Delay nodesManish Narani1-1/+12
2019-11-20cpuidle: Pass exit latency limit to cpuidle_use_deepest_state()Daniel Lezcano1-2/+4
2019-11-20cpuidle: Allow idle injection to apply exit latency limitDaniel Lezcano2-4/+9
2019-11-20futex: Add mutex around futex exitThomas Gleixner2-0/+2
2019-11-20futex: Mark the begin of futex exit explicitlyThomas Gleixner1-28/+3
2019-11-20futex: Split futex_mm_release() for exit/execThomas Gleixner1-2/+4
2019-11-20exit/exec: Seperate mm_release()Thomas Gleixner1-2/+4
2019-11-20futex: Replace PF_EXITPIDONE with a stateThomas Gleixner2-1/+34
2019-11-20futex: Move futex exit handling into futex codeThomas Gleixner2-15/+16
2019-11-19libnvdimm: Move nvdimm_bus_attribute_group to device_typeDan Williams1-2/+0
2019-11-19libnvdimm: Move nvdimm_attribute_group to device_typeDan Williams1-1/+0
2019-11-19libnvdimm: Move nd_mapping_attribute_group to device_typeDan Williams1-1/+0
2019-11-19libnvdimm: Move nd_region_attribute_group to device_typeDan Williams1-1/+0
2019-11-19libnvdimm: Move nd_numa_attribute_group to device_typeDan Williams1-1/+0
2019-11-19platform/chrome: wilco_ec: Add keyboard backlight LED supportDaniel Campello1-0/+13
2019-11-19platform/chrome: wilco_ec: Add charging config driverNick Crews1-0/+2
2019-11-19fbdev: Unexport unlink_framebuffer()Thomas Zimmermann1-1/+0
2019-11-19cpuidle: Introduce cpuidle_driver_state_disabled() for driver quirksRafael J. Wysocki1-0/+4
2019-11-18net: phy: add core phylib sfp supportRussell King1-0/+11
2019-11-18docs: Add request_irq() documentationJonathan Corbet1-0/+13
2019-11-18spi: mediatek: add SPI_CS_HIGH supportLuhua Xu1-1/+0
2019-11-18ftrace: Add a helper function to modify_ftrace_direct() to allow arch optimiz...Steven Rostedt (VMware)1-2/+19
2019-11-18blk-cgroup: cgroup_rstat_updated() shouldn't be called on cgroup1Tejun Heo1-1/+2
2019-11-18Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependenciesIngo Molnar5-25/+20
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko2-3/+9
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko1-8/+5
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko1-5/+5
2019-11-18mmc: core: Fix size overflow for mmc partitionsBradley Bolen1-1/+1
2019-11-17Merge tag 'iommu-fixes-v5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+4
2019-11-17libnvdimm: Move nd_device_attribute_group to device_typeDan Williams1-1/+0
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-26/+19
2019-11-16percpu-refcount: Use normal instead of RCU-sched"Sebastian Andrzej Siewior1-8/+8
2019-11-17crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel1-435/+0
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+1
2019-11-16usb: typec: tcpm: Remove tcpc_config configuration mechanismHans de Goede1-41/+0
2019-11-16pinctrl/msm: Setup GPIO chip in hierarchyLina Iyer1-0/+13
2019-11-16irqchip/qcom-pdc: Add irqdomain for wakeup capable GPIOsLina Iyer1-0/+21
2019-11-16genirq: Introduce irq_chip_get/set_parent_state callsMaulik Shah1-0/+6
2019-11-16irqdomain: Add bus token DOMAIN_BUS_WAKEUPLina Iyer1-0/+1
2019-11-15mm/memory_hotplug: fix try_offline_node()David Hildenbrand1-0/+1
2019-11-15fork: extend clone3() to support setting a PIDAdrian Reber3-1/+7
2019-11-15bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov2-0/+2
2019-11-15bpf: Compare BTF types of functions arguments with actual typesAlexei Starovoitov2-0/+9
2019-11-15bpf: Annotate context typesAlexei Starovoitov2-27/+62