summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | x86: remove always-defined CONFIG_AS_SSSE3Masahiro Yamada2020-04-085-15/+4
| * | | | | | | x86: remove always-defined CONFIG_AS_CFI_SECTIONSMasahiro Yamada2020-04-082-6/+2
| * | | | | | | x86: remove unneeded (CONFIG_AS_)CFI_SIGNAL_FRAMEMasahiro Yamada2020-04-082-10/+2
| * | | | | | | x86: remove always-defined CONFIG_AS_CFIMasahiro Yamada2020-04-082-44/+2
| * | | | | | | x86: remove unneeded defined(__ASSEMBLY__) check from asm/dwarf2.hMasahiro Yamada2020-04-081-1/+1
| * | | | | | | lib/raid6/test: fix build on distros whose /bin/sh is not bashMasahiro Yamada2020-04-081-3/+3
| * | | | | | | sh: remove unneeded uapi asm-generic wrappersMasahiro Yamada2020-04-082-4/+0
| * | | | | | | h8300: move definition of __kernel_size_t etc. to posix_types.hMasahiro Yamada2020-04-082-15/+13
| * | | | | | | sh: use __builtin_constant_p() directly instead of IS_IMMEDIATE()Masahiro Yamada2020-04-081-5/+3
| |/ / / / / /
* | | | | | / mailmap: Add Sedat Dilek (replacement for expired email address)Sedat Dilek2020-04-111-0/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-11130-366/+706
|\ \ \ \ \ \
| * | | | | | ipc/util.c: sysvipc_find_ipc() should increase position indexVasily Averin2020-04-111-1/+1
| * | | | | | kernel/gcov/fs.c: gcov_seq_next() should increase position indexVasily Averin2020-04-111-1/+1
| * | | | | | fs/seq_file.c: seq_read(): add info message about buggy .next functionsVasily Averin2020-04-111-2/+5
| * | | | | | drivers/dma/tegra20-apb-dma.c: fix platform_get_irq.cocci warningskbuild test robot2020-04-111-1/+0
| * | | | | | change email address for Pali RohárPali Rohár2020-04-1124-41/+42
| * | | | | | selftests: kmod: test disabling module autoloadingEric Biggers2020-04-111-0/+30
| * | | | | | selftests: kmod: fix handling test numbers above 9Eric Biggers2020-04-111-4/+9
| * | | | | | docs: admin-guide: document the kernel.modprobe sysctlEric Biggers2020-04-111-0/+21
| * | | | | | fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once()Eric Biggers2020-04-111-1/+3
| * | | | | | kmod: make request_module() return an error when autoloading is disabledEric Biggers2020-04-111-2/+2
| * | | | | | mm/memremap: set caching mode for PCI P2PDMA memory to WCLogan Gunthorpe2020-04-111-0/+3
| * | | | | | mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe2020-04-1110-7/+36
| * | | | | | powerpc/mm: thread pgprot_t through create_section_mapping()Logan Gunthorpe2020-04-117-17/+27
| * | | | | | x86/mm: introduce __set_memory_prot()Logan Gunthorpe2020-04-112-0/+14
| * | | | | | x86/mm: thread pgprot_t through init_memory_mapping()Logan Gunthorpe2020-04-118-25/+34
| * | | | | | mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe2020-04-1110-33/+33
| * | | | | | mm/memory_hotplug: drop the flags field from struct mhp_restrictionsLogan Gunthorpe2020-04-111-2/+0
| * | | | | | mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual2020-04-1121-95/+58
| * | | | | | mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual2020-04-1111-12/+16
| * | | | | | mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-1128-89/+31
| * | | | | | mm/memory.c: add vm_insert_pages()Arjun Roy2020-04-112-2/+129
| * | | | | | mm: define pte_index as macro for x86Arjun Roy2020-04-111-0/+3
| * | | | | | mm: bring sparc pte_index() semantics inline with other platformsArjun Roy2020-04-111-5/+5
| * | | | | | mm/memory.c: refactor insert_page to prepare for batched-lock insertArjun Roy2020-04-111-15/+24
| * | | | | | mm/mmap.c: initialize align_offset explicitly for vm_unmapped_areaJaewon Kim2020-04-111-0/+2
| * | | | | | mm: hugetlb: optionally allocate gigantic hugepages using cmaRoman Gushchin2020-04-115-0/+139
| * | | | | | mm: cma: NUMA node interfaceAslan Bakirov2020-04-114-10/+25
| * | | | | | ocfs2: no need try to truncate file beyond i_sizeChangwei Ge2020-04-111-0/+4
| * | | | | | mm/page_alloc: make pcpu_drain_mutex and pcpu_drain staticJason Yan2020-04-111-2/+2
| * | | | | | mm/page_alloc.c: fix kernel-doc warningRandy Dunlap2020-04-111-0/+1
| * | | | | | docs: mm: slab.h: fix a broken cross-referenceMauro Carvalho Chehab2020-04-111-1/+1
| * | | | | | mm, slab_common: fix a typo in comment "eariler"->"earlier"Qiujun Huang2020-04-111-1/+1
| * | | | | | mm, memcg: do not high throttle allocators based on wraparoundJakub Kicinski2020-04-111-0/+3
| * | | | | | hfsplus: fix crash and filesystem corruption when deleting filesSimon Gander2020-04-111-0/+4
* | | | | | | Merge tag 'docs-5.7-2' of git://git.lwn.net/linuxLinus Torvalds2020-04-116-24/+22
|\ \ \ \ \ \ \
| * | | | | | | Documentation: android: binderfs: add 'stats' mount optionRandy Dunlap2020-04-101-0/+6
| * | | | | | | Documentation: driver-api/usb/writing_usb_driver.rst Updates documentation linksJoakim Lönnegren2020-04-071-5/+2
| * | | | | | | docs: driver-api: address duplicate label warningLukas Bulwahn2020-04-071-3/+0
| * | | | | | | Documentation: sysrq: fix RST formattingAlyssa Ross2020-04-071-9/+11