summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/virtualization' into nextBjorn Helgaas2018-01-311-3/+1
|\
| * xen/pci: Use acpi_noirq_set() helper to avoid #ifdefAndy Shevchenko2017-12-191-3/+1
* | Merge branch 'pci/resource' into nextBjorn Helgaas2018-01-317-18/+16
|\ \
| * | powerpc: Set I/O port resource types correctlyBjorn Helgaas2017-12-192-4/+4
| * | MIPS: Set I/O port resource types correctlyBjorn Helgaas2017-12-192-9/+9
| * | vgacon: Set VGA struct resource typesBjorn Helgaas2017-12-191-0/+1
| * | PCI: Remove PCI_REASSIGN_ALL_RSRC use on arm and arm64Bjorn Helgaas2017-12-192-5/+2
| |/
* | Merge branch 'pci/misc' into nextBjorn Helgaas2018-01-313-16/+17
|\ \
| * | PCI: Add #defines for Completion Timeout Disable featureBjorn Helgaas2018-01-101-3/+3
| * | powerpc/pci: Unroll two pass loop when scanning bridgesAndy Shevchenko2017-12-191-5/+12
| * | powerpc/pci: Use for_each_pci_bridge() helperAndy Shevchenko2017-12-192-10/+4
| |/
* | Merge branch 'pci/dt-resources' into nextBjorn Helgaas2018-01-312-9/+2
|\ \
| * | powerpc/pci: Use of_irq_parse_and_map_pci() helperRob Herring2018-01-181-8/+2
| * | PCI: Move OF-related PCI functions into PCI coreRob Herring2018-01-181-1/+0
| |/
* | x86/PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-121-1/+2
* | powerpc/PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-123-4/+5
* | alpha/PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-122-2/+2
|/
* Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds2017-12-162-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-151-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-151-0/+1