summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* include/asm-generic/bug.h: fix "cut here" for WARN_ON for __WARN_TAINT archit...Drew Davenport2019-07-261-2/+4
* futex: Update comments and docs about return values of arch futex codeWill Deacon2019-07-031-2/+6
* x86/unwind/orc: Fix ORC unwind table alignmentJosh Poimboeuf2019-03-231-1/+1
* mm: introduce mm_[p4d|pud|pmd]_foldedMartin Schwidefsky2018-12-291-0/+16
* mm: make the __PAGETABLE_PxD_FOLDED defines non-emptyMartin Schwidefsky2018-12-296-6/+6
* vmlinux.lds.h: Fix linker warnings about orphan .LPBX sectionsPeter Oberparleiter2018-10-111-1/+1
* vmlinux.lds.h: Fix incomplete .text.exit discardsPeter Oberparleiter2018-10-111-2/+2
* asm-generic: io: Fix ioport_map() for !CONFIG_GENERIC_IOMAP && CONFIG_INDIREC...Andrew Murray2018-09-141-1/+2
* Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-08-251-2/+0Star
|\
| * vmlinux.lds.h: remove stale <linux/export.h> includeMasahiro Yamada2018-08-221-2/+0Star
* | mm: mmu_notifier fix for tlb_end_vmaNicholas Piggin2018-08-231-4/+13
* | x86/mm/tlb: Revert the recent lazy TLB patchesPeter Zijlstra2018-08-231-10/+0Star
* | module: use relative references for __ksymtab entriesArd Biesheuvel2018-08-221-2/+10
* | include/asm-generic/bug.h: clarify valid uses of WARN()Dmitry Vyukov2018-08-221-3/+13
|/
* Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-08-181-2/+0Star
|\
| * Merge 4.18-rc7 into driver-core-nextGreg Kroah-Hartman2018-07-301-0/+8
| |\
| * | iommu: Remove IOMMU_OF_DECLARERob Herring2018-07-101-2/+0Star
* | | mm: provide a fallback for PAGE_KERNEL_EXEC for architecturesLuis R. Rodriguez2018-08-181-0/+4
* | | mm: provide a fallback for PAGE_KERNEL_RO for architecturesLuis R. Rodriguez2018-08-181-0/+14
* | | Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-141-0/+12
|\ \ \
| * \ \ Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2018-08-052-1/+9
| |\ \ \ | | | |/ | | |/|
| * | | x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architecturesJiri Kosina2018-07-151-12/+12
| * | | x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen2018-06-201-0/+12
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-142-4/+14
|\ \ \ \
| * | | | x86/mm/tlb: Leave lazy TLB mode at page table free timeRik van Riel2018-07-171-0/+10
| * | | | Merge tag 'v4.18-rc5' into x86/mm, to pick up fixesIngo Molnar2018-07-171-0/+8
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | ioremap: Update pgtable free interfaces with addrChintan Pandya2018-07-041-4/+4
| | |_|/ | |/| |
* | | | locking/atomics: Instrument cmpxchg_double*()Mark Rutland2018-07-251-13/+8Star
* | | | locking/atomics: Instrument xchg()Mark Rutland2018-07-251-0/+7
* | | | locking/atomics: Simplify cmpxchg() instrumentationMark Rutland2018-07-251-85/+15Star
* | | | Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2018-07-172-1/+9
|\ \ \ \ | | |/ / | |/| |
| * | | mm: allow arch to supply p??_free_tlb functionsNicholas Piggin2018-07-141-0/+8
| |/ /
| * / locking/qspinlock: Fix build for anonymous union in older GCC compilersSteven Rostedt (VMware)2018-06-221-1/+1
| |/
* | atomics/treewide: Make conditional inc/dec ops optionalMark Rutland2018-06-212-0/+4
* | atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-213-18/+24
* | atomics/treewide: Make test ops optionalMark Rutland2018-06-213-13/+24
* | atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland2018-06-211-6/+0Star
* | atomics/generic: Define atomic64_fetch_add_unless()Mark Rutland2018-06-211-1/+2
* | atomics: Prepare for atomic64_fetch_add_unless()Mark Rutland2018-06-211-0/+9
* | atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2018-06-212-12/+3Star
* | atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland2018-06-212-1/+3
* | atomics: Make conditional ops return 'bool'Mark Rutland2018-06-212-2/+3
* | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-212-4/+4
* | locking/atomics, asm-generic/bitops/lock.h: Rewrite using atomic_fetch_*()Will Deacon2018-06-211-12/+56
* | locking/atomics, asm-generic/bitops/atomic.h: Rewrite using atomic_*() APIsWill Deacon2018-06-211-155/+33Star
|/
* int-ll64.h: define u{8,16,32,64} and s{8,16,32,64} based on uapi headerMasahiro Yamada2018-06-081-11/+8Star
* Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-06-062-185/+183Star
|\
| * kbuild: Fix asm-generic/vmlinux.lds.h for LD_DEAD_CODE_DATA_ELIMINATIONNicholas Piggin2018-05-171-20/+29
| * vmlinux.lds.h: remove no-op macro VMLINUX_SYMBOL()Masahiro Yamada2018-05-171-145/+144Star
| * export.h: remove code for prefixing symbols with underscoreMasahiro Yamada2018-05-171-22/+12Star