Documentation: Drop IA64 from feature descriptionsItanium (IA64) is going away, so drop it from the kernel featuredocumentation.Signed-off-by: Ard Biesheuvel <[email protected]>
Documentation: Fix typosFix typos in Documentation.Signed-off-by: Bjorn Helgaas <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Jon
Documentation: Fix typosFix typos in Documentation.Signed-off-by: Bjorn Helgaas <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Jonathan Corbet <[email protected]>
show more ...
Documentation/features: Use loongarch instead of loongThe official arch name is LoongArch [1], we should use small letterloongarch instead of loong in Documentation/features, just use thefeatures
Documentation/features: Use loongarch instead of loongThe official arch name is LoongArch [1], we should use small letterloongarch instead of loong in Documentation/features, just use thefeatures-refresh.sh to refresh all the related files.[1] https://www.kernel.org/doc/html/latest/loongarch/index.htmlFixes: 5860800e8696 ("Documentation/features: Update the arch support status files")Signed-off-by: Tiezhu Yang <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Jonathan Corbet <[email protected]>
Documentation/features: Update the arch support status filesThe arch support status files don't match reality as of v5.19-rc1,use the features-refresh.sh to refresh all the arch-support.txt files
Documentation/features: Update the arch support status filesThe arch support status files don't match reality as of v5.19-rc1,use the features-refresh.sh to refresh all the arch-support.txt filesin place. The main effect is to add entries for the new loongarchitecture.Signed-off-by: Zheng Zengkai <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Jonathan Corbet <[email protected]>
nds32: Remove the architectureThe nds32 architecture, also known as AndeStar V3, is a custom 32-bitRISC target designed by Andes Technologies. Support was added to thekernel in 2016 as the replac
nds32: Remove the architectureThe nds32 architecture, also known as AndeStar V3, is a custom 32-bitRISC target designed by Andes Technologies. Support was added to thekernel in 2016 as the replacement RISC-V based V5 processors werealready announced, and maintained by (current or former) Andesemployees.As explained by Alan Kao, new customers are now all using RISC-V,and all known nds32 users are already on longterm stable kernelsprovided by Andes, with no development work going into mainlinesupport any more.While the port is still in a reasonably good shape, it only getsworse over time without active maintainers, so it seems bestto remove it before it becomes unusable. As always, if it turnsout that there are mainline users after all, and they volunteerto maintain the port in the future, the removal can be reverted.Link: https://lore.kernel.org/linux-mm/[email protected]/Link: https://lore.kernel.org/lkml/[email protected]/Link: https://www.andestech.com/en/products-solutions/andestar-architecture/Signed-off-by: Alan Kao <[email protected]>[arnd: rewrite changelog to provide more background]Signed-off-by: Arnd Bergmann <[email protected]>
remove the h8300 architectureSigned-off-by: Christoph Hellwig <[email protected]>
ARM: 9158/1: leave it to core code to manage thread_info::cpuSince commit bcf9033e5449 ("sched: move CPU field back into thread_infoif THREAD_INFO_IN_TASK=y"), the CPU field in thread_info went ba
ARM: 9158/1: leave it to core code to manage thread_info::cpuSince commit bcf9033e5449 ("sched: move CPU field back into thread_infoif THREAD_INFO_IN_TASK=y"), the CPU field in thread_info went back tobeing managed by the core code, so we no longer have to keep it in syncin arch code.While at it, mark THREAD_INFO_IN_TASK as done for ARM in thedocumentation.Reviewed-by: Linus Walleij <[email protected]>Signed-off-by: Ard Biesheuvel <[email protected]>Signed-off-by: Russell King (Oracle) <[email protected]>
parisc: Move thread_info into task structThis implements the CONFIG_THREAD_INFO_IN_TASK option.With this change:- before thread_info was part of the stack and located at the beginning of the sta
parisc: Move thread_info into task structThis implements the CONFIG_THREAD_INFO_IN_TASK option.With this change:- before thread_info was part of the stack and located at the beginning of the stack- now the thread_info struct is moved and located inside the task_struct structure- the stack is allocated and handled like the major other platforms- drop the cpu field of thread_info and use instead the one in task_structSigned-off-by: Helge Deller <[email protected]>Signed-off-by: Sven Schnelle <[email protected]>
Documentation/features: Add THREAD_INFO_IN_TASK feature matrixSigned-off-by: Ingo Molnar <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Jonathan Corbet
Documentation/features: Add THREAD_INFO_IN_TASK feature matrixSigned-off-by: Ingo Molnar <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Jonathan Corbet <[email protected]>