summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add 0001-Tegra-updates.patchmaster-tegraNicolas Chauvet2015-07-131-0/+273
|
* [LOCAL] Avoid numactl on armv7hl arch-override scratchNicolas Chauvet2015-07-131-3/+0
|
* Apply patches for tegraNicolas Chauvet2015-07-131-0/+2
|
* [LOCAL] add cpufreq-dt to builtinNicolas Chauvet2015-07-131-1/+1
|
* Add CONFIG_OF_MDIONicolas Chauvet2015-07-131-1/+1
|
* [LOCAL] Switch PWM_TEGRA to builtinNicolas Chauvet2015-07-131-1/+1
|
* [LOCAL] Switch I2C_TEGRA as builtinNicolas Chauvet2015-07-131-1/+1
| | | | This will allow rtc drivers to work in time
* [LOCAL] switch to CONFIG_REGULATOR_GPIO to builtinNicolas Chauvet2015-07-131-1/+1
|
* [LOCAL] Config trimslice rtc0 as builtinNicolas Chauvet2015-07-131-1/+1
|
* [LOCAL] Kill TI EDMANicolas Chauvet2015-07-131-2/+2
|
* Add CONFIG_RTC_DRV_SNVS as builtinNicolas Chauvet2015-07-131-1/+1
| | | | | | | | | This prevent error like this déc. 31 19:00:02 localhost kernel: drivers/rtc/hctosys.c: unable to open rtc device (rtc0) ... déc. 31 19:00:09 localhost kernel: snvs_rtc 20cc034.snvs-rtc-lp: rtc core: registered 20cc034.snvs-rtc-lp as rtc0 On the wandboard, this rtc isn't wired, so it can only help to save time accross reboot
* Add TPS6586x RTC/Regulator as builtinNicolas Chauvet2015-07-132-2/+2
|
* Add CONFIG_ZRAM_LZ4_COMPRESS=yNicolas Chauvet2015-07-131-1/+1
| | | | | | | | | | This patch was tested on TOSHIBA AC100 (512M) with zram0=128M (and cma=128M) Kernel doc: https://www.kernel.org/doc/Documentation/blockdev/zram.txt Test zram in mozilla bz https://bugzilla.mozilla.org/show_bug.cgi?id=945174#c21
* Disable BROKEN ROCKCHIP_IOMMUNicolas Chauvet2015-07-131-1/+1
|
* Disable BROKEN EXYNOS_IOMMUNicolas Chauvet2015-07-131-2/+2
|
* Linux v4.2-rc2Josh Boyer2015-07-1318-89/+93
| | | | - Disable debugging options.
* Fix perf build with hardeningJosh Boyer2015-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | So. Because of the joys of how perf builds up its LDFLAGS, builds started failing in rawhide with the latest perl build. See, perf thinks it is a good idea to look at perl (and python too) and see what ld options were used to build it, then just slam those into what it uses. That's cute, and probably kind of works, but with the hardening changes it totally broke the build. One of the final links failed with: /usr/bin/ld: perf-in.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC perf-in.o: error adding symbols: Bad value because it sucked in the hardened build LD options from perl, but didn't we didn't pass in the required CFLAGS options. Isn't that special? Fix this by specifying both LDFLAGS (so it isn't magically getting applied without thought) and EXTRA_CFLAGS for the perf build. I hate everything.
* Linux v4.2-rc1-62-gc4b5fd3fb205Josh Boyer2015-07-103-8/+7
| | | | - Build perf with NO_PERF_READ_VDSO32 on all arches
* Use git to apply patchesJosh Boyer2015-07-091-273/+25
|
* Linux v4.2-rc1-33-gd6ac4ffc61acJosh Boyer2015-07-0881-2/+40410
|
* Linux v4.2-rc1-17-gc7e9ad7da219Josh Boyer2015-07-076-132/+68
| | | | - Reenable debugging options.
* Linux v4.2-rc1Josh Boyer2015-07-0635-228/+249
| | | | | - Disable debug options. - Add patch to fix perf build
* Linux v4.1-11549-g05a8256c586aJosh Boyer2015-07-013-2/+6
|
* Linux v4.1-11355-g6aaf0da8728cJosh Boyer2015-06-3021-87/+178
| | | | | - Add patch to fix KVM sleeping in atomic issue (rhbz 1237143) - Fix errant with_perf disable that removed perf entirely (rhbz 1237266)
* Fix filter files for the rpcrdma renameJosh Boyer2015-06-296-6/+6
|
* Linux v4.1-11235-gc63f887bdae8Josh Boyer2015-06-2932-499/+229
| | | | - Reenable debugging options.
* Reorganisation and cleanup of the powerpc configsPeter Robinson2015-06-266-537/+298
|
* Linux v4.1-5596-gaefbef10e3aeJosh Boyer2015-06-2641-1203/+278
|
* Linux v4.1Josh Boyer2015-06-224-59/+10
|
* minor arm patch renumberingPeter Robinson2015-06-201-14/+14
|
* Add patch to fix touchpad issues on Razer machines (rhbz 1227891)Josh Boyer2015-06-182-0/+53
|
* Bump for rebuild to hopefully fix size issues due to elfutils bugJosh Boyer2015-06-161-1/+4
|
* Make some of the ARMv7 cpufreq drivers modularPeter Robinson2015-06-162-3/+6
|
* Linux v4.1-rc8Josh Boyer2015-06-155-7/+60
|
* Linux v4.1-rc7-72-gdf5f4158415bJosh Boyer2015-06-127-52/+11
|
* CVE-2015-XXXX kvm: NULL ptr deref in kvm_apic_has_events (rhbz 1230770 1230774)Josh Boyer2015-06-122-0/+34
|
* Disable RT_GROUP_SCHED (rhbz 1229700)Josh Boyer2015-06-101-1/+1
|
* Fix touchpad for Thinkpad S540 (rhbz 1223051)Josh Boyer2015-06-092-0/+48
|
* Linux v4.1-rc7Josh Boyer2015-06-085-69/+8
|
* Linux v4.1-rc6-49-g8a7deb362b76Josh Boyer2015-06-042-2/+5
|
* Add patch to turn of WC mmaps on i915 from airlied (rhbz 1226743)Josh Boyer2015-06-042-0/+30
|
* Drop firwmare warning until we get a real fix (rhbz 1133378)Laura Abbott2015-06-042-0/+98
|
* Fix auditing of canonical mode (rhbz 1188695)Laura Abbott2015-06-042-0/+67
|
* Fix from Ngo Than for perf build on ppc64le (rhbz 1227260)Josh Boyer2015-06-031-1/+8
|
* Linux v4.1-rc6-44-g8cd9234c64c5Josh Boyer2015-06-032-1/+5
|
* Drop merged backlight quirk patchJosh Boyer2015-06-022-43/+0
| | | | This went upstream as commit 3295d73002f4be341069a000aec4b8d7e5ea8d2c in 4.0-rc1
* Drop stale btrfs revert patchJosh Boyer2015-06-021-105/+0
| | | | This was merged in 3.18-rc1 and we just forgot to drop it.
* Fix middle button issues on external Lenovo keyboards (rhbz 1225563)Josh Boyer2015-06-022-0/+61
|
* Linux v4.1-rc6Josh Boyer2015-06-019-75/+14
|
* drop duplicate option (NFC)Peter Robinson2015-05-301-1/+0
|