summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86, mm: unify exit paths in gup_pte_range()Dan Williams2017-03-091-19/+20
* x86, mm: fix gup_pte_range() vs DAX mappingsDan Williams2017-03-091-2/+6
* power/mm: update pte_write and pte_wrprotect to handle savedwriteAneesh Kumar K.V2017-03-093-7/+21
* powerpc/mm: handle protnone ptes on forkAneesh Kumar K.V2017-03-091-31/+42
* scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2017-03-092-2/+2
* MIPS: Add missing include filesArnd Bergmann2017-03-0814-0/+20
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-03-0719-40/+67
|\
| * x86/build/x86_64_defconfig: Enable CONFIG_R8169Andy Shevchenko2017-03-061-0/+1
| * x86/reboot/quirks: Add ASUS EeeBook X205TA/W reboot quirkMatjaz Hegedic2017-03-061-0/+8
| * x86/hpet: Prevent might sleep splat on resumeThomas Gleixner2017-03-021-1/+1
| * x86/boot: Correct setup_header.start_sys nameBorislav Petkov2017-03-011-1/+1
| * x86/purgatory: Fix sparse warning, symbol not declaredTobin C. Harding2017-03-013-0/+10
| * x86/purgatory: Make functions and variables staticTobin C. Harding2017-03-011-5/+5
| * x86/events: Remove last remnants of old filenamesBorislav Petkov2017-03-014-6/+6
| * x86/pkeys: Check against max pkey to avoid overflowsDave Hansen2017-03-011-6/+9
| * x86/PCI: Implement pcibios_release_device to release IRQ from IOAPICRui Wang2017-03-011-0/+9
| * x86/intel_rdt: Remove duplicate inclusion of linux/cpu.hMasanari Iida2017-03-011-1/+0
| * x86/vmware: Remove duplicate inclusion of asm/timer.hMasanari Iida2017-03-011-1/+0
| * x86/hyperv: Hide unused labelArnd Bergmann2017-03-011-1/+1
| * x86/reboot/quirks: Add ASUS EeeBook X205TA reboot quirkMatjaz Hegedic2017-03-011-0/+8
| * x86/platform/uv/BAU: Fix HUB errors by remove initial write to sw-ack registerAndrew Banman2017-03-011-1/+0
| * x86/apic: Simplify enable_IR_x2apic(), remove try_to_enable_IR()Dou Liyang2017-03-011-13/+4
| * x86/apic: Fix a warning message in logical CPU IDs allocationDou Liyang2017-03-011-3/+3
| * x86/kdebugfs: Move boot params hierarchy under (debugfs)/x86/Borislav Petkov2017-03-011-1/+1
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-03-077-28/+23
|\ \
| * | sched/clock, x86/tsc: Rework the x86 'unstable' sched_clock() interfacePeter Zijlstra2017-03-027-28/+23
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-03-077-9/+9
|\ \ \
| * | | Merge branch 'linus' into perf/urgent, to resolve conflictIngo Molnar2017-03-0256-4355/+7788
| |\| |
| * | | perf/core: Rename CONFIG_[UK]PROBE_EVENT to CONFIG_[UK]PROBE_EVENTSAnton Blanchard2017-03-015-5/+5
| * | | kprobes/x86: Fix kernel panic when certain exception-handling addresses are p...Masami Hiramatsu2017-03-013-5/+5
| | |/ | |/|
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-03-072-2/+2
|\ \ \
| * | | h8300: Fix build breakage caused by header file changesGuenter Roeck2017-03-071-1/+1
| * | | avr32: Fix build error caused by include file reshufflingGuenter Roeck2017-03-071-1/+1
* | | | Merge tag 'powerpc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-03-0719-122/+725
|\ \ \ \
| * | | | powerpc: Sort the selects under CONFIG_PPCMichael Ellerman2017-03-061-66/+72
| * | | | powerpc/64: Fix L1D cache shape vector reporting L1I valuesMichael Ellerman2017-03-061-2/+2
| * | | | powerpc/64: Avoid panic during boot due to divide by zero in init_cache_info()Anton Blanchard2017-03-061-1/+4
| * | | | powerpc: Update to new option-vector-5 format for CASSuraj Jitindar Singh2017-03-063-14/+150
| * | | | powerpc: Parse the command line before calling CASSuraj Jitindar Singh2017-03-061-5/+5
| * | | | powerpc/xics: Work around limitations of OPAL XICS priority handlingBalbir Singh2017-03-062-3/+24
| * | | | powerpc/64: Fix checksum folding in csum_add()Shile Zhang2017-03-041-1/+1
| * | | | powerpc/powernv: Fix opal tracepoints with JUMP_LABEL=nAlexey Kardashevskiy2017-03-041-2/+2
| * | | | powerpc/booke: Fix boot crash due to null hugepdLaurentiu Tudor2017-03-031-1/+1
| * | | | powerpc: Fix compiling a BE kernel with a powerpc64le toolchainNicholas Piggin2017-03-031-1/+10
| * | | | powerpc/powernv: Fix bug due to labeling ambiguity in power_enter_stopGautham R. Shenoy2017-03-032-6/+8
| * | | | powerpc/64: Invalidate process table caching after setting process tablePaul Mackerras2017-03-031-0/+4
| * | | | powerpc: emulate_step() tests for load/store instructionsRavi Bangoria2017-03-033-0/+442
| * | | | powerpc: Emulation support for load/store instructions on LERavi Bangoria2017-03-031-20/+0
* | | | | Merge branch 'stable/for-linus-4.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-03-071-0/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | swiotlb-xen: implement xen_swiotlb_get_sgtable callbackAndrii Anisov2017-02-131-0/+1