summaryrefslogtreecommitdiff
path: root/libre-testing/linux-libre
AgeCommit message (Collapse)Author
2016-03-25linux-libre: fix Atmel maXTouch touchscreen support -> ↵André Fabian Silva Delgado
https://labs.parabola.nu/issues/877
2016-03-25linux-libre-4.5_gnu-1.1: disable CONFIG_LIBIPW since it's just useful for ↵André Fabian Silva Delgado
CONFIG_IPW2100 and CONFIG_IPW2200 that are modules for Intel PRO/Wireless devices -> https://labs.parabola.nu/issues/47
2016-03-16linux-libre-4.5_gnu-1: updating versionAndré Fabian Silva Delgado
2016-02-02linux-libre-4.4.1_gnu-1: updating versionAndré Fabian Silva Delgado
* fix debug output - FS#47849 -> https://bugs.archlinux.org/task/47849 * fix FS#47757 -> https://bugs.archlinux.org/task/47757
2016-01-21linux-libre{,-pck}: remove blank space in PKGBUILDAndré Fabian Silva Delgado
2016-01-21linux-libre-4.4_gnu-4: updating revisionAndré Fabian Silva Delgado
* fix sdhci broken on some boards - FS#47778 -> https://bugs.archlinux.org/task/47778 * fix kernel panics on platform modules - FS#47805 -> https://bugs.archlinux.org/task/47805 * fix CVE-2016-0728 - FS#47820 -> https://bugs.archlinux.org/task/47820
2016-01-18linux-libre: remove blank space in PKGBUILDAndré Fabian Silva Delgado
2016-01-16linux-libre: minor fixAndré Fabian Silva Delgado
2016-01-16linux-libre-4.4_gnu-3: updating versionAndré Fabian Silva Delgado
* disable CONFIG_X86_VERBOSE_BOOTUP - FS#47402 -> https://bugs.archlinux.org/task/47402 * enable CONFIG_VGACON_SOFT_SCROLLBACK - FS#47442 -> https://bugs.archlinux.org/task/47442 * unsetting CONFIG_ACPI_REV_OVERRIDE_POSSIBLE - FS#47710 -> https://bugs.archlinux.org/task/47710
2015-12-13linux-libre-4.3.2_gnu-1: updating versionAndré Fabian Silva Delgado
* fixup configs * add CONFIG_MTD_PCMCIA=m - FS#46316 -> https://bugs.archlinux.org/task/46316 * add CONFIG_MTD_UBI_BLOCK=Y - FS#47066 -> https://bugs.archlinux.org/task/47066 * add CONFIG_SENSORS_NCT7904=m - FS#46488 -> https://bugs.archlinux.org/task/46488 * add CONFIG_BPF_SYSCALL=Y - FS#47008 -> https://bugs.archlinux.org/task/47008 * add CONFIG_DISPLAY_PANEL_TPO_TD028TTEC1=m - #857 -> https://labs.parabola.nu/issues/857 * add CONFIG_USB_G_DBGP=m - #858 -> https://labs.parabola.nu/issues/858
2015-11-07linux-libre-4.3_gnu-1: updating versionAndré Fabian Silva Delgado
2015-09-28linux-libre-4.2.1_gnu-1: updating versionAndré Fabian Silva Delgado
2015-09-28fix and optimize conditionals in linux.install for all kernelsAndré Fabian Silva Delgado
2015-09-27remove mkinitcpio support for armv7h kernelsAndré Fabian Silva Delgado
2015-09-27adapt armv7h kernels for GRUB usageAndré Fabian Silva Delgado
2015-09-26fix conflicts between armv7h kernelsAndré Fabian Silva Delgado
2015-09-24linux-libre{,-lts,-grsec,-pck}: remove blank space in linux.installAndré Fabian Silva Delgado
2015-09-24linux-libre{,-lts,-pck}: fix conditionals for multi-platform architectures ↵André Fabian Silva Delgado
in linux.install
2015-09-23linux-libre: fix conditionals for multi-platform architecturesAndré Fabian Silva Delgado
2015-09-23linux-libre: add curly brackets to $CARCHAndré Fabian Silva Delgado
2015-09-23linux-libre-4.2.1_gnu-1: updating versionAndré Fabian Silva Delgado
2015-09-22linux-libre-4.2_gnu-4: updating version for armv7hAndré Fabian Silva Delgado
2015-09-22linux-libre-4.2_gnu-4: fix bridge networking -> ↵André Fabian Silva Delgado
https://bugzilla.kernel.org/show_bug.cgi?id=104161
2015-09-22linux-libre-4.2_gnu-3: updating versionAndré Fabian Silva Delgado
2015-08-12linux-libre-4.1.5_gnu-1: updating versionAndré Fabian Silva Delgado
2015-08-06linux-libre-4.1.4_gnu-1.1: add patch to make the radeon driver load without ↵André Fabian Silva Delgado
the firmwares
2015-04-30linux-libre-4.0.1_gnu-1: updating versionAndré Fabian Silva Delgado
2015-04-15linux-libre-4.0_gnu-2: enable CONFIG_VIRTIO_PCI_LEGACY=yAndré Fabian Silva Delgado
2015-04-14linux-libre-4.0_gnu-1: updating versionAndré Fabian Silva Delgado
2014-04-11linux-libre-3.14-4: updating revisionAndré Fabian Silva Delgado
* move from [libre-testing] to [libre] * remove syscalls.h revert * properly fix symbol CRC generation * fix use of code32_start in the EFI boot stub * re-add MTD_NAND to the configuration to support ricoh sd card readers (FS#25889 => https://bugs.archlinux.org/task/25889)
2014-04-04linux-libre-3.14-3: updating revisionAndré Fabian Silva Delgado
* enable CONFIG_INFINIBAND_IPOIB_CM (FS#39701 => https://bugs.archlinux.org/task/39701) * disable X86_SYSFB and FB_SIMPLE (FS#39715 => https://bugs.archlinux.org/task/39715) * fix FSID of rootfs being 0 For st_dev in struct stat, the value 0 is an error. Make sure rootfs has value 1. This fixes the coreutils cp -ax issue (although that code has already been improved in coreutils, too) and somewhat fixes the switch_root problem in util-linux. It is still possible that rootfs gets an FSID >1 in future versions, so util-linux still needs to be fixed. This is unrelated to the mount id issue in /proc/*/mountinfo - the mount id may still be zero. * revert a patch that always enables autosuspend on intel bluetoothh xhci still sucks and breaks this. I am reverting this commit for reasons that are in no way selfish.
2014-04-01linux-libre-3.14-1: updating versionAndré Fabian Silva Delgado
* some PKGBUILD fixes and re-add the syscalls.h revert * re-add CONFIG_UNUSED_SYMBOLS
2014-02-21linux-libre-3.13.4-1: updating versionAndré Fabian Silva Delgado
2014-02-14linux-libre-3.13.3-1: updating versionAndré Fabian Silva Delgado
* add correct patch for asm issues
2014-02-12linux-libre-3.13.2-2: revert avmfritz breakerAndré Fabian Silva Delgado
2014-02-08linux-libre-3.13.2-1: updating version for mips64elAndré Fabian Silva Delgado
2014-02-07linux-libre: remove blank space on ChangeLogAndré Fabian Silva Delgado
2014-02-07linux-libre: prolixing ChangeLog on libre-testing tooAndré Fabian Silva Delgado
2014-02-07linux-libre-3.13.2-1: updating versionAndré Fabian Silva Delgado
2014-02-01linux-libre-3.13.1-2: fix CVE-2014-0038André Fabian Silva Delgado
2014-01-29linux-libre-3.13.1-1: updating versionAndré Fabian Silva Delgado
2014-01-28linux-libre-3.13-2: fix pkgrelAndré Fabian Silva Delgado
2014-01-28linux-libre-3.13-2: fix checksumsAndré Fabian Silva Delgado
2014-01-28linux-libre-3.13-2: fix i8042 aliasesAndré Fabian Silva Delgado
2014-01-27linux-libre-3.13-1: fix checksumsAndré Fabian Silva Delgado
2014-01-26linux-libre-3.13-1: updating versionAndré Fabian Silva Delgado
* reenable ALIX support * update patches and PKGBUILD * move preparation to prepare() * remove stuff from /usr/src, use /usr/lib/modules/$version/build instead * some PKGBUILD fixes * restore another option that got lost => CONFIG_MEM_SOFT_DIRTY * don't try to write to $startdir * fix broken symbols - this allows us to boot on i686 again! * add warning about missing keyboard support
2013-05-08linux-libre: updating versionAndré Fabian Silva Delgado
* Update 3.9.1-1 version to i686 and x86_64 * Update 3.9.0-1 version to mips64el
2013-04-30linux-libre: updating md5sumAndré Fabian Silva Delgado
2013-04-30linux-libre-3.9-2: updating version, but under testingAndré Fabian Silva Delgado