summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-08-07powerpc: Don't skip ePAPR spin-table CPUsScott Wood1-1/+9
2015-08-07powerpc: Make logical to real cpu mapping code endian safeAnton Blanchard1-3/+3
2015-08-07MIPS: Fix enabling of DEBUG_STACKOVERFLOWJames Hogan1-1/+1
2015-08-07x86_64: Fix strnlen_user() to not touch memory after specified maximumBen Hutchings1-1/+1
2015-08-07x86: bpf_jit: fix compilation of large bpf programsAlexei Starovoitov1-1/+6
2015-08-07crypto: s390/ghash - Fix incorrect ghash icv buffer handling.Harald Freudenberger1-12/+13
2015-08-07powerpc: Align TOC to 256 bytesAnton Blanchard1-0/+1
2015-08-07KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pagesPaolo Bonzini1-1/+1
2015-08-07powerpc/pseries: Correct cpu affinity for dlpar added cpusNathan Fontenot1-7/+6
2015-08-07KVM: VMX: Preserve host CR4.MCE value while in guest mode.Ben Serebrin1-2/+10
2015-08-07powerpc/perf: Cap 64bit userspace backtraces to PERF_MAX_STACK_DEPTHAnton Blanchard1-1/+1
2015-08-07s390/hibernate: fix save and restore of kernel text sectionHeiko Carstens1-0/+6
2015-08-07powerpc: Fix missing L2 cache size in /sys/devices/system/cpuDave Olson1-9/+34
2015-08-07x86/iommu: Fix header comments regarding standard and _FINISH macrosAravind Gopalakrishnan1-5/+6
2015-08-07MIPS: Hibernate: flush TLB entries earlierHuacai Chen1-1/+2
2015-08-07ARM: 8320/1: fix integer overflow in ELF_ET_DYN_BASEAndrey Ryabinin1-1/+1
2015-08-07KVM: s390: Zero out current VMDB of STSI before including level3 data.Ekaterina Tumanova1-0/+1
2015-05-10Revert "KVM: s390: flush CPU on load control"Ben Hutchings1-2/+0
2015-05-10x86/reboot: Add ASRock Q1900DC-ITX mainboard reboot quirkStefan Lippers-Hollmann1-0/+9
2015-05-10x86/reboot: Add reboot quirk for Certec BPC600Christian Gmeiner1-0/+9
2015-05-10x86/reboot: Add reboot quirk for Dell Latitude E5410Ville Syrjälä1-0/+8
2015-05-10x86/reboot: Remove the duplicate C6100 entry in the reboot quirks listMasoud Sharbiani1-8/+0
2015-05-10x86/reboot: Fix apparent cut-n-paste mistake in Dell reboot workaroundDave Jones1-1/+1
2015-05-10x86/reboot: Add quirk to make Dell C6100 use reboot=pci automaticallyMasoud Sharbiani1-0/+16
2015-05-10x86/reboot: Remove quirk entry for SBC FITPCDavid Hooper1-8/+0
2015-05-10ACPI, x86: fix Dell M6600 ACPI reboot regression via DMIZhang Rui1-0/+8
2015-05-10x86/reboot: Remove VersaLogic Menlow reboot quirkMichael D Labriola1-8/+0
2015-05-10crypto: aesni - fix memory usage in GCM decryptionStephan Mueller1-2/+2
2015-05-10x86/asm/entry/32: Fix user_mode() misusesAndy Lutomirski1-1/+1
2015-05-10x86/vdso: Fix the build on GCC5Jiri Slaby1-0/+1
2015-05-10x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimizationAndy Lutomirski1-5/+8
2015-05-10KVM: emulate: fix CMPXCHG8B on 32-bit hostsPaolo Bonzini1-1/+2
2015-05-10x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert1-3/+3
2015-05-10ARM: 8284/1: sa1100: clear RCSR_SMR on resumeDmitry Eremin-Solenikov1-0/+1
2015-05-10KVM: s390: base hrtimer on a monotonic clockDavid Hildenbrand1-1/+1
2015-05-10axonram: Fix bug in direct_accessMatthew Wilcox1-1/+1
2015-05-10hx4700: regulator: declare full constraintsMartin Vajnar1-0/+2
2015-05-10ARM: pxa: add regulator_has_full_constraints to spitz board fileDmitry Eremin-Solenikov1-0/+2
2015-05-10ARM: pxa: add regulator_has_full_constraints to poodle board fileDmitry Eremin-Solenikov1-0/+2
2015-05-10ARM: pxa: add regulator_has_full_constraints to corgi board fileDmitry Eremin-Solenikov1-0/+3
2015-03-06MIPS: Fix kernel lockup or crash after CPU offline/onlineHemmo Nieminen1-1/+1
2015-03-06MIPS: IRQ: Fix disable_irq on CPU IRQsFelix Fietkau1-0/+4
2015-03-06x86: mm/fault: Fix semaphore imbalanceBen Hutchings1-1/+1
2015-02-20KVM: x86: SYSENTER emulation is brokenNadav Amit1-17/+8
2015-02-20KVM: x86 emulator: reject SYSENTER in compatibility mode on AMD guestsAvi Kivity1-0/+19
2015-02-20x86, cpu, amd: Add workaround for family 16h, erratum 793Borislav Petkov2-0/+11
2015-02-20Revert "x86, 64bit, mm: Mark data/bss/brk to nx"Ben Hutchings1-4/+3
2015-02-20Revert "x86, mm: Set NX across entire PMD at boot"Ben Hutchings1-10/+1
2015-02-20vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds24-1/+52
2015-02-20x86, tls: Interpret an all-zero struct user_desc as "no segment"Andy Lutomirski2-2/+36