summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-155-0/+5
|\
| * bpf: Restrict bpf_probe_read{, str}() only to archs where they workDaniel Borkmann2020-05-153-0/+3
| * net: ethernet: ti: Remove TI_CPTS_MOD workaroundClay McClure2020-05-122-0/+2
* | Merge tag 'riscv-for-linus-5.7-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-05-159-21/+25
|\ \
| * | riscv: mmiowb: Fix implicit declaration of function 'smp_processor_id'Kefeng Wang2020-05-131-0/+1
| * | riscv: pgtable: Fix __kernel_map_pages build error if NOMMUKefeng Wang2020-05-131-0/+2
| * | riscv: Make SYS_SUPPORTS_HUGETLBFS depends on MMUKefeng Wang2020-05-121-0/+1
| * | riscv: Disable ARCH_HAS_DEBUG_VIRTUAL if NOMMUKefeng Wang2020-05-121-1/+1
| * | riscv: Add pgprot_writecombine/device and PAGE_SHARED defination if NOMMUKefeng Wang2020-05-122-0/+3
| * | riscv: stacktrace: Fix undefined reference to `walk_stackframe'Kefeng Wang2020-05-121-1/+1
| * | riscv: Fix unmet direct dependencies built based on SOC_VIRTKefeng Wang2020-05-121-8/+9
| * | riscv: perf: RISCV_BASE_PMU should be independentKefeng Wang2020-05-122-7/+3
| * | riscv: perf_event: Make some funciton staticKefeng Wang2020-05-111-4/+4
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-05-151-0/+1
|\ \ \
| * | | arm64: fix the flush_icache_range arguments in machine_kexecChristoph Hellwig2020-05-111-0/+1
* | | | Merge tag 'trace-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-05-143-1/+37
|\ \ \ \ | |_|/ / |/| | |
| * | | x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)2020-05-123-1/+37
* | | | Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-05-109-86/+133
|\ \ \ \
| * | | | x86/unwind/orc: Move ORC sorting variables under !CONFIG_MODULESJosh Poimboeuf2020-05-031-4/+4
| * | | | x86/apic: Move TSC deadline timer debug printkThomas Gleixner2020-05-011-13/+14
| * | | | ftrace/x86: Fix trace event registration for syscalls without argumentsKonstantin Khlebnikov2020-05-011-2/+3
| * | | | x86/mm/cpa: Flush direct map alias during cpaRick Edgecombe2020-04-301-4/+8
| * | | | x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf2020-04-253-14/+43
| * | | | x86/unwind/orc: Fix error path for bad ORC entry typeJosh Poimboeuf2020-04-251-1/+1
| * | | | x86/unwind/orc: Prevent unwinding before ORC initializationJosh Poimboeuf2020-04-251-3/+3
| * | | | x86/unwind/orc: Don't skip the first frame for inactive tasksMiroslav Benes2020-04-251-1/+1
| * | | | x86/unwind: Prevent false warnings for non-current tasksJosh Poimboeuf2020-04-253-18/+28
| * | | | x86/unwind/orc: Convert global variables to staticJosh Poimboeuf2020-04-251-5/+5
| * | | | x86/entry/64: Fix unwind hints in rewind_stack_do_exit()Jann Horn2020-04-251-1/+1
| * | | | x86/entry/64: Fix unwind hints in __switch_to_asm()Josh Poimboeuf2020-04-251-3/+2
| * | | | x86/entry/64: Fix unwind hints in kernel exit pathJosh Poimboeuf2020-04-251-1/+2
| * | | | x86/entry/64: Fix unwind hints in register clearing codeJosh Poimboeuf2020-04-251-19/+21
* | | | | Merge tag 'locking-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-05-101-2/+7
|\ \ \ \ \
| * | | | | ARM: futex: Address build warningThomas Gleixner2020-05-071-2/+7
| | |_|_|/ | |/| | |
* | | | | Merge tag 'riscv-for-linus-5.7-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-05-099-34/+121
|\ \ \ \ \
| * | | | | RISC-V: Remove unused code from STRICT_KERNEL_RWXAtish Patra2020-05-052-24/+0
| * | | | | riscv: force __cpu_up_ variables to put in data sectionZong Li2020-05-041-2/+2
| * | | | | riscv: add Linux note to vdsoAndreas Schwab2020-05-042-1/+13
| * | | | | riscv: set max_pfn to the PFN of the last pageVincent Chen2020-05-041-1/+2
| * | | | | RISC-V: Remove N-extension related definesAnup Patel2020-05-041-3/+0
| * | | | | RISC-V: Add bitmap reprensenting ISA features common across CPUsAnup Patel2020-05-042-3/+102
| * | | | | RISC-V: Export riscv_cpuid_to_hartid_mask() APIAnup Patel2020-05-041-0/+2
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-05-081-1/+1
|\ \ \ \ \ \
| * | | | | | arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in sev_pin_memory()Janakarajan Natarajan2020-05-071-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-05-071-0/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | arm64: hugetlb: avoid potential NULL dereferenceMark Rutland2020-05-071-0/+2
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-05-0713-39/+57
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge tag 'kvm-s390-master-5.7-3' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2020-05-061-1/+3
| |\ \ \ \ \
| | * | | | | KVM: s390: Remove false WARN_ON_ONCE for the PQAP instructionChristian Borntraeger2020-05-051-1/+3
| * | | | | | KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properlyPeter Xu2020-05-063-0/+3