summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |_|/ |/| |
| * | 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
| |/
* / vmlinux.lds.h: Avoid orphan section with !SMPNathan Chancellor2021-06-021-0/+1
|/
* 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
| |/
* | Merge tag 'arm-apple-m1-5.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-262-1/+29
|\ \
| * | asm-generic/io.h: Unbork ioremap_np() declarationHector Martin2021-04-091-2/+1
| * | asm-generic/io.h: Add a non-posted variant of ioremap()Hector Martin2021-04-082-1/+30
| |/
* | drivers: hv: Create a consistent pattern for checking Hyper-V hypercall statusJoseph Salisbury2021-04-211-5/+20
* | x86/hyperv: Move hv_do_rep_hypercall to asm-genericJoseph Salisbury2021-04-211-0/+31
* | x86/Hyper-V: Support for free page reportingSunil Muthuswamy2021-03-242-3/+35
* | asm-generic/hyperv: Add missing function prototypes per -W1 warningsMichael Kelley2021-03-111-0/+2
* | clocksource/drivers/hyper-v: Move handling of STIMER0 interruptsMichael Kelley2021-03-081-5/+0
* | Drivers: hv: vmbus: Move handling of VMbus interruptsMichael Kelley2021-03-081-4/+3
* | Drivers: hv: vmbus: Move hyperv_report_panic_msg to arch neutral codeMichael Kelley2021-03-081-1/+0
* | Drivers: hv: Redo Hyper-V synthetic MSR get/set functionsMichael Kelley2021-03-081-1/+1
* | x86/hyper-v: Move hv_message_type to architecture neutral moduleMichael Kelley2021-03-081-0/+35