summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* compiler: allow all arches to enable CONFIG_OPTIMIZE_INLININGMasahiro Yamada2019-05-142-17/+0
* powerpc/mm/radix: mark as __tlbie_pid() and friends as__always_inlineMasahiro Yamada2019-05-141-4/+4
* powerpc/mm/radix: mark __radix__flush_tlb_range_psize() as __always_inlineMasahiro Yamada2019-05-141-1/+1
* powerpc/prom_init: mark prom_getprop() and prom_getproplen() as __initMasahiro Yamada2019-05-141-3/+3
* ARM: mark setup_machine_tags() stub as __init __noreturnMasahiro Yamada2019-05-141-1/+1
* MIPS: mark __fls() and __ffs() as __always_inlineMasahiro Yamada2019-05-141-2/+2
* s390/cpacf: mark scpacf_query() as __always_inlineMasahiro Yamada2019-05-141-1/+1
* MIPS: mark mult_sh_align_mod() as __always_inlineMasahiro Yamada2019-05-141-2/+2
* arm64: mark (__)cpus_have_const_cap as __always_inlineMasahiro Yamada2019-05-141-2/+2
* ARM: prevent tracing IPI_CPU_BACKTRACEArnd Bergmann2019-05-142-1/+6
* treewide: remove SPDX "WITH Linux-syscall-note" from kernel-space headersMasahiro Yamada2019-05-141-1/+1
* Merge tag 'backlight-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-141-1/+0
|\
| * video: backlight: Remove useless BACKLIGHT_LCD_SUPPORT kernel symbolAlexander Shiyan2019-04-031-1/+0
* | Merge tag 'mfd-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2019-05-143-1/+3
|\ \
| | \
| | \
| *-. \ Merge branches 'ib-mfd-arm-leds-5.2', 'ib-mfd-gpio-input-leds-power-5.2', 'ib...Lee Jones2019-05-14285-1937/+2568
| |\ \ \
| | * | | arm64: dts: stratix10: New System Manager compatibleThor Thayer2019-04-021-1/+1
| | * | | arm64: defconfig: Enable CONFIG_MTD_ALTERA_SYSMGRThor Thayer2019-04-021-0/+1
| | * | | ARM: socfpga_defconfig: Enable CONFIG_MTD_ALTERA_SYSMGRThor Thayer2019-04-021-0/+1
| | | |/ | | |/|
* | | | Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-143-12/+14
|\ \ \ \
| * \ \ \ Merge branch 'remotes/lorenzo/pci/mediatek'Bjorn Helgaas2019-05-131-2/+0
| |\ \ \ \
| | * | | | arm64: dts: mt2712: Remove un-used property for PCIeHonghui Zhang2019-04-121-2/+0
| | | |/ / | | |/| |
| * | | | powerpc/powernv/npu: Use pci_dev_id() helperHeiner Kallweit2019-04-291-8/+6
| * | | | x86/PCI: Fix PCI IRQ routing table memory leakWenwen Wang2019-04-171-2/+8
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-05-1459-410/+109
|\ \ \ \
| * | | | mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport2019-05-1411-8/+4
| * | | | arm: mm: dma-mapping: convert to use vm_map_pages()Souptick Joarder2019-05-141-16/+6
| * | | | mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand2019-05-146-33/+18
| * | | | mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko2019-05-147-23/+23
| * | | | mm: use mm_zero_struct_page from SPARC on all 64b architecturesAlexander Duyck2019-05-141-30/+0
| * | | | hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti2019-05-1410-20/+13
| * | | | mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOCAlexandre Ghiti2019-05-147-7/+7
| * | | | sparc: advertise gigantic page supportAlexandre Ghiti2019-05-141-0/+1
| * | | | sh: advertise gigantic page supportAlexandre Ghiti2019-05-141-0/+1
| * | | | riscv: switch over to generic free_initmem()Mike Rapoport2019-05-141-5/+0
| * | | | init: free_initmem: poison freed init memoryMike Rapoport2019-05-141-5/+0
| * | | | hexagon: switch over to generic free_initmem()Mike Rapoport2019-05-141-10/+0
| * | | | init: provide a generic free_initmem implementationMike Rapoport2019-05-1411-60/+0
| * | | | initramfs: poison freed initrd memoryChristoph Hellwig2019-05-144-32/+0
| * | | | initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-1414-100/+0
| * | | | initramfs: move the legacy keepinitrd parameter to core codeChristoph Hellwig2019-05-147-47/+19
| * | | | mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-148-20/+23
| * | | | mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny2019-05-141-2/+3
| * | | | arch/sh/boards/mach-dreamcast/irq.c: Remove duplicate headerSabyasachi Gupta2019-05-141-1/+0
* | | | | Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-1413-73/+317
|\ \ \ \ \
| * | | | | x86/speculation/mds: Add 'mitigations=' support for MDSJosh Poimboeuf2019-04-181-2/+3
| * | | | | Merge branch 'core/speculation' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner2019-04-175-8/+18
| |\ \ \ \ \
| * | | | | | x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations offKonrad Rzeszutek Wilk2019-04-171-1/+2
| * | | | | | x86/speculation/mds: Fix commentBoris Ostrovsky2019-04-171-1/+1
| * | | | | | x86/speculation/mds: Add SMT warning messageJosh Poimboeuf2019-04-021-0/+8
| * | | | | | x86/speculation: Move arch_smt_update() call to after mitigation decisionsJosh Poimboeuf2019-04-021-3/+2