summaryrefslogtreecommitdiffstats
path: root/target/linux/x86
Commit message (Collapse)AuthorAgeFilesLines
* optimize kernel config for kvm_guestjow2012-06-181-1/+3
| | | | | | | | | | This patch enables few extra kernel options for the kvm_guest subtarget: - Tickless kernel to avoid timer ticks in idle guests, reduces CPU usage - Enable paravirtualization steal time support Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32436 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kvm_guest] remove inittab overridejow2012-06-181-5/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32422 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] use ttyS0 @ 115200 baud as default for KVM guestsjow2012-06-151-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32384 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] bump to 3.3.8blogic2012-06-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32055 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update linux 3.3 to 3.3.7juhosg2012-05-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31848 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: remove support for old kernelsjuhosg2012-05-1816-1916/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31804 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: remove subtarget specific LINUX_VERSION overridesjuhosg2012-05-1810-11/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31803 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86/ep80579: switch to 3.3juhosg2012-05-182-0/+12
| | | | | | | Also fix build errors in the ep80579-drivers package. Compile tested only. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31802 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86/olpc: switch to 3.3juhosg2012-05-182-0/+123
| | | | | | Compile tested only. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31784 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: image: select bootscript images by default for OLPCjuhosg2012-05-181-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31783 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86/thincan: switch to 3.3juhosg2012-05-172-0/+16
| | | | | | Compile tested only. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31765 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86/xen_domu: switch to 3.3juhosg2012-05-172-0/+76
| | | | | | Compile tested only. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31764 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86/kvm_guest: switch to 3.3juhosg2012-05-172-0/+77
| | | | | | Compile tested only. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31763 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86/generic: switch to 3.3juhosg2012-05-172-0/+113
| | | | | | Compile tested only. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31762 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86/alix2: switch to 3.3juhosg2012-05-162-1/+26
| | | | | | Compile tested only. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31753 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86/net5501: switch to 3.3juhosg2012-05-162-1/+20
| | | | | | Compile tested only. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31752 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: sync 3.3 configsjuhosg2012-05-162-17/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31751 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: sync 3.2 configsjuhosg2012-05-163-14/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31750 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: sync 2.6.39 configsjuhosg2012-05-166-106/+104
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31749 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux: move certain disabled symbols to the generic configsjuhosg2012-05-157-44/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CONFIG_ARCH_DMA_ADDR_T_64BIT * CONFIG_ARCH_HAS_ILOG2_U32 * CONFIG_ARCH_HAS_ILOG2_U64 * CONFIG_ARCH_PHYS_ADDR_T_64BIT * CONFIG_ARCH_SUPPORTS_MSI * CONFIG_GENERIC_CPU_DEVICES * CONFIG_HWMON_DEBUG_CHIP * CONFIG_I2C_PXA_PCI * CONFIG_LEDS_GPIO * CONFIG_MINIX_FS_NATIVE_ENDIAN * CONFIG_MLX4_CORE * CONFIG_POWER_SUPPLY * CONFIG_POWER_SUPPLY_DEBUG * CONFIG_QUOTACTL * CONFIG_SDIO_UART * CONFIG_SENSORS_K10TEMP * CONFIG_SENSORS_SCH56XX_COMMON * CONFIG_SENSORS_VIA_CPUTEMP * CONFIG_SERIO_AMBAKMI * CONFIG_SERIO_I8042 * CONFIG_SERIO_LIBPS2 * CONFIG_SERIO_PCIPS2 * CONFIG_SERIO_RAW * CONFIG_SERIO_SERPORT * CONFIG_SPI_BITBANG * CONFIG_SPI_GPIO git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31737 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update linux 3.3 to 3.3.6juhosg2012-05-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31709 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update linux 3.3 to 3.3.5juhosg2012-05-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31645 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update linux 3.3 to 3.3.4juhosg2012-04-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31541 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update linux 3.3 to 3.3.3jogo2012-04-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31460 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update linux 3.2 to 3.2.16jogo2012-04-242-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31459 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: restore config-default, it is needed for 2.6.39juhosg2012-04-231-0/+379
| | | | | | Reported-by: Thomas Heil <heil@terminal-consulting.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31452 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: remove 2.6.32 supportjuhosg2012-04-214-502/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31415 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: x86: also update subtarget kernel versionsjogo2012-04-173-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31338 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [geos] bump to Linux v3.3.1jow2012-04-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31314 3c298f89-4303-0410-b956-a3cf2f4a3e73
* PATCH: Disable console terminal in Grub for alix2 targetjow2012-04-121-1/+1
| | | | | | | | | | | The alix2 target has the VGA console for grub enabled by default. This prevents the grub menu from appearing on bootup. It is disabled by default for the other embedded x86 platforms. This patch corrects that behavior for the alix2 target. Signed-off-by: Adam Gensler <openwrt@kristenandadam.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31270 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] add missing Kernel symbol spotted by buildbotjow2012-04-101-4/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31232 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update linux 3.2 to 3.2.14jogo2012-04-091-25/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31222 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] geos: add 'tc' and kmod-sched for bondingflorian2012-03-271-2/+2
| | | | | | | | The Geos2 includes 2 ADSL+ interfaces, and as such it needs to have the TEQL scheduler for bonding. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31094 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Disable keyboard for x86 default config - revoke patch 30966 ryd2012-03-211-3/+0
| | | | | | | | This was already fixed by commit 30309 and is part of generic x86 target. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31052 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] alix2: add require crypto kmods (#10410)jow2012-03-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30980 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Enable keyboard for x86ryd2012-03-171-0/+3
| | | | | | | | | This is required for qemu like descripted in here http://wiki.openwrt.org/doc/howto/qemu git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30966 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] enable RTC_CLASS for Linux 3.2 and 3.3jow2012-02-252-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30717 3c298f89-4303-0410-b956-a3cf2f4a3e73
* config: deprecated symbol CONFIG_LEDS_GPIO_PLATFORMjow2012-02-244-2/+2
| | | | | | | | | | | | CONFIG_LEDS_GPIO_PLATFORM went away a while ago. http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=commit;h=2bcc7ed5b83b0a59c6976476e8788675038fb11b Also, most platforms comment out CONFIG_LEDS_GPIO but not x86 for some reason. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30708 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] Disable by default padding of imagesacinonyx2012-02-161-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30590 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] Allow gzipping of squashfs images with padded jffs2 partitionacinonyx2012-02-161-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30589 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] GZip only ext4 and padded imagesacinonyx2012-02-162-4/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30588 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] Make gzipping of images configurable via menuconfigacinonyx2012-02-162-5/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30587 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 8139cp: backport patches to make driver stable againjow2012-02-076-30/+117
| | | | | | | | | | List of patches that Jo-Philipp groveled out of git. Redux: defuzzed. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30366 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] alix2, geos: Adjust CFLAGSacinonyx2012-02-072-4/+4
| | | | | | | | Clone of CFLAGS change from r30013 into Geos and Alix platforms. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30353 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] generic: Enable HPET, HID and AT keyboard supportacinonyx2012-02-051-1/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30309 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] generic: Add missing and remove unused config symbolsacinonyx2012-02-041-12/+55
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30133 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: make alix platform patch apply to 3.3jogo2012-02-032-17/+6
| | | | | | | | Based on a patch from Philip Prindeville. While at it, also refresh the patches. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30025 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] disable additional PATA drivers in global 3.2 and 3.3 config, remove ↵jow2012-02-033-8/+10
| | | | | | redundant symbols from alix2 config git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30024 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCHv2 1/1] x86: trivial -- add missing CONFIG_GEOS symbol to top-leveljow2012-02-031-0/+1
| | | | | | | | So that builds don't stall in x86 prompting for this symbol. [From Philip Prindeville, via http://patchwork.openwrt.org/patch/1828/] git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30023 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH 1/1] geos: backport driver from linux-next to 3.2 and 3.3jow2012-02-032-0/+376
| | | | | | | | The Geos driver is in linux-next and will be out in 3.4. It builds fine against 3.2.2 and 3.3-rc2. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30022 3c298f89-4303-0410-b956-a3cf2f4a3e73