summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix gr3d addr for tegra20f21-3.18-tegraNicolas Chauvet2015-01-312-0/+48
|
* [LOCAL] Switch PWM_TEGRA to builtinNicolas Chauvet2015-01-311-1/+1
|
* [LOCAL] Switch I2C_TEGRA as builtinNicolas Chauvet2015-01-311-1/+1
| | | | This will allow rtc drivers to work in time
* [LOCAL] switch to CONFIG_REGULATOR_GPIO to builtinNicolas Chauvet2015-01-311-1/+1
|
* [LOCAL] Disable exynos IOMMUNicolas Chauvet2015-01-311-2/+2
|
* Add CONFIG_GPIO_PCA953X_IRQ=y as found in tegra_defconfigNicolas Chauvet2015-01-311-1/+2
|
* [LOCAL] Config trimslice rtc0 as builtinNicolas Chauvet2015-01-311-1/+1
|
* [LOCAL] Add CONFIG_BACKLIGHT_PWM builtinNicolas Chauvet2015-01-311-1/+3
|
* [LOCAL] Kill TI EDMANicolas Chauvet2015-01-311-2/+2
|
* Add CONFIG_RTC_DRV_SNVS as builtinNicolas Chauvet2015-01-311-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-01-312-2/+2
|
* Add CONFIG_ZRAM_LZ4_COMPRESS=yNicolas Chauvet2015-01-311-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
* Linux v3.18.5Justin M. Forbes2015-01-304-140/+6
|
* Refresh patches from f21 branch in the git treeJosh Boyer2015-01-2937-105/+104
|
* Backport patch from Rob Clark to toggle i915 state machine checksJosh Boyer2015-01-295-65/+584
| | | | - Disable i915 state checks
* Linux v3.18.4Justin M. Forbes2015-01-2711-4187/+7
|
* CVE-2015-0239 kvm: insufficient sysenter emulation from 16-bit (rhbz 1186448 ↵Josh Boyer2015-01-272-0/+91
| | | | 1186453)
* xhci: Check if slot is already in default state before moving it thereJustin M. Forbes2015-01-192-1/+55
|
* Add fixes from 3.18.4 queue to fix i915 issuesJustin M. Forbes2015-01-192-1/+3853
|
* Oops, changelog goes in changelogJustin M. Forbes2015-01-161-1/+1
|
* Linux v3.18.3Justin M. Forbes2015-01-166-280/+6
|
* Build fixes for big-endian archesJustin M. Forbes2015-01-152-1/+37
|
* Actually add the 3.18.2 patchJustin M. Forbes2015-01-131-1/+1
|
* Linux v3.18.2Justin M. Forbes2015-01-1338-5734/+6635
|
* CVE-2014-9585 ASLR brute-force possible for vdso (rhbz 1181054 1181056)Josh Boyer2015-01-122-0/+135
|
* Backlight fixes for Samsung and Dell machines (rhbz 1094948 1115713 1163574)Josh Boyer2015-01-124-0/+198
|
* Add various UAS quirks (rhbz 1124119)Josh Boyer2015-01-126-3/+194
|
* Add patch to fix loop in VDSO (rhbz 1178975)Josh Boyer2015-01-122-0/+57
|
* Linux v3.17.8Justin M. Forbes2015-01-0823-1917/+6
|
* CVE-2014-9529 memory corruption or panic during key gc (rhbz 1179813 1179853)Josh Boyer2015-01-072-0/+50
|
* Enable POWERCAP and INTEL_RAPLJosh Boyer2015-01-073-1/+5
|
* CVE-2014-9419 partial ASLR bypass through TLS base addr leak (rhbz 1177260 ↵Josh Boyer2015-01-062-0/+316
| | | | 1177263)
* CVE-2014-9428 remote DoS via batman-adv (rhbz 1178826 1178833)Josh Boyer2015-01-062-0/+68
|
* Fix CIFS login issue (rhbz 1163927)Josh Boyer2015-01-062-0/+53
|
* Enable F2FS (rhbz 972446)Josh Boyer2014-12-292-2/+10
|
* CVE-2014-8989 userns can bypass group restrictions (rhbz 1170684 1170688)Josh Boyer2014-12-1814-0/+1255
|
* Fix dm-cache crash (rhbz 1168434)Josh Boyer2014-12-184-0/+125
|
* Fix blk-mq crash on CPU hotplug (rhbz 1175261)Josh Boyer2014-12-182-0/+88
|
* Add USBIP drivers to kernel-modules-extraJonathan Dieter2014-12-173-1/+8
| | | | Signed-off-by: Jonathan Dieter <jdieter@lesbg.com>
* CVE-2014-XXXX isofs: infinite loop in CE record entries (rhbz 1175235 1175250)Josh Boyer2014-12-172-0/+63
|
* Linux v3.17.7Josh Boyer2014-12-165-42/+6
|
* CVE-2014-8559 deadlock due to incorrect usage of rename_lock (rhbz 1159313 ↵Josh Boyer2014-12-163-0/+831
| | | | 1173814)
* Add patch from Josh Stone to restore var-tracking via Kconfig (rhbz 1126580)Josh Boyer2014-12-163-0/+101
|
* Fix ppc64 boot with smt-enabled=off (rhbz 1173806)Josh Boyer2014-12-152-0/+53
|
* CVE-2014-8133 x86: espfix(64) bypass via set_thread_area and CLONE_SETTLS ↵Josh Boyer2014-12-1563-74/+154
| | | | (rhbz 1172797 1174374)
* build in ahci_platform on aarch64 temporarilyKyle McMartin2014-12-122-0/+5
|
* Remove pointless warning in cfg80211 (rhbz 1172543)Josh Boyer2014-12-122-0/+51
|
* Fix MSI issues on another Samsung pci-e SSD (rhbz 1084928)Josh Boyer2014-12-102-0/+39
|
* Fix UAS crashes with Seagate and Fresco Logic drives (rhbz 1164945)Josh Boyer2014-12-104-0/+132
|
* CVE-2014-8134 fix espfix for 32-bit KVM paravirt guests (rhbz 1172765 1172769)Josh Boyer2014-12-102-0/+82
|