summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* bpf: sparc64: Add JIT support for multi-function programs.David Miller2017-12-231-4/+40
* bpf: arm64: fix uninitialized variableAlexei Starovoitov2017-12-191-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-1812-14/+142
|\
| * bpf: arm64: add JIT support for multi-function programsAlexei Starovoitov2017-12-171-4/+64
| * bpf: x64: add JIT support for multi-function programsAlexei Starovoitov2017-12-171-3/+44
| * bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov2017-12-177-7/+7
| * bpf: add a bpf_override_function helperJosef Bacik2017-12-125-0/+27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-16122-388/+558
|\ \
| * | Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds2017-12-152-8/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-152-2/+3
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-12-131-0/+1
| | |\ \
| | | * | bpf: fix build issues on um due to mising bpf_perf_event.hDaniel Borkmann2017-12-121-0/+1
| | * | | ARM: dts: vf610-zii-dev: use XAUI for DSA link portsRussell King2017-12-131-2/+2
| | |/ /
| * | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2017-12-1516-28/+63
| |\ \ \
| | * | | arm64: fpsimd: Fix copying of FP state from signal frame into task structWill Deacon2017-12-151-1/+1
| | * | | arm64/sve: Report SVE to userspace via CPUID only if supportedDave Martin2017-12-142-1/+5
| | * | | arm64: fix CONFIG_DEBUG_WX address reportingMark Rutland2017-12-141-1/+1
| | * | | arm64: fault: avoid send SIGBUS two timesDongjiu Geng2017-12-131-3/+2
| | * | | arm64: hw_breakpoint: Use linux/uaccess.h instead of asm/uaccess.hWill Deacon2017-12-121-1/+1
| | * | | arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni2017-12-127-1/+27
| | * | | arm64: Define cputype macros for Falkor CPUShanker Donthineni2017-12-121-0/+2
| | * | | arm64: mm: Fix false positives in set_pte_at access/dirty race detectionWill Deacon2017-12-121-4/+4
| | * | | arm64: mm: Fix pte_mkclean, pte_mkdirty semanticsSteve Capper2017-12-111-15/+18
| | * | | arm64: Initialise high_memory global variable earlierSteve Capper2017-12-111-1/+2
| * | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-1513-75/+150
| |\ \ \ \
| | * | | | x86/decoder: Fix and update the opcodes mapRandy Dunlap2017-12-151-2/+11
| | * | | | x86/power: Make restore_processor_context() saneAndy Lutomirski2017-12-153-41/+62
| | * | | | x86/power/32: Move SYSENTER MSR restoration to fix_processor_context()Andy Lutomirski2017-12-151-6/+3
| | * | | | x86/power/64: Use struct desc_ptr for the IDT in struct saved_contextAndy Lutomirski2017-12-152-12/+2
| | * | | | x86/unwinder/guess: Prevent using CONFIG_UNWINDER_GUESS=y with CONFIG_STACKDE...Andrey Ryabinin2017-12-111-0/+1
| | * | | | x86/build: Don't verify mtools configuration file for isoimageChangbin Du2017-12-111-1/+3
| | * | | | x86/mm/kmmio: Fix mmiotrace for page unaligned addressesKarol Herbst2017-12-112-7/+9
| | * | | | x86/boot/compressed/64: Print error if 5-level paging is not supportedKirill A. Shutemov2017-12-071-0/+16
| | * | | | x86/boot/compressed/64: Detect and handle 5-level paging at boot-timeKirill A. Shutemov2017-12-073-4/+41
| | * | | | x86/smpboot: Do not use smp_num_siblings in __max_logical_packages calculationPrarit Bhargava2017-12-071-2/+2
| * | | | | Merge tag 'for-linus-4.15-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-12-151-1/+1
| |\ \ \ \ \
| | * | | | | x86/Xen: don't report ancient LAPIC versionJan Beulich2017-12-121-1/+1
| * | | | | | Merge tag 'pci-v4.15-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-12-141-6/+21
| |\ \ \ \ \ \
| | * | | | | | x86/PCI: Only enable a 64bit BAR on single-socket AMD Family 15hChristian König2017-12-061-5/+15
| | * | | | | | x86/PCI: Fix infinite loop in search for 64bit BAR placementChristian König2017-12-061-1/+6
| * | | | | | | kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2017-12-141-0/+1
| * | | | | | | Merge tag 'riscv-for-linus-4.15-rc4-riscv_fixes' of git://git.kernel.org/pub/...Linus Torvalds2017-12-133-12/+20
| |\ \ \ \ \ \ \
| | * | | | | | | RISC-V: Remove unused CONFIG_HVC_RISCV_SBI codePalmer Dabbelt2017-12-111-11/+0
| | * | | | | | | RISC-V: Resurrect smp_mb__after_spinlock()Palmer Dabbelt2017-12-111-0/+19
| | * | | | | | | RISC-V: Logical vs Bitwise typoDan Carpenter2017-12-111-1/+1
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-12-111-7/+0
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | crypto: salsa20 - fix blkcipher_walk API usageEric Biggers2017-11-291-7/+0
| | |/ / / / /
| * | | | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2017-12-1059-107/+124
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'amlogic-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2017-12-094-15/+15
| | |\ \ \ \ \ \
| | | * | | | | | ARM64: dts: meson-gx: fix UART pclk clock nameNeil Armstrong2017-12-082-5/+5