summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2019-11-20bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 sizeDaniel Borkmann
2019-11-20bpf: Emit audit messages upon successful prog load and unloadDaniel Borkmann
2019-11-20dma-direct: exclude dma_direct_map_resource from the min_low_pfn checkChristoph Hellwig
2019-11-20dma-direct: avoid a forward declaration for phys_to_dmaChristoph Hellwig
2019-11-20dma-direct: unify the dma_capable definitionsChristoph Hellwig
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig
2019-11-20PCI: of: Add inbound resource parsing to helpersRob Herring
2019-11-20PCI: vmd: Add device id for VMD device 8086:9A0BJon Derrick
2019-11-20Merge tag 'irqchip-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner
2019-11-20firmware: xilinx: Add SDIO Tap Delay nodesManish Narani
2019-11-20cpuidle: Pass exit latency limit to cpuidle_use_deepest_state()Daniel Lezcano
2019-11-20cpuidle: Allow idle injection to apply exit latency limitDaniel Lezcano
2019-11-20futex: Add mutex around futex exitThomas Gleixner
2019-11-20futex: Mark the begin of futex exit explicitlyThomas Gleixner
2019-11-20futex: Split futex_mm_release() for exit/execThomas Gleixner
2019-11-20exit/exec: Seperate mm_release()Thomas Gleixner
2019-11-20futex: Replace PF_EXITPIDONE with a stateThomas Gleixner
2019-11-20futex: Move futex exit handling into futex codeThomas Gleixner
2019-11-19libnvdimm: Move nvdimm_bus_attribute_group to device_typeDan Williams
2019-11-19libnvdimm: Move nvdimm_attribute_group to device_typeDan Williams
2019-11-19libnvdimm: Move nd_mapping_attribute_group to device_typeDan Williams
2019-11-19libnvdimm: Move nd_region_attribute_group to device_typeDan Williams
2019-11-19libnvdimm: Move nd_numa_attribute_group to device_typeDan Williams
2019-11-19platform/chrome: wilco_ec: Add keyboard backlight LED supportDaniel Campello
2019-11-19platform/chrome: wilco_ec: Add charging config driverNick Crews
2019-11-19cpuidle: Introduce cpuidle_driver_state_disabled() for driver quirksRafael J. Wysocki
2019-11-18net: phy: add core phylib sfp supportRussell King
2019-11-18docs: Add request_irq() documentationJonathan Corbet
2019-11-18spi: mediatek: add SPI_CS_HIGH supportLuhua Xu
2019-11-18ftrace: Add a helper function to modify_ftrace_direct() to allow arch optimiz...Steven Rostedt (VMware)
2019-11-18blk-cgroup: cgroup_rstat_updated() shouldn't be called on cgroup1Tejun Heo
2019-11-18Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependenciesIngo Molnar
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko
2019-11-18mmc: core: Fix size overflow for mmc partitionsBradley Bolen
2019-11-17Merge tag 'iommu-fixes-v5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-11-17libnvdimm: Move nd_device_attribute_group to device_typeDan Williams
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-16percpu-refcount: Use normal instead of RCU-sched"Sebastian Andrzej Siewior
2019-11-17crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-11-16usb: typec: tcpm: Remove tcpc_config configuration mechanismHans de Goede
2019-11-16pinctrl/msm: Setup GPIO chip in hierarchyLina Iyer
2019-11-16irqchip/qcom-pdc: Add irqdomain for wakeup capable GPIOsLina Iyer
2019-11-16genirq: Introduce irq_chip_get/set_parent_state callsMaulik Shah
2019-11-16irqdomain: Add bus token DOMAIN_BUS_WAKEUPLina Iyer
2019-11-15mm/memory_hotplug: fix try_offline_node()David Hildenbrand
2019-11-15fork: extend clone3() to support setting a PIDAdrian Reber
2019-11-15bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov