Commit Graph

718 Commits

Author SHA1 Message Date
Tobias Powalowski
70a41aa42a bump to 3.17 series 2014-10-06 16:07:52 +00:00
Tobias Powalowski
2d4a56b2c3 bump to latest version 2014-10-06 06:31:17 +00:00
Dave Reisner
33ccc905a3 fix packaging functions
Should have done a slightly more thorough test of this...
2014-09-28 04:03:58 +00:00
Dave Reisner
592e827081 Adjust hack to be more friendly to makepkg
This keeps the same benefits of the original solution, but is more compatible
with makepkg's extraction methods.
2014-09-28 03:22:14 +00:00
Tobias Powalowski
a4cea77cbb bump to latest version 2014-09-17 20:14:30 +00:00
Tobias Powalowski
9b7b2bc0b5 bump to latest version 2014-09-06 15:40:19 +00:00
Tobias Powalowski
ac606df8ff bump to latest version 2014-08-14 06:02:01 +00:00
Tobias Powalowski
c89aa96c77 add missing patch 2014-08-13 18:03:54 +00:00
Tobias Powalowski
b4709a4f8f fix compal hwmon, add Industrial IO for Windows 8 laptops, add CONFIG_DEBUG_SET_MODULE_RONX, #41347, #41080, #41458 2014-08-13 15:31:14 +00:00
Tobias Powalowski
88acf22646 fix log messages on bootup 2014-08-05 04:41:14 +00:00
Tobias Powalowski
c4618070d2 bump to 3.16 2014-08-04 06:24:04 +00:00
Tobias Powalowski
b06c9dab02 bump to 3.16 2014-08-04 05:48:10 +00:00
Tobias Powalowski
42e750220b bump to 3.16 2014-08-04 05:18:30 +00:00
Tobias Powalowski
195f6467b5 bump to latest version 2014-08-01 07:04:17 +00:00
Thomas Bächler
0979ad37bf upgpkg: 3.15.7-1 2014-07-28 19:59:38 +00:00
Tobias Powalowski
55508a8788 #41260 add better value for DEFAULT_MMAP_MIN_ADDR 2014-07-25 15:10:36 +00:00
Tobias Powalowski
2726dc3c8b bump to latest version 2014-07-18 05:18:53 +00:00
Tobias Powalowski
dc0db0d975 add patch for #33745 efistub breakage 2014-07-11 06:19:46 +00:00
Tobias Powalowski
86e4a8b88d bump to latest version 2014-07-10 05:35:59 +00:00
Tobias Powalowski
7e5f264855 bump to latest version 2014-07-07 06:30:05 +00:00
Tobias Powalowski
264ba53470 bump to lastest version 2014-07-01 05:46:28 +00:00
Tobias Powalowski
b279a91099 bump to latest version 2014-06-27 06:17:02 +00:00
Tobias Powalowski
d2a6956b17 bump to latest version 2014-06-17 07:43:02 +00:00
Tobias Powalowski
46f302192d #40845 add vivi v4l2 modules 2014-06-16 18:22:50 +00:00
Tobias Powalowski
9a9dfd3888 #40759 add ROMFS kernel module 2014-06-16 09:37:21 +00:00
Tobias Powalowski
5bdf4c0ff4 #40759 add ROMFS kernel module 2014-06-16 09:35:27 +00:00
Tobias Powalowski
74324b56e9 #40773 disable not needed OTG drivers 2014-06-16 09:31:41 +00:00
Tobias Powalowski
d8141b786f #40818 disable CONFIG_MEMCG_KMEM 2014-06-16 09:09:44 +00:00
Tobias Powalowski
43b4e19ca9 remove not needed patches 2014-06-11 06:16:23 +00:00
Tobias Powalowski
ed46d9df24 readd dell_rbu module 2014-06-10 14:45:54 +00:00
Tobias Powalowski
44a8abeed5 fix config for i686 3.15 2014-06-08 19:44:39 +00:00
Tobias Powalowski
71cf4f42ce start 3.15 cycle 2014-06-08 19:22:49 +00:00
Jan Alexander Steffens
e5c1aafe83 Remove stray modeline 2014-06-08 10:57:06 +00:00
Tobias Powalowski
cfc563709d bump to latest version 2014-06-08 09:15:08 +00:00
Tobias Powalowski
514a311e05 bump to latest version 2014-06-01 05:52:43 +00:00
Tobias Powalowski
f954e765f1 bump to latest version 2014-05-13 15:06:31 +00:00
Tobias Powalowski
d979224d4b fix CVE-2014-0196 2014-05-12 18:58:13 +00:00
Tobias Powalowski
ef649200f8 bump to latest version 2014-05-06 20:49:41 +00:00
Thomas Bächler
7ca72f1c5e linux: Set CONFIG_BLK_DEV_LOOP_MIN_COUNT=0 and change back to sha256sums in the PKGBUILD 2014-05-02 10:40:55 +00:00
Tobias Powalowski
323c32f878 upgpkg: 3.14.2-1
bump to latest version, added fixes for i810 hang, uefi xsdt issue, saa7134, rtl8192se, tun speed
2014-04-27 09:34:35 +00:00
Tobias Powalowski
43c51cc85c bump to latest version 2014-04-14 19:13:09 +00:00
Thomas Bächler
414bfcc497 linux 3.14-5: Fix a futex bug and add some iwlwifi fixes 2014-04-11 21:45:37 +00:00
Thomas Bächler
21b4bb43e0 * 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)
2014-04-09 19:24:57 +00:00
Thomas Bächler
d068bb28c8 * 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-03 22:57:31 +00:00
Thomas Bächler
1dc3c46ebf upgpkg: 3.14-2 2014-04-02 20:28:15 +00:00
Thomas Bächler
4560707f1e Disable X86_SYSFB and FB_SIMPLE, see FS#39715 2014-04-02 18:11:43 +00:00
Thomas Bächler
fc46285c76 linux: Enable CONFIG_INFINIBAND_IPOIB_CM (FS#39701) 2014-04-02 17:43:11 +00:00
Thomas Bächler
5029abaa6a Remove test line from PKGBUILD that breaks x86_64 build 2014-04-01 20:53:27 +00:00
Thomas Bächler
d017334698 linux: Re-add CONFIG_UNUSED_SYMBOLS
I don't know what this will break and I don't have the time to care
about it, so keep it for now.
2014-04-01 18:05:33 +00:00
Thomas Bächler
ff6004ab78 linux: some PKGBUILD fixes and re-add the syscalls.h revert 2014-03-31 23:22:46 +00:00