linux/Documentation/translations/zh_CN
Al Viro 5f60d5f6bb move asm/unaligned.h to linux/unaligned.h
asm/unaligned.h is always an include of asm-generic/unaligned.h;
might as well move that thing to linux/unaligned.h and include
that - there's nothing arch-specific in that header.

auto-generated by the following:

for i in `git grep -l -w asm/unaligned.h`; do
	sed -i -e "s/asm\/unaligned.h/linux\/unaligned.h/" $i
done
for i in `git grep -l -w asm-generic/unaligned.h`; do
	sed -i -e "s/asm-generic\/unaligned.h/linux\/unaligned.h/" $i
done
git mv include/asm-generic/unaligned.h include/linux/unaligned.h
git mv tools/include/asm-generic/unaligned.h tools/include/linux/unaligned.h
sed -i -e "/unaligned.h/d" include/asm-generic/Kbuild
sed -i -e "s/__ASM_GENERIC/__LINUX/" include/linux/unaligned.h tools/include/linux/unaligned.h
2024-10-02 17:23:23 -04:00
..
accounting delayacct: improve the average delay precision of getdelay tool to microsecond 2023-04-08 13:45:36 -07:00
admin-guide ALong with the usual shower of singleton patches, notable patch series in 2024-09-21 07:29:05 -07:00
arch Docs/LoongArch: Add advanced extended IRQ model description 2024-09-24 15:32:20 +08:00
core-api move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
cpu-freq cpufreq: Reintroduce ready() callback 2022-02-09 13:18:49 +05:30
dev-tools docs/zh_CN: Add dev-tools/kcsan Chinese translation 2024-08-26 15:39:21 -06:00
devicetree docs: zh_CN/devicetree: sync usage-model fix 2023-06-08 07:31:59 -06:00
doc-guide doc-guide: add help documentation checktransupdate.rst 2024-07-30 07:56:22 -06:00
driver-api Nothing hugely exciting happening in the documentation tree this time 2024-07-18 15:54:16 -07:00
filesystems driver core: bus: mark the struct bus_type for sysfs callbacks as constant 2023-03-23 13:20:40 +01:00
iio Docs/zh_CN: Update the translation of iio_configfs to 5.19-rc8 2022-07-28 09:37:25 -06:00
infiniband
kbuild docs/zh_CN: add the translation of kbuild/gcc-plugins.rst 2024-09-10 15:16:56 -06:00
kernel-hacking docs: zh_CN: align to submitting-drivers removal 2022-07-14 15:03:58 -06:00
locking docs/zh_CN: Add mutex-design Chinese translation 2022-06-30 11:27:46 -06:00
maintainer docs: move riscv under arch 2023-10-10 13:37:43 -06:00
mm mm: remove isolate_lru_page() 2024-09-09 16:38:59 -07:00
PCI PCI: Use array for .id_table consistently 2024-06-07 14:46:12 -05:00
peci docs/zh_CN: add peci subsystem translation 2022-03-09 16:21:18 -07:00
power Documentation: power: Use kcalloc() instead of kzalloc() 2024-01-23 11:40:42 +05:30
process docs/zh_CN: update the translation of security-bugs 2024-09-05 14:40:29 -06:00
rust docs/zh_CN/rust: Update the translation of quick-start to 6.9-rc4 2024-05-02 10:22:23 -06:00
scheduler sched/balancing: Rename load_balance() => sched_balance_rq() 2024-03-12 12:00:00 +01:00
sound
staging docs/zh_CN: Add staging/xz Chinese translation 2022-10-28 12:32:08 -06:00
userspace-api docs/zh_CN: accurate translation of "function" 2024-02-28 15:46:00 -07:00
video4linux media: remove the old videobuf framework 2023-09-27 09:40:01 +02:00
virt docs/zh_CN/virt: Update the translation of guest-halt-polling.rst 2024-07-09 09:12:20 -06:00
disclaimer-zh_CN.rst
glossary.rst docs/zh_CN: Add a glossary of Chinese translation terms 2023-01-19 14:46:50 -07:00
index.rst docs/zh_CN: add the translation of kbuild/headers_install.rst 2024-07-29 15:21:29 -06:00
subsystem-apis.rst docs/zh_CN: Add subsystem-apis Chinese translation 2023-10-22 20:26:24 -06:00