summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-2/+12
|\ \
| * | asm-generic: instrument usercopy in cacheflush.hAlexander Potapenko2022-10-031-2/+12
| |/
* | Merge tag 'hyperv-next-signed-20221009' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-10-101-6/+3
|\ \
| * | hyperv: simplify and rename generate_guest_idLi kunyu2022-09-281-6/+3
* | | Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-10-091-2/+7
|\ \ \
| * | | asm-generic: compat: Support BE for long long args in 32-bit ABIsRohan McLure2022-09-261-2/+7
* | | | Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-071-0/+3
|\ \ \ \
| * \ \ \ Merge 6.0-rc5 into driver-core-nextGreg Kroah-Hartman2022-09-126-3/+34
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | kernel/module: add __dyndbg_classes sectionJim Cromie2022-09-071-0/+3
| | |/ / | |/| |
* | | | Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-072-186/+0
|\ \ \ \
| * \ \ \ Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman2022-09-252-3/+2
| |\ \ \ \
| * | | | | termios: get rid of non-UAPI asm/termios.hAl Viro2022-09-091-9/+0
| * | | | | termios: start unifying non-UAPI parts of asm/termios.hAl Viro2022-09-092-41/+0
| * | | | | termios: uninline conversion helpersAl Viro2022-09-092-150/+14
| | |_|_|/ | |/| | |
* | | | | Merge tag 'asm-generic-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-061-2/+0
|\ \ \ \ \
| * | | | | asm-generic: Remove empty #ifdef SA_RESTORERChristophe Leroy2022-09-101-2/+0
| |/ / / /
* | | | | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-10-041-1/+10
|\ \ \ \ \
| * \ \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-10-031-1/+10
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLEPeter Zijlstra (Intel)2022-09-161-1/+10
| | |/ / /
* | | | | Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2022-10-032-33/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | treewide: Drop WARN_ON_FUNCTION_MISMATCHSami Tolvanen2022-09-261-16/+0
| * | | | cfi: Switch to -fsanitize=kcfiSami Tolvanen2022-09-261-18/+19
| |/ / /
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-09-231-2/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | vmlinux.lds.h: CFI: Reduce alignment of jump-table to function alignmentWill Deacon2022-09-231-2/+1
* | | | asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior2022-09-051-1/+1
| |/ / |/| |
* | | Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-281-2/+5
|\ \ \
| * | | asm-generic: sections: refactor memory_intersectsQuanyang Wang2022-08-281-2/+5
| | |/ | |/|
* / | wait_on_bit: add an acquire memory barrierMikulas Patocka2022-08-264-0/+28
|/ /
* / locking/atomic: Make test_and_*_bit() ordered on failureHector Martin2022-08-161-6/+0
|/
* Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2022-08-074-126/+207
|\
| * bitops: wrap non-atomic bitops with a transparent macroAlexander Lobakin2022-06-302-21/+21
| * bitops: define const_*() versions of the non-atomicsAlexander Lobakin2022-06-301-0/+31
| * bitops: unify non-atomic bitops prototypes across architecturesAlexander Lobakin2022-06-304-30/+44
| * bitops: always define asm-generic non-atomic bitopsAlexander Lobakin2022-06-302-102/+138
* | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-052-19/+88
|\ \
| * | arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann2022-06-281-14/+0
| * | asm-generic/io: Add logging support for MMIO accessorsSai Prakash Ranjan2022-06-151-4/+87
| * | arch/*: Disable softirq stacks on PREEMPT_RT.Sebastian Andrzej Siewior2022-06-151-1/+1
| |/
* | Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-042-13/+28
|\ \
| * | PCI: Stub __pci_ioport_map() for arches that don't support it at allStafford Horne2022-07-291-0/+2
| * | asm-generic: Add new pci.h and use itStafford Horne2022-07-221-0/+30
| * | PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne2022-07-221-17/+0
* | | Merge tag 'for-linus-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-042-9/+0
|\ \ \
| * | | kernel: remove platform_has() infrastructureJuergen Gross2022-08-012-9/+0
* | | | Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-022-0/+16
|\ \ \ \
| * | | | random: handle archrandom with multiple longsJason A. Donenfeld2022-07-251-14/+4
| * | | | random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld2022-07-182-0/+26
| | |_|/ | |/| |
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-08-012-1/+36
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'for-next/kcsan' into for-next/coreWill Deacon2022-07-251-0/+8
| |\ \ \
| | * | | asm-generic: Add memory barrier dma_mb()Kefeng Wang2022-06-231-0/+8
| | |/ /