summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* video: udlfb: Do not name private data 'dev'Ladislav Michl2018-01-152-208/+208
* video: udlfb: Remove noisy warningsLadislav Michl2018-01-151-20/+0
* video: udlfb: Remove redundant gdev variableLadislav Michl2018-01-152-4/+1
* video: udlfb: Remove unnecessary local variableLadislav Michl2018-01-151-6/+2
* fbdev: auo_k190x: Use zeroing memory allocator instead of allocator/memsetHimanshu Jha2018-01-041-2/+1
* vfb: fix video mode and line_length being set when loadedPieter \"PoroCYon\" Sluys2018-01-041-0/+17
* fbdev: arm64 use __raw I/O memory apiJi Zhang2018-01-041-1/+4
* omapfb: dss: Do not duplicate features dataLadislav Michl2018-01-043-86/+29
* video: fbdev: omap2: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2018-01-041-4/+1
* fbdev: au1200fb: delete duplicate header contentsRasmus Villemoes2018-01-041-286/+0
* fbdev: pxa3xx: use ktime_get_ts64 for time stampsArnd Bergmann2018-01-041-7/+9
* fbdev: radeon: use ktime_get() for HZ calibrationArnd Bergmann2018-01-041-11/+7
* video: smscufx: Improve a size determination in two functionsMarkus Elfring2017-12-291-3/+2
* video: udlfb: Delete an unnecessary return statement in two functionsMarkus Elfring2017-12-291-4/+0
* video: udlfb: Improve a size determination in dlfb_alloc_urb_list()Markus Elfring2017-12-291-1/+1
* video/fbdev/vt8500lcdfb: Delete an error message for a failed memory allocati...Markus Elfring2017-12-291-3/+1
* video/fbdev/wm8505fb: Delete an error message for a failed memory allocation ...Markus Elfring2017-12-291-3/+1
* video: fbdev: remove redundant self assignment of 'height'Colin Ian King2017-12-291-1/+0
* fb: intelfb: fix Kconfig symbol info in help textRandy Dunlap2017-12-291-1/+1
* video: fbdev: atmel_lcdfb: fix display-timings lookupJohan Hovold2017-12-291-1/+7
* Merge tag 'v4.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartlomiej Zolnierkiewicz2017-12-2924142-317756/+650916
|\
| * Linux 4.15-rc5v4.15-rc5Linus Torvalds2017-12-231-1/+1
| * Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-12-234-41/+236
| |\
| | * libnvdimm, btt: Fix an incompatibility in the log layoutVishal Verma2017-12-212-35/+211
| | * libnvdimm, btt: add a couple of missing kernel-doc linesVishal Verma2017-12-211-0/+2
| | * libnvdimm, dax: fix 1GB-aligned namespaces vs physical misalignmentDan Williams2017-12-191-3/+12
| | * libnvdimm, pfn: fix start_pad handling for aligned namespacesDan Williams2017-12-191-2/+3
| | * acpi, nfit: fix health event notificationDan Williams2017-12-041-1/+8
| * | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-2344-458/+626
| |\ \
| | * | x86/cpu_entry_area: Prevent wraparound in setup_cpu_entry_area_ptes() on 32bitThomas Gleixner2017-12-231-1/+2
| | * | init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner2017-12-224-12/+12
| | * | x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner2017-12-2214-88/+143
| | * | x86/cpu_entry_area: Move it to a separate unitThomas Gleixner2017-12-226-135/+159
| | * | x86/mm: Create asm/invpcid.hPeter Zijlstra2017-12-222-48/+54
| | * | x86/mm: Put MMU to hardware ASID translation in one placeDave Hansen2017-12-221-11/+18
| | * | x86/mm: Remove hard-coded ASID limit checksDave Hansen2017-12-221-2/+18
| | * | x86/mm: Move the CR3 construction functions to tlbflush.hDave Hansen2017-12-223-32/+31
| | * | x86/mm: Add comments to clarify which TLB-flush functions are supposed to flu...Peter Zijlstra2017-12-221-2/+21
| | * | x86/mm: Remove superfluous barriersPeter Zijlstra2017-12-221-7/+1
| | * | x86/mm: Use __flush_tlb_one() for kernel memoryPeter Zijlstra2017-12-221-1/+1
| | * | x86/microcode: Dont abuse the TLB-flush interfacePeter Zijlstra2017-12-222-26/+6
| | * | x86/uv: Use the right TLB-flush APIPeter Zijlstra2017-12-221-1/+1
| | * | x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stackDave Hansen2017-12-2211-38/+44
| | * | x86/doc: Remove obvious weirdnesses from the x86 MM layout documentationPeter Zijlstra2017-12-221-9/+3
| | * | x86/mm/64: Improve the memory map documentationAndy Lutomirski2017-12-221-4/+6
| | * | x86/ldt: Prevent LDT inheritance on execThomas Gleixner2017-12-223-26/+22
| | * | x86/ldt: Rework lockingPeter Zijlstra2017-12-223-13/+26
| | * | arch, mm: Allow arch_dup_mmap() to failThomas Gleixner2017-12-226-11/+14
| | * | x86/vsyscall/64: Warn and fail vsyscall emulation in NATIVE modeAndy Lutomirski2017-12-221-0/+4
| | * | x86/vsyscall/64: Explicitly set _PAGE_USER in the pagetable hierarchyAndy Lutomirski2017-12-221-1/+33