summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * add some highbank fixes that are queued for 3.12Kyle McMartin2013-09-032-2/+223
| | | | | | | | also provide a way to turn off modules extra processing.
| * Add keyring patches to support krb5 (rhbz 1003043)Josh Boyer2013-09-034-0/+7594
| |
| * [arm64] install dtbsKyle McMartin2013-09-032-4/+10
| |
* | Add patch set to fix MMC on AM33xx, Add basic support for BeagleBone BlackPeter Robinson2013-09-0420-232/+3026
|/
* Linux v3.11Josh Boyer2013-09-035-72/+74
| | | | - Disable debugging options.
* Linux v3.11-rc7-96-ga878764Josh Boyer2013-09-023-143/+5
|
* Build in OMAP MMC again (fix at least omap3)Peter Robinson2013-09-013-6/+10
|
* Linux v3.11-rc7-42-gd9eda0fJosh Boyer2013-08-312-2/+5
|
* Fix HID CVEs. Absurd.Josh Boyer2013-08-302-0/+1512
| | | | | | | | - CVE-2013-2888 rhbz 1000451 1002543 CVE-2013-2889 rhbz 999890 1002548 - CVE-2013-2891 rhbz 999960 1002555 CVE-2013-2892 rhbz 1000429 1002570 - CVE-2013-2893 rhbz 1000414 1002575 CVE-2013-2894 rhbz 1000137 1002579 - CVE-2013-2895 rhbz 1000360 1002581 CVE-2013-2896 rhbz 1000494 1002594 - CVE-2013-2897 rhbz 1000536 1002600 CVE-2013-2899 rhbz 1000373 1002604
* Linux v3.11-rc7-30-g41615e8Josh Boyer2013-08-302-3/+6
|
* Rework Secure Boot support to use the secure_modules approachJosh Boyer2013-08-308-7423/+1556
| | | | - Drop pekey
* Add mei patches that fix various s/r issues (rhbz 994824 989373)Josh Boyer2013-08-292-0/+109
|
* Linux v3.11-rc7-24-gc95389bJosh Boyer2013-08-292-2/+5
|
* Linux v3.11-rc7-14-gfa8218dJosh Boyer2013-08-285-66/+71
| | | | - Reenable debugging options.
* [arm] build pinctrl-single into the kernelKyle McMartin2013-08-272-1/+5
|
* Linux v3.11-rc7Josh Boyer2013-08-265-69/+72
| | | | - Disable debugging options.
* Linux v3.11-rc6-139-g89b53e5Josh Boyer2013-08-234-132/+5
|
* THANKS INFO COWDave Jones2013-08-231-10/+11
|
* Linux v3.11-rc6-76-g6a7492aJosh Boyer2013-08-232-2/+5
|
* Minor ARM config cleanups, Enable some IOMMU drivers on ARM, Enable some ↵Peter Robinson2013-08-235-6/+94
| | | | i.MX sound drivers
* Linux v3.11-rc6-72-g1f8b766Josh Boyer2013-08-222-3/+6
|
* drop arm-tegra-remove-direct-vbus-regulator-control.patchKyle McMartin2013-08-222-139/+4
|
* Add verrel for buildJosh Boyer2013-08-211-2/+2
|
* Add patch to fix brcmsmac oops (rhbz 989269)Josh Boyer2013-08-212-0/+141
|
* Stop compiling the NFS v2 kernel moduleSteve Dickson2013-08-211-1/+1
| | | | | | | | The following patch disables the NFS v2 kernel module from being compiled with which in turn disable the NFS v2 support in Fedora 20 kernel. Signed-off-by: Steve Dickson <steved@redhat.com>
* CVE-2013-0343 handling of IPv6 temporary addresses (rhbz 914664 999380)Josh Boyer2013-08-212-0/+70
|