summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* include/asm-generic/5level-fixup.h: fix variable 'p4d' set but not usedQian Cai2019-08-141-3/+18
* asm-generic: fix -Wtype-limits compiler warningsQian Cai2019-08-031-30/+20Star
* futex: Cleanup generic SMP variant of arch_futex_atomic_op_inuser()Vasily Averin2019-07-221-20/+1Star
* 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-171-2/+4
* | asm-generic: fix a compilation warningQian Cai2019-07-171-14/+60
* | Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-131-73/+0Star
|\ \
| * | asm-generic: remove ptrace.hChristoph Hellwig2019-07-011-73/+0Star
* | | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-131-0/+180
|\ \ \
| * | | Drivers: hv: vmbus: Break out ISA independent parts of mshyperv.hMichael Kelley2019-07-091-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-111-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-091-10/+10
|\ \ \
| * \ \ Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar2019-06-171-2/+1Star
| |\ \ \
| * | | | locking/atomic: Use s64 for atomic64Mark Rutland2019-06-031-10/+10
| | |/ / | |/| |
* | | | timekeeping: Provide a generic update_vsyscall() implementationVincenzo Frascino2019-06-221-0/+50
| |_|/ |/| |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-192-8/+2Star
| |/ |/|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-051-2/+1Star
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner2019-05-301-4/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-303-30/+3Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-303-15/+3Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner2019-05-301-2/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner2019-05-241-9/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-245-25/+5Star
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-191-1/+0Star
|\
| * x86/mpx, mm/core: Fix recursive munmap() corruptionDave Hansen2019-05-091-1/+0Star
* | Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-162-10/+57
|\ \
| * | asm-generic: optimize generic uaccess for 8-byte loads and storesChristoph Hellwig2019-04-231-0/+10
| * | asm-generic: provide entirely generic nommu uaccessChristoph Hellwig2019-04-231-0/+48
| * | arch: mostly remove <asm/segment.h>Christoph Hellwig2019-04-231-9/+0Star
| * | asm-generic: don't include <asm/segment.h> from <asm/uaccess.h>Christoph Hellwig2019-04-231-2/+0Star
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-05-152-3/+1Star
|\ \ \
| * | | arch: remove <asm/sizes.h> and <asm-generic/sizes.h>Masahiro Yamada2019-05-151-2/+0Star
| * | | treewide: remove SPDX "WITH Linux-syscall-note" from kernel-space headersMasahiro Yamada2019-05-151-1/+1
* | | | Merge tag 'modules-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-141-1/+0Star
|\ \ \ \ | |/ / / |/| | |
| * | | vmlinux.lds.h: drop unused __vermagicMathias Krause2019-03-181-1/+0Star
| |/ /
* | | hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti2019-05-141-0/+7
* | | Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-05-081-0/+1
|\ \ \
| * | | moduleparam: Save information about built-in modules in separate fileAlexey Gladkov2019-05-071-0/+1
| |/ /
* | | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-081-2/+3
|\ \ \ | |_|/ |/| |
| * | syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-211-2/+3
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-05-071-2/+6
|\ \
| * | futex: Update comments and docs about return values of arch futex codeWill Deacon2019-04-261-2/+6
| |/
* | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-073-5/+77
|\ \