summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-06-0518-112/+335
|\
| * s390/archrandom: Rework arch random implementation.Harald Freudenberger2018-05-302-14/+102
| * s390/net: add pnetid supportUrsula Braun2018-05-304-0/+108
| * s390/cio: add test for ccwgroup deviceSebastian Ott2018-05-231-0/+10
| * s390/cio: add helper to query utility strings per given ccw deviceSebastian Ott2018-05-231-0/+1
| * s390: remove no-op macro VMLINUX_SYMBOL()Masahiro Yamada2018-05-231-2/+2
| * s390: remove closung punctuation from spectre messagesMartin Schwidefsky2018-05-091-2/+2
| * s390: introduce compile time check for empty .bss sectionVasily Gorbik2018-05-093-0/+20
| * s390/early: move functions which may not access bss section to extra fileHeiko Carstens2018-05-095-61/+86
| * s390/early: get rid of #ifdef CONFIG_BLK_DEV_INITRDHeiko Carstens2018-05-091-2/+3
| * s390/early: get rid of memmove_earlyHeiko Carstens2018-05-091-33/+1
| * s390/cpum_sf: Add data entry sizes to sampling trailer entryThomas Richter2018-05-091-1/+3
| * perf: fix invalid bit in diagnostic entryThomas Richter2018-05-091-1/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2018-06-0514-371/+230
|\ \
| * | m68k: fix ColdFire PCI config reads and writesGreg Ungerer2018-05-281-11/+4
| * | m68k: introduce iomem() macro for __iomem conversionsGreg Ungerer2018-05-281-0/+6
| * | m68k: allow ColdFire PCI bus on MMU and non-MMU configurationGreg Ungerer2018-05-281-3/+5
| * | m68k: fix ioremapping for internal ColdFire peripheralsGreg Ungerer2018-05-281-0/+8
| * | m68k: fix read/write multi-byte IO for PCI on ColdFireGreg Ungerer2018-05-281-15/+84
| * | m68k: don't redefine access functions if we have PCIGreg Ungerer2018-05-281-0/+8
| * | m68k: remove old ColdFire IO access support codeGreg Ungerer2018-05-282-145/+5
| * | m68k: use io_no.h for MMU and non-MMU enabled ColdFireGreg Ungerer2018-05-281-1/+1
| * | m68k: setup PCI support code in io_no.hGreg Ungerer2018-05-281-0/+31
| * | m68k: group io mapping definitions and functionsGreg Ungerer2018-05-289-57/+98
| * | m68k: rework raw access macros for the non-MMU caseGreg Ungerer2018-05-281-12/+12
| * | m68k: use asm-generic/io.h for non-MMU io access functionsGreg Ungerer2018-05-281-174/+5
| * | m68k: put definition guards around virt_to_phys and phys_to_virtGreg Ungerer2018-05-281-0/+2
| * | m68k: move *_relaxed macros into io_no.h and io_mm.hGreg Ungerer2018-05-283-8/+16
* | | Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-06-051-2/+2
|\ \ \
| * | | x86: msr-index.h: Correct SNB_C1/C3_AUTO_UNDEMOTE definesMatt Turner2018-06-011-2/+2
* | | | Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-046-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-045-25/+270
|\ \ \ \ \
| * | | | | 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
| |/ / / /
* | | | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-0447-618/+358
|\ \ \ \ \
| * | | | | x86: Convert x86_platform_ops to timespec64Arnd Bergmann2018-05-1910-31/+38
| * | | | | Merge branch 'linus' into timers/2038Thomas Gleixner2018-05-19178-1455/+2476
| |\| | | |
| * | | | | Merge tag 'y2038-ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Thomas Gleixner2018-05-0737-587/+320
| |\ \ \ \ \
| | * | | | | y2038: xtensa: Extend sysvipc data structuresArnd Bergmann2018-04-203-51/+28
| | * | | | | y2038: powerpc: Extend sysvipc data structuresArnd Bergmann2018-04-204-43/+40