summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/iopl: Fixup misleading commentThomas Gleixner2019-11-161-8/+27
* selftests/x86/ioperm: Extend testing so the shared bitmap is exercisedThomas Gleixner2019-11-161-1/+15
* x86/ioperm: Share I/O bitmap if identicalThomas Gleixner2019-11-163-42/+50
* x86/ioperm: Remove bitmap if all permissions droppedThomas Gleixner2019-11-163-15/+23
* x86/ioperm: Move TSS bitmap update to exit to user workThomas Gleixner2019-11-165-45/+54
* x86/ioperm: Add bitmap sequence numberThomas Gleixner2019-11-165-10/+38
* x86/ioperm: Move iobitmap data into a structThomas Gleixner2019-11-165-39/+57
* x86/tss: Move I/O bitmap data into a seperate structThomas Gleixner2019-11-164-21/+28
* x86/io: Speedup schedule out of I/O bitmap userThomas Gleixner2019-11-165-41/+69
* x86/ioperm: Avoid bitmap allocation if no permissions are setThomas Gleixner2019-11-161-0/+3
* x86/ioperm: Simplify first ioperm() invocation logicThomas Gleixner2019-11-161-29/+26
* x86/iopl: Cleanup include mazeThomas Gleixner2019-11-161-12/+4
* x86/tss: Fix and move VMX BUILD_BUG_ON()Thomas Gleixner2019-11-162-8/+8
* x86/cpu: Unify cpu_init()Thomas Gleixner2019-11-161-108/+65
* x86/process: Unify copy_thread_tls()Thomas Gleixner2019-11-165-143/+116
* x86/ptrace: Prevent truncation of bitmap sizeThomas Gleixner2019-11-161-1/+1
* Linux 5.4-rc7v5.4-rc7Linus Torvalds2019-11-101-1/+1
* Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2019-11-1016-32/+44
|\
| * MAINTAINERS: update Cavium ThunderX2 maintainersJayachandran C2019-11-062-1/+4
| * Merge tag 'stm32-dt-for-v5.4-fixes-2' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson2019-11-062-13/+4
| |\
| | * ARM: dts: stm32: change joystick pinctrl definition on stm32mp157c-ev1Amelie Delaunay2019-11-061-1/+0
| | * ARM: dts: stm32: remove OV5640 pinctrl definition on stm32mp157c-ev1Amelie Delaunay2019-11-061-10/+2
| | * ARM: dts: stm32: Fix CAN RAM mapping on stm32mp157cChristophe Roullier2019-11-061-2/+2
| | * ARM: dts: stm32: relax qspi pins slew-rate for stm32mp157Patrice Chotard2019-11-061-4/+4
| * | Merge tag 'imx-fixes-5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2019-11-041-1/+1
| |\ \
| | * | arm64: dts: zii-ultra: fix ARM regulator GPIO handleLucas Stach2019-11-041-1/+1
| * | | Merge tag 'sunxi-fixes-for-5.4-2' of https://git.kernel.org/pub/scm/linux/ker...Olof Johansson2019-11-022-1/+6
| |\ \ \
| | * | | ARM: sunxi: Fix CPU powerdown on A83TOndrej Jirman2019-10-291-1/+5
| | * | | ARM: dts: sun8i-a83t-tbs-a711: Fix WiFi resume from suspendOndrej Jirman2019-10-291-0/+1
| * | | | Merge tag 'imx-fixes-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2019-11-026-11/+23
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | arm64: dts: imx8mn: fix compatible string for sdmaShengjiu Wang2019-10-281-3/+3
| | * | | arm64: dts: imx8mm: fix compatible string for sdmaShengjiu Wang2019-10-281-3/+3
| | * | | ARM: dts: imx6-logicpd: Re-enable SNVS power keyAdam Ford2019-10-281-0/+4
| | * | | soc: imx: gpc: fix initialiser formatBen Dooks2019-10-261-4/+4
| | * | | ARM: dts: imx6qdl-sabreauto: Fix storm of accelerometer interruptsFabio Estevam2019-10-261-0/+8
| | * | | arm64: dts: ls1028a: fix a compatible issueYuantian Tang2019-10-251-1/+1
| * | | | Merge tag 'reset-fixes-for-v5.5' of git://git.pengutronix.de/git/pza/linux in...Olof Johansson2019-10-283-5/+6
| |\ \ \ \
| | * | | | reset: fix reset_control_ops kerneldoc commentRandy Dunlap2019-10-281-1/+1
| | * | | | reset: fix reset_control_get_exclusive kerneldoc commentPhilipp Zabel2019-10-241-1/+1
| | * | | | reset: fix reset_control_lookup kerneldoc commentPhilipp Zabel2019-10-241-1/+1
| | * | | | reset: fix of_reset_control_get_count kerneldoc commentPhilipp Zabel2019-10-241-1/+2
| | * | | | reset: fix of_reset_simple_xlate kerneldoc commentPhilipp Zabel2019-10-241-1/+0
| | * | | | reset: Fix memory leak in reset_control_array_put()Kishon Vijay Abraham I2019-10-221-0/+1
| | | |_|/ | | |/| |
* | | | | Merge tag 'staging-5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-11-1019-20/+3324
|\ \ \ \ \
| * | | | | staging: Fix error return code in vboxsf_fill_super()Wei Yongjun2019-11-071-1/+3
| * | | | | staging: vboxsf: fix dereference of pointer dentry before it is null checkedColin Ian King2019-11-071-1/+2
| * | | | | staging: vboxsf: Remove unused including <linux/version.h>YueHaibing2019-11-071-1/+0
| * | | | | Merge tag 'iio-fixes-for-5.4b' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2019-10-316-20/+44
| |\ \ \ \ \
| | * | | | | iio: adc: stm32-adc: fix stopping dmaFabrice Gasnier2019-10-271-2/+2
| | * | | | | iio: imu: inv_mpu6050: fix no data on MPU6050Jean-Baptiste Maneyrol2019-10-223-3/+23