aboutsummaryrefslogtreecommitdiff
path: root/config/kernel
Commit message (Collapse)AuthorAgeFilesLines
* linux: Update linux kernel versionsBryan Hundven2015-11-141-14/+19
| | | | | | | | | | | | | | This commit adds 4.3, and updates: 4.2.3 -> 4.2.6 4.1.10 -> 4.1.13 3.18.22 -> 3.18.24 3.14.54 -> 3.14.57 3.12.49 -> 3.12.50 3.10.90 -> 3.10.93 3.4.109 -> 3.4.110 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* linux: Update linux kernel versionsBryan Hundven2015-10-201-18/+18
| | | | | | | | | | | | | | | Update current stable and long-term releases: * 4.2 -> 4.2.3 * 4.1.6 -> 4.1.10 * 3.18.20 -> 3.18.22 * 3.14.51 -> 3.14.54 * 3.12.47 -> 3.12.49 * 3.10.87 -> 3.10.90 * 3.4.108 -> 3.4.109 * 3.2.71 -> 3.2.72 * 3.6.32.67 -> 3.6.32.68 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* config/linux: Add 4.2 and update stable versionsBryan Hundven2015-09-011-16/+16
| | | | Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* linux: Update kernel versionsBryan Hundven2015-08-071-14/+14
| | | | | | | | | | | | | These kernel version updated: * 4.1.2 -> 4.1.4 * 4.0.8 -> 4.0.9 (EOL) * 3.18.18 -> 3.18.19 * 3.14.48 -> 3.14.49 * 3.12.44 -> 3.12.46 * 3.10.84 -> 3.10.85 * 3.2.69 -> 3.2.70 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* Merge pull request #130 from Christopher83/masterBryan Hundven2015-07-201-10/+10
|\ | | | | Update to Linaro GCC 4.9-2015.06 and GCC 4.8-2015.06 and update kernel versions
| * config/linux: Update kernel versionsCristoforo Cataldo2015-07-191-10/+10
| | | | | | | | | | | | | | This commit updates to the latest longterm and stable kernel versions as of July 12, 2015. Signed-off-by: Cristoforo Cataldo <cristoforo.cataldo@gmail.com>
* | Merge pull request #124 from enunes/avrBryan Hundven2015-07-201-0/+1
|\ \ | |/ |/| avr: add support for AVR avr-libc toolchains
| * avr: add support for AVR 8-bit architectureErico Nunes2015-06-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds support for the Atmel AVR 8-bit RISC architecture. This is the first 8-bit architecture to be added to crosstool-ng so the configuration options for 8-bit architectures are added here as well. gcc has had support for AVR for quite a while, at least since the 4.3 series for the currently popular ATmega microcontroler series. The AVR architecture only supports bare-metal toolchains. gcc for the AVR 8-bit architecture, usually referred to as avr-gcc, is commonly used in conjunction with the avr-libc library which provides additional resources for the Atmel AVR 8-bit microcontrollers. avr-gcc can also be found as a supported package in some recent Linux distributions. This commit also closes #66 Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
* | config/kernel: Update linux kernel versionsBryan Hundven2015-06-241-12/+12
|/ | | | | | | | | | | | | Add linux-4.1 Remove linux-3.19.8 (EOL'd) Updates: * 4.0.5 -> 4.0.6 * 3.14.44 -> 3.14.45 * 3.10.80 -> 3.10.81 * 3.4.107 -> 3.4.108 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* kernel: Stable kernel updatesBryan Hundven2015-06-151-12/+12
| | | | | | | | | | | 4.0.4 -> 4.0.5 3.18.14 -> 3.18.16 3.14.43 -> 3.14.44 3.12.43 -> 3.12.44 3.10.79 -> 3.10.80 2.6.32.66 -> 3.6.32.67 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* kernel: Update versions. Remove older kernelsBryan Hundven2015-05-251-152/+16
| | | | | | | | | | | | | | | | In this update the following kernels updated: * 4.0.3 -> 4.0.4 * 3.18.13 -> 3.18.14 * 3.14.42 -> 3.14.43 * 3.12.42 -> 3.12.43 * 3.10.78 -> 3.10.79 * 3.2.68 -> 3.2.69 * 2.6.32.65 -> 3.6.32.66 Also, let's remove the older EOL'd kernels. This makes updating kernel versions easier. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* linux: update kernel versionsBryan Hundven2015-05-161-10/+10
| | | | | | | | | | | Update versions: * 4.0.2 to 4.0.3 * 3.19.7 to 3.19.8 * 3.14.41 to 3.14.42 * 3.10.77 to 3.10.78 * 3.2.68 to 3.2.69 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* config/kernel: Update kernel versionsBryan Hundven2015-05-071-12/+12
| | | | | | This updates the stable kernel series. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* config/kernel: Update with longterm stable releasesBryan Hundven2015-04-301-10/+10
| | | | | | Stable releases updated last night. Sync versions with kernel.org. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* kernel: Update kernel versionsBryan Hundven2015-04-261-12/+17
| | | | | | This commit adds support for 4.x and updates longterm versions. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* config/linux: Update kernel versionsCristoforo Cataldo2015-03-151-10/+15
| | | | | | | This commit updates to the latest longterm and stable kernel versions as of March 15, 2015. Signed-off-by: Cristoforo Cataldo <cristoforo.cataldo@gmail.com>
* config/linux: Update kernel versionsCristoforo Cataldo2015-02-181-10/+10
| | | | | | | This commit updates to the latest longterm and stable kernel versions as of February 18, 2015. Signed-off-by: Cristoforo Cataldo <cristoforo.cataldo@gmail.com>
* config/linux: Update kernel versionsCristoforo Cataldo2015-01-161-12/+17
| | | | | | | This commit updates to the latest longterm and stable kernel versions as of January 16, 2015 and adds also 3.18 version. Signed-off-by: Cristoforo Cataldo <cristoforo.cataldo@gmail.com>
* config/linux: Update kernel versionsJames Byrne2014-12-111-10/+10
| | | | | | | This commit updates to the latest longterm and stable kernel versions as of December 10, 2014. Signed-off-by: James Byrne <james.byrne@origamienergy.com>
* config/linux: Update kernel versionsBryan Hundven2014-12-041-12/+22
| | | | | | This commit updates longterm kernel version and adds 3.16.7 and 3.17.4. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* kernel/linux: further bump the versionsYann E. MORIN2014-07-081-13/+13
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* kernel/linux: update kernel versionsBryan Hundven2014-07-081-12/+22
| | | | | | Add 3.15.0, and update all other branch versions. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* kernel/linux: update linux kernel headersDaniel Zimmermann2014-02-211-10/+15
| | | | | | | | | | update linux kernel headers to a newer version Signed-off-by: '"Daniel Zimmermann" <netzimme@gmail.com>' [yann.morin.1998@free.fr: further bump the versions] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Message-Id: <424a44a11e7051d8d894.1392963455@haus-VirtualBox> Patchwork-Id: 322417
* kernel/linux: bump versionsYann E. MORIN"2013-11-161-32/+17
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* kernel/linux: add latest versionsYann E. MORIN"2013-10-071-8/+33
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* kernel/linux: bump versionsYann E. MORIN"2013-07-241-12/+17
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* kernel/linux: bump versionsYann E. MORIN"2013-05-061-41/+11
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* kernel/linux: update revisionsBenoît Thébaudeau"2013-04-111-6/+26
| | | | | | | | | | Update Linux with the latest available revisions. Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> [yann.morin.1998@free.fr: added newer versions released since] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Message-Id: <435dcc4cade342ab9ee0.1365686746@advdt005-ubuntu> Patchwork-Id: 235741
* kernel/linux: update revisionsBenoît Thébaudeau"2013-03-141-8/+23
| | | | | | | | Update Linux with the latest available revisions. Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> Message-Id: <14c04210a1dc18f3c678.1363295061@advdt005-ubuntu> Patchwork-Id: 227803
* kernel/linux: update revisionsBenoît Thébaudeau"2013-02-191-21/+11
| | | | | | | | | | Update Linux with the latest available revisions. Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> [yann.morin.1998@free.fr: add latest versions since released] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Message-Id: <125b3612bbefcb57166b.1361275815@advdt005-ubuntu> Patchwork-Id: 221686
* cc/gcc: remove 'sub-level' version form symbolsYann E. MORIN"2013-01-241-30/+30
| | | | | | | | | | Now we use defconfig files to store the samples, we have to be a bit more conservatives in the symbols names, so as to avoid gigantic version bumps when updating sub-level versions from a package. Update samples accordingly. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* kernel/linux: update revisionsBenoît Thébaudeau"2013-01-181-9/+19
| | | | | | | | | | kernel/linux: update revisions Update Linux with the latest available revisions. Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> Message-Id: <df032717ca91dc9cc876.1358518690@advdt005-ubuntu> Patchwork-Id: 213616
* kernel/linux: add latest versionsYann E. MORIN"2013-01-071-12/+17
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* all: unmark experimental featuresYann E. MORIN"2012-12-261-1/+1
| | | | | | | | | | It's been some time now we've had those features, so unmark them being experimental. It does not mean everything is perfect, but may gather some more testing of those features. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* kernel/linux: update revisionsBenoît Thébaudeau"2012-12-111-40/+15
| | | | | | | | Update Linux with the latest available revisions. Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> Message-Id: <515f9ed69f58a0af21e9.1355226920@advdt005-ubuntu> Patchwork-Id: 205183
* kernel/linux: update revisionsBenoît Thébaudeau"2012-11-151-9/+24
| | | | | | | | Update Linux with the latest available revisions. Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> Message-Id: <4b669b1e51901b6ec6b1.1353009148@advdt005-ubuntu> Patchwork-Id: 199394
* libc/mingw: replace mingw32 with generic mingwYann Diorcet2012-11-142-33/+7
| | | | | | | | | | | | | | | | Replace the 32-bit-only mingw32 with mingw-w64 that is capable of building toolchains for both 32-bit and 64-bit Windows. kernel/mingw: replace mingw32 with generic Windows kernel/windows: New windows kernel supporting 32 and 64 bit arch libc/mingw: Remove old options patches: Remove old mingw libc options' patches Signed-off-by: "Yann Diorcet" <diorcet.yann@gmail.com> [yann.morin.1998@free.fr: array var in libc/mingw.sh, typos] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Message-Id: <b045ac08fc9eac2e5ee3.1352898499@blackmint> Patchwork-Id: 198901
* kernel/linux: add altest versionsYann E. MORIN"2012-10-221-12/+22
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* kernel/linux: update revisionsBenoît Thébaudeau"2012-10-111-31/+21
| | | | | | | | | | kernel/linux: update revisions Update Linux with the latest available revisions. Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> Message-Id: <efc60d787e571c37eef1.1349964870@advdt005-ubuntu> PatchWork-Id: 190917
* kernel/linux: update revisionsBenoît Thébaudeau"2012-09-211-9/+19
| | | | | | | | Update Linux with the latest available revisions. Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> Message-Id: <f87414d1b7f0d5d417b7.1348237635@advdt005-ubuntu> PatchWork-ID: 185747
* kernel/linux: update revisionsBenoît Thébaudeau"2012-08-201-9/+19
| | | | | | | Update Linux with the latest available revisions. Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> Message-Id: <3be58d464e5a3ed992b4.1345487432@advdt005-ubuntu>
* kernel/linux: add latest versionsYann E. MORIN"2012-08-031-6/+6
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* kernel/linux: forgot to update linux-stableYann E. MORIN"2012-07-311-3/+3
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* kernel/linux: update versionYann E. MORIN"2012-07-311-3/+3
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* kernel/linux: update revisionsBenoît Thébaudeau"2012-07-231-22/+12
| | | | | | | Update Linux with the latest available revisions. Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> Message-Id: <c626b7332f2b92478fda.1343045360@advdt005-ubuntu>
* kernel/linux: update revisionsBenoît Thébaudeau"2012-06-181-3/+8
| | | | | | Update Linux with the latest available revisions. Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
* kernel/linux: add latest versionsYann E. MORIN"2012-06-111-9/+19
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* kernel/linux: update revisionsBenoît Thébaudeau"2012-05-251-27/+12
| | | | | | Update Linux with the latest available revisions. Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
* kernel/linux: update revisionsYann E. MORIN"2012-04-161-6/+21
| | | | | | | | Update Linux with the latest available revisions. Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> [yann.morin.1998@free.fr: add a few other versions since released] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* kernel/linux: add latest versionsYann E. MORIN"2012-04-021-6/+11
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>