summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.12-rc3v4.12-rc3Linus Torvalds2017-05-281-1/+1
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2017-05-284-17/+11
|\
| * thermal: broadcom: ns-thermal: default on iProc SoCsJon Mason2017-05-231-4/+5
| * ti-soc-thermal: Fix a typo in a comment lineMarkus Elfring2017-05-231-1/+1
| * ti-soc-thermal: Delete error messages for failed memory allocations in ti_ban...Markus Elfring2017-05-231-6/+2
| * ti-soc-thermal: Use devm_kcalloc() in ti_bandgap_build()Markus Elfring2017-05-231-2/+2
| * thermal: core: make thermal_emergency_poweroff staticColin Ian King2017-05-231-1/+1
| * thermal: qoriq: remove useless call for of_thermal_get_trip_points()Masahiro Yamada2017-05-231-3/+0
* | Merge tag 'tty-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-05-2714-49/+162
|\ \
| * | serial: altera_uart: call iounmap() at driver removeTobias Klauser2017-05-251-0/+1
| * | serial: imx: ensure UCR3 and UFCR are setup correctlyUwe Kleine-König2017-05-251-2/+12
| * | MAINTAINERS/serial: Change maintainer of jsm driverGuilherme G. Piccoli2017-05-241-1/+1
| * | serial: enable serdev supportJohan Hovold2017-05-181-2/+2
| * | tty/serdev: add serdev registration interfaceJohan Hovold2017-05-184-4/+93
| * | serdev: Restore serdev_device_write_buf for atomic contextStefan Wahren2017-05-182-7/+19
| * | serial: core: fix crash in uart_suspend_portLucas Stach2017-05-181-1/+1
| * | tty: fix port buffer lockingVegard Nossum2017-05-181-0/+2
| * | tty: ehv_bytechan: clean up init error handlingJohan Hovold2017-05-181-9/+8
| * | serial: ifx6x60: fix use-after-free on module unloadJohan Hovold2017-05-181-1/+1
| * | serial: altera_jtaguart: adding iounmap()Alexey Khoroshilov2017-05-181-0/+1
| * | serial: exar: Fix stuck MSIsJan Kiszka2017-05-181-9/+10
| * | serial: efm32: Fix parity management in 'efm32_uart_console_get_options()'Christophe JAILLET2017-05-181-3/+8
| * | serdev: fix tty-port client deregistrationJohan Hovold2017-05-181-5/+10
| * | Revert "tty_port: register tty ports with serdev bus"Johan Hovold2017-05-181-12/+0
| * | drivers/tty: 8250: only call fintek_8250_probe when doing port I/OArd Biesheuvel2017-05-181-1/+1
* | | Merge tag 'powerpc-4.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-276-6/+12
|\ \ \
| * | | powerpc: Add PPC_FEATURE userspace bits for SCV and DARN instructionsNicholas Piggin2017-05-252-1/+4
| * | | powerpc/spufs: Fix hash faults for kernel regionsJeremy Kerr2017-05-251-1/+3
| * | | powerpc: Fix booting P9 hash with CONFIG_PPC_RADIX_MMU=NMichael Neuling2017-05-251-0/+2
| * | | powerpc/powernv/npu-dma.c: Fix opal_npu_destroy_context() callAlistair Popple2017-05-251-3/+2
| * | | selftests/powerpc: Fix TM resched DSCR test with some compilersMichael Ellerman2017-05-191-1/+1
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-279-37/+81
|\ \ \ \
| * | | | x86/timers: Move simple_udelay_calibration past init_hypervisor_platformJan Kiszka2017-05-261-2/+2
| * | | | x86/alternatives: Prevent uninitialized stack byte read in apply_alternatives()Mateusz Jurczyk2017-05-241-2/+7
| * | | | x86/PAT: Fix Xorg regression on CPUs that don't support PATMikulas Patocka2017-05-241-3/+6
| * | | | x86/watchdog: Fix Kconfig help text file path reference to lockup watchdog do...Benjamin Peterson2017-05-241-1/+1
| * | | | x86/build: Permit building with old make versionsJan Kiszka2017-05-241-1/+1
| * | | | x86/unwind: Add end-of-stack check for ftrace handlersJosh Poimboeuf2017-05-241-9/+40
| * | | | Revert "x86/entry: Fix the end of the stack for newly forked tasks"Josh Poimboeuf2017-05-242-18/+23
| * | | | x86/boot: Use CROSS_COMPILE prefix for readelfRob Landley2017-05-211-1/+1
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-05-271-8/+16
|\ \ \ \ \
| * | | | | posix-timers: Make signal printks conditionalThomas Gleixner2017-05-231-8/+16
| | |_|_|/ | |/| | |
* | | | | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-273-8/+8
|\ \ \ \ \
| * | | | | acpi, nfit: Fix the memory error check in nfit_handle_mce()Vishal Verma2017-05-211-1/+1
| * | | | | x86/MCE: Export memory_error()Borislav Petkov2017-05-212-7/+7
| | |/ / / | |/| | |
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-2718-47/+176
|\ \ \ \ \
| * | | | | tools/include: Sync kernel ABI headers with tooling headersIngo Molnar2017-05-2410-19/+84
| * | | | | perf tools: Put caller above callee in --children modeNamhyung Kim2017-05-241-0/+2
| * | | | | perf report: Do not drop last inlined frameMilian Wolff2017-05-241-4/+14
| * | | | | perf report: Always honor callchain order for inlined nodesMilian Wolff2017-05-241-14/+4