summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-122-69/+132
|\
| * kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells2019-02-282-69/+132
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-1298-102/+586
|\ \
| * | memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport2019-03-124-14/+15
| * | treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-1264-20/+353
| * | sparc: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-125-0/+39
| * | ia64: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-127-17/+74
| * | arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport2019-03-126-11/+2
| * | arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport2019-03-128-14/+13
| * | memblock: drop memblock_alloc_base()Mike Rapoport2019-03-123-4/+16
| * | memblock: drop __memblock_alloc_base()Mike Rapoport2019-03-123-10/+7
| * | memblock: memblock_phys_alloc(): don't panicMike Rapoport2019-03-1211-0/+39
| * | memblock: memblock_phys_alloc_try_nid(): don't panicMike Rapoport2019-03-122-0/+8
| * | memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_allocMike Rapoport2019-03-127-10/+9
| * | powerpc: use memblock functions returning virtual addressChristophe Leroy2019-03-123-4/+10
| * | openrisc: prefer memblock APIs returning virtual addressMike Rapoport2019-03-121-1/+4
* | | Merge branch 'x86-tsx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-03-125-46/+145
|\ \ \
| * | | perf/x86/intel: Implement support for TSX Force AbortPeter Zijlstra (Intel)2019-03-062-3/+77
| * | | x86: Add TSX Force Abort CPUID/MSRPeter Zijlstra (Intel)2019-03-062-0/+7
| * | | perf/x86/intel: Generalize dynamic constraint creationPeter Zijlstra (Intel)2019-03-061-21/+30
| * | | perf/x86/intel: Make cpuc allocations consistentPeter Zijlstra (Intel)2019-03-063-22/+31
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2019-03-123-2/+98
|\ \ \ \
| * | | | m68k: add ColdFire mcf5441x eDMA platform supportAngelo Dureghello2019-02-253-2/+98
* | | | | Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-124-18/+26
|\ \ \ \ \
| * | | | | xen: fix dom0 boot on huge systemsJuergen Gross2019-03-081-7/+6
| * | | | | xen: remove pre-xen3 fallback handlersArnd Bergmann2019-03-051-11/+2
| * | | | | x86/xen: dont add memory above max allowed allocationJuergen Gross2019-02-181-0/+13
| * | | | | x86: respect memory size limiting via mem= parameterJuergen Gross2019-02-181-0/+5
* | | | | | Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-03-121-25/+17
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | x86/ftrace: Fix warning and considate ftrace_jmp_replace() and ftrace_call_re...Steven Rostedt (VMware)2019-03-051-25/+17
* | | | | | Merge tag 'pinctrl-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-03-111-0/+629
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'v5.0-rc6' into develLinus Walleij2019-02-11214-751/+1611
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'ib-qcom-spmi' of /home/linus/linux-gpio into develLinus Walleij2019-01-286-112/+12
| |\ \ \ \ \ \ \
| * | | | | | | | dt-bindings: imx: Add pinctrl binding doc for imx8mmBai Ping2019-01-281-0/+629
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-114-0/+62
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ARM: dts: stm32: Add Ethernet support on stm32h7 SOC and activate it for eval...Christophe Roullier2019-03-084-0/+62
* | | | | | | | | | Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-03-116-23/+19
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada2019-01-284-5/+4
| * | | | | | | | | | s390: make built-in.a not directly depend on *.o.chkbss filesMasahiro Yamada2019-01-283-18/+15
* | | | | | | | | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-111-3/+11
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | kexec, KEYS: Make use of platform keyring for signature verifyKairui Song2019-02-041-3/+11
* | | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-103-7/+10
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | perf/x86/intel/uncore: Fix client IMC events return huge resultKan Liang2019-03-093-7/+10
* | | | | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-106-9/+54
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86/hyperv: Fix kernel panic when kexec on HyperVKairui Song2019-03-061-0/+7
| * | | | | | | | | | | | | x86/mm: Remove unused variable 'old_pte'Qian Cai2019-03-061-2/+2
| * | | | | | | | | | | | | x86/mm: Remove unused variable 'cpu'Qian Cai2019-03-061-3/+0
| * | | | | | | | | | | | | Revert "x86_64: Increase stack size for KASAN_EXTRA"Qian Cai2019-03-061-4/+0
| * | | | | | | | | | | | | x86/unwind: Add hardcoded ORC entry for NULLJann Horn2019-03-061-0/+17
| * | | | | | | | | | | | | x86/unwind: Handle NULL pointer calls better in frame unwinderJann Horn2019-03-062-3/+28
| |/ / / / / / / / / / / /