summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20180605' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-058-8/+8
|\
| * dm: Use kzalloc for all structs with embedded biosets/mempoolsKent Overstreet2018-06-057-7/+7
| * blk-mq: return when hctx is stopped in blk_mq_run_work_fnJianchao Wang2018-06-041-1/+1
* | Merge branch 'faddr2line' (patches from Josh)Linus Torvalds2018-06-052-2/+21
|\ \
| * | MAINTAINERS: add Josh Poimboeuf as faddr2line maintainerJosh Poimboeuf2018-06-051-0/+5
| * | scripts/faddr2line: make the new code listing format optionalPeter Zijlstra (Intel)2018-06-051-2/+16
* | | Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-056-72/+368
|\ \ \
| * | | x86/Hyper-V/hv_apic: Build the Hyper-V APIC conditionallyThomas Gleixner2018-05-193-8/+8
| * | | x86/Hyper-V/hv_apic: Include asm/apic.hThomas Gleixner2018-05-191-0/+1
| * | | X86/Hyper-V: Consolidate the allocation of the hypercall input pageK. Y. Srinivasan2018-05-193-27/+6
| * | | X86/Hyper-V: Consolidate code for converting cpumask to vpsetK. Y. Srinivasan2018-05-191-41/+2
| * | | X86/Hyper-V: Enhanced IPI enlightenmentK. Y. Srinivasan2018-05-194-3/+89
| * | | X86/Hyper-V: Enable IPI enlightenmentsK. Y. Srinivasan2018-05-194-0/+160
| * | | X86/Hyper-V: Enlighten APIC accessK. Y. Srinivasan2018-05-194-3/+112
* | | | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-056-33/+337
|\ \ \ \
| * | | | x86/intel_rdt/mba_sc: Feedback loop to dynamically update mem bandwidthVikas Shivappa2018-05-193-3/+128
| * | | | x86/intel_rdt/mba_sc: Prepare for feedback loopVikas Shivappa2018-05-192-6/+48
| * | | | x86/intel_rdt/mba_sc: Add schemata supportVikas Shivappa2018-05-192-6/+20
| * | | | x86/intel_rdt/mba_sc: Add initialization supportVikas Shivappa2018-05-193-10/+33
| * | | | x86/intel_rdt/mba_sc: Enable/disable MBA software controllerVikas Shivappa2018-05-193-0/+41
| * | | | x86/intel_rdt/mba_sc: Documentation for MBA software controller(mba_sc)Vikas Shivappa2018-05-191-8/+67
| |/ / /
* | | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-0563-868/+633
|\ \ \ \
| * | | | x86: Convert x86_platform_ops to timespec64Arnd Bergmann2018-05-1910-31/+38
| * | | | timekeeping: Add more coarse clocktai/boottime interfacesArnd Bergmann2018-05-191-1/+23
| * | | | timekeeping: Add ktime_get_coarse_with_offsetArnd Bergmann2018-05-192-0/+35
| * | | | timekeeping: Standardize on ktime_get_*() namingArnd Bergmann2018-05-193-29/+51
| * | | | timekeeping: Clean up ktime_get_real_ts64Arnd Bergmann2018-05-193-39/+13
| * | | | timekeeping: Remove timespec64 hackArnd Bergmann2018-05-194-69/+3
| * | | | Merge branch 'linus' into timers/2038Thomas Gleixner2018-05-191311-7765/+14349
| |\| | |
| * | | | Merge tag 'y2038-ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Thomas Gleixner2018-05-0747-700/+471
| |\ \ \ \
| | * | | | y2038: ipc: Redirect ipc(SEMTIMEDOP, ...) to compat_ksys_semtimedopArnd Bergmann2018-04-201-3/+10
| | * | | | y2038: ipc: Enable COMPAT_32BIT_TIMEArnd Bergmann2018-04-203-41/+44
| | * | | | y2038: ipc: Use __kernel_timespecArnd Bergmann2018-04-204-9/+9
| | * | | | y2038: ipc: Report long times to user spaceArnd Bergmann2018-04-203-9/+33
| | * | | | y2038: ipc: Use ktime_get_real_seconds consistentlyArnd Bergmann2018-04-202-6/+6
| | * | | | y2038: xtensa: Extend sysvipc data structuresArnd Bergmann2018-04-203-51/+28
| | * | | | y2038: powerpc: Extend sysvipc data structuresArnd Bergmann2018-04-204-43/+40
| | * | | | y2038: sparc: Extend sysvipc data structuresArnd Bergmann2018-04-204-50/+41
| | * | | | y2038: parisc: Extend sysvipc data structuresArnd Bergmann2018-04-204-52/+48
| | * | | | y2038: mips: Extend sysvipc data structuresArnd Bergmann2018-04-204-41/+94
| | * | | | y2038: arm64: Extend sysvipc compat data structuresArnd Bergmann2018-04-201-16/+16
| | * | | | y2038: s390: Remove unneeded ipc uapi header filesArnd Bergmann2018-04-205-133/+19
| | * | | | y2038: ia64: Remove unneeded ipc uapi header filesArnd Bergmann2018-04-205-92/+4
| | * | | | y2038: alpha: Remove unneeded ipc uapi header filesArnd Bergmann2018-04-205-92/+4
| | * | | | y2038: x86: Extend sysvipc data structuresArnd Bergmann2018-04-202-17/+26
| | * | | | y2038: asm-generic: Extend sysvipc data structuresArnd Bergmann2018-04-203-45/+49
* | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-0567-270/+266
|\ \ \ \ \ \
| * | | | | | clocksource/drivers/mxs_timer: Switch to SPDX identifierFabio Estevam2018-05-231-21/+7
| * | | | | | clocksource/drivers/timer-imx-tpm: Switch to SPDX identifierFabio Estevam2018-05-231-9/+4
| * | | | | | clocksource/drivers/timer-imx-gpt: Switch to SPDX identifierFabio Estevam2018-05-231-20/+6