aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-15Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-11/+9
2020-10-15Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds2-1/+7
2020-10-15Merge branch 'parisc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds19-68/+116
2020-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds88-391/+256
2020-10-15Merge tag 'sound-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds3-0/+51
2020-10-15Merge tag 'usb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds3-0/+49
2020-10-15parisc: Add MAP_UNINITIALIZED defineHelge Deller1-0/+1
2020-10-15parisc: Improve spinlock handlingJohn David Anglin1-10/+13
2020-10-15parisc: Install vmlinuz instead of zImage fileHelge Deller1-1/+1
2020-10-15parisc: Rewrite tlb flush threshold calculationJohn David Anglin1-10/+8
2020-10-15parisc: Switch to more fine grained lws locksJohn David Anglin2-7/+7
2020-10-15parisc: Mark pointers volatile in __xchg8(), __xchg32() and __xchg64()John David Anglin2-10/+10
2020-10-15parisc: Fix comments and enable interrupts laterJohn David Anglin1-7/+7
2020-10-15parisc: Add alternative patching to synchronize_caches defineJohn David Anglin1-1/+5
2020-10-15parisc: Add ioread64_hi_lo() and iowrite64_hi_lo()Helge Deller1-0/+18
2020-10-15parisc: disable CONFIG_IDE in defconfigsChristoph Hellwig2-9/+3
2020-10-15parisc: Drop useless comments in uapi/asm/signal.hHelge Deller1-2/+2
2020-10-15parisc: Define O_NONBLOCK to become 000200000Helge Deller2-3/+3
2020-10-15parisc: Drop HP-UX specific fcntl and signal flagsHelge Deller2-5/+1
2020-10-15parisc: Avoid external interrupts when IPI finishesHelge Deller1-3/+6
2020-10-15parisc: Add qemu fw_cfg interfaceHelge Deller2-0/+31
2020-10-14powerpc32: don't adjust unmoved stack pointer in csum_partial_copy_generic() epilogueJason A. Donenfeld1-1/+0
2020-10-14Merge tag 'pinctrl-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-1/+1
2020-10-14Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds6-13/+13
2020-10-14Drivers: hv: vmbus: Add parsing of VMbus interrupt in ACPI DSDTMichael Kelley2-1/+7
2020-10-14Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds3-0/+50
2020-10-14Merge branch 'stable/for-linus-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlbLinus Torvalds1-1/+0
2020-10-14Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-0/+24
2020-10-14Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds7-1394/+103
2020-10-14Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds5-3/+25
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds67-450/+3986
2020-10-14Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-92/+25
2020-10-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds49-466/+317
2020-10-13memblock: use separate iterators for memory and reserved regionsMike Rapoport5-5/+5
2020-10-13memblock: implement for_each_reserved_mem_region() using __next_mem_region()Mike Rapoport1-1/+1
2020-10-13x86/setup: simplify reserve_crashkernel()Mike Rapoport1-26/+14
2020-10-13x86/setup: simplify initrd relocation and reservationMike Rapoport1-13/+3
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport24-202/+189
2020-10-13arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport7-41/+29
2020-10-13memblock: reduce number of parameters in for_each_mem_range()Mike Rapoport2-8/+4
2020-10-13memblock: make memblock_debug and related functionality privateMike Rapoport1-2/+2
2020-10-13mircoblaze: drop unneeded NUMA and sparsemem initializationsMike Rapoport1-13/+1
2020-10-13riscv: drop unneeded node initializationMike Rapoport1-9/+0
2020-10-13h8300, nds32, openrisc: simplify detection of memory extentsMike Rapoport3-18/+7
2020-10-13arm64: numa: simplify dummy_numa_init()Mike Rapoport1-8/+5
2020-10-13arm, xtensa: simplify initialization of high memory pagesMike Rapoport2-85/+18
2020-10-13KVM: PPC: Book3S HV: simplify kvm_cma_reserve()Mike Rapoport1-10/+2
2020-10-13mm: account PMD tables like PTE tablesMatthew Wilcox1-0/+1
2020-10-13mm/memremap_pages: support multiple ranges per invocationDan Williams1-0/+1