linux/arch/um/drivers
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
..
chan_kern.c um: chan: use blocking IO for console output for time-travel 2024-07-03 12:18:02 +02:00
chan_user.c um: chan_user: retry partial writes 2024-07-03 12:18:02 +02:00
chan_user.h
chan.h um: chan: use blocking IO for console output for time-travel 2024-07-03 12:18:02 +02:00
cow_sys.h
cow_user.c
cow.h
daemon_kern.c
daemon_user.c
daemon.h
fd.c
harddog_kern.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
harddog_user_exp.c
harddog_user.c
harddog.h
hostaudio_kern.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
Kconfig um: Remove obsolete pcap driver 2024-07-03 12:19:25 +02:00
line.c um: line: always fill *error_out in setup_one_line() 2024-07-04 12:03:14 +02:00
line.h
Makefile um: Remove obsolete pcap driver 2024-07-03 12:19:25 +02:00
mconsole_kern.c
mconsole_kern.h
mconsole_user.c minmax: make generic MIN() and MAX() macros available everywhere 2024-07-28 15:49:18 -07:00
mconsole.h
mmapper_kern.c
net_kern.c
net_user.c
null.c
port_kern.c um: generalize os_rcv_fd 2024-07-03 12:24:25 +02:00
port_user.c
port.h
pty.c
random.c
rtc_kern.c
rtc_user.c
rtc.h
slip_common.c
slip_common.h
slip_kern.c
slip_user.c
slip.h
slirp_kern.c
slirp_user.c
slirp.h
ssl.c
stderr_console.c
stdio_console.c
stdio_console.h
tty.c
ubd_kern.c This pull request contains the following changes for UML: 2024-07-25 12:33:08 -07:00
ubd_user.c
ubd.h
umcast_kern.c
umcast_user.c
umcast.h
vde_kern.c
vde_user.c
vde.h
vector_kern.c um: vector: Fix NAPI budget handling 2024-09-12 20:09:41 +02:00
vector_kern.h um: vector: Replace locks guarding queue depth with atomics 2024-09-12 19:56:05 +02:00
vector_transports.c
vector_user.c vector_user: add VDE support 2024-09-12 20:16:42 +02:00
vector_user.h
vhost_user.h
virt-pci.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
virtio_uml.c virtio: rename find_vqs_info() op to find_vqs() 2024-07-17 05:20:57 -04:00
xterm_kern.c um: generalize os_rcv_fd 2024-07-03 12:24:25 +02:00
xterm.c um: generalize os_rcv_fd 2024-07-03 12:24:25 +02:00
xterm.h