aboutsummaryrefslogtreecommitdiffstats
path: root/lib/842 (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-27arm64: Extend the kernel command line from the bootloaderTyler Hicks2-2/+30
2020-11-27arm64: kaslr: Refactor early init command line parsingTyler Hicks1-8/+11
2020-11-23arm64: expose FAR_EL1 tag bits in siginfoPeter Collingbourne11-71/+120
2020-11-23signal: define the SA_EXPOSE_TAGBITS bit in sa_flagsPeter Collingbourne4-1/+42
2020-11-23signal: define the SA_UNSUPPORTED bit in sa_flagsPeter Collingbourne2-0/+13
2020-11-23arch: provide better documentation for the arch-specific SA_* flagsPeter Collingbourne1-8/+14
2020-11-23signal: clear non-uapi flag bits when passing/returning sa_flagsPeter Collingbourne5-7/+26
2020-11-23arch: move SA_* definitions to generic headersPeter Collingbourne14-263/+51
2020-11-23parisc: start using signal-defs.hPeter Collingbourne1-12/+1
2020-11-23parisc: Drop parisc special case for __sighandler_tHelge Deller1-8/+0
2020-11-20mm: Remove examples from enum zone_type commentNicolas Saenz Julienne1-20/+0
2020-11-20arm64: mm: Set ZONE_DMA size based on early IORT scanArd Biesheuvel3-1/+63
2020-11-20arm64: mm: Set ZONE_DMA size based on devicetree's dma-rangesNicolas Saenz Julienne1-3/+3
2020-11-20of: unittest: Add test for of_dma_get_max_cpu_address()Nicolas Saenz Julienne1-0/+18
2020-11-20of/address: Introduce of_dma_get_max_cpu_address()Nicolas Saenz Julienne2-0/+49
2020-11-20arm64: mm: Move zone_dma_bits initialization into zone_sizes_init()Nicolas Saenz Julienne1-5/+2
2020-11-20arm64: mm: Move reserve_crashkernel() into mem_init()Nicolas Saenz Julienne1-2/+6
2020-11-20arm64: Force NO_BLOCK_MAPPINGS if crashkernel reservation is requiredCatalin Marinas1-21/+16
2020-11-19arm64: Ignore any DMA offsets in the max_zone_phys() calculationCatalin Marinas1-5/+12
2020-11-17arm64: head: tidy up the Image header definitionArd Biesheuvel2-27/+35
2020-11-17arm64/head: avoid symbol names pointing into first 64 KB of kernel imageArd Biesheuvel1-24/+22
2020-11-17arm64: omit [_text, _stext) from permanent kernel mappingArd Biesheuvel5-16/+9
2020-11-13arm64: abort counter_read_on_cpu() when irqs_disabled()Ionela Voinescu1-0/+7
2020-11-13arm64: implement CPPC FFH support using AMUsIonela Voinescu3-0/+77
2020-11-13arm64: split counter validation functionIonela Voinescu1-18/+26
2020-11-13arm64: wrap and generalise counter read functionsIonela Voinescu4-14/+23
2020-11-12arm64: mm: don't assume struct page is always 64 bytesArd Biesheuvel2-5/+5
2020-11-10arm64/mm/hotplug: Ensure early memory sections are all onlineAnshuman Khandual1-0/+48
2020-11-10arm64/mm/hotplug: Enable MEM_OFFLINE event handlingAnshuman Khandual1-2/+32
2020-11-10arm64/mm/hotplug: Register boot memory hot remove notifier earlierAnshuman Khandual1-2/+11
2020-11-10arm64: mm: account for hotplug memory when randomizing the linear regionArd Biesheuvel1-5/+8
2020-11-10Documentation/arm64: fix RST layout of memory.rstArd Biesheuvel1-2/+2
2020-11-09arm64: lto: Strengthen READ_ONCE() to acquire when CONFIG_LTO=yWill Deacon4-3/+76
2020-11-09arm64: alternatives: Remove READ_ONCE() usage during patch operationWill Deacon1-3/+4
2020-11-09arm64: cpufeatures: Add capability for LDAPR instructionWill Deacon3-1/+15
2020-11-09arm64: alternatives: Split up alternative.hWill Deacon5-209/+222
2020-11-09arm64: uaccess: move uao_* alternatives to asm-uaccess.hMark Rutland3-60/+60
2020-11-09arm64: mm: tidy up top of kernel VA spaceArd Biesheuvel3-15/+13
2020-11-09arm64: mm: make vmemmap region a projection of the linear regionArd Biesheuvel3-23/+23
2020-11-09arm64: mm: extend linear region for 52-bit VA configurationsArd Biesheuvel5-30/+26
2020-11-08Linux 5.10-rc3Linus Torvalds1-1/+1
2020-11-08fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parentEddy Wu1-5/+5
2020-11-08vt: Disable KD_FONT_OP_COPYDaniel Vetter1-22/+2
2020-11-07futex: Handle transient "ownerless" rtmutex state correctlyMike Galbraith1-2/+14
2020-11-07perf/core: Fix a memory leak in perf_event_parse_addr_filter()kiyin(尹亮)1-7/+5
2020-11-07x86/platform/uv: Recognize UV5 hubless system identifierMike Travis1-3/+10
2020-11-07x86/platform/uv: Remove spaces from OEM IDsMike Travis1-0/+3
2020-11-07x86/platform/uv: Fix missing OEM_TABLE_IDMike Travis1-2/+5
2020-11-06proc "seq files": switch to ->read_iterChristoph Hellwig1-1/+1
2020-11-06proc "single files": switch to ->read_iterGreg Kroah-Hartman1-1/+1