summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-311-0/+17
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-0/+1
| |\
| * | compat: make linux/compat.h available everywhereArnd Bergmann2021-07-231-0/+17
* | | Merge tag 'v5.14-rc6' into locking/core, to pick up fixesIngo Molnar2021-08-1712-96/+218
|\ \ \ | | |/ | |/|
| * | vmlinux.lds.h: Handle clang's module.{c,d}tor sectionsNathan Chancellor2021-08-111-0/+1
| |/
| * Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-091-0/+78
| |\
| | * lib: add iomem emulation (logic_iomem)Johannes Berg2021-06-171-0/+78
| * | mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V2021-07-082-2/+2
| * | mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-082-2/+2
| * | Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-07-022-26/+119
| |\ \
| | * | asm-generic: simplify asm/unaligned.hArnd Bergmann2021-05-171-13/+117
| | * | asm-generic: uaccess: 1-byte access is always alignedArnd Bergmann2021-05-171-2/+2
| | * | asm-generic: unaligned always use struct helpersArnd Bergmann2021-05-101-11/+2
| | * | asm-generic: unaligned: remove byteshift helpersArnd Bergmann2021-05-101-2/+0
| * | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-1/+2
| |\ \ \
| | * | | kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-1/+2
| * | | | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-301-30/+7
| |\ \ \ \
| | * | | | once: implement DO_ONCE_LITE for non-fast-path "do once" functionalityTanner Love2021-06-281-30/+7
| | | |_|/ | | |/| |
| * | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-293-35/+5
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-291-1/+1
| | * | | mm: remove CONFIG_DISCONTIGMEMMike Rapoport2021-06-291-33/+4
| | * | | mm: define default MAX_PTRS_PER_* in include/pgtable.hDaniel Axtens2021-06-291-1/+0
| | |/ /
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-06-281-0/+1
| |\ \ \
| | * | | asm-generic/hyperv: add HV_STATUS_ACCESS_DENIED definitionVitaly Kuznetsov2021-06-171-0/+1
| | | |/ | | |/|
| * | | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-281-1/+1
| |\ \ \
| | * \ \ Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar2021-06-181-0/+1
| | |\ \ \ | | | | |/ | | | |/|
| | * | | sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-05-121-1/+1
| | | |/ | | |/|
| * | | Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-06-285-619/+88
| |\ \ \ | | |_|/ | |/| |
| * | | vmlinux.lds.h: Avoid orphan section with !SMPNathan Chancellor2021-06-021-0/+1
| | |/ | |/|
* | | locking/atomic: simplify non-atomic wrappersMark Rutland2021-08-042-23/+14
* | | locking/atomic: add generic arch_*() bitopsMark Rutland2021-07-164-50/+83
* | | locking/atomic: centralize generated headersMark Rutland2021-07-162-2351/+0
| |/ |/|
* | locking/atomics: atomic-instrumented: simplify ifdefferyMark Rutland2021-05-261-497/+1
* | locking/atomic: delete !ARCH_ATOMIC remnantsMark Rutland2021-05-263-91/+3
* | locking/atomic: cmpxchg: support ARCH_ATOMICMark Rutland2021-05-261-17/+44
* | locking/atomic: cmpxchg: make `generic` a prefixMark Rutland2021-05-262-4/+4
* | locking/atomic: atomic64: support ARCH_ATOMICMark Rutland2021-05-261-13/+61
* | locking/atomic: atomic: support ARCH_ATOMICMark Rutland2021-05-261-9/+62
* | locking/atomic: atomic: simplify ifdefferyMark Rutland2021-05-261-42/+4
* | locking/atomic: atomic: remove redundant includeMark Rutland2021-05-261-2/+0
* | locking/atomic: atomic: remove stale commentsMark Rutland2021-05-261-37/+2
|/
* mm: remove xlate_dev_kmem_ptr()David Hildenbrand2021-05-071-11/+0
* lib: add fast path for find_first_*_bit() and find_last_bit()Yury Norov2021-05-061-4/+46
* lib: add fast path for find_next_*_bit()Yury Norov2021-05-062-0/+51
* lib: inline _find_next_bit() wrappersYury Norov2021-05-062-10/+35
* lib: extend the scope of small_const_nbits() macroYury Norov2021-05-061-0/+12
* Merge tag 'mips_5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2021-04-291-4/+6
|\
| * div64: Correct inline documentation for `do_div'Maciej W. Rozycki2021-04-211-4/+6
* | Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2021-04-272-1/+35
|\ \
| * | add support for Clang CFISami Tolvanen2021-04-082-1/+35
| |/