aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2019-03-17kbuild: force all architectures except um to include mandatory-yGravatar Masahiro Yamada 1-0/+5
2019-03-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-10/+10
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+22
2019-03-06x86/unwind/orc: Fix ORC unwind table alignmentGravatar Josh Poimboeuf 1-1/+1
2019-03-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-9/+9
2019-03-06Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2019-03-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-384/+2449
2019-03-05mm: update ptep_modify_prot_commit to take old pte value as argGravatar Aneesh Kumar K.V 1-1/+1
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argGravatar Aneesh Kumar K.V 1-8/+8
2019-03-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+0
2019-03-04get rid of legacy 'get_ds()' functionGravatar Linus Torvalds 1-1/+0
2019-02-28asm-generic/io: Pass result of I/O accessor to __io_[p]ar()Gravatar Will Deacon 1-10/+10
2019-02-28Merge branch 'linus' into locking/core, to pick up fixesGravatar Ingo Molnar 1-0/+7
2019-02-22asm-generic/page.h: fix typo in #error text requiring a real asm/page.hGravatar Mike Rapoport 1-1/+1
2019-02-13locking/atomics: Check atomic headers with sha1sumGravatar Mark Rutland 2-0/+2
2019-02-12Rename include/{uapi => }/asm-generic/shmparam.h reallyGravatar Masahiro Yamada 1-0/+7
2019-02-11Merge branch 'locking/atomics' into locking/core, to pick up WIP commitsGravatar Ingo Molnar 2-384/+2447
2019-01-25include/asm-generic: Remove spin_is_locked() commentGravatar Paul E. McKenney 1-3/+0
2019-01-22iomap: introduce io{read|write}64_{lo_hi|hi_lo}Gravatar Logan Gunthorpe 1-0/+22
2019-01-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-2/+2
2019-01-04fls: change parameter to unsigned intGravatar Matthew Wilcox 2-2/+2
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-6/+6
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-5/+8
2018-12-28Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-0/+6
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-1/+1
2018-12-28mm/page_alloc.c: allow error injectionGravatar Benjamin Poirier 1-0/+1
2018-12-28lib/ioremap: ensure break-before-make is used for huge p4d mappingsGravatar Will Deacon 1-0/+5
2018-12-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 5-9/+51
2018-12-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+4
2018-12-19Revert "x86/bug: Macrofy the BUG table section handling, to work around GCC i...Gravatar Ingo Molnar 1-4/+4
2018-12-14mm: introduce common STRUCT_PAGE_MAX_SHIFT defineGravatar Logan Gunthorpe 1-0/+1
2018-12-13dma-mapping: bypass indirect calls for dma-directGravatar Christoph Hellwig 1-1/+1
2018-12-05x86/mm: Validate kernel_physical_mapping_init() PTE populationGravatar Dan Williams 4-0/+4
2018-12-05generic/pgtable: Introduce set_pte_safe()Gravatar Dan Williams 1-0/+38
2018-12-05generic/pgtable: Introduce {p4d,pgd}_same()Gravatar Dan Williams 1-0/+14
2018-12-05generic/pgtable: Make {pmd, pud}_same() unconditionally availableGravatar Dan Williams 1-14/+0
2018-12-01kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMSGravatar Masahiro Yamada 1-5/+8
2018-11-09Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 7-6/+22
2018-11-02mm: introduce mm_[p4d|pud|pmd]_foldedGravatar Martin Schwidefsky 1-0/+16
2018-11-02mm: make the __PAGETABLE_PxD_FOLDED defines non-emptyGravatar Martin Schwidefsky 6-6/+6
2018-11-01locking/atomics: Switch to generated instrumentationGravatar Mark Rutland 1-169/+1489
2018-11-01locking/atomics: Switch to generated atomic-longGravatar Mark Rutland 1-215/+958
2018-10-31percpu: remove PER_CPU_DEF_ATTRIBUTES macroGravatar Alexander Pateenok 1-4/+0
2018-10-26hugetlb: introduce generic version of huge_ptep_getGravatar Alexandre Ghiti 1-0/+7
2018-10-26hugetlb: introduce generic version of huge_ptep_set_access_flags()Gravatar Alexandre Ghiti 1-0/+9
2018-10-26hugetlb: introduce generic version of huge_ptep_set_wrprotect()Gravatar Alexandre Ghiti 1-0/+8
2018-10-26hugetlb: introduce generic version of prepare_hugepage_rangeGravatar Alexandre Ghiti 1-0/+15
2018-10-26hugetlb: introduce generic version of huge_pte_wrprotectGravatar Alexandre Ghiti 1-0/+7
2018-10-26hugetlb: introduce generic version of huge_pte_none()Gravatar Alexandre Ghiti 1-0/+7