summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2016-06-14um/ptrace: run seccomp after ptraceKees Cook
2016-06-14tile/ptrace: run seccomp after ptraceKees Cook
2016-06-14powerpc/ptrace: run seccomp after ptraceKees Cook
2016-06-14s390/ptrace: run seccomp after ptraceKees Cook
2016-06-14parisc/ptrace: run seccomp after ptraceKees Cook
2016-06-14MIPS/ptrace: run seccomp after ptraceKees Cook
2016-06-14arm64/ptrace: run seccomp after ptraceKees Cook
2016-06-14arm/ptrace: run seccomp after ptraceKees Cook
2016-06-14x86/ptrace: run seccomp after ptraceKees Cook
2016-06-14x86/entry: Get rid of two-phase syscall entry workAndy Lutomirski
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski
2016-06-05parisc: Move die_if_kernel() prototype into traps.h headerHelge Deller
2016-06-05parisc: Fix pagefault crash in unaligned __get_user() callHelge Deller
2016-06-05parisc: Fix printk time during bootHelge Deller
2016-06-04parisc: Fix backtrace on PA-RISCMikulas Patocka
2016-06-03Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-06-03Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2016-06-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2016-06-03Merge tag 'powerpc-4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-06-03arm64: fix alignment when RANDOMIZE_TEXT_OFFSET is enabledMark Rutland
2016-06-03arm64: move {PAGE,CONT}_SHIFT into KconfigMark Rutland
2016-06-03arm64: mm: dump: log span levelMark Rutland
2016-06-03arm64: update stale PAGE_OFFSET commentMark Rutland
2016-06-03arm64: report CPU number in bad_modeMark Rutland
2016-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-06-02irqchip/gicv3-its: numa: Enable workaround for Cavium thunderx erratum 23144Ganapatrao Kulkarni
2016-06-02KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGSPaolo Bonzini
2016-06-02KVM: fail KVM_SET_VCPU_EVENTS with invalid exception numberPaolo Bonzini
2016-06-02KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUIDPaolo Bonzini
2016-06-02kvm: x86: avoid warning on repeated KVM_SET_TSS_ADDRPaolo Bonzini
2016-06-02KVM: Handle MSR_IA32_PERF_CTLDmitry Bilunov
2016-06-02KVM: x86: avoid write-tearing of TDPNadav Amit
2016-06-02ARM: fix PTRACE_SETVFPREGS on SMP systemsRussell King
2016-06-01arm64: unistd32.h: wire up missing syscalls for compat tasksWill Deacon
2016-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2016-06-01powerpc/pseries: Add POWER8NVL support to ibm,client-architecture-support callThomas Huth
2016-06-01powerpc/mm/radix: Add missing tlb flushAneesh Kumar K.V
2016-06-01powerpc/mm/hash: Fix the reference bit update when handling hash faultAneesh Kumar K.V
2016-06-01powerpc/mm/radix: Update LPCR only if it is powernvAneesh Kumar K.V
2016-05-31arm64: Provide "model name" in /proc/cpuinfo for PER_LINUX32 tasksCatalin Marinas
2016-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2016-05-31arm64: KVM: vgic-v3: Relax synchronization when SRE==1Marc Zyngier
2016-05-31arm64: KVM: vgic-v3: Prevent the guest from messing with ICC_SRE_EL1Marc Zyngier
2016-05-31arm64: KVM: Make ICC_SRE_EL1 access return the configured SRE valueMarc Zyngier
2016-05-31KVM: arm/arm64: vgic-v3: Clear all dirty LRsChristoffer Dall
2016-05-31arm64: enable CONFIG_SET_MODULE_RONX by defaultMark Rutland
2016-05-31arm64: Remove orphaned __addr_ok() definitionRobin Murphy
2016-05-31powerpc: Use privileged SPR number for MMCR2Thomas Huth
2016-05-31powerpc: Fix definition of SIAR and SDAR registersThomas Huth
2016-05-31Revert "arm64: hugetlb: partial revert of 66b3923a1a0f"Will Deacon