aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2019-06-14dma-buf: add DMA_BUF_SET_NAME ioctlsGreg Hackmann1-1/+4
2019-06-14PM: hibernate: powerpc: Expose pfn_is_nosave() prototypeMathieu Malaterre1-0/+1
2019-06-14gpio: Drop the parent_irq from gpio_irq_chipLinus Walleij1-7/+0
2019-06-13ptp: ptp_clock: Publish scaled_ppm_to_ppbShalom Toledo1-0/+8
2019-06-13mm/devm_memremap_pages: fix final page put raceDan Williams1-0/+2
2019-06-13lib/genalloc: introduce chunk ownersDan Williams1-6/+49
2019-06-13mm/devm_memremap_pages: introduce devm_memunmap_pagesDan Williams1-0/+6
2019-06-13drivers/base/devres: introduce devm_release_action()Dan Williams1-0/+1
2019-06-13coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli1-0/+4
2019-06-13mm: memcontrol: don't batch updates of local VM stats and eventsJohannes Weiner1-8/+18
2019-06-13rcu: Don't return a value from rcu_assign_pointer()Andrea Parri1-3/+2
2019-06-13rcu: Force inlining of rcu_read_lock()Waiman Long1-1/+1
2019-06-13rcu: Fix irritating whitespace error in rcu_assign_pointer()Paul E. McKenney1-1/+1
2019-06-13PCI: Decode PCIe 32 GT/s link speedGustavo Pimentel1-0/+1
2019-06-13device property: Add helpers to count items in an arrayAndy Shevchenko1-0/+44
2019-06-13net/mlx5: Report devlink health on FW fatal issuesMoshe Shemesh1-1/+1
2019-06-13net/mlx5: Add fw fatal devlink_health_reporterMoshe Shemesh1-0/+1
2019-06-13net/mlx5: Report devlink health on FW issuesMoshe Shemesh1-1/+2
2019-06-13net/mlx5: Create FW devlink_health_reporterMoshe Shemesh1-0/+2
2019-06-13net/mlx5: Issue SW reset on FW assertFeras Daoud2-1/+10
2019-06-13net/mlx5: Handle SW reset of FW in error flowFeras Daoud1-1/+1
2019-06-13net/mlx5: Add Crdump supportAlex Vesker1-0/+1
2019-06-13net/mlx5: Add Vendor Specific Capability access gatewayAlex Vesker1-0/+1
2019-06-13net/mlx5: Add EQ enable/disable APIYuval Avnery1-1/+4
2019-06-13net/mlx5: Use a single IRQ for all async EQsAriel Levkovich1-12/+2
2019-06-13net/mlx5: Separate IRQ data from EQ table dataYuval Avnery1-0/+3
2019-06-13net/mlx5: Separate IRQ request/free from EQ life cycleYuval Avnery1-2/+1
2019-06-13net/mlx5: Change interrupt handler to call chain notifierYuval Avnery1-2/+1
2019-06-13net/mlx5: Support querying max VFs from deviceBodong Wang2-6/+3
2019-06-13regulator: max8952: Convert to use GPIO descriptorsLinus Walleij1-3/+0
2019-06-13NTB: Introduce MSI libraryLogan Gunthorpe1-0/+73
2019-06-13NTB: Introduce functions to calculate multi-port resource indexLogan Gunthorpe1-0/+70
2019-06-13NTB: Introduce helper functions to calculate logical port numberLogan Gunthorpe1-1/+52
2019-06-13PCI/MSI: Support allocating virtual MSI interruptsLogan Gunthorpe2-0/+17
2019-06-13NTB: correct ntb_dev_ops and ntb_dev comment typosWesley Sheng1-2/+2
2019-06-12firmware: ti_sci: Add support for processor controlSuman Anna1-0/+31
2019-06-12firmware: ti_sci: Add resource management APIs for ringacc, psi-l and udmaPeter Ujfalusi1-0/+215
2019-06-13gpio: Fix build warnings on undefined struct pinctrl_devEnrico Weigelt2-0/+3
2019-06-12tcp: add optional per socket transmit delayEric Dumazet1-0/+2
2019-06-12fbcon: Call con2fb_map functions directlyDaniel Vetter2-4/+4
2019-06-12vgaswitcheroo: call fbcon_remap_all directlyDaniel Vetter2-2/+2
2019-06-12fbcon: replace FB_EVENT_MODE_CHANGE/_ALL with direct callsDaniel Vetter2-2/+2
2019-06-12Revert "backlight/fbcon: Add FB_EVENT_CONBLANK"Daniel Vetter2-3/+3
2019-06-12fbdev: Call fbcon_get_requirement directlyDaniel Vetter2-2/+4
2019-06-12fbcon: Call fbcon_mode_deleted/new_modelist directlyDaniel Vetter2-5/+6
2019-06-12fbdev: directly call fbcon_suspended/resumedDaniel Vetter2-8/+4
2019-06-12fbdev: make unregister/unlink functions not failDaniel Vetter1-2/+2
2019-06-12fbcon: call fbcon_fb_bind directlyDaniel Vetter2-2/+2
2019-06-12fbdev: lock_fb_info cannot failDaniel Vetter1-1/+4
2019-06-12fbcon: call fbcon_fb_(un)registered directlyDaniel Vetter2-2/+9