summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| | |/ /
| * | / locking/spinlocks: Remove an instruction from spin and write locksMatthew Wilcox2018-10-022-10/+13
| | |/ | |/|
* | | Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-10-221-9/+0
|\ \ \
| * | | dma-mapping: merge direct and noncoherent opsChristoph Hellwig2018-09-201-9/+0
| |/ /
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-10-221-12/+74
|\ \ \
| * | | mm/memory: Move mmu_gather and TLB invalidation code into its own filePeter Zijlstra2018-09-071-0/+1
| * | | asm-generic/tlb: Track which levels of the page tables have been clearedWill Deacon2018-09-041-8/+50
| * | | asm-generic/tlb: Track freeing of page-table directories in struct mmu_gatherPeter Zijlstra2018-09-041-8/+23
| * | | asm-generic/tlb: Guard with #ifdef CONFIG_MMUWill Deacon2018-09-041-0/+4
| |/ /
* | | vmlinux.lds.h: Fix linker warnings about orphan .LPBX sectionsPeter Oberparleiter2018-10-121-1/+1
* | | vmlinux.lds.h: Fix incomplete .text.exit discardsPeter Oberparleiter2018-10-121-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/+0
|\
| * vmlinux.lds.h: remove stale <linux/export.h> includeMasahiro Yamada2018-08-221-2/+0
* | mm: mmu_notifier fix for tlb_end_vmaNicholas Piggin2018-08-231-4/+13
* | x86/mm/tlb: Revert the recent lazy TLB patchesPeter Zijlstra2018-08-221-10/+0
* | 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/+0
|\
| * Merge 4.18-rc7 into driver-core-nextGreg Kroah-Hartman2018-07-301-0/+8
| |\
| * | iommu: Remove IOMMU_OF_DECLARERob Herring2018-07-101-2/+0
* | | mm: provide a fallback for PAGE_KERNEL_EXEC for architecturesLuis R. Rodriguez2018-08-171-0/+4
* | | mm: provide a fallback for PAGE_KERNEL_RO for architecturesLuis R. Rodriguez2018-08-171-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-132-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/+8
* | | | locking/atomics: Instrument xchg()Mark Rutland2018-07-251-0/+7
* | | | locking/atomics: Simplify cmpxchg() instrumentationMark Rutland2018-07-251-85/+15