summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-02-04Merge tag 'rtc-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2020-02-03Merge branch 'stable/for-linus-5.6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-02-03Merge tag 'vfio-v5.6-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2020-02-03Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2020-02-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2020-02-03clk: ls1028a: Fix warning on clamp() usageStephen Boyd
2020-02-03Merge tag 'char-misc-5.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-02-03Merge tag 'backlight-next-5.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-02-03Merge tag 'mfd-next-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds
2020-02-03Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-02-02Merge tag 'leds-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pav...Linus Torvalds
2020-02-02Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2020-02-01Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-01-31Merge branch 'next' into for-linusDmitry Torokhov
2020-01-31Input: synaptics-rmi4 - switch to reduced reporting modeLucas Stach
2020-01-31Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-01-31Merge tag 'media/v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2020-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-01-31Merge tag 'thermal-v5.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-01-31Merge tag 'pm-5.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2020-01-31Merge branches 'clk-imx', 'clk-ti', 'clk-xilinx', 'clk-nvidia', 'clk-qcom', '...Stephen Boyd
2020-01-31Merge branches 'clk-debugfs-danger', 'clk-basic-hw', 'clk-renesas', 'clk-amlo...Stephen Boyd
2020-01-31Merge branches 'clk-uniphier', 'clk-warn-critical', 'clk-ux500', 'clk-kconfig...Stephen Boyd
2020-01-31Merge branches 'clk-init-allocation', 'clk-unused' and 'clk-register-dt-node-...Stephen Boyd
2020-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-01-31Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2020-01-31iio: adc: qcom-vadc-common: use <linux/units.h> helpersAkinobu Mita
2020-01-31thermal: armada: remove unused TO_MCELSIUS macroAkinobu Mita
2020-01-31iwlwifi: use <linux/units.h> helpersAkinobu Mita
2020-01-31iwlegacy: use <linux/units.h> helpersAkinobu Mita
2020-01-31nvme: hwmon: switch to use <linux/units.h> helpersAkinobu Mita
2020-01-31thermal: intel_pch: switch to use <linux/units.h> helpersAkinobu Mita
2020-01-31thermal: int340x: switch to use <linux/units.h> helpersAkinobu Mita
2020-01-31platform/x86: intel_menlow: switch to use <linux/units.h> helpersAkinobu Mita
2020-01-31platform/x86: asus-wmi: switch to use <linux/units.h> helpersAkinobu Mita
2020-01-31ACPI: thermal: switch to use <linux/units.h> helpersAkinobu Mita
2020-01-31drivers/block/zram/zram_drv.c: fix error return codes not being returned in w...Colin Ian King
2020-01-31zram: try to avoid worst-case scenario on same element pagesTaejoon Song
2020-01-31mm/memory_hotplug: pass in nid to online_pages()David Hildenbrand
2020-01-31mm: remove the memory isolate notifierDavid Hildenbrand
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard
2020-01-31vfio, mm: pin_user_pages (FOLL_PIN) and put_user_page() conversionJohn Hubbard
2020-01-31media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversionJohn Hubbard
2020-01-31drm/via: set FOLL_PIN via pin_user_pages_fast()John Hubbard
2020-01-31IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPJohn Hubbard
2020-01-31goldish_pipe: convert to pin_user_pages() and put_user_page()John Hubbard
2020-01-31media/v4l2-core: set pages dirty upon releasing DMA buffersJohn Hubbard
2020-01-31IB/umem: use get_user_pages_fast() to pin DMA pagesJohn Hubbard
2020-01-31vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() callJohn Hubbard
2020-01-31goldish_pipe: rename local pin_user_pages() routineJohn Hubbard