summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-01-161-2/+4
|\
| * Drivers: hv: Fix definition of hypercall input & output arg variablesMichael Kelley2021-12-281-2/+2
| * net: netvsc: Add Isolation VM support for netvsc driverTianyu Lan2021-12-201-0/+2
* | Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-161-33/+0
|\ \
| * | PCI: hv: Make the code arch neutral by adding arch specific interfacesSunil Muthuswamy2022-01-121-33/+0
* | | Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-111-20/+11
|\ \ \
| * \ \ Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar2021-12-131-6/+0
| |\ \ \ | | | |/ | | |/|
| * | | futex: Fix additional regressionsArnd Bergmann2021-12-111-1/+1
| * | | futex: Fix sparc32/m68k/nds32 build regressionArnd Bergmann2021-11-261-2/+2
| * | | futex: Ensure futex_atomic_cmpxchg_inatomic() is presentArnd Bergmann2021-11-251-20/+11
| | |/ | |/|
* | | Merge tag 'for-5.17/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-111-3/+7
|\ \ \
| * | | sections: Fix __is_kernel() to include init rangesHelge Deller2022-01-111-3/+7
| | |/ | |/|
* | | Merge tag 'for-linus-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-111-1/+1
|\ \ \
| * | | logic_io instance of iounmap() needs volatile on argumentAl Viro2021-12-211-1/+1
| |/ /
* | | Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-113-14/+46
|\ \ \
| * | | asm-generic/bitops, kcsan: Add instrumentation for barriersMarco Elver2021-12-092-0/+6
| * | | locking/barriers, kcsan: Support generic instrumentationMarco Elver2021-12-091-0/+25
| * | | locking/barriers, kcsan: Add instrumentation for barriersMarco Elver2021-12-091-14/+15
| | |/ | |/|
* | | Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-01-101-4/+10
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-261-6/+0
| |\ \ \ | | | |/ | | |/|
| * | | sections: global data can be in .bssAntoine Tenart2021-11-221-4/+10
| | |/ | |/|
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-01-101-0/+11
|\ \ \
| * | | asm-generic: introduce io_stop_wc() and add implementation for ARM64Xiongfeng Wang2021-12-221-0/+11
| | |/ | |/|
* / | asm-generic/error-injection.h: fix a spelling mistake, and a coding style issueWasin Thonkaew2021-12-171-2/+2
|/ /
* / Add linux/cacheflush.hMatthew Wilcox (Oracle)2021-11-171-6/+0
|/
* Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-101-16/+0
|\
| * arch: remove unused function syscall_set_arguments()Peter Collingbourne2021-09-141-16/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-16/+59
|\ \
| * | sections: provide internal __is_kernel() and __is_kernel_text() helperKefeng Wang2021-11-091-0/+29
| * | sections: move is_kernel_inittext() into sections.hKefeng Wang2021-11-091-0/+14
| * | sections: move and rename core_kernel_data() to is_kernel_core_data()Kefeng Wang2021-11-091-0/+16
| * | kallsyms: remove arch specific text and data checkKefeng Wang2021-11-091-16/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-14/+0
|\| |
| * | mm: make generic arch_is_kernel_initmem_freed() do what it saysChristophe Leroy2021-11-061-14/+0
* | | Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-041-7/+13
|\ \ \
| * | | vmlinux.lds.h: wrap built-in firmware support under FW_LOADERLuis Chamberlain2021-10-221-7/+13
| |/ /
* | | Merge tag 'hyperv-next-signed-20211102' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-11-022-1/+20
|\ \ \
| * | | x86/hyperv: Add ghcb hvcall support for SNP VMTianyu Lan2021-10-281-0/+1
| * | | x86/hyperv: Add Write/Read MSR registers via ghcb pageTianyu Lan2021-10-281-0/+1
| * | | x86/hyperv: Add new hvcall guest address host visibility supportTianyu Lan2021-10-281-0/+1
| * | | x86/hyperv: Initialize shared memory boundary in the Isolation VM.Tianyu Lan2021-10-281-1/+11
| * | | x86/hyperv: Initialize GHCB page in Isolation VMTianyu Lan2021-10-281-0/+6
| |/ /
* | | Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-021-1/+2
|\ \ \
| * | | vmlinux.lds.h: Have ORC lookup cover entire _etext - _stextKristen Carlson Accardi2021-10-271-1/+2
* | | | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-011-2/+8
|\ \ \ \
| * | | | tracing: Use linker magic instead of recasting ftrace_ops_list_func()Steven Rostedt (VMware)2021-10-191-2/+8
| |/ / /
* | | | Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2021-11-011-0/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)2021-10-181-0/+6
| |/ /
* | | Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-10-081-1/+1
|\ \ \ | |/ / |/| |
| * | asm-generic/io.h: give stub iounmap() on !MMU same prototype as elsewhereAdam Borowski2021-10-081-1/+1
| |/