summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Linux v3.12-rc1Josh Boyer2013-09-175-68/+72
| | | | - Disable debugging options.
* Linux v3.11-10064-gbff157bJosh Boyer2013-09-152-3/+6
|
* Update keys-x509-improv.patch to latest back from upstream gitJosh Boyer2013-09-142-669/+982
|
* Linux v3.11-10050-g3711d86Josh Boyer2013-09-142-2/+5
|
* 1/3 is a crappy correction rateJosh Boyer2013-09-131-2/+2
|
* Correct CVE number for sctp IPv6 issueJosh Boyer2013-09-131-3/+3
|
* Linux v3.11-10007-g399a946Josh Boyer2013-09-133-106/+5
|
* Add patch to fix btrfs build on ARMJosh Boyer2013-09-132-0/+17
|
* CVE-2013-XXXX net: sctp: ipv6 ipsec encryption bug in sctp_v6_xmit (rhbz ↵Josh Boyer2013-09-132-0/+193
| | | | 1007872 1007903)
* CVE-2013-4343 net: use-after-free TUNSETIFF (rhbz 1007733 1007741)Josh Boyer2013-09-132-0/+110
|
* Linux v3.11-9747-gff812d7Josh Boyer2013-09-125-28/+9
|
* Update to v3 of the upstream HID fixesJosh Boyer2013-09-121-475/+868
|
* Linux v3.11-9420-gd5d04bbJosh Boyer2013-09-122-2/+5
|
* Linux v3.11-9411-gc2d9572Josh Boyer2013-09-116-134/+59
|
* Linux v3.11-9031-ga22a0fdJosh Boyer2013-09-115-2/+8
|
* Comment out the rest of the BBB patches.Josh Boyer2013-09-101-11/+11
| | | | Leaving 1/2 of them enabled just leads to build fails.
* Linux v3.11-8935-g31f7c3aJosh Boyer2013-09-102-9/+12
|
* Linux v3.11-8716-g26b0332Josh Boyer2013-09-105-217/+20
|
* Enable OF option to allocate CMA memory using device tree on ARMPeter Robinson2013-09-092-2/+5
|
* Linux fscache-fixes-for-ceph-8429-g300893bJosh Boyer2013-09-093-2/+8
|
* [arm] re-enable CONFIG_PCIEPORTBUS, now that tegra is fixed upstreamKyle McMartin2013-09-092-1/+3
|
* Fixup keys-krb-support patchJosh Boyer2013-09-091-12/+189
| | | | Actually include the new persistent.c file after the rebase. Sigh.
* Linux v3.11-7890-ge5c832dJosh Boyer2013-09-095-207/+39
|
* Linux v3.11-7547-g44598f9Josh Boyer2013-09-097-792/+12
|
* Minor updates to OMAP and AM33xxPeter Robinson2013-09-083-40/+46
|
* Add patch to fix ARM kernel neon buildJosh Boyer2013-09-073-2/+109
|
* Turn off CONFIG_KERNEL_MODE_NEON again.Josh Boyer2013-09-071-1/+1
| | | | | | | | | | It fails to build with: ERROR: "xor_block_neon_inner" [crypto/xor.ko] undefined! make[1]: *** [__modpost] Error 1 make: *** [modules] Error 2 Will enable it when it's fixed
* Linux v3.11-6855-g4de9ad9Josh Boyer2013-09-064-531/+6
|
* [arm] enable KERNEL_MODE_NEONKyle McMartin2013-09-062-1/+5
|
* Linux v3.11-6422-g2e03285Josh Boyer2013-09-067-208/+20
|
* Linux v3.11-4809-ga09e9a7Josh Boyer2013-09-054-3/+8
|
* Fix perf build on ARM (from Kyle McMartin)Josh Boyer2013-09-052-0/+31
|
* Linux v3.11-3891-gae7a835Josh Boyer2013-09-0510-76/+19
|
* Linux v3.11-3120-g816434eJosh Boyer2013-09-053-2/+6
|
* Fixup perf buildJosh Boyer2013-09-051-1/+5
|
* [arm] disable CONFIG_PCIEPORTBUSKyle McMartin2013-09-042-0/+5
|
* Linux v3.11-3070-gcb3e433Josh Boyer2013-09-044-3/+9
|
* Update linux-firmware requirements for newer radeon firmware (rhbz 988268 ↵Josh Boyer2013-09-041-2/+5
| | | | 972518)
* Disable EXYNOS cpufreq drivers. They don't currently build:Josh Boyer2013-09-041-3/+3
| | | | | | | | | | | | | | | + make -s ARCH=arm V=1 -j4 bzImage KALLSYMS_EXTRA_PASS=1 arch/arm/kernel/return_address.c:63:2: warning: #warning "TODO: return_address should use unwind tables" [-Wcpp] #warning "TODO: return_address should use unwind tables" ^ arch/arm/mm/dma-mapping.c:253:2: warning: #warning ARM Coherent DMA allocator does not (yet) support huge TLB [-Wcpp] #warning ARM Coherent DMA allocator does not (yet) support huge TLB ^ drivers/cpufreq/exynos-cpufreq.c:21:22: fatal error: plat/cpu.h: No such file or directory #include <plat/cpu.h> ^ compilation terminated. make[2]: *** [drivers/cpufreq/exynos-cpufreq.o] Error 1
* Linux v3.11-2654-g458c3f6Josh Boyer2013-09-042-2/+5
|
* Linux v3.11-2529-ga923874Josh Boyer2013-09-042-2/+5
|
* Linux v3.11-2455-g40031daJosh Boyer2013-09-046-24/+10
|
* Linux v3.11-2200-gf66c83dJosh Boyer2013-09-043-7/+13
|
* Linux v3.11-1851-g7511442Josh Boyer2013-09-044-2/+16
|
* Linux v3.11-782-g1d1fdd9Josh Boyer2013-09-044-111/+7
|
* Linux v3.11-716-gb3b4911Josh Boyer2013-09-045-7/+20
|
* Renable cpuidle on ARM, was disabled sometime back due to instabilityPeter Robinson2013-09-044-7/+9
|
* Add patch set to fix MMC on AM33xx, Add basic support for BeagleBone BlackPeter Robinson2013-09-0416-317/+9760
|\
| * Linux v3.11-351-g1ccfd5eJosh Boyer2013-09-038-68/+83
| | | | | | | | - Reenable debugging options.
| * Add system_keyring patches back inJosh Boyer2013-09-036-245/+1852
| |