summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mei: stop the stall timer worker if not neededAlexander Usyskin2016-09-277-7/+29
* clk: probe common clock drivers earlierMasahiro Yamada2016-09-231-2/+2
* vme: fake: fix build for 64-bit dma_addr_tArnd Bergmann2016-09-131-8/+18
* ttyprintk: Neaten and simplify printingJoe Perches2016-09-131-38/+31
* mei: me: add kaby point device idsAlexander Usyskin2016-09-122-0/+6
* coresight: tmc: mark symbols static where possibleBaoyou Xie2016-09-093-4/+4
* coresight: perf: deal with error condition properlyMathieu Poirier2016-09-092-3/+3
* Drivers: hv: hv_util: Avoid dynamic allocation in time synchVivek yadav2016-09-091-11/+28
* fpga manager: Add hardware dependency to Zynq driverJean Delvare2016-09-081-0/+1
* Drivers: hv: utils: Support TimeSync version 4.0 protocol samples.Alex Ng2016-09-082-23/+68
* Drivers: hv: utils: Use TimeSync samples to adjust the clock after boot.Alex Ng2016-09-081-13/+7
* Drivers: hv: utils: Rename version definitions to reflect protocol version.Alex Ng2016-09-081-10/+10
* Drivers: hv: vmbus: suppress some "hv_vmbus: Unknown GUID" warningsDexuan Cui2016-09-072-2/+45
* Driver: hv: vmbus: Make mmio resource localStephen Hemminger2016-09-071-2/+2
* Revert "Drivers: hv: ring_buffer: count on wrap around mappings in get_next_p...K. Y. Srinivasan2016-09-071-11/+21
* Merge 4.8-rc5 into char-misc-nextGreg Kroah-Hartman2016-09-05812-4628/+8965
|\
| * Linux 4.8-rc5v4.8-rc5Linus Torvalds2016-09-041-1/+1
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-09-041-0/+12
| |\
| | * x86/AMD: Apply erratum 665 on machines without a BIOS fixEmanuel Czirai2016-09-021-0/+12
| * | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-09-042-1/+3
| |\ \
| | * | tick/nohz: Fix softlockup on scheduler stalls in kvm guestWanpeng Li2016-09-021-1/+2
| | * | clocksource/drivers/atmel-pit: Fix compilation errorDaniel Lezcano2016-08-291-0/+1
| | |/
| * | Merge tag 'dm-4.8-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2016-09-033-7/+14
| |\ \
| | * | dm bufio: remove use of deprecated create_singlethread_workqueue()Bhaktipriya Shridhar2016-08-301-1/+1
| | * | dm crypt: fix free of bad values after tfm allocation failureEric Biggers2016-08-301-1/+1
| | * | dm crypt: fix error with too large biosMikulas Patocka2016-08-301-0/+7
| | * | dm log writes: fix check of kthread_run() return valueVladimir Zapolskiy2016-08-301-2/+2
| | * | dm log writes: fix bug with too large biosMikulas Patocka2016-08-301-2/+2
| | * | dm log writes: move IO accounting earlier to fix error pathMikulas Patocka2016-08-301-1/+1
| | |/
| * | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-033-11/+15
| |\ \
| | * \ Merge tag 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/...Chris Mason2016-09-013-11/+15
| | |\ \
| | | * | btrfs: fix one bug that process may endlessly wait for ticket in wait_reserve...Wang Xiaoguang2016-09-011-5/+5
| | | * | Btrfs: fix endless loop in balancing block groupsLiu Bo2016-09-011-3/+5
| | | * | Btrfs: kill invalid ASSERT() in process_all_refs()Josef Bacik2016-09-011-3/+5
| | |/ /
| * | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-09-032-1/+11
| |\ \ \
| | * | | arm64: kernel: Fix unmasked debug exceptions when restoring mdscr_el1James Morse2016-09-021-0/+9
| | * | | drivers/perf: arm_pmu: Fix NULL pointer dereference during probeStefan Wahren2016-09-021-1/+1
| | * | | drivers/perf: arm_pmu: Fix leak in error pathStefan Wahren2016-09-021-0/+1
| | | |/ | | |/|
| * | | Merge tag 'char-misc-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-09-0310-279/+25
| |\ \ \
| | * | | thunderbolt: Don't declare Falcon Ridge unsupportedLukas Wunner2016-08-311-1/+3
| | * | | thunderbolt: Add support for INTEL_FALCON_RIDGE_2C controller.Xavier Gnata2016-08-312-0/+10
| | * | | thunderbolt: Fix resume quirk for Falcon Ridge 4C.Andreas Noever2016-08-311-2/+1
| | * | | lkdtm: Mark lkdtm_rodata_do_nothing() notraceMichael Ellerman2016-08-311-1/+1
| | * | | mei: me: disable driver on SPT SPS firmwareTomas Winkler2016-08-302-4/+10
| | * | | Revert "android: binder: fix dangling pointer comparison"Greg Kroah-Hartman2016-08-181-2/+0
| | * | | drivers/iio/light/Kconfig: SENSORS_BH1780 cleanupValentin Rothberg2016-08-161-1/+0
| | * | | android: binder: fix dangling pointer comparisonJann Horn2016-08-151-0/+2
| | * | | misc: delete bh1780 driverLinus Walleij2016-08-153-270/+0
| * | | | Merge tag 'driver-core-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-09-033-9/+29
| |\ \ \ \
| | * | | | sysfs: correctly handle read offset on PREALLOC attrsKonstantin Khlebnikov2016-08-311-1/+7