summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-misc-next-fixes' into drm-misc-fixesSean Paul2017-07-171692-30232/+366480
|\
| * drm/vc4: Fix VBLANK handling in crtc->enable() pathBoris Brezillon2017-07-141-23/+43
| * drm/rockchip: fix NULL check on devm_kzalloc() return valueGustavo A. R. Silva2017-07-101-1/+1
| * drm/atomic: Add missing drm_atomic_state_clear to atomic_remove_fbMaarten Lankhorst2017-07-031-0/+1
| * drm: vblank: Fix vblank timestamp updateLaurent Pinchart2017-06-291-1/+1
| * Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next-fixesSean Paul2017-06-27313-4720/+40877
| |\
| | * Backmerge tag 'v4.12-rc7' into drm-nextDave Airlie2017-06-27461-2758/+4152
| | |\
| | | * Linux 4.12-rc7v4.12-rc7Linus Torvalds2017-06-261-1/+1
| | | * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-06-251-2/+1
| | | |\
| | | | * x86/mshyperv: Remove excess #includes from mshyperv.hThomas Gleixner2017-06-241-2/+1
| | | * | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-06-257-33/+55
| | | |\ \
| | | | * \ Merge branch 'clockevents/4.12-fixes' of https://git.linaro.org/people/daniel...Thomas Gleixner2017-06-203-2/+4
| | | | |\ \
| | | | | * | clocksource: Explicitly include linux/clocksource.h when neededStephen Rothwell2017-06-132-0/+2
| | | | | * | clocksource/drivers/arm_arch_timer: Fix read and iounmap of incorrect variableFrank Rowand2017-06-121-2/+2
| | | | * | | arm64/vdso: Fix nsec handling for CLOCK_MONOTONIC_RAWWill Deacon2017-06-202-3/+3
| | | | * | | time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz2017-06-202-11/+12
| | | | * | | time: Fix clock->read(clock) race around clocksource changesJohn Stultz2017-06-202-17/+36
| | | * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-06-253-4/+4
| | | |\ \ \ \
| | | | * \ \ \ Merge tag 'perf-urgent-for-mingo-4.12-20170622' of git://git.kernel.org/pub/s...Ingo Molnar2017-06-231-1/+1
| | | | |\ \ \ \
| | | | | * | | | perf probe: Fix probe definition for inlined functionsBjörn Töpel2017-06-221-1/+1
| | | | |/ / / /
| | | | * | | | perf/x86/intel: Add 1G DTLB load/store miss support for SKLKan Liang2017-06-221-2/+2
| | | | * | | | perf/aux: Correct return code of rb_alloc_aux() if !has_aux(ev)Hendrik Brueckner2017-06-211-1/+1
| | | * | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-06-251-3/+3
| | | |\ \ \ \ \
| | | | * | | | | irqchip/mips-gic: Mark count and compare accessors notraceMarcin Nowakowski2017-06-201-3/+3
| | | | | |/ / / | | | | |/| | |
| | | * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-06-253-16/+28
| | | |\ \ \ \ \
| | | | * | | | | Input: synaptics-rmi4 - only read the F54 query registers which are usedAndrew Duggan2017-06-231-10/+7
| | | | * | | | | Input: i8042 - add Fujitsu Lifebook AH544 to notimeout listDaniel Drake2017-06-201-0/+7
| | | | * | | | | Input: soc_button_array - fix leaking the ACPI button descriptor bufferHans de Goede2017-06-191-6/+14
| | | * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2017-06-254-14/+35
| | | |\ \ \ \ \ \
| | | | * | | | | | iscsi-target: Reject immediate data underflow larger than SCSI transfer lengthNicholas Bellinger2017-06-091-0/+12
| | | | * | | | | | iscsi-target: Fix delayed logout processing greater than SECONDS_FOR_LOGOUT_COMPNicholas Bellinger2017-06-091-2/+8
| | | | * | | | | | target: Fix kref->refcount underflow in transport_cmd_finish_abortNicholas Bellinger2017-06-093-12/+15
| | | * | | | | | | Merge tag 'kbuild-fixes-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-06-257-12/+21
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | kconfig: fix sparse warnings in nconfigRandy Dunlap2017-06-222-8/+8
| | | | * | | | | | | kbuild: fix header installation under fakechroot environmentRichard Genoud2017-06-221-1/+9
| | | | * | | | | | | kconfig: Check for libncurses before menuconfigBorislav Petkov2017-06-091-1/+1
| | | | * | | | | | | Kbuild: tiny correction on `make help`Cao jin2017-06-061-1/+1
| | | | * | | | | | | tags: honor COMPILED_SOURCE with apart output directoryRobert Jarzmik2017-06-061-0/+1
| | | | * | | | | | | genksyms: add printf format attribute to error_with_pos()Nicolas Iooss2017-06-051-1/+1
| | | * | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-06-241-6/+14
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | signal: Only reschedule timers on signals timers have sentEric W. Biederman2017-06-171-6/+14
| | | | |/ / / / / / /
| | | * | | | | | | | Merge tag 'powerpc-4.12-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-06-247-50/+166
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | powerpc/64: Initialise thread_info for emergency stacksNicholas Piggin2017-06-231-3/+28
| | | | * | | | | | | | powerpc/powernv/npu-dma: Add explicit flush when sending an ATSDAlistair Popple2017-06-221-29/+65
| | | | * | | | | | | | powerpc/perf: Fix oops when kthread execs user processRavi Bangoria2017-06-161-1/+2
| | | | * | | | | | | | powerpc/64s: Handle data breakpoints in Radix modeNaveen N. Rao2017-06-161-4/+7
| | | | * | | | | | | | powerpc/kprobes: Skip livepatch_handler() for jprobesNaveen N. Rao2017-06-163-5/+41
| | | | * | | | | | | | powerpc/ftrace: Pass the correct stack pointer for DYNAMIC_FTRACE_WITH_REGSNaveen N. Rao2017-06-161-8/+12
| | | | * | | | | | | | powerpc/kprobes: Pause function_graph tracing during jprobes handlingNaveen N. Rao2017-06-161-0/+11
| | | * | | | | | | | | Merge tag 'acpi-4.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-06-242-31/+39
| | | |\ \ \ \ \ \ \ \ \