Age | Commit message (Expand) | Author | Files | Lines |
2016-06-08 | x86, asm: Use CC_SET()/CC_OUT() and static_cpu_has() in archrandom.h | H. Peter Anvin | 2 | -70/+62 |
2016-06-08 | x86, asm, boot: Use CC_SET()/CC_OUT() in arch/x86/boot/boot.h | H. Peter Anvin | 1 | -4/+5 |
2016-06-08 | x86, asm: Use CC_SET()/CC_OUT() in <asm/rwsem.h> | H. Peter Anvin | 1 | -2/+2 |
2016-06-08 | x86, asm: Use CC_SET()/CC_OUT() in <asm/percpu.h> | H. Peter Anvin | 1 | -4/+5 |
2016-06-08 | x86, asm: Use CC_SET()/CC_OUT() in <asm/bitops.h> | H. Peter Anvin | 1 | -8/+8 |
2016-06-08 | x86, asm: change GEN_*_RMWcc() to use CC_SET()/CC_OUT() | H. Peter Anvin | 1 | -5/+9 |
2016-06-08 | x86, asm: define CC_SET() and CC_OUT() macros | H. Peter Anvin | 1 | -0/+12 |
2016-06-08 | x86, asm: change the GEN_*_RMWcc() macros to not quote the condition | H. Peter Anvin | 6 | -18/+18 |
2016-06-08 | x86, asm: use bool for bitops and other assembly outputs | H. Peter Anvin | 12 | -60/+63 |
2016-06-08 | x86, bitops: remove use of "sbb" to return CF | H. Peter Anvin | 5 | -34/+31 |
2016-06-08 | x86/hweight: Get rid of the special calling convention | Borislav Petkov | 6 | -20/+93 |
2016-06-06 | x86/msr: Use the proper trace point conditional for writes | Dr. David Alan Gilbert | 1 | -2/+2 |
2016-06-05 | parisc: Move die_if_kernel() prototype into traps.h header | Helge Deller | 2 | -2/+3 |
2016-06-05 | parisc: Fix pagefault crash in unaligned __get_user() call | Helge Deller | 1 | -1/+9 |
2016-06-05 | parisc: Fix printk time during boot | Helge Deller | 2 | -7/+3 |
2016-06-04 | parisc: Fix backtrace on PA-RISC | Mikulas Patocka | 1 | -8/+14 |
2016-06-04 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+9 |
2016-06-04 | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -1/+1 |
2016-06-04 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 13 | -44/+74 |
2016-06-04 | Merge tag 'powerpc-4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 6 | -38/+68 |
2016-06-03 | arm64: fix alignment when RANDOMIZE_TEXT_OFFSET is enabled | Mark Rutland | 1 | -1/+3 |
2016-06-03 | arm64: move {PAGE,CONT}_SHIFT into Kconfig | Mark Rutland | 2 | -10/+14 |
2016-06-03 | arm64: mm: dump: log span level | Mark Rutland | 1 | -1/+7 |
2016-06-03 | arm64: update stale PAGE_OFFSET comment | Mark Rutland | 1 | -1/+2 |
2016-06-03 | arm64: report CPU number in bad_mode | Mark Rutland | 1 | -2/+3 |
2016-06-03 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 5 | -31/+60 |
2016-06-02 | irqchip/gicv3-its: numa: Enable workaround for Cavium thunderx erratum 23144 | Ganapatrao Kulkarni | 1 | -0/+9 |
2016-06-02 | KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS | Paolo Bonzini | 1 | -0/+5 |
2016-06-02 | KVM: fail KVM_SET_VCPU_EVENTS with invalid exception number | Paolo Bonzini | 1 | -0/+4 |
2016-06-02 | KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUID | Paolo Bonzini | 1 | -10/+12 |
2016-06-02 | kvm: x86: avoid warning on repeated KVM_SET_TSS_ADDR | Paolo Bonzini | 1 | -1/+1 |
2016-06-02 | KVM: Handle MSR_IA32_PERF_CTL | Dmitry Bilunov | 1 | -0/+1 |
2016-06-02 | KVM: x86: avoid write-tearing of TDP | Nadav Amit | 1 | -4/+4 |
2016-06-02 | ARM: fix PTRACE_SETVFPREGS on SMP systems | Russell King | 1 | -1/+1 |
2016-06-01 | arm64: unistd32.h: wire up missing syscalls for compat tasks | Will Deacon | 2 | -1/+9 |
2016-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 11 | -100/+215 |
2016-06-01 | powerpc/pseries: Add POWER8NVL support to ibm,client-architecture-support call | Thomas Huth | 1 | -0/+1 |
2016-06-01 | powerpc/mm/radix: Add missing tlb flush | Aneesh Kumar K.V | 1 | -4/+1 |
2016-06-01 | powerpc/mm/hash: Fix the reference bit update when handling hash fault | Aneesh Kumar K.V | 1 | -2/+20 |
2016-06-01 | powerpc/mm/radix: Update LPCR only if it is powernv | Aneesh Kumar K.V | 1 | -13/+10 |
2016-05-31 | arm64: Provide "model name" in /proc/cpuinfo for PER_LINUX32 tasks | Catalin Marinas | 2 | -3/+9 |
2016-05-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 8 | -68/+103 |
2016-05-31 | arm64: KVM: vgic-v3: Relax synchronization when SRE==1 | Marc Zyngier | 1 | -7/+16 |
2016-05-31 | arm64: KVM: vgic-v3: Prevent the guest from messing with ICC_SRE_EL1 | Marc Zyngier | 1 | -4/+2 |
2016-05-31 | arm64: KVM: Make ICC_SRE_EL1 access return the configured SRE value | Marc Zyngier | 1 | -1/+12 |
2016-05-31 | KVM: arm/arm64: vgic-v3: Clear all dirty LRs | Christoffer Dall | 1 | -4/+3 |
2016-05-31 | arm64: enable CONFIG_SET_MODULE_RONX by default | Mark Rutland | 1 | -12/+13 |
2016-05-31 | arm64: Remove orphaned __addr_ok() definition | Robin Murphy | 1 | -13/+0 |
2016-05-31 | powerpc: Use privileged SPR number for MMCR2 | Thomas Huth | 1 | -1/+1 |
2016-05-31 | powerpc: Fix definition of SIAR and SDAR registers | Thomas Huth | 1 | -2/+2 |