| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-12-03 | 3 | -4/+4 |
|\ |
|
| * | Merge branch 'pci/resource' | Bjorn Helgaas | 2019-11-28 | 2 | -3/+3 |
| |\ |
|
| | * | PCI: Add PCI_STD_NUM_BARS for the number of standard BARs | Denis Efremov | 2019-10-14 | 2 | -3/+3 |
| * | | PCI/PM: Avoid exporting __pci_complete_power_transition() | Rafael J. Wysocki | 2019-11-21 | 1 | -1/+1 |
* | | | Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2019-12-03 | 3 | -10/+520 |
|\ \ \ |
|
| * | | | video/logo: move pnmtologo tool to drivers/video/logo/ from scripts/ | Masahiro Yamada | 2019-11-11 | 3 | -5/+520 |
| * | | | video/logo: simplify cmd_logo | Masahiro Yamada | 2019-11-11 | 1 | -9/+4 |
* | | | | Merge branch 'i2c/for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds | 2019-12-02 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | video: fbdev: matrox: convert to i2c_new_scanned_device | Wolfram Sang | 2019-11-28 | 1 | -2/+2 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'backlight-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-12-02 | 11 | -544/+1418 |
|\ \ \ \ |
|
| * | | | | backlight: qcom-wled: Fix spelling mistake "trigged" -> "triggered" | Colin Ian King | 2019-11-13 | 1 | -1/+1 |
| * | | | | backlight: gpio: Pull gpio_backlight_initial_power_state() into probe | Bartosz Golaszewski | 2019-11-11 | 1 | -24/+14 |
| * | | | | backlight: gpio: Use a helper variable for &pdev->dev | Bartosz Golaszewski | 2019-11-11 | 1 | -12/+11 |
| * | | | | backlight: gpio: Simplify the platform data handling | Bartosz Golaszewski | 2019-11-11 | 1 | -51/+11 |
| * | | | | backlight: gpio: Explicitly set the direction of the GPIO | Bartosz Golaszewski | 2019-11-11 | 1 | -5/+18 |
| * | | | | backlight: gpio: Remove stray newline | Bartosz Golaszewski | 2019-11-11 | 1 | -1/+0 |
| * | | | | backlight: gpio: Remove unneeded include | Bartosz Golaszewski | 2019-11-11 | 1 | -1/+0 |
| * | | | | video: backlight: tosa: Use GPIO lookup table | Arnd Bergmann | 2019-11-11 | 3 | -12/+34 |
| * | | | | backlight: qcom-wled: Add auto string detection logic | Kiran Gunda | 2019-11-01 | 1 | -6/+394 |
| * | | | | backlight: qcom-wled: Add support for short circuit handling | Kiran Gunda | 2019-11-01 | 1 | -4/+140 |
| * | | | | backlight: qcom-wled: Add support for WLED4 peripheral | Kiran Gunda | 2019-11-01 | 1 | -2/+253 |
| * | | | | backlight: qcom-wled: Restructure the driver for WLED3 | Kiran Gunda | 2019-11-01 | 1 | -139/+234 |
| * | | | | backlight: qcom-wled: Rename PM8941* to WLED3 | Kiran Gunda | 2019-11-01 | 1 | -123/+125 |
| * | | | | backlight: qcom-wled: Rename pm8941-wled.c to qcom-wled.c | Kiran Gunda | 2019-11-01 | 3 | -5/+5 |
| * | | | | backlight: Kconfig: jornada720: Use CONFIG_PREEMPTION | Thomas Gleixner | 2019-10-18 | 1 | -2/+2 |
| * | | | | backlight: pwm_bl: Switch to power-of-2 base for fixed-point math | Rasmus Villemoes | 2019-10-14 | 1 | -10/+12 |
| * | | | | backlight: pwm_bl: Drop use of int_pow() | Rasmus Villemoes | 2019-10-14 | 1 | -1/+2 |
| * | | | | backlight: pwm_bl: Eliminate a 64/32 division | Rasmus Villemoes | 2019-10-14 | 1 | -1/+1 |
| * | | | | backlight: pwm_bl: Fix cie1913 comments and constant | Rasmus Villemoes | 2019-10-14 | 1 | -3/+9 |
| * | | | | backlight: pwm_bl: Add missing curly branches in else branch | Matthias Kaehlcke | 2019-10-14 | 1 | -1/+2 |
| * | | | | backlight: pwm_bl: Don't assign levels table repeatedly | Matthias Kaehlcke | 2019-10-14 | 1 | -4/+3 |
| * | | | | backlight: lm3630a: Add an enable gpio for the HWEN pin | Andreas Kemnade | 2019-10-02 | 1 | -0/+9 |
| * | | | | backlight: ipaq_micro: Make structure micro_bl_props constant | Nishka Dasgupta | 2019-10-02 | 1 | -1/+1 |
| * | | | | backlight: lm3630a: Fix module aliases | Andreas Kemnade | 2019-10-02 | 1 | -1/+3 |
| | |_|/
| |/| | |
|
* | | | | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-12-01 | 1 | -1/+11 |
|\ \ \ \ |
|
| * | | | | compat_ioctl: move ATYFB_CLK handling to atyfb driver | Arnd Bergmann | 2019-10-23 | 1 | -1/+11 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-11-30 | 2 | -33/+396 |
|\ \ \ \ |
|
| * | | | | video: hyperv: hyperv_fb: Support deferred IO for Hyper-V frame buffer driver | Wei Hu | 2019-11-22 | 2 | -21/+190 |
| * | | | | video: hyperv: hyperv_fb: Obtain screen resolution from Hyper-V host | Wei Hu | 2019-11-22 | 1 | -12/+147 |
| * | | | | video: hyperv_fb: Add the support of hibernation | Dexuan Cui | 2019-11-22 | 1 | -0/+59 |
| |/ / / |
|
* | | | | Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2019-11-28 | 3 | -29/+9 |
|\ \ \ \ |
|
| * \ \ \ | Merge v5.4-rc7 into drm-next | Dave Airlie | 2019-11-13 | 1 | -4/+4 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | Merge tag 'drm-misc-next-2019-10-09-2' of git://anongit.freedesktop.org/drm/d... | Dave Airlie | 2019-10-11 | 3 | -29/+9 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | Merge drm/drm-next into drm-misc-next | Maxime Ripard | 2019-10-03 | 24 | -1711/+205 |
| | |\ \ \
| | | | |/
| | | |/| |
|
| | * | | | video/hdmi: Fix AVI bar unpack | Ville Syrjälä | 2019-09-20 | 1 | -4/+4 |
| | * | | | fbdev/sa1100fb: Remove even more dead code | Arnd Bergmann | 2019-09-06 | 1 | -13/+0 |
| | * | | | fbdev: drop res_id parameter from remove_conflicting_pci_framebuffers | Gerd Hoffmann | 2019-08-23 | 1 | -12/+5 |
* | | | | | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2019-11-26 | 1 | -3/+3 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | vgacon: Use pr_warn instead of pr_warning | Kefeng Wang | 2019-10-18 | 1 | -3/+3 |
* | | | | | Merge tag 'drm-misc-fixes-2019-11-07-1' of git://anongit.freedesktop.org/drm/... | Dave Airlie | 2019-11-08 | 1 | -4/+4 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|