summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-052-2/+2
|\
| * fls: change parameter to unsigned intMatthew Wilcox2019-01-042-2/+2
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-6/+6
|/
* Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-12-291-5/+8
|\
| * kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada2018-12-011-5/+8
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-282-0/+6
|\ \
| * | mm/page_alloc.c: allow error injectionBenjamin Poirier2018-12-281-0/+1
| * | lib/ioremap: ensure break-before-make is used for huge p4d mappingsWill Deacon2018-12-281-0/+5
* | | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-281-1/+1
|\ \ \ | |/ / |/| |
| * | dma-mapping: bypass indirect calls for dma-directChristoph Hellwig2018-12-131-1/+1
| |/
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-265-9/+51
|\ \
| * | x86/mm: Validate kernel_physical_mapping_init() PTE populationDan Williams2018-12-054-0/+4
| * | generic/pgtable: Introduce set_pte_safe()Dan Williams2018-12-051-0/+38
| * | generic/pgtable: Introduce {p4d,pgd}_same()Dan Williams2018-12-051-0/+14
| * | generic/pgtable: Make {pmd, pud}_same() unconditionally availableDan Williams2018-12-051-14/+0
| |/
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-12-211-4/+4
|\ \
| * | Revert "x86/bug: Macrofy the BUG table section handling, to work around GCC i...Ingo Molnar2018-12-191-4/+4
| |/
* / mm: introduce common STRUCT_PAGE_MAX_SHIFT defineLogan Gunthorpe2018-12-141-0/+1
|/
* Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2018-11-097-6/+22
|\
| * mm: introduce mm_[p4d|pud|pmd]_foldedMartin Schwidefsky2018-11-021-0/+16
| * mm: make the __PAGETABLE_PxD_FOLDED defines non-emptyMartin Schwidefsky2018-11-026-6/+6
* | percpu: remove PER_CPU_DEF_ATTRIBUTES macroAlexander Pateenok2018-10-311-4/+0
* | hugetlb: introduce generic version of huge_ptep_getAlexandre Ghiti2018-10-261-0/+7
* | hugetlb: introduce generic version of huge_ptep_set_access_flags()Alexandre Ghiti2018-10-261-0/+9
* | hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti2018-10-261-0/+8
* | hugetlb: introduce generic version of prepare_hugepage_rangeAlexandre Ghiti2018-10-261-0/+15
* | hugetlb: introduce generic version of huge_pte_wrprotectAlexandre Ghiti2018-10-261-0/+7
* | hugetlb: introduce generic version of huge_pte_none()Alexandre Ghiti2018-10-261-0/+7
* | hugetlb: introduce generic version of huge_ptep_clear_flushAlexandre Ghiti2018-10-261-0/+8
* | hugetlb: introduce generic version of huge_ptep_get_and_clear()Alexandre Ghiti2018-10-261-0/+8
* | hugetlb: introduce generic version of set_huge_pte_at()Alexandre Ghiti2018-10-261-1/+7
* | hugetlb: introduce generic version of hugetlb_free_pgd_rangeAlexandre Ghiti2018-10-261-0/+11
* | hugetlb: harmonize hugetlb.h arch specific defines with pgtable.hAlexandre Ghiti2018-10-261-1/+1
* | mm: remove references to vm_insert_pfn()Matthew Wilcox2018-10-261-2/+2
* | Merge tag 'driver-core-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-261-0/+14
|\ \ | |/ |/|
| * mm: move is_kernel_rodata() to asm-generic/sections.hBartosz Golaszewski2018-10-161-0/+14
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-252-14/+23
|\ \
| * | asm-generic: Remove empty asm/unistd.hArnd Bergmann2018-08-291-3/+0
| * | asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macroArnd Bergmann2018-08-291-9/+0
| * | asm-generic: Move common compat types to asm-generic/compat.hArnd Bergmann2018-08-291-1/+23
| * | y2038: Remove stat64 family from default syscall setArnd Bergmann2018-08-291-1/+0
* | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-241-14/+11
|\ \ \
| * | | vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook2018-10-101-13/+11
| * | | LSM: Rename .security_initcall section to .lsm_infoKees Cook2018-10-101-5/+5
| * | | vmlinux.lds.h: Avoid copy/paste of security_init sectionKees Cook2018-10-101-7/+6
| |/ /
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-234-18/+24
|\ \ \
| * \ \ Merge branch 'x86/build' into locking/core, to pick up dependent patches and ...Ingo Molnar2018-10-163-9/+13
| |\ \ \
| | * \ \ Merge branch 'core/core' into x86/build, to prevent conflictsIngo Molnar2018-10-061-4/+7
| | |\ \ \
| | | * | | jump_table: Move entries into ro_after_init regionArd Biesheuvel2018-09-271-4/+7
| | | | |/ | | | |/|
| | * / | x86/bug: Macrofy the BUG table section handling, to work around GCC inlining ...Nadav Amit2018-10-041-4/+4
| | |/ /