summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | powerpc/spe: Mark expected switch fall-throughsMichael Ellerman2019-07-301-0/+4
| * | powerpc/nvdimm: Pick nearby online node if the device node is not onlineAneesh Kumar K.V2019-07-301-2/+27
| * | powerpc/kvm: Fall through switch case explicitlySantosh Sivaraj2019-07-291-0/+1
| * | powerpc: Wire up clone3 syscallMichael Ellerman2019-07-294-1/+15
* | | MAINTAINERS: Add Geert as Renesas SoC Co-MaintainerGeert Uytterhoeven2019-08-041-0/+4
* | | Merge tag 'kbuild-fixes-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-08-047-43/+58
|\ \ \
| * | | kconfig: Clear "written" flag to avoid data lossM. Vefa Bicakci2019-08-041-0/+4
| * | | kbuild: Check for unknown options with cc-option usage in Kconfig and clangStephen Boyd2019-07-311-1/+1
| * | | lib/raid6: fix unnecessary rebuild of vpermxor*.cMasahiro Yamada2019-07-311-1/+1
| * | | kbuild: modpost: do not parse unnecessary rules for vmlinux modpostMasahiro Yamada2019-07-312-36/+42
| * | | kbuild: modpost: remove unnecessary dependency for __modpostMasahiro Yamada2019-07-311-2/+2
| * | | kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modulesMasahiro Yamada2019-07-311-1/+1
| * | | kbuild: modpost: include .*.cmd files only when targets existMasahiro Yamada2019-07-311-4/+2
| * | | kbuild: initialize CLANG_FLAGS correctly in the top MakefileMasahiro Yamada2019-07-301-1/+2
| * | | kbuild: detect missing "WITH Linux-syscall-note" for uapi headersMasahiro Yamada2019-07-291-0/+6
| |/ /
* | | Merge tag 'safesetid-maintainers-correction-5.3-rc2' of git://github.com/mica...Linus Torvalds2019-08-041-0/+6
|\ \ \
| * | | Add entry in MAINTAINERS file for SafeSetID LSMMicah Morton2019-08-011-0/+6
| |/ /
* | | Merge tag 'xtensa-20190803' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2019-08-041-0/+1
|\ \ \
| * | | xtensa: fix build for cores with coprocessorsMax Filippov2019-07-251-0/+1
| | |/ | |/|
* | | Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-08-035-10/+14
|\ \ \
| * | | i2c: s3c2410: Mark expected switch fall-throughGustavo A. R. Silva2019-08-011-0/+1
| * | | i2c: at91: fix clk_offset for sama5d2Michał Mirosław2019-08-011-1/+1
| * | | i2c: at91: disable TXRDY interrupt after sending dataMichał Mirosław2019-08-011-4/+5
| * | | i2c: iproc: Fix i2c master read more than 63 bytesRayagonda Kokatanur2019-08-011-4/+6
| * | | Merge tag 'at24-v5.3-rc3-fixes-for-wolfram' of git://git.kernel.org/pub/scm/l...Wolfram Sang2019-08-011-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | eeprom: at24: make spd world-readable againJean Delvare2019-07-281-1/+1
| | |/
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-08-0320-35/+352
|\ \ \
| * \ \ Merge tag 'perf-urgent-for-mingo-5.3-20190729' of git://git.kernel.org/pub/sc...Ingo Molnar2019-07-2920-35/+352
| |\ \ \
| | * | | libbpf: fix missing __WORDSIZE definitionAndrii Nakryiko2019-07-291-0/+5
| | * | | perf tools: Fix perf.data documentation units for memory sizeVince Weaver2019-07-291-1/+1
| | * | | perf header: Fix use of unitialized value warningNumfor Mbiziwo-Tiapo2019-07-291-1/+1
| | * | | perf header: Fix divide by zero error if f_header.attr_size==0Vince Weaver2019-07-291-0/+7
| | * | | tools headers UAPI: Sync if_link.h with the kernelArnaldo Carvalho de Melo2019-07-291-0/+5
| | * | | tools headers UAPI: Sync sched.h with the kernelArnaldo Carvalho de Melo2019-07-291-1/+29
| | * | | tools headers UAPI: Sync usbdevice_fs.h with the kernels to get new ioctlArnaldo Carvalho de Melo2019-07-291-0/+26
| | * | | tools perf beauty: Fix usbdevfs_ioctl table generator to handle _IOC()Arnaldo Carvalho de Melo2019-07-291-3/+6
| | * | | tools headers UAPI: Update tools's copy of drm.h headersArnaldo Carvalho de Melo2019-07-292-3/+207
| | * | | tools headers UAPI: Update tools's copy of mman.h headersArnaldo Carvalho de Melo2019-07-294-20/+13
| | * | | tools headers UAPI: Update tools's copy of kvm.h headersArnaldo Carvalho de Melo2019-07-265-5/+43
| | * | | tools include UAPI: Sync x86's syscalls_64.tbl and generic unistd.h to pick u...Arnaldo Carvalho de Melo2019-07-262-1/+9
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-08-033-32/+123
|\ \ \ \ \
| * | | | | arm64: compat: vdso: Use legacy syscalls as fallbackThomas Gleixner2019-07-311-0/+40
| * | | | | x86/vdso/32: Use 32bit syscall fallbackThomas Gleixner2019-07-311-0/+36
| * | | | | lib/vdso/32: Provide legacy syscall fallbacksThomas Gleixner2019-07-311-1/+11
| * | | | | lib/vdso: Move fallback invocation to the callersThomas Gleixner2019-07-311-17/+36
| * | | | | lib/vdso/32: Remove inconsistent NULL pointer checksThomas Gleixner2019-07-311-16/+2
* | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-08-034-3/+13
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'irqchip-fixes-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2019-08-014-3/+13
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | irqchip/renesas-rza1: Fix an use-after-free in rza1_irqc_probe()Wen Yang2019-07-261-7/+8
| | * | | | | irqchip/irq-imx-gpcv2: Forward irq type to parentLucas Stach2019-07-261-0/+1