aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-07Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds19-40/+67
2017-03-07Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-28/+23
2017-03-07Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-9/+9
2017-03-07Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2017-03-07Merge tag 'powerpc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds19-122/+725
2017-03-07Merge branch 'stable/for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlbLinus Torvalds1-0/+2
2017-03-07h8300: Fix build breakage caused by header file changesGuenter Roeck1-1/+1
2017-03-07avr32: Fix build error caused by include file reshufflingGuenter Roeck1-1/+1
2017-03-06powerpc: Sort the selects under CONFIG_PPCMichael Ellerman1-66/+72
2017-03-06powerpc/64: Fix L1D cache shape vector reporting L1I valuesMichael Ellerman1-2/+2
2017-03-06x86/build/x86_64_defconfig: Enable CONFIG_R8169Andy Shevchenko1-0/+1
2017-03-06x86/reboot/quirks: Add ASUS EeeBook X205TA/W reboot quirkMatjaz Hegedic1-0/+8
2017-03-06powerpc/64: Avoid panic during boot due to divide by zero in init_cache_info()Anton Blanchard1-1/+4
2017-03-06powerpc: Update to new option-vector-5 format for CASSuraj Jitindar Singh3-14/+150
2017-03-06powerpc: Parse the command line before calling CASSuraj Jitindar Singh1-5/+5
2017-03-06powerpc/xics: Work around limitations of OPAL XICS priority handlingBalbir Singh2-3/+24
2017-03-04Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-24/+46
2017-03-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-2/+12
2017-03-04powerpc/64: Fix checksum folding in csum_add()Shile Zhang1-1/+1
2017-03-04powerpc/powernv: Fix opal tracepoints with JUMP_LABEL=nAlexey Kardashevskiy1-2/+2
2017-03-03Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds5-33/+10
2017-03-03Merge tag 'xtensa-20170303' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds8-30/+71
2017-03-03Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds25-296/+778
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-0/+2
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds475-144/+757
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells2-0/+2
2017-03-02Merge tag 'pm-turbostat-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-1/+11
2017-03-03sched/headers: Remove the <linux/topology.h> include from <linux/sched.h>Ingo Molnar1-0/+1
2017-03-03sched/headers, x86/apic: Remove the <linux/pm.h> header inclusion from <asm/apic.h>Ingo Molnar1-1/+0
2017-03-03sched/core: Remove unused prefetch_stack()Ingo Molnar2-25/+0
2017-03-03sched/headers: Remove <asm/ptrace.h> from <linux/sched.h>Ingo Molnar2-0/+4
2017-03-03sched/headers: Move task-stack related APIs from <linux/sched.h> to <linux/sched/task_stack.h>Ingo Molnar2-2/+2
2017-03-03sched/headers: Move task statistics APIs from <linux/sched.h> to <linux/sched/stat.h>Ingo Molnar1-0/+1
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and accessors into <linux/sched/signal.h>Ingo Molnar2-3/+2
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar24-21/+25
2017-03-03powerpc/booke: Fix boot crash due to null hugepdLaurentiu Tudor1-1/+1
2017-03-03powerpc: Fix compiling a BE kernel with a powerpc64le toolchainNicholas Piggin1-1/+10
2017-03-03powerpc/powernv: Fix bug due to labeling ambiguity in power_enter_stopGautham R. Shenoy2-6/+8
2017-03-03powerpc/64: Invalidate process table caching after setting process tablePaul Mackerras1-0/+4
2017-03-03powerpc: emulate_step() tests for load/store instructionsRavi Bangoria3-0/+442
2017-03-03powerpc: Emulation support for load/store instructions on LERavi Bangoria1-20/+0
2017-03-02Merge tag 'juno-fixes-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into next/lateArnd Bergmann1-6/+7
2017-03-02ARM: deconfig: fix the moxart defconfigLinus Walleij1-6/+6
2017-03-02Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into nextRadim Krčmář3-7/+9
2017-03-02ARM: ux500: resume the second core properlyLinus Walleij5-60/+7
2017-03-02Merge branch 'next/late' with mainlineArnd Bergmann18-224/+758
2017-03-02x86/hpet: Prevent might sleep splat on resumeThomas Gleixner1-1/+1
2017-03-02sched/clock, x86/tsc: Rework the x86 'unstable' sched_clock() interfacePeter Zijlstra7-28/+23
2017-03-02sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <linux/sched/init.h>Ingo Molnar3-0/+3
2017-03-02sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sched/task_stack.h>Ingo Molnar5-0/+6