summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | * | parisc: Drop parisc special case for __sighandler_tHelge Deller2020-11-231-8/+0
| | | | | | | |/
| | | | | | * | of: unittest: Fix build on architectures without CONFIG_OF_ADDRESSCatalin Marinas2020-12-021-0/+3
| | | | | | * | mm: Remove examples from enum zone_type commentNicolas Saenz Julienne2020-11-201-20/+0
| | | | | | * | arm64: mm: Set ZONE_DMA size based on early IORT scanArd Biesheuvel2020-11-203-1/+63
| | | | | | * | arm64: mm: Set ZONE_DMA size based on devicetree's dma-rangesNicolas Saenz Julienne2020-11-201-3/+3
| | | | | | * | of: unittest: Add test for of_dma_get_max_cpu_address()Nicolas Saenz Julienne2020-11-201-0/+18
| | | | | | * | of/address: Introduce of_dma_get_max_cpu_address()Nicolas Saenz Julienne2020-11-202-0/+49
| | | | | | * | arm64: mm: Move zone_dma_bits initialization into zone_sizes_init()Nicolas Saenz Julienne2020-11-201-5/+2
| | | | | | * | arm64: mm: Move reserve_crashkernel() into mem_init()Nicolas Saenz Julienne2020-11-201-2/+6
| | | | | | * | arm64: Force NO_BLOCK_MAPPINGS if crashkernel reservation is requiredCatalin Marinas2020-11-201-21/+16
| | | | | | * | arm64: Ignore any DMA offsets in the max_zone_phys() calculationCatalin Marinas2020-11-191-5/+12
| | | | | | |/
| | | | | * | arm64: head: tidy up the Image header definitionArd Biesheuvel2020-11-172-27/+35
| | | | | * | arm64/head: avoid symbol names pointing into first 64 KB of kernel imageArd Biesheuvel2020-11-171-24/+22
| | | | | * | arm64: omit [_text, _stext) from permanent kernel mappingArd Biesheuvel2020-11-175-16/+9
| | | | | |/
| | | | * | arm64: abort counter_read_on_cpu() when irqs_disabled()Ionela Voinescu2020-11-131-0/+7
| | | | * | arm64: implement CPPC FFH support using AMUsIonela Voinescu2020-11-133-0/+77
| | | | * | arm64: split counter validation functionIonela Voinescu2020-11-131-18/+26
| | | | * | arm64: wrap and generalise counter read functionsIonela Voinescu2020-11-134-14/+23
| | | | |/
| | | * | arm64/mm/hotplug: Ensure early memory sections are all onlineAnshuman Khandual2020-11-101-0/+48
| | | * | arm64/mm/hotplug: Enable MEM_OFFLINE event handlingAnshuman Khandual2020-11-101-2/+32
| | | * | arm64/mm/hotplug: Register boot memory hot remove notifier earlierAnshuman Khandual2020-11-101-2/+11
| | | * | arm64: mm: account for hotplug memory when randomizing the linear regionArd Biesheuvel2020-11-101-5/+8
| | | |/
| | * | arm64: lto: Strengthen READ_ONCE() to acquire when CONFIG_LTO=yWill Deacon2020-11-094-3/+76
| | * | arm64: alternatives: Remove READ_ONCE() usage during patch operationWill Deacon2020-11-091-3/+4
| | * | arm64: cpufeatures: Add capability for LDAPR instructionWill Deacon2020-11-093-1/+15
| | * | arm64: alternatives: Split up alternative.hWill Deacon2020-11-095-209/+222
| | * | arm64: uaccess: move uao_* alternatives to asm-uaccess.hMark Rutland2020-11-093-60/+60
| | |/
| * | arm64: mm: don't assume struct page is always 64 bytesArd Biesheuvel2020-11-122-5/+5
| * | Documentation/arm64: fix RST layout of memory.rstArd Biesheuvel2020-11-101-2/+2
| * | arm64: mm: tidy up top of kernel VA spaceArd Biesheuvel2020-11-093-15/+13
| * | arm64: mm: make vmemmap region a projection of the linear regionArd Biesheuvel2020-11-093-23/+23
| * | arm64: mm: extend linear region for 52-bit VA configurationsArd Biesheuvel2020-11-095-30/+26
| |/
| * Linux 5.10-rc3v5.10-rc3Linus Torvalds2020-11-091-1/+1
| * Merge tag 'driver-core-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-11-085-7/+30
| |\
| | * Documentation: remove mic/index from misc-devices/index.rstGreg Kroah-Hartman2020-11-041-1/+0
| | * scripts: get_api.pl: Add sub-titles to ABI outputMauro Carvalho Chehab2020-11-021-0/+17
| | * scripts: get_abi.pl: Don't let ABI files to create subtitlesMauro Carvalho Chehab2020-11-021-0/+6
| | * docs: leds: index.rst: add a missing fileMauro Carvalho Chehab2020-11-021-0/+1
| | * docs: ABI: sysfs-class-net: fix a typoMauro Carvalho Chehab2020-11-021-1/+1
| | * docs: ABI: sysfs-driver-dma-ioatdma: what starts with /sysMauro Carvalho Chehab2020-11-021-5/+5
| * | Merge tag 'tty-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-11-085-25/+11
| |\ \
| | * | vt: Disable KD_FONT_OP_COPYDaniel Vetter2020-11-081-22/+2
| | * | tty: fix crash in release_tty if tty->port is not setMatthias Reichl2020-11-061-2/+4
| | * | serial: txx9: add missing platform_driver_unregister() on error in serial_txx...Qinglang Miao2020-11-061-0/+3
| | * | tty: serial: imx: enable earlycon by default if IMX_SERIAL_CONSOLE is enabledLucas Stach2020-11-061-0/+1
| | * | serial: 8250_mtk: Fix uart_get_baud_rate warningClaire Chang2020-11-061-1/+1
| | |/
| * | Merge tag 'usb-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-11-0811-6/+38
| |\ \
| | * \ Merge tag 'usb-serial-5.10-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2020-11-072-1/+16
| | |\ \
| | | * | USB: serial: option: add Telit FN980 composition 0x1055Daniele Palmas2020-11-041-0/+2
| | | * | USB: serial: option: add LE910Cx compositions 0x1203, 0x1230, 0x1231Daniele Palmas2020-11-041-0/+6