summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2019-05-15panic: add an option to replay all the printk message in bufferFeng Tang
2019-05-15xtensa: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya
2019-05-15powerpc: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya
2019-05-15lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie
2019-05-15powerpc: select DYNAMIC_DEBUG_RELATIVE_POINTERS for PPC64Rasmus Villemoes
2019-05-15arm64: select DYNAMIC_DEBUG_RELATIVE_POINTERSRasmus Villemoes
2019-05-15x86_64: select DYNAMIC_DEBUG_RELATIVE_POINTERSRasmus Villemoes
2019-05-15compiler: allow all arches to enable CONFIG_OPTIMIZE_INLININGMasahiro Yamada
2019-05-15powerpc/mm/radix: mark as __tlbie_pid() and friends as__always_inlineMasahiro Yamada
2019-05-15powerpc/mm/radix: mark __radix__flush_tlb_range_psize() as __always_inlineMasahiro Yamada
2019-05-15powerpc/prom_init: mark prom_getprop() and prom_getproplen() as __initMasahiro Yamada
2019-05-15ARM: mark setup_machine_tags() stub as __init __noreturnMasahiro Yamada
2019-05-15MIPS: mark __fls() and __ffs() as __always_inlineMasahiro Yamada
2019-05-15s390/cpacf: mark scpacf_query() as __always_inlineMasahiro Yamada
2019-05-15MIPS: mark mult_sh_align_mod() as __always_inlineMasahiro Yamada
2019-05-15arm64: mark (__)cpus_have_const_cap as __always_inlineMasahiro Yamada
2019-05-15ARM: prevent tracing IPI_CPU_BACKTRACEArnd Bergmann
2019-05-15treewide: remove SPDX "WITH Linux-syscall-note" from kernel-space headersMasahiro Yamada
2019-05-15powerpc: use probe_user_read()Christophe Leroy
2019-05-15x86, numa: always initialize all possible nodesMichal Hocko
2019-05-15kvm/book3s: drop mmap_sem now that locked_vm is atomicDaniel Jordan
2019-05-15powerpc/mmu: drop mmap_sem now that locked_vm is atomicDaniel Jordan
2019-05-15mm: change locked_vm's type from unsigned long to atomic64_tDaniel Jordan
2019-05-14mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport
2019-05-14arm: mm: dma-mapping: convert to use vm_map_pages()Souptick Joarder
2019-05-14mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand
2019-05-14mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko
2019-05-14mm: use mm_zero_struct_page from SPARC on all 64b architecturesAlexander Duyck
2019-05-14hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti
2019-05-14mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOCAlexandre Ghiti
2019-05-14sparc: advertise gigantic page supportAlexandre Ghiti
2019-05-14sh: advertise gigantic page supportAlexandre Ghiti
2019-05-14riscv: switch over to generic free_initmem()Mike Rapoport
2019-05-14init: free_initmem: poison freed init memoryMike Rapoport
2019-05-14hexagon: switch over to generic free_initmem()Mike Rapoport
2019-05-14init: provide a generic free_initmem implementationMike Rapoport
2019-05-14initramfs: poison freed initrd memoryChristoph Hellwig
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig
2019-05-14initramfs: move the legacy keepinitrd parameter to core codeChristoph Hellwig
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny
2019-05-14arch/sh/boards/mach-dreamcast/irq.c: Remove duplicate headerSabyasachi Gupta
2019-05-12Merge tag 'mtd/for-5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-12Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-05-11Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2019-05-11Merge tag 'xtensa-20190510' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2019-05-10Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2019-05-09Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2019-05-09sparc64: simplify reduce_memory() functionMike Rapoport