summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Use 2.19 version number to recognize mks-stats ioctlsZack Rusin2021-07-281-3/+3
* drm/vmwgfx: Be a lot more flexible with MOB limitsZack Rusin2021-07-282-2/+43
* drm/vmwgfx: Cleanup loggingZack Rusin2021-07-288-106/+151
* drm/vmwgfx: Switch to using DRM_IOCTL_DEF_DRVZack Rusin2021-07-281-92/+84
* drm/dp_mst: Fix return code on sideband message failureRajkumar Subbiah2021-07-281-4/+6
* drm: mxsfb: Clear FIFO_CLEAR bitMarek Vasut2021-07-271-0/+3
* drm: mxsfb: Use bus_format from the nearest bridge if presentMarek Vasut2021-07-271-8/+24
* drm: mxsfb: Increase number of outstanding requests on V4 and newer HWMarek Vasut2021-07-274-0/+20
* drm: mxsfb: Enable recovery on underflowMarek Vasut2021-07-272-0/+30
* video: fbdev: ssd1307fb: Cache address rangesGeert Uytterhoeven2021-07-271-2/+25
* video: fbdev: ssd1307fb: Optimize screen updatesGeert Uytterhoeven2021-07-271-21/+29
* video: fbdev: ssd1307fb: Extract ssd1307fb_set_{col,page}_range()Geert Uytterhoeven2021-07-271-20/+37
* video: fbdev: ssd1307fb: Simplify ssd1307fb_update_display()Geert Uytterhoeven2021-07-271-7/+10
* video: fbdev: ssd1307fb: Propagate errors via ssd1307fb_update_display()Geert Uytterhoeven2021-07-271-6/+12
* drm: document DRM_IOCTL_MODE_RMFBSimon Ser2021-07-271-0/+10
* drm: add logging for RMFB ioctlSimon Ser2021-07-271-1/+21
* Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2021-07-2711807-281985/+538325
|\
| * efi: sysfb_efi: fix build when EFI is not setRandy Dunlap2021-07-271-0/+2
| * drivers/firmware: fix SYSFB depends to prevent build failuresJavier Martinez Canillas2021-07-271-1/+1
| * Backmerge tag 'v5.14-rc3' into drm-nextDave Airlie2021-07-26307-1981/+3425
| |\
| | * Linux 5.14-rc3v5.14-rc3Linus Torvalds2021-07-261-1/+1
| | * smpboot: fix duplicate and misplaced inlining directiveLinus Torvalds2021-07-251-1/+1
| | * Merge tag 'powerpc-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-255-8/+68
| | |\
| | | * KVM: PPC: Book3S HV Nested: Sanitise H_ENTER_NESTED TM stateNicholas Piggin2021-07-231-0/+20
| | | * KVM: PPC: Book3S: Fix H_RTAS rets buffer overflowNicholas Piggin2021-07-231-3/+22
| | | * KVM: PPC: Fix kvm_arch_vcpu_ioctl vcpu_load leakNicholas Piggin2021-07-171-2/+2
| | | * KVM: PPC: Book3S: Fix CONFIG_TRANSACTIONAL_MEM=n crashNicholas Piggin2021-07-171-0/+2
| | | * KVM: PPC: Book3S HV P9: Fix guest TM supportNicholas Piggin2021-07-151-3/+22
| | * | Merge tag 'timers-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-07-252-8/+10
| | |\ \
| | | * \ Merge branch 'timers/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner2021-07-202-8/+10
| | | |\ \
| | | | * | timers: Fix get_next_timer_interrupt() with no timers pendingNicolas Saenz Julienne2021-07-151-3/+5
| | | | * | posix-cpu-timers: Fix rearm racing against process tickFrederic Weisbecker2021-07-151-5/+5
| | | | |/
| | * | | Merge tag 'locking-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-07-251-3/+4
| | |\ \ \
| | | * | | jump_labels: Mark __jump_label_transform() as __always_inlined to work around...Ingo Molnar2021-07-131-3/+4
| | * | | | Merge tag 'efi-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-07-254-7/+23
| | |\ \ \ \
| | | * \ \ \ Merge tag 'efi-urgent-for-v5.14-rc2' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar2021-07-204-7/+23
| | | |\ \ \ \ | | | | |_|/ / | | | |/| | |
| | | | * | | efi/mokvar: Reserve the table only if it is in boot services dataBorislav Petkov2021-07-201-1/+4
| | | | * | | efi/libstub: Fix the efi_load_initrd function descriptionAtish Patra2021-07-161-2/+2
| | | | * | | firmware/efi: Tell memblock about EFI iomem reservationsMarc Zyngier2021-07-161-1/+12
| | | | * | | efi/tpm: Differentiate missing and invalid final event log table.Michal Suchanek2021-07-161-3/+5
| | | | | |/ | | | | |/|
| | * | | | Merge tag 'core-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-251-1/+1
| | |\ \ \ \
| | | * | | | smpboot: Mark idle_init() as __always_inlined to work around aggressive compi...Ingo Molnar2021-07-131-1/+1
| | | | |_|/ | | | |/| |
| | * | | | Merge tag 'dma-mapping-5.14-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-07-251-2/+10
| | |\ \ \ \
| | | * | | | dma-mapping: handle vmalloc addresses in dma_common_{mmap,get_sgtable}Roman Skakun2021-07-161-2/+10
| | * | | | | Merge tag '5.14-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-07-256-55/+247
| | |\ \ \ \ \
| | | * | | | | cifs: fix fallocate when trying to allocate a hole.Ronnie Sahlberg2021-07-231-5/+18
| | | * | | | | CIFS: Clarify SMB1 code for POSIX delete fileSteve French2021-07-221-2/+5
| | | * | | | | CIFS: Clarify SMB1 code for POSIX CreateSteve French2021-07-221-1/+2
| | | * | | | | cifs: support share failover when remountingPaulo Alcantara2021-07-224-40/+203
| | | * | | | | cifs: only write 64kb at a time when fallocating a small region of a fileRonnie Sahlberg2021-07-221-7/+19
| | | | |_|/ / | | | |/| | |