summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-10-14watchdog: remove unneeded inclusion of <uapi/linux/sched/types.h>Zhen Lei
2020-10-14watchdog: Use put_device on errorDinghao Liu
2020-10-14watchdog: Fix memleak in watchdog_cdev_registerDinghao Liu
2020-10-14watchdog: imx7ulp: Strictly follow the sequence for wdog operationsAnson Huang
2020-10-14watchdog: it87_wdt: add IT8772 IDHanspeter Portner
2020-10-14watchdog: pcwd_usb: Avoid GFP_ATOMIC where it is not neededChristophe JAILLET
2020-10-14drivers: watchdog: rdc321x_wdt: Fix race condition bugsMadhuparna Bhowmik
2020-10-13clk: ingenic: Respect CLK_SET_RATE_PARENT in .round_ratePaul Cercueil
2020-10-13clk: ingenic: Don't tag custom clocks with CLK_SET_RATE_PARENTPaul Cercueil
2020-10-13clk: ingenic: Don't use CLK_SET_RATE_GATE for PLLPaul Cercueil
2020-10-13clk: ingenic: Use readl_poll_timeout instead of custom loopPaul Cercueil
2020-10-13clk: ingenic: Use to_clk_info() macro for all clocksPaul Cercueil
2020-10-13clk: bcm2835: add missing release if devm_clk_hw_register failsNavid Emamdoost
2020-10-13clk: at91: clk-sam9x60-pll: remove unused variableClaudiu Beznea
2020-10-13clk: at91: clk-main: update key before writing AT91_CKGR_MORClaudiu Beznea
2020-10-13clk: at91: remove the checking of parent_nameClaudiu Beznea
2020-10-13Merge tag 'mlx5-updates-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2020-10-13clk: clk-prima2: fix return value check in prima2_clk_init()Xu Wang
2020-10-13clk: mmp2: Fix the display clock divider baseLubomir Rintel
2020-10-13clk: pxa: Constify static struct clk_opsRikard Falkeborn
2020-10-13clk: baikal-t1: Mark Ethernet PLL as criticalSerge Semin
2020-10-13clk: qoriq: modify MAX_PLL_DIV to 32Zhao Qiang
2020-10-13clk: axi-clkgen: Set power bits for fractional modeLars-Peter Clausen
2020-10-13clk: axi-clkgen: Add support for fractional dividersLars-Peter Clausen
2020-10-13e1000: remove unused and incorrect codeJesse Brandeburg
2020-10-13i40e: Allow changing FEC settings on X722 if supported by FWJaroslaw Gawin
2020-10-13memblock: implement for_each_reserved_mem_region() using __next_mem_region()Mike Rapoport
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport
2020-10-13virtio-mem: don't special-case ZONE_MOVABLEDavid Hildenbrand
2020-10-13i915: use find_lock_page instead of find_lock_entryMatthew Wilcox (Oracle)
2020-10-13device-dax: add a range mapping allocation attributeJoao Martins
2020-10-13dax/hmem: introduce dax_hmem.region_idle parameterJoao Martins
2020-10-13device-dax: add an 'align' attributeDan Williams
2020-10-13device-dax: make align a per-device propertyJoao Martins
2020-10-13device-dax: introduce 'mapping' devicesDan Williams
2020-10-13device-dax: add dis-contiguous resource supportDan Williams
2020-10-13mm/memremap_pages: support multiple ranges per invocationDan Williams
2020-10-13mm/memremap_pages: convert to 'struct range'Dan Williams
2020-10-13device-dax: add resize supportDan Williams
2020-10-13drivers/base: make device_find_child_by_name() compatible with sysfs inputsDan Williams
2020-10-13device-dax: introduce 'seed' devicesDan Williams
2020-10-13device-dax: introduce 'struct dev_dax' typed-driver operationsDan Williams
2020-10-13device-dax: add an allocation interface for device-dax instancesDan Williams
2020-10-13device-dax/kmem: replace release_resource() with release_mem_region()Dan Williams
2020-10-13device-dax/kmem: move resource name tracking to drvdataDan Williams
2020-10-13device-dax/kmem: introduce dax_kmem_range()Dan Williams
2020-10-13device-dax: make pgmap optional for instance creationDan Williams
2020-10-13device-dax: move instance creation parameters to 'struct dev_dax_data'Dan Williams
2020-10-13device-dax: drop the dax_region.pfn_flags attributeDan Williams
2020-10-13ACPI: HMAT: attach a device for each soft-reserved rangeDan Williams