aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Don't skip ePAPR spin-table CPUsScott Wood2015-08-071-1/+9
* powerpc: Make logical to real cpu mapping code endian safeAnton Blanchard2015-08-071-3/+3
* MIPS: Fix enabling of DEBUG_STACKOVERFLOWJames Hogan2015-08-071-1/+1
* x86_64: Fix strnlen_user() to not touch memory after specified maximumBen Hutchings2015-08-071-1/+1
* x86: bpf_jit: fix compilation of large bpf programsAlexei Starovoitov2015-08-071-1/+6
* crypto: s390/ghash - Fix incorrect ghash icv buffer handling.Harald Freudenberger2015-08-071-12/+13
* powerpc: Align TOC to 256 bytesAnton Blanchard2015-08-071-0/+1
* KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pagesPaolo Bonzini2015-08-071-1/+1
* powerpc/pseries: Correct cpu affinity for dlpar added cpusNathan Fontenot2015-08-071-7/+6
* KVM: VMX: Preserve host CR4.MCE value while in guest mode.Ben Serebrin2015-08-071-2/+10
* powerpc/perf: Cap 64bit userspace backtraces to PERF_MAX_STACK_DEPTHAnton Blanchard2015-08-071-1/+1
* s390/hibernate: fix save and restore of kernel text sectionHeiko Carstens2015-08-071-0/+6
* powerpc: Fix missing L2 cache size in /sys/devices/system/cpuDave Olson2015-08-071-9/+34
* x86/iommu: Fix header comments regarding standard and _FINISH macrosAravind Gopalakrishnan2015-08-071-5/+6
* MIPS: Hibernate: flush TLB entries earlierHuacai Chen2015-08-071-1/+2
* ARM: 8320/1: fix integer overflow in ELF_ET_DYN_BASEAndrey Ryabinin2015-08-071-1/+1
* KVM: s390: Zero out current VMDB of STSI before including level3 data.Ekaterina Tumanova2015-08-071-0/+1
* Revert "KVM: s390: flush CPU on load control"Ben Hutchings2015-05-091-2/+0
* x86/reboot: Add ASRock Q1900DC-ITX mainboard reboot quirkStefan Lippers-Hollmann2015-05-091-0/+9
* x86/reboot: Add reboot quirk for Certec BPC600Christian Gmeiner2015-05-091-0/+9
* x86/reboot: Add reboot quirk for Dell Latitude E5410Ville Syrjälä2015-05-091-0/+8
* x86/reboot: Remove the duplicate C6100 entry in the reboot quirks listMasoud Sharbiani2015-05-091-8/+0
* x86/reboot: Fix apparent cut-n-paste mistake in Dell reboot workaroundDave Jones2015-05-091-1/+1
* x86/reboot: Add quirk to make Dell C6100 use reboot=pci automaticallyMasoud Sharbiani2015-05-091-0/+16
* x86/reboot: Remove quirk entry for SBC FITPCDavid Hooper2015-05-091-8/+0
* ACPI, x86: fix Dell M6600 ACPI reboot regression via DMIZhang Rui2015-05-091-0/+8
* x86/reboot: Remove VersaLogic Menlow reboot quirkMichael D Labriola2015-05-091-8/+0
* crypto: aesni - fix memory usage in GCM decryptionStephan Mueller2015-05-091-2/+2
* x86/asm/entry/32: Fix user_mode() misusesAndy Lutomirski2015-05-091-1/+1
* x86/vdso: Fix the build on GCC5Jiri Slaby2015-05-091-0/+1
* x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimizationAndy Lutomirski2015-05-091-5/+8
* KVM: emulate: fix CMPXCHG8B on 32-bit hostsPaolo Bonzini2015-05-091-1/+2
* x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert2015-05-091-3/+3
* ARM: 8284/1: sa1100: clear RCSR_SMR on resumeDmitry Eremin-Solenikov2015-05-091-0/+1
* KVM: s390: base hrtimer on a monotonic clockDavid Hildenbrand2015-05-091-1/+1
* axonram: Fix bug in direct_accessMatthew Wilcox2015-05-091-1/+1
* hx4700: regulator: declare full constraintsMartin Vajnar2015-05-091-0/+2
* ARM: pxa: add regulator_has_full_constraints to spitz board fileDmitry Eremin-Solenikov2015-05-091-0/+2
* ARM: pxa: add regulator_has_full_constraints to poodle board fileDmitry Eremin-Solenikov2015-05-091-0/+2
* ARM: pxa: add regulator_has_full_constraints to corgi board fileDmitry Eremin-Solenikov2015-05-091-0/+3
* MIPS: Fix kernel lockup or crash after CPU offline/onlineHemmo Nieminen2015-03-061-1/+1
* MIPS: IRQ: Fix disable_irq on CPU IRQsFelix Fietkau2015-03-061-0/+4
* x86: mm/fault: Fix semaphore imbalanceBen Hutchings2015-03-061-1/+1
* KVM: x86: SYSENTER emulation is brokenNadav Amit2015-02-201-17/+8
* KVM: x86 emulator: reject SYSENTER in compatibility mode on AMD guestsAvi Kivity2015-02-201-0/+19
* x86, cpu, amd: Add workaround for family 16h, erratum 793Borislav Petkov2015-02-202-0/+11
* Revert "x86, 64bit, mm: Mark data/bss/brk to nx"Ben Hutchings2015-02-201-4/+3
* Revert "x86, mm: Set NX across entire PMD at boot"Ben Hutchings2015-02-201-10/+1
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-02-2024-1/+52
* x86, tls: Interpret an all-zero struct user_desc as "no segment"Andy Lutomirski2015-02-202-2/+36