- May 25, 2017
-
-
Philip Prindeville authored
These drivers are in many reference-design Xeon, iCore, or Atom64 based server boards. Signed-off-by:
Philip Prindeville <philipp@redfish-solutions.com>
-
- Mar 14, 2017
-
-
Michael Marley authored
This driver supports CPU-specific idle features on recent Intel processors. It does not conflict with the ACPI idle driver and that driver will continue to be used for unsupported and non-Intel processors. Signed-off-by:
Michael Marley <michael@michaelmarley.com>
-
Michael Marley authored
The x86_64 build already has the k10temp driver for AMD processors built in, so this patch adds the coretemp driver for the same functionality on Intel processors. Signed-off-by:
Michael Marley <michael@michaelmarley.com>
-
- Feb 26, 2017
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Feb 21, 2017
-
-
Alif M. Ahmad authored
CONFIG_FB_EFI and CONFIG_FB_SIMPLE are needed to display console text on EFI framebuffer. CONFIG_FB_EFI is needed when the kernel is directly launched via EFI shell or EFI startup.nsh script. CONFIG_FB_SIMPLE is needed when launching the kernel via grub2 efi. In this case, grub2 has prepared a gfxterm framebuffer and the kernel just need to use the already prepared grub's gfxterm framebuffer to display console text. Signed-off-by:
Alif M. Ahmad <alive4ever@live.com>
-
- Feb 07, 2017
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Jan 27, 2017
-
-
Chris Blake authored
The following changes enables GPIO sysfs as well as the LEDS_GPIO option within the kernel. This is required to enable LEDs over a GPIO interface. Signed-off-by:
Chris Blake <chrisrblake93@gmail.com>
-
- Jan 04, 2017
-
-
Stijn Tintel authored
The kernel will detect if the host supports this, so we can just enable it in the kernel config. Tested on an APU2 with AES-NI support and a KVM VM on a Xeon E5520 host without AES-NI support. Throughput over an IPsec tunnel between these 2 hosts increased from ~63Mbps to ~140Mbps. Ciphers: AES_GCM_16_256/PRF_HMAC_SHA2_512/ECP_521. Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be>
-
- Dec 22, 2016
-
-
Tedaz authored
Enabled Hyper-V network interface card driver, display adapter driver, storage driver, keyboard driver, mouse driver and Hyper-V utility and EFI boot support in the kernel for subtarget x86/64. Convert the img file to vhd by Ubuntu qemu-img, rather than by the buildroot's built-in qemu-img. Tested on Windows Server 2008 r2 and 2012 r2 Gen1 and Gen2 VMs. Signed-off-by:
Tedaz <tedaz99999@hotmail.com>
-
- Nov 16, 2016
-
-
Andreas Ziegler authored
PATA support has been removed from x86-generic without any note in LEDE r538. Not including them makes the generated images incompatible with older (and some newer) hardware without any significant gain. Add it back, and also add the same drivers (as far as available) to x86-64. Signed-off-by:
Andreas Ziegler <github@andreas-ziegler.de> [Matthias Schiffer: add back x86-generic, update commit message] Signed-off-by:
Matthias Schiffer <mschiffer@universe-factory.net>
-
- Oct 13, 2016
-
-
Yousong Zhou authored
This will allow dynamically adding/removing at least virtio-net pci devices which are quite the norm in cloud environment with QEMU/KVM netdev_add bridge,id=wan2,br=br-wan,helper=/home/yousong/.usr/libexec/qemu-bridge-helper device_add virtio-net-pci,id=devwan2,netdev=wan2,mac=11:22:33:22:11:00 The config was formed by selecting target x86/64 first, then select CONFIG_HOTPLUG_PCI and CONFIG_HOTPLUG_PCI_ACPI with make kernel_menuconfig CONFIG_TARGET=subtarget The following text tries to explain how the current config was formed 1. CONFIG_PCI_LABEL and CONFIG_ATA_PIIX were removed because they were already enabled in x86 platform config 2. CONFIG_ATA_SFF was removed because it was enabled in generic config 3. CONFIG_NLS was removed because it will be selected by CONFIG_PCI_LABEL Signed-off-by:
Yousong Zhou <yszhou4tech@gmail.com>
-
- Aug 03, 2016
-
-
Lucian Cristian authored
CPU frequency scaling enables the operating system to scale the CPU frequency up or down in order to save power. CPU frequencies can be scaled automatically depending on the system load, in response to ACPI events, or manually by userspace programs. Signed-off-by:
Lucian Cristian <lucian.cristian@gmail.com>
-
- Jul 12, 2016
-
-
Lucian Cristian authored
Signed-off-by:
Lucian Cristian <lucian.cristian@gmail.com>
-
- May 23, 2016
-
-
Russell Senior authored
Improved support for PCEngines APU Signed-off-by:
Russell Senior <russell@personaltelco.net>
-
- May 12, 2016
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Jan 24, 2016
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 48476
-
- Jan 22, 2016
-
-
Felix Fietkau authored
Update to kernel 4.4 missed some symbols, fix that. SVN-Revision: 48453
-
- Jan 21, 2016
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48443
-
- Jan 12, 2016
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48216
-
- Jun 17, 2015
-
-
Jo-Philipp Wich authored
This is required to use x86/64 in KVM containers with VirtIO disks Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 46017
-
- Mar 29, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45115
-