aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* video: fbdev: fix sys_copyareaMans Rullgard2015-01-301-72/+65
* video/mmpfb: allow modular buildArnd Bergmann2015-01-302-2/+4
* fb: via: turn gpiolib and i2c selects into dependenciesArnd Bergmann2015-01-301-3/+1
* fbdev: ssd1307fb: return proper error code if write command failsPrabhakar Lad2015-01-301-14/+53
* fbdev: fix CVT vertical front and back porch valuesTomi Valkeinen2015-01-271-3/+3
* video: hgafb: remove unneeded comparisonSudip Mukherjee2015-01-261-2/+1
* fbcon: Remove unused vblank cursor codeScot Doyle2015-01-261-4/+0
* video: fbdev: Fix sparse warning messagesDavid Ung2015-01-191-37/+37
* video: fbdev: Validate mode timing against monspecDavid Ung2015-01-151-9/+18
* video: fbdev: Check Standard Timing against DMTDavid Ung2015-01-153-34/+136
* video: fbdev: Add additional vesa modesDavid Ung2015-01-152-1/+28
* fbdev: ssd1307fb: set default height if not found in DT nodeLad, Prabhakar2015-01-151-1/+1
* fbdev: ssd1307fb: drop unused function ssd1307fb_write_data()Lad, Prabhakar2015-01-151-17/+0
* video: Drop superfluous "select VT_HW_CONSOLE_BINDING"Geert Uytterhoeven2015-01-131-1/+0
* console/dummy: Move screen size selection from CPP to KconfigGeert Uytterhoeven2015-01-132-10/+11
* video: vt8500lcdfb: remove unneeded continueSudip Mukherjee2015-01-131-3/+1
* fbdev: savage: remove unused variableSudip Mukherjee2015-01-131-9/+3
* fbdev: geocode: remove unneeded NULL checkSudip Mukherjee2015-01-132-8/+4
* fbdev: vgastate: remove trailing whitespacesAsaf Vertz2015-01-131-41/+41
* video: ocfb: Fix data type warningQiang Chen2015-01-131-1/+1
* fbdev: geocode: remove unneeded NULL checkSudip Mukherjee2015-01-131-4/+2
* atyfb: mark DMI system id table as __initconstMathias Krause2015-01-131-3/+6
* linux 3.19-rc4v3.19-rc4Linus Torvalds2015-01-111-1/+1
* Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-01-115-11/+8
|\
| * ARM: 8275/1: mm: fix PMD_SECT_RDONLY undeclared compile errorVictor Kamensky2015-01-091-2/+2
| * ARM: 8253/1: mm: use phys_addr_t type in map_lowmem() for kernel mem regionGrygorii Strashko2015-01-071-2/+2
| * ARM: 8249/1: mm: dump: don't skip regionsMark Rutland2015-01-071-7/+2
| * ARM: wire up execveat syscallRussell King2015-01-072-0/+2
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-01-116-39/+53
|\ \
| * \ Merge tag 'pr-20141223-x86-vdso' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2015-01-011-2/+4
| |\ \
| | * | x86, vdso: Use asm volatile in __getcpuAndy Lutomirski2014-12-231-2/+4
| * | | x86/build: Clean auto-generated processor feature filesBjørn Mork2014-12-232-0/+2
| * | | x86: Fix mkcapflags.sh bash-ismSylvain BERTRAND2014-12-231-1/+1
| * | | x86: Fix step size adjustment during initial memory mappingJan Beulich2014-12-231-20/+17
| * | | Merge tag 'pr-20141220-x86-vdso' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2014-12-211-16/+29
| |\| | | | |/ | |/|
| | * x86_64, vdso: Fix the vdso address randomization algorithmAndy Lutomirski2014-12-201-16/+29
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-01-114-35/+19
|\ \ \
| * | | sched/fair: Fix RCU stall upon -ENOMEM in sched_create_group()Tetsuo Handa2015-01-091-0/+4
| * | | sched/deadline: Avoid double-accounting in case of missed deadlinesLuca Abeni2015-01-091-18/+1
| * | | sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni2015-01-091-3/+3
| * | | sched: Fix odd values in effective_load() calculationsYuyang Du2015-01-091-1/+1
| * | | sched, fanotify: Deal with nested sleepsPeter Zijlstra2015-01-091-5/+5
| * | | sched: Fix KMALLOC_MAX_SIZE overflow during cpumask allocationAlex Thorlton2014-12-231-8/+5
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-01-1126-77/+371
|\ \ \ \
| * | | | perf/x86/uncore/hsw-ep: Handle systems with only two SBOXesAndi Kleen2015-01-092-1/+18
| * | | | perf/x86_64: Improve user regs samplingAndy Lutomirski2015-01-091-2/+76
| * | | | perf: Move task_pt_regs sampling into arch codeAndy Lutomirski2015-01-096-16/+63
| * | | | x86: Fix off-by-one in instruction decoderPeter Zijlstra2015-01-091-1/+1
| * | | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-01-096-33/+69
| |\ \ \ \
| | * | | | perf hists browser: Fix segfault when showing callchainNamhyung Kim2015-01-081-1/+1