summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
* | Merge tag 'y2038-timekeeping' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2018-04-1937-89/+45
|\|
| * time: Introduce CONFIG_COMPAT_32BIT_TIMEDeepa Dinamani2018-04-191-0/+7
| * time: Introduce CONFIG_64BIT_TIME in architecturesDeepa Dinamani2018-04-191-0/+8
| * compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani2018-04-1920-89/+10
| * sparc: compat: Allow including asm/compat.h for 32-bitArnd Bergmann2018-04-191-0/+4
| * time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-1916-0/+16
* | Merge branch 'parisc-4.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-161-1/+1
|\ \
| * | parisc: Fix missing binfmt_elf32.o build errorHelge Deller2018-04-141-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-164-56/+86
|\ \ \
| * | | kvm: x86: move MSR_IA32_TSC handling to x86.cPaolo Bonzini2018-04-163-29/+6
| * | | X86/KVM: Properly update 'tsc_offset' to represent the running guestKarimAllah Ahmed2018-04-164-22/+56
| * | | x86: Add check for APIC access address for vmentry of L2 guestsKrish Sadhukhan2018-04-121-0/+13
| * | | KVM: X86: fix incorrect reference of trace_kvm_pi_irte_updatehu huajun2018-04-112-4/+3
| * | | X86/KVM: Do not allow DISABLE_EXITS_MWAIT when LAPIC ARAT is not availableKarimAllah Ahmed2018-04-111-1/+2
| * | | X86/VMX: Disable VMX preemption timer if MWAIT is not interceptedKarimAllah Ahmed2018-04-101-4/+10
* | | | x86/ldt: Fix support_pte_mask filtering in map_ldt_struct()Joerg Roedel2018-04-161-1/+1
| |_|/ |/| |
* | | Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-04-155-10/+4
|\ \ \
| * | | kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada2018-04-075-10/+4
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-1524-777/+1040
|\ \ \ \
| * \ \ \ Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is readyIngo Molnar2018-04-122593-417707/+16432
| |\ \ \ \
| | * | | | syscalls/x86: Adapt syscall_wrapper.h to the new syscall stub naming conventionDominik Brodowski2018-04-091-9/+9
| | * | | | syscalls/core, syscalls/x86: Rename struct pt_regs-based sys_*() to __x64_sys...Dominik Brodowski2018-04-095-362/+405
| | * | | | syscalls/core, syscalls/x86: Clean up compat syscall stub naming conventionDominik Brodowski2018-04-094-185/+185
| | * | | | syscalls/core, syscalls/x86: Clean up syscall stub naming conventionDominik Brodowski2018-04-092-229/+230
| | * | | | syscalls/x86: Extend register clearing on syscall entry to lower registersDominik Brodowski2018-04-052-0/+8
| | * | | | syscalls/x86: Unconditionally enable 'struct pt_regs' based syscalls on x86_64Dominik Brodowski2018-04-057-57/+12
| | * | | | syscalls/x86: Use 'struct pt_regs' based syscall calling for IA32_EMULATION a...Dominik Brodowski2018-04-056-380/+509
| | * | | | syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bi...Dominik Brodowski2018-04-057-2/+119
| | * | | | x86/syscalls: Don't pointlessly reload the system call numberLinus Torvalds2018-04-052-7/+8
| * | | | | x86/apic: Fix signedness bug in APIC ID validity checksLi RongQing2018-04-108-13/+16
| * | | | | x86/cpu: Prevent cpuinfo_x86::x86_phys_bits adjustment corruptionKirill A. Shutemov2018-04-101-12/+20
| * | | | | x86/olpc: Fix inconsistent MFD_CS5535 configurationArnd Bergmann2018-04-091-3/+1
| * | | | | x86/cpuid: Switch to 'static const' specifierRalf Ramsauer2018-03-081-1/+1
* | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-1522-105/+329
|\ \ \ \ \ \
| * | | | | | x86/pgtable: Don't set huge PUD/PMD on non-leaf entriesJoerg Roedel2018-04-121-0/+9
| * | | | | | x86/pti: Leave kernel text global for !PCIDDave Hansen2018-04-123-4/+82
| * | | | | | x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel imageDave Hansen2018-04-123-10/+35
| * | | | | | x86/pti: Enable global pages for shared areasDave Hansen2018-04-122-2/+35
| * | | | | | x86/mm: Do not forbid _PAGE_RW before init for __ro_after_initDave Hansen2018-04-121-2/+4