rename compat dir to backport
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 2 Apr 2013 17:27:23 +0000 (19:27 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Tue, 2 Apr 2013 17:27:23 +0000 (19:27 +0200)
commit3ec07b8dc2ef11b1bfbdec3b6ed335b013be779b
tree42eaf82491e75302af703f7b8f5f048c76862da8
parent3cefcdd73225e5404b077640ece987efff04216f
rename compat dir to backport

Then we can also move all the plumbing/ stuff into it.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
301 files changed:
backport/Kconfig [new file with mode: 0644]
backport/Makefile [new file with mode: 0644]
backport/Makefile.build [new file with mode: 0644]
backport/Makefile.kernel [new file with mode: 0644]
backport/Makefile.real [new file with mode: 0644]
backport/compat/Kconfig [new file with mode: 0644]
backport/compat/Makefile [new file with mode: 0644]
backport/compat/average.c [new file with mode: 0644]
backport/compat/compat-2.6.14.c [new file with mode: 0644]
backport/compat/compat-2.6.18.c [new file with mode: 0644]
backport/compat/compat-2.6.19.c [new file with mode: 0644]
backport/compat/compat-2.6.21.c [new file with mode: 0644]
backport/compat/compat-2.6.22.c [new file with mode: 0644]
backport/compat/compat-2.6.23.c [new file with mode: 0644]
backport/compat/compat-2.6.24.c [new file with mode: 0644]
backport/compat/compat-2.6.25.c [new file with mode: 0644]
backport/compat/compat-2.6.26.c [new file with mode: 0644]
backport/compat/compat-2.6.27.c [new file with mode: 0644]
backport/compat/compat-2.6.28.c [new file with mode: 0644]
backport/compat/compat-2.6.29.c [new file with mode: 0644]
backport/compat/compat-2.6.32.c [new file with mode: 0644]
backport/compat/compat-2.6.33.c [new file with mode: 0644]
backport/compat/compat-2.6.34.c [new file with mode: 0644]
backport/compat/compat-2.6.34.h [new file with mode: 0644]
backport/compat/compat-2.6.35.c [new file with mode: 0644]
backport/compat/compat-2.6.36.c [new file with mode: 0644]
backport/compat/compat-2.6.37.c [new file with mode: 0644]
backport/compat/compat-2.6.39.c [new file with mode: 0644]
backport/compat/compat-3.0.c [new file with mode: 0644]
backport/compat/compat-3.1.c [new file with mode: 0644]
backport/compat/compat-3.2.c [new file with mode: 0644]
backport/compat/compat-3.3.c [new file with mode: 0644]
backport/compat/compat-3.4.c [new file with mode: 0644]
backport/compat/compat-3.5.c [new file with mode: 0644]
backport/compat/compat-3.6.c [new file with mode: 0644]
backport/compat/compat-3.7.c [new file with mode: 0644]
backport/compat/compat-3.8.c [new file with mode: 0644]
backport/compat/compat-3.9.c [new file with mode: 0644]
backport/compat/compat_atomic.c [new file with mode: 0644]
backport/compat/compat_firmware_class.c [new file with mode: 0644]
backport/compat/cordic.c [new file with mode: 0644]
backport/compat/crc8.c [new file with mode: 0644]
backport/compat/flow_dissector.c [new file with mode: 0644]
backport/compat/hid-ids.h [new file with mode: 0644]
backport/compat/kfifo.c [new file with mode: 0644]
backport/compat/kstrtox.c [new file with mode: 0644]
backport/compat/main.c [new file with mode: 0644]
backport/compat/pm_qos_params.c [new file with mode: 0644]
backport/compat/sch_codel.c [new file with mode: 0644]
backport/compat/sch_fq_codel_core.c [new file with mode: 0644]
backport/compat/user_namespace.c [new file with mode: 0644]
backport/include/crypto/aes.h [new file with mode: 0644]
backport/include/linux/atomic.h [new file with mode: 0644]
backport/include/linux/average.h [new file with mode: 0644]
backport/include/linux/backport_checks.h [new file with mode: 0644]
backport/include/linux/bitops.h [new file with mode: 0644]
backport/include/linux/compat-2.6.14.h [new file with mode: 0644]
backport/include/linux/compat-2.6.18.h [new file with mode: 0644]
backport/include/linux/compat-2.6.19.h [new file with mode: 0644]
backport/include/linux/compat-2.6.20.h [new file with mode: 0644]
backport/include/linux/compat-2.6.21.h [new file with mode: 0644]
backport/include/linux/compat-2.6.22.h [new file with mode: 0644]
backport/include/linux/compat-2.6.23.h [new file with mode: 0644]
backport/include/linux/compat-2.6.24.h [new file with mode: 0644]
backport/include/linux/compat-2.6.25.h [new file with mode: 0644]
backport/include/linux/compat-2.6.26.h [new file with mode: 0644]
backport/include/linux/compat-2.6.27.h [new file with mode: 0644]
backport/include/linux/compat-2.6.28.h [new file with mode: 0644]
backport/include/linux/compat-2.6.29.h [new file with mode: 0644]
backport/include/linux/compat-2.6.30.h [new file with mode: 0644]
backport/include/linux/compat-2.6.31.h [new file with mode: 0644]
backport/include/linux/compat-2.6.32.h [new file with mode: 0644]
backport/include/linux/compat-2.6.33.h [new file with mode: 0644]
backport/include/linux/compat-2.6.34.h [new file with mode: 0644]
backport/include/linux/compat-2.6.35.h [new file with mode: 0644]
backport/include/linux/compat-2.6.36.h [new file with mode: 0644]
backport/include/linux/compat-2.6.37.h [new file with mode: 0644]
backport/include/linux/compat-2.6.38.h [new file with mode: 0644]
backport/include/linux/compat-2.6.39.h [new file with mode: 0644]
backport/include/linux/compat-2.6.h [new file with mode: 0644]
backport/include/linux/compat-3.0.h [new file with mode: 0644]
backport/include/linux/compat-3.1.h [new file with mode: 0644]
backport/include/linux/compat-3.10.h [new file with mode: 0644]
backport/include/linux/compat-3.2.h [new file with mode: 0644]
backport/include/linux/compat-3.3.h [new file with mode: 0644]
backport/include/linux/compat-3.4.h [new file with mode: 0644]
backport/include/linux/compat-3.5.h [new file with mode: 0644]
backport/include/linux/compat-3.6.h [new file with mode: 0644]
backport/include/linux/compat-3.7.h [new file with mode: 0644]
backport/include/linux/compat-3.8.h [new file with mode: 0644]
backport/include/linux/compat-3.9.h [new file with mode: 0644]
backport/include/linux/cordic.h [new file with mode: 0644]
backport/include/linux/crc8.h [new file with mode: 0644]
backport/include/linux/export.h [new file with mode: 0644]
backport/include/linux/gpio.h [new file with mode: 0644]
backport/include/linux/kfifo.h [new file with mode: 0644]
backport/include/linux/kmemleak.h [new file with mode: 0644]
backport/include/linux/math64.h [new file with mode: 0644]
backport/include/linux/of.h [new file with mode: 0644]
backport/include/linux/olpc-ec.h [new file with mode: 0644]
backport/include/linux/pci-aspm.h [new file with mode: 0644]
backport/include/linux/pm_qos.h [new file with mode: 0644]
backport/include/linux/pm_qos_params.h [new file with mode: 0644]
backport/include/linux/pm_runtime.h [new file with mode: 0644]
backport/include/linux/printk.h [new file with mode: 0644]
backport/include/linux/rfkill.h [new file with mode: 0644]
backport/include/linux/semaphore.h [new file with mode: 0644]
backport/include/linux/tracepoint.h [new file with mode: 0644]
backport/include/linux/u64_stats_sync.h [new file with mode: 0644]
backport/include/linux/uidgid.h [new file with mode: 0644]
backport/include/linux/unaligned/access_ok.h [new file with mode: 0644]
backport/include/linux/unaligned/be_byteshift.h [new file with mode: 0644]
backport/include/linux/unaligned/be_memmove.h [new file with mode: 0644]
backport/include/linux/unaligned/be_struct.h [new file with mode: 0644]
backport/include/linux/unaligned/generic.h [new file with mode: 0644]
backport/include/linux/unaligned/le_byteshift.h [new file with mode: 0644]
backport/include/linux/unaligned/le_memmove.h [new file with mode: 0644]
backport/include/linux/unaligned/le_struct.h [new file with mode: 0644]
backport/include/linux/unaligned/memmove.h [new file with mode: 0644]
backport/include/linux/unaligned/packed_struct.h [new file with mode: 0644]
backport/include/linux/vga_switcheroo.h [new file with mode: 0644]
backport/include/linux/wireless.h [new file with mode: 0644]
backport/include/net/codel.h [new file with mode: 0644]
backport/include/net/flow_keys.h [new file with mode: 0644]
backport/include/net/net_namespace.h [new file with mode: 0644]
backport/include/pcmcia/cistpl.h [new file with mode: 0644]
backport/include/trace/define_trace.h [new file with mode: 0644]
backport/kconfig/Makefile [new file with mode: 0644]
backport/kconfig/conf.c [new file with mode: 0644]
backport/kconfig/confdata.c [new file with mode: 0644]
backport/kconfig/expr.c [new file with mode: 0644]
backport/kconfig/expr.h [new file with mode: 0644]
backport/kconfig/list.h [new file with mode: 0644]
backport/kconfig/lkc.h [new file with mode: 0644]
backport/kconfig/lkc_proto.h [new file with mode: 0644]
backport/kconfig/lxdialog/check-lxdialog.sh [new file with mode: 0755]
backport/kconfig/lxdialog/checklist.c [new file with mode: 0644]
backport/kconfig/lxdialog/dialog.h [new file with mode: 0644]
backport/kconfig/lxdialog/inputbox.c [new file with mode: 0644]
backport/kconfig/lxdialog/menubox.c [new file with mode: 0644]
backport/kconfig/lxdialog/textbox.c [new file with mode: 0644]
backport/kconfig/lxdialog/util.c [new file with mode: 0644]
backport/kconfig/lxdialog/yesno.c [new file with mode: 0644]
backport/kconfig/mconf.c [new file with mode: 0644]
backport/kconfig/menu.c [new file with mode: 0644]
backport/kconfig/symbol.c [new file with mode: 0644]
backport/kconfig/util.c [new file with mode: 0644]
backport/kconfig/zconf.hash.c [new file with mode: 0644]
backport/kconfig/zconf.lex.c [new file with mode: 0644]
backport/kconfig/zconf.tab.c [new file with mode: 0644]
compat/compat/Kconfig [deleted file]
compat/compat/Makefile [deleted file]
compat/compat/average.c [deleted file]
compat/compat/compat-2.6.14.c [deleted file]
compat/compat/compat-2.6.18.c [deleted file]
compat/compat/compat-2.6.19.c [deleted file]
compat/compat/compat-2.6.21.c [deleted file]
compat/compat/compat-2.6.22.c [deleted file]
compat/compat/compat-2.6.23.c [deleted file]
compat/compat/compat-2.6.24.c [deleted file]
compat/compat/compat-2.6.25.c [deleted file]
compat/compat/compat-2.6.26.c [deleted file]
compat/compat/compat-2.6.27.c [deleted file]
compat/compat/compat-2.6.28.c [deleted file]
compat/compat/compat-2.6.29.c [deleted file]
compat/compat/compat-2.6.32.c [deleted file]
compat/compat/compat-2.6.33.c [deleted file]
compat/compat/compat-2.6.34.c [deleted file]
compat/compat/compat-2.6.34.h [deleted file]
compat/compat/compat-2.6.35.c [deleted file]
compat/compat/compat-2.6.36.c [deleted file]
compat/compat/compat-2.6.37.c [deleted file]
compat/compat/compat-2.6.39.c [deleted file]
compat/compat/compat-3.0.c [deleted file]
compat/compat/compat-3.1.c [deleted file]
compat/compat/compat-3.2.c [deleted file]
compat/compat/compat-3.3.c [deleted file]
compat/compat/compat-3.4.c [deleted file]
compat/compat/compat-3.5.c [deleted file]
compat/compat/compat-3.6.c [deleted file]
compat/compat/compat-3.7.c [deleted file]
compat/compat/compat-3.8.c [deleted file]
compat/compat/compat-3.9.c [deleted file]
compat/compat/compat_atomic.c [deleted file]
compat/compat/compat_firmware_class.c [deleted file]
compat/compat/cordic.c [deleted file]
compat/compat/crc8.c [deleted file]
compat/compat/flow_dissector.c [deleted file]
compat/compat/hid-ids.h [deleted file]
compat/compat/kfifo.c [deleted file]
compat/compat/kstrtox.c [deleted file]
compat/compat/main.c [deleted file]
compat/compat/pm_qos_params.c [deleted file]
compat/compat/sch_codel.c [deleted file]
compat/compat/sch_fq_codel_core.c [deleted file]
compat/compat/user_namespace.c [deleted file]
compat/include/crypto/aes.h [deleted file]
compat/include/linux/atomic.h [deleted file]
compat/include/linux/average.h [deleted file]
compat/include/linux/backport_checks.h [deleted file]
compat/include/linux/bitops.h [deleted file]
compat/include/linux/compat-2.6.14.h [deleted file]
compat/include/linux/compat-2.6.18.h [deleted file]
compat/include/linux/compat-2.6.19.h [deleted file]
compat/include/linux/compat-2.6.20.h [deleted file]
compat/include/linux/compat-2.6.21.h [deleted file]
compat/include/linux/compat-2.6.22.h [deleted file]
compat/include/linux/compat-2.6.23.h [deleted file]
compat/include/linux/compat-2.6.24.h [deleted file]
compat/include/linux/compat-2.6.25.h [deleted file]
compat/include/linux/compat-2.6.26.h [deleted file]
compat/include/linux/compat-2.6.27.h [deleted file]
compat/include/linux/compat-2.6.28.h [deleted file]
compat/include/linux/compat-2.6.29.h [deleted file]
compat/include/linux/compat-2.6.30.h [deleted file]
compat/include/linux/compat-2.6.31.h [deleted file]
compat/include/linux/compat-2.6.32.h [deleted file]
compat/include/linux/compat-2.6.33.h [deleted file]
compat/include/linux/compat-2.6.34.h [deleted file]
compat/include/linux/compat-2.6.35.h [deleted file]
compat/include/linux/compat-2.6.36.h [deleted file]
compat/include/linux/compat-2.6.37.h [deleted file]
compat/include/linux/compat-2.6.38.h [deleted file]
compat/include/linux/compat-2.6.39.h [deleted file]
compat/include/linux/compat-2.6.h [deleted file]
compat/include/linux/compat-3.0.h [deleted file]
compat/include/linux/compat-3.1.h [deleted file]
compat/include/linux/compat-3.10.h [deleted file]
compat/include/linux/compat-3.2.h [deleted file]
compat/include/linux/compat-3.3.h [deleted file]
compat/include/linux/compat-3.4.h [deleted file]
compat/include/linux/compat-3.5.h [deleted file]
compat/include/linux/compat-3.6.h [deleted file]
compat/include/linux/compat-3.7.h [deleted file]
compat/include/linux/compat-3.8.h [deleted file]
compat/include/linux/compat-3.9.h [deleted file]
compat/include/linux/cordic.h [deleted file]
compat/include/linux/crc8.h [deleted file]
compat/include/linux/export.h [deleted file]
compat/include/linux/gpio.h [deleted file]
compat/include/linux/kfifo.h [deleted file]
compat/include/linux/kmemleak.h [deleted file]
compat/include/linux/math64.h [deleted file]
compat/include/linux/of.h [deleted file]
compat/include/linux/olpc-ec.h [deleted file]
compat/include/linux/pci-aspm.h [deleted file]
compat/include/linux/pm_qos.h [deleted file]
compat/include/linux/pm_qos_params.h [deleted file]
compat/include/linux/pm_runtime.h [deleted file]
compat/include/linux/printk.h [deleted file]
compat/include/linux/rfkill.h [deleted file]
compat/include/linux/semaphore.h [deleted file]
compat/include/linux/tracepoint.h [deleted file]
compat/include/linux/u64_stats_sync.h [deleted file]
compat/include/linux/uidgid.h [deleted file]
compat/include/linux/unaligned/access_ok.h [deleted file]
compat/include/linux/unaligned/be_byteshift.h [deleted file]
compat/include/linux/unaligned/be_memmove.h [deleted file]
compat/include/linux/unaligned/be_struct.h [deleted file]
compat/include/linux/unaligned/generic.h [deleted file]
compat/include/linux/unaligned/le_byteshift.h [deleted file]
compat/include/linux/unaligned/le_memmove.h [deleted file]
compat/include/linux/unaligned/le_struct.h [deleted file]
compat/include/linux/unaligned/memmove.h [deleted file]
compat/include/linux/unaligned/packed_struct.h [deleted file]
compat/include/linux/vga_switcheroo.h [deleted file]
compat/include/linux/wireless.h [deleted file]
compat/include/net/codel.h [deleted file]
compat/include/net/flow_keys.h [deleted file]
compat/include/net/net_namespace.h [deleted file]
compat/include/pcmcia/cistpl.h [deleted file]
compat/include/trace/define_trace.h [deleted file]
gentree.py
plumbing/Kconfig [deleted file]
plumbing/Makefile [deleted file]
plumbing/Makefile.build [deleted file]
plumbing/Makefile.kernel [deleted file]
plumbing/Makefile.real [deleted file]
plumbing/kconfig/Makefile [deleted file]
plumbing/kconfig/conf.c [deleted file]
plumbing/kconfig/confdata.c [deleted file]
plumbing/kconfig/expr.c [deleted file]
plumbing/kconfig/expr.h [deleted file]
plumbing/kconfig/list.h [deleted file]
plumbing/kconfig/lkc.h [deleted file]
plumbing/kconfig/lkc_proto.h [deleted file]
plumbing/kconfig/lxdialog/check-lxdialog.sh [deleted file]
plumbing/kconfig/lxdialog/checklist.c [deleted file]
plumbing/kconfig/lxdialog/dialog.h [deleted file]
plumbing/kconfig/lxdialog/inputbox.c [deleted file]
plumbing/kconfig/lxdialog/menubox.c [deleted file]
plumbing/kconfig/lxdialog/textbox.c [deleted file]
plumbing/kconfig/lxdialog/util.c [deleted file]
plumbing/kconfig/lxdialog/yesno.c [deleted file]
plumbing/kconfig/mconf.c [deleted file]
plumbing/kconfig/menu.c [deleted file]
plumbing/kconfig/symbol.c [deleted file]
plumbing/kconfig/util.c [deleted file]
plumbing/kconfig/zconf.hash.c [deleted file]
plumbing/kconfig/zconf.lex.c [deleted file]
plumbing/kconfig/zconf.tab.c [deleted file]