summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | powerpc/mm/radix: Use tlbiel only if we ever ran on the current cpuAneesh Kumar K.V2016-10-272-4/+16
| * | | | powerpc/process: Fix CONFIG_ALIVEC typo in restore_tm_state()Valentin Rothberg2016-10-271-1/+1
| * | | | powerpc/64: Fix race condition in setting lock bit in idle/wakeup codePaul Mackerras2016-10-241-0/+3
| * | | | powerpc/64: Re-fix race condition between going idle and entering guestPaul Mackerras2016-10-241-6/+26
| * | | | powerpc: Convert cmp to cmpd in idle enter sequenceSegher Boessenkool2016-10-211-1/+1
| * | | | KVM: PPC: Book3S HV: Fix build error when SMP=nMichael Ellerman2016-10-211-0/+1
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-293-8/+34
|\ \ \ \ \
| * | | | | perf/x86/intel: Honour the CPUID for number of fixed counters in hypervisorsImre Palik2016-10-281-3/+7
| * | | | | perf/powerpc: Don't call perf_event_disable() from atomic contextJiri Olsa2016-10-281-1/+1
| * | | | | perf/x86/intel/cstate: Add C-state residency events for Knights LandingLukasz Odzioba2016-10-191-4/+26
* | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-10-282-4/+7
|\ \ \ \ \ \
| * | | | | | arm64: mm: fix __page_to_voff definitionNeeraj Upadhyay2016-10-261-1/+1
| * | | | | | arm64/numa: fix incorrect log for memory-less nodeHanjun Guo2016-10-261-2/+5
| * | | | | | arm64/numa: fix pcpu_cpu_distance() to get correct CPU proximityYisheng Xie2016-10-261-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-285-7/+14
|\ \ \ \ \ \
| * | | | | | x86/microcode/AMD: Fix more fallout from CONFIG_RANDOMIZE_MEMORY=yBorislav Petkov2016-10-281-1/+1
| * | | | | | x86: Fix export for mcount and __fentry__Steven Rostedt2016-10-261-1/+2
| * | | | | | x86/quirks: Hide maybe-uninitialized warningArnd Bergmann2016-10-251-2/+1
| * | | | | | x86/build: Fix build with older GCC versionsJan Beulich2016-10-251-2/+2
| * | | | | | x86/unwind: Fix empty stack dereference in guess unwinderJosh Poimboeuf2016-10-251-1/+8
* | | | | | | Merge tag 'drm-x86-pat-regression-fix' of git://people.freedesktop.org/~airli...Linus Torvalds2016-10-282-0/+20
|\ \ \ \ \ \ \
| * | | | | | | x86/io: add interface to reserve io memtype for a resource range. (v1.1)Dave Airlie2016-10-262-0/+20
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-284-9/+5
|\ \ \ \ \ \ \
| * | | | | | | cris/arch-v32: cryptocop: print a hex number after a 0x prefixUwe Kleine-König2016-10-281-1/+1
| * | | | | | | kconfig.h: remove config_enabled() macroMasahiro Yamada2016-10-281-3/+3
| * | | | | | | h8300: fix syscall restartingMark Rutland2016-10-282-5/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-10-2710-68/+55
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | s390/mm: fix zone calculation in arch_add_memory()Gerald Schaefer2016-10-241-17/+21
| * | | | | | s390/dumpstack: use pr_cont within show_stack and dieHeiko Carstens2016-10-241-8/+8
| * | | | | | s390/dumpstack: get rid of return_address againHeiko Carstens2016-10-172-27/+1
| * | | | | | s390/disassambler: use pr_cont where appropriateHeiko Carstens2016-10-171-2/+2
| * | | | | | s390/dumpstack: use pr_cont where appropriateHeiko Carstens2016-10-171-4/+4
| * | | | | | s390/dumpstack: restore reliable indicator for call tracesHeiko Carstens2016-10-175-11/+16
| * | | | | | s390/mm: use hugetlb_bad_size()Shyam Saini2016-10-171-0/+1
| * | | | | | s390: ignore pkey system callsHeiko Carstens2016-10-171-0/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'for-linus-4.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-251-0/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | x86: xen: move cpu_up functions out of ifdefArnd Bergmann2016-10-241-0/+2
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-228-11/+38
|\ \ \ \ \ \
| * | | | | | x86/boot/smp: Don't try to poke disabled/non-existent APICVille Syrjälä2016-10-221-7/+9
| * | | | | | sched/core, x86: Make struct thread_info arch specific againHeiko Carstens2016-10-201-0/+9
| * | | | | | x86/signal: Remove bogus user_64bit_mode() check from sigaction_compat_abi()Dmitry Safonov2016-10-201-3/+0
| * | | | | | x86/platform/UV: Fix support for EFI_OLD_MEMMAP after BIOS callback updatesAlex Thorlton2016-10-201-1/+9
| * | | | | | x86/cpufeature: Add AVX512_4VNNIW and AVX512_4FMAPS featuresPiotr Luc2016-10-193-0/+6
| * | | | | | x86/vmware: Skip timer_irq_works() check on VMwareRenat Valiullin2016-10-191-0/+5
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'powerpc-4.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-224-43/+27
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | powerpc: Ignore the pkey system calls for nowStephen Rothwell2016-10-191-0/+4
| * | | | | powerpc: Fix numa topology console printAneesh Kumar K.V2016-10-191-5/+5
| * | | | | powerpc/mm: Drop dump_numa_memory_topology()Michael Ellerman2016-10-191-36/+0
| * | | | | powerpc/boot: Fix boot on systems with uncompressed kernel imageHeiner Kallweit2016-10-191-2/+16
| * | | | | powerpc/mm: Prevent unlikely crash in copro_calculate_slb()Frederic Barrat2016-10-191-0/+2
| | |_|/ / | |/| | |