summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-1/+7
|\
| * security: Support early LSMsMatthew Garrett2019-08-191-1/+7
* | mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland2019-09-261-4/+4
* | bug: move WARN_ON() "cut here" into exception handlerKees Cook2019-09-251-5/+3
* | bug: consolidate __WARN_FLAGS usageKees Cook2019-09-251-11/+7
* | bug: clean up helper macros to remove __WARN_TAINT()Kees Cook2019-09-251-10/+11
* | bug: consolidate warn_slowpath_fmt() usageKees Cook2019-09-251-2/+1
* | bug: rename __WARN_printf_taint() to __WARN_printf()Kees Cook2019-09-251-4/+4
* | bug: refactor away warn_slowpath_fmt_taint()Kees Cook2019-09-251-9/+4
* | thp: update split_huge_page_pmd() commentKefeng Wang2019-09-241-3/+2
* | mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-1/+1
* | mm: remove quicklist page table cachesNicholas Piggin2019-09-241-5/+0
* | Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-221-9/+6
|\ \
| * | module: Remove leftover '#undef' from export headerWill Deacon2019-09-121-1/+0
| * | module: Fix link failure due to invalid relocation on namespace offsetWill Deacon2019-09-111-1/+1
| * | module: add support for symbol namespaces.Matthias Maennich2019-09-101-3/+3
| * | export: explicitly align struct kernel_symbolMatthias Maennich2019-09-101-5/+3
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-181-0/+2
|\ \ \
| * | | asm-generic: make simd.h a mandatory include/asm headerArd Biesheuvel2019-07-311-0/+2
* | | | Merge tag 'asm-generic-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-173-16/+11
|\ \ \ \
| * | | | asm-generic: add unlikely to default BUG_ON(x)Denis Efremov2019-09-011-1/+1
| * | | | __div64_const32(): improve the generic C versionNicolas Pitre2019-09-011-6/+10
| * | | | asm-generic: don't provide __ioremapChristoph Hellwig2019-08-301-9/+0
| | |/ / | |/| |
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-171-0/+1
|\ \ \ \
| * | | | clocksource/drivers/hyperv: Add Hyper-V specific sched clock functionTianyu Lan2019-08-231-0/+1
| | |/ / | |/| |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-161-2/+2
|\ \ \ \
| * | | | sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner2019-07-311-2/+2
* | | | | Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-09-161-3/+3
|\ \ \ \ \
| * | | | | asm-generic/div64: Fix documentation of do_div() parameterJonathan Neuschäfer2019-08-281-3/+3
| | |_|/ / | |/| | |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-09-161-0/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | error-injection: Consolidate override function definitionLeo Yan2019-08-071-0/+6
* | | | | include/asm-generic/5level-fixup.h: fix variable 'p4d' set but not usedQian Cai2019-08-131-3/+18
|/ / / /
* / / / asm-generic: fix -Wtype-limits compiler warningsQian Cai2019-08-031-30/+20
|/ / /
* / / futex: Cleanup generic SMP variant of arch_futex_atomic_op_inuser()Vasily Averin2019-07-221-20/+1
|/ /
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2019-07-171-0/+11
|\ \
| * | thermal/drivers/core: Add init section table for self-encapsulationDaniel Lezcano2019-06-271-0/+11
| |/
* | include/asm-generic/bug.h: fix "cut here" for WARN_ON for __WARN_TAINT archit...Drew Davenport2019-07-161-2/+4
* | asm-generic: fix a compilation warningQian Cai2019-07-161-14/+60
* | Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-121-73/+0
|\ \
| * | asm-generic: remove ptrace.hChristoph Hellwig2019-07-011-73/+0
* | | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-121-0/+180
|\ \ \
| * | | Drivers: hv: vmbus: Break out ISA independent parts of mshyperv.hMichael Kelley2019-07-081-0/+180
| | |/ | |/|
* | | asm-generic, x86: introduce generic pte_{alloc,free}_one[_kernel]Mike Rapoport2019-07-121-4/+103
* | | asm-generic, x86: add bitops instrumentation for KASANMarco Elver2019-07-121-0/+263
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2019-07-101-0/+26
|\ \ \
| * | | binfmt_flat: remove the persistent argument from flat_get_addr_from_rpChristoph Hellwig2019-06-241-1/+1
| * | | binfmt_flat: provide an asm-generic/flat.hChristoph Hellwig2019-06-241-0/+26
| |/ /
* | | Merge branch 'parisc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-091-0/+7
|\ \ \
| * | | parisc: add dynamic ftraceSven Schnelle2019-06-081-0/+7
| | |/ | |/|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-10/+10
|\ \ \