summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-05-06Merge branch 'pm-x86'Rafael J. Wysocki6-68/+231
2019-05-06Merge branch 'acpica'Rafael J. Wysocki1-1/+1
2019-05-06x86/fpu: Fault-in user stack if copy_fpstate_to_sigframe() failsSebastian Andrzej Siewior1-16/+15
2019-05-05powerpc: tsi108: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-05-05ARM: Kirkwood: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+2
2019-05-06parisc: Add static branch and JUMP_LABEL featureHelge Deller5-0/+104
2019-05-06parisc: Use PA_ASM_LEVEL in boot codeHelge Deller1-3/+3
2019-05-06parisc: Rename LEVEL to PA_ASM_LEVEL to avoid name clash with DRBD codeHelge Deller3-6/+6
2019-05-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-8/+116
2019-05-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+12
2019-05-05x86/mm: Initialize PGD cache during mm initializationNadav Amit1-4/+6
2019-05-05um: vector netdev: adjust to xmit_more API changeJohannes Berg1-1/+1
2019-05-05perf/x86/intel: Fix race in intel_pmu_disable_event()Jiri Olsa1-3/+7
2019-05-04Merge tag 'powerpc-5.1-7' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-4/+14
2019-05-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-42/+120
2019-05-03parisc: Update huge TLB page support to use per-pagetable spinlockJohn David Anglin1-9/+10
2019-05-03parisc: Use per-pagetable spinlockMikulas Patocka9-49/+108
2019-05-03parisc: Allow live-patching of __meminit functionsHelge Deller1-1/+1
2019-05-03parisc: Add memory barrier to asm pdc and sync instructionsHelge Deller1-2/+2
2019-05-03parisc: Add memory clobber to TLB purgesJohn David Anglin1-3/+3
2019-05-03parisc: Use ldcw instruction for SMP spinlock release barrierJohn David Anglin3-24/+39
2019-05-03parisc: Remove lock code to serialize TLB operations in pacache.SJohn David Anglin1-43/+0
2019-05-03parisc: Switch from DISCONTIGMEM to SPARSEMEMHelge Deller6-128/+68
2019-05-03parisc: enable wide mode earlySven Schnelle1-0/+13
2019-05-03parisc: Show n/a if product number not availableHelge Deller1-1/+2
2019-05-03parisc: remove unused flags parameter in __patch_text()Sven Schnelle1-5/+4
2019-05-03parisc: Implement kretprobesSven Schnelle2-1/+110
2019-05-03parisc: remove kprobes.h from generic-ySven Schnelle1-1/+0
2019-05-03parisc: Implement kprobesSven Schnelle5-0/+254
2019-05-03parisc: add functions required by KPROBE_EVENTSSven Schnelle2-0/+48
2019-05-03parisc: PA-Linux requires at least 32 MB RAMHelge Deller1-11/+20
2019-05-03parisc: Export running_on_qemu symbol for modulesHelge Deller1-0/+1
2019-05-03parisc: add KGDB supportSven Schnelle5-0/+296
2019-05-03parisc: add parisc code patchingSven Schnelle3-1/+91
2019-05-03parisc: add set_fixmap()/clear_fixmap()Sven Schnelle4-7/+69
2019-05-03parisc: Consider stack randomization for mmap base only when necessaryAlexandre Ghiti1-1/+2
2019-05-03kernel/cpu: Allow non-zero CPU to be primary for suspend / kexec freezeNicholas Piggin1-0/+4
2019-05-03s390/vdso: drop unnecessary cc-ldoptionNick Desaulniers2-2/+2
2019-05-03s390: fix clang -Wpointer-sign warnigns in boot codeArnd Bergmann4-9/+9
2019-05-03s390: drop CONFIG_VIRT_TO_BUSArnd Bergmann1-1/+0
2019-05-03s390: boot, purgatory: pass $(CLANG_FLAGS) where neededArnd Bergmann2-2/+3
2019-05-03s390: only build for new CPUs with clangArnd Bergmann2-6/+18
2019-05-03perf/x86/intel/pt: Remove software double buffering PMU capabilityAlexander Shishkin1-2/+1
2019-05-03Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Will Deacon1-2/+2
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller18-83/+131
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+3
2019-05-02perf/x86/amd: Update generic hardware cache events for Family 17hKim Phillips1-3/+108
2019-05-02s390: simplify disabled_waitMartin Schwidefsky8-12/+12
2019-05-02s390/ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTRMartin Schwidefsky5-8/+11
2019-05-02s390/unwind: introduce stack unwind APIMartin Schwidefsky16-205/+521