Josh Boyer
8fb285bdac
Add fix for timer issue in bridge code (rhbz 980254)
2013-07-05 09:05:28 -04:00
Josh Boyer
af1ede06d2
Add patches to fix iwl skb managment (rhbz 977040)
2013-07-03 08:35:45 -04:00
Dennis Gilmore
289de5293a
ARM: create a dtb for wandboard quad
2013-07-02 14:21:20 -05:00
Justin M. Forbes
26ffc4cdb7
Linux v3.10
2013-07-01 15:26:57 -05:00
Peter Robinson
67c0481a3b
Only enable ARM A15 errata on the LPAE kernel as it breaks A8
2013-06-28 08:55:34 +01:00
Josh Boyer
093a1632ec
Fix stack memory usage for DMA in ath3k (rhbz 977558)
2013-06-27 09:36:48 -04:00
Josh Boyer
69c0bf4782
Add two patches to fix bridge networking issues (rhbz 880035)
2013-06-26 07:51:29 -04:00
Josh Boyer
0a517e3c24
Fix battery issue with bluetooth keyboards (rhbz 903741)
2013-06-24 10:33:22 -04:00
Josh Boyer
d258655694
Linux v3.10-rc7
...
- Disable debugging options.
2013-06-24 10:31:57 -04:00
Dave Jones
20ba4aa98d
Disable MTRR sanitizer by default.
2013-06-18 13:05:13 -04:00
Justin M. Forbes
5666015cba
Testing the test harness
2013-06-18 11:40:13 -05:00
Justin M. Forbes
bdf8eeb2b4
Reenable debugging options.
2013-06-18 09:23:14 -05:00
Josh Boyer
6f1d3b1ba6
Add patch to fix radeon issues on powerpc
2013-06-17 10:14:41 -04:00
Josh Boyer
542e360438
Linux v3.10-rc6
2013-06-17 08:28:32 -04:00
Kyle McMartin
575de6c9a6
Add initial arm64 support
...
Based on a working config by Paul Whalen. The generated config ends
up being the same, so hopefully this marks the first ARMv8 Fedora
kernel.
Signed-off-by: Kyle McMartin <kyle@redhat.com>
2013-06-16 15:29:14 -04:00
Kyle McMartin
3e75bb64f8
mrproper doesn't need $CROSS_COMPILE set
2013-06-14 11:45:28 -04:00
Kyle McMartin
43d64b26e6
Introduce infrastructure for cross-compiling Fedora kernels
...
Intended to assist building for secondary architectures like ppc64, s390x,
and arm.
To use, create an .src.rpm using "fedpkg srpm" and then run
"rpmbuild --rebuild --with cross --without perf --without tools \
kernel*.src.rpm" to cross compile. This requires binutils and gcc
packages named like %_target_cpu, which all but powerpc64 currently provides
in rawhide/F-19. Can't (currently) cross compile perf or kernel-tools, since
libc is missing from the cross environment.
2013-06-13 17:24:01 -04:00
Kyle McMartin
2afa3c7952
drop upstream arm-export-read_current_timer.patch
2013-06-13 14:20:28 -04:00
Peter Robinson
f65d528f91
Minor ARM config updates
2013-06-12 23:51:16 +01:00
Kyle McMartin
9b1a4cb307
Shift some %ifarch arm stuff around
...
Define kernel_mflags so we can use the same BuildTarget command
for both arm and everyone else.
Move the dtb install after modules.
2013-06-12 14:57:55 -04:00
Kyle McMartin
be52afe362
Fix thinko in last commit
...
kernel-PAE will be "used" (but not populated) for all but
armv7hl. On !i686 and !arm, it still needs to exist for some
of the other macros to expand properly.
2013-06-12 13:41:05 -04:00
Kyle McMartin
bc5f99d50a
Merge ARM lpae and i686 PAE flavours
2013-06-12 13:28:59 -04:00
Josh Boyer
1e99e37726
Fix KVM divide by zero error (rhbz 969644)
2013-06-12 07:37:55 -04:00
Josh Boyer
972606b895
Add fix for rt5390/rt3290 regression (rhbz 950735)
2013-06-12 07:34:42 -04:00
Dave Jones
18e50ce8f8
Disable soft lockup detector on virtual machines. (rhbz 971139)
2013-06-11 16:36:11 -04:00
Josh Boyer
d08f67e2b7
Add patches to fix MTRR issues (rhbz 973185)
2013-06-11 15:01:42 -04:00
Josh Boyer
07ed464194
Add two patches to fix issues with vhost_net and macvlan (rhbz 954181)
2013-06-11 09:27:34 -04:00
Josh Boyer
fff0cd2bfd
Linux v3.10-rc5
2013-06-11 08:48:43 -04:00
Josh Boyer
b9ce3498af
CVE-2013-2164 information leak in cdrom driver (rhbz 973100 973109)
2013-06-11 08:09:57 -04:00
Peter Robinson
5847c39b97
Enable Freescale i.MX platforms and initial config
2013-06-10 09:00:32 +01:00
Josh Boyer
4d67b5bc52
CVE-2013-2851 block: passing disk names as format strings (rhbz 969515 971662)
2013-06-07 08:23:33 -04:00
Josh Boyer
be3c5103be
CVE-2013-2852 b43: format string leaking into error msgs (rhbz 969518 971665)
2013-06-07 08:18:07 -04:00
Josh Boyer
5a0fdd92dc
CVE-2013-2148 fanotify: info leak in copy_event_to_user (rhbz 971258 971261)
2013-06-06 08:24:31 -04:00
Josh Boyer
fa81d1f832
CVE-2013-2147 cpqarray/cciss: information leak via ioctl (rhbz 971242 971249)
2013-06-06 08:20:47 -04:00
Josh Boyer
0bb05f83a2
CVE-2013-2140 xen: blkback: insufficient permission checks for BLKIF_OP_DISCARD (rhbz 971146 971148)
2013-06-05 16:14:31 -04:00
Dave Jones
bc6523eec2
3.10-rc4
...
merged: radeon-use-max_bus-speed-to-activate-gen2-speeds.patch
merged: iscsi-target-fix-heap-buffer-overflow-on-error.patch
2013-06-04 17:14:21 -04:00
Josh Boyer
f58391d7ed
Fix UEFI anti-bricking code (rhbz 964335)
2013-06-03 19:08:59 -04:00
Peter Robinson
34068bc239
Minor ARM config changes
2013-06-03 22:33:50 +01:00
Peter Robinson
de52faae3a
Add patch to fix DRM/X on omap (panda), Enable Cortex-A8 errata on multiplatform kernels (omap3), Minor ARM config updates
2013-06-02 19:05:45 +01:00
Josh Boyer
74e1b9e160
CVE-2013-2850 iscsi-target: heap buffer overflow on large key error (rhbz 968036 969272)
2013-05-31 07:37:04 -04:00
Peter Robinson
b94ced6c9a
Minor ARM config update for tegra (AC100)
2013-05-30 15:40:22 +01:00
Josh Boyer
1d59930094
Linux v3.10-rc3
...
- Disable debugging options.
2013-05-27 10:15:24 -04:00
Peter Robinson
daf742fafd
Minor ARM updates
2013-05-27 10:27:25 +01:00
Josh Boyer
00db28f1ca
Add patch to quiet irq remapping failures (rhbz 948262)
2013-05-24 13:00:26 -04:00
Josh Boyer
a63cdb706f
Linux v3.10-rc2-328-g0e255f1
2013-05-24 12:43:27 -04:00
Josh Boyer
f2b69a7552
Linux v3.10-rc2-221-g514e250
2013-05-24 07:51:25 -04:00
Kyle McMartin
6345227b0b
Fix modules.* removal from /lib/modules/$KernelVer
2013-05-23 22:54:14 -04:00
Josh Boyer
ba455ab11f
Fix oops from incorrect rfkill set in hp-wmi (rhbz 964367)
2013-05-23 16:15:47 -04:00
Josh Boyer
bb35785ad6
Linux v3.10-rc2-68-gbb3ec6b
...
- Reenable debugging options.
2013-05-22 12:55:16 -04:00
Kyle McMartin
98438291c0
move modules.* removal, so we don't trounce useful stuff
2013-05-21 15:53:48 -04:00
Kyle McMartin
bc6d3c8d25
denoisy the rm -f of the modules.* files for depmod as well
2013-05-21 15:42:46 -04:00
Kyle McMartin
21284e0b9e
rewrite modinfo license check to be less noisy
2013-05-21 14:29:19 -04:00
Josh Boyer
6ce56fc00f
Bump baserelease so we can get a new build
2013-05-21 12:59:30 -04:00
Peter Robinson
9dde12dcaa
Enable OMAP5 on ARM multiplatform
2013-05-21 15:24:18 +01:00
Kyle McMartin
78b8bdc3dd
Linux v3.10-rc2
2013-05-20 22:46:23 -04:00
Peter Robinson
85d2bdec2f
minor arm update
2013-05-20 23:39:19 +01:00
Josh Boyer
920edeb37d
Linux v3.10-rc1-369-g343cd4f
2013-05-20 08:41:02 -04:00
Josh Boyer
a99dc0f7d2
Linux v3.10-rc1-266-gec50f2a
2013-05-17 10:14:18 -04:00
Josh Boyer
3424e30d75
Enable memory cgroup swap accounting (rhbz 918951)
...
- Fix config-local usage (rhbz 950841)
2013-05-16 11:39:01 -04:00
Josh Boyer
e26533c072
Fix config-local usage (rhbz 950841)
2013-05-16 10:40:55 -04:00
Josh Boyer
c5489f3983
Linux v3.10-rc1-185-gc240a53
2013-05-15 17:46:40 -04:00
Josh Boyer
6d752ab3ea
Add patch from Harald Hoyer to migrate to using kernel-install
2013-05-15 15:23:31 -04:00
Josh Boyer
772553fb58
Linux v3.10-rc1-120-gb973425
2013-05-15 08:29:36 -04:00
Josh Boyer
6f2fa28c14
Linux v3.10-rc1-113-ga2c7a54
2013-05-14 14:48:19 -04:00
Josh Boyer
2ce6f7a81c
Linux v3.10-rc1-79-gdbbffe6
2013-05-13 20:16:18 -04:00
Josh Boyer
1a98835788
Linux v3.10-rc1-34-g1f63876
2013-05-13 16:12:37 -04:00
Josh Boyer
67a061c91e
Add radeon fixes for PCI-e gen2 speed issues (rhbz 961527)
2013-05-13 10:13:55 -04:00
Josh Boyer
9165f2f89f
Reenable debugging options.
2013-05-13 10:12:45 -04:00
Josh Boyer
9f504e4549
Linux v3.10-rc1
...
- Disable debugging options.
2013-05-13 08:17:03 -04:00
Peter Robinson
35041f525e
Another patch to fix ARM kernel build
2013-05-11 23:48:13 +01:00
Peter Robinson
2159380bfc
Add patch to fix exynosdrm build, drop old tegra patches, minor config updates
2013-05-10 21:12:40 +01:00
Josh Boyer
c64afb6932
Linux v3.9-12555-g2dbd3ca
2013-05-10 12:34:13 -04:00
Josh Boyer
75c42b4007
Enable RTLWIFI_DEBUG in debug kernels (rhbz 889425)
2013-05-10 11:07:54 -04:00
Josh Boyer
3efff9b429
Switch the loop driver to a module and change to doing on-demand creation
...
(rhbz 896160)
- Disable CRYPTOLOOP as F18 util-linux is the last to support it (rhbz 896160)
2013-05-10 11:00:07 -04:00
Josh Boyer
d937c7d4ce
Linux v3.9-12316-g70eba42
2013-05-10 09:31:48 -04:00
Josh Boyer
6391f4231e
Linux v3.9-12070-g8cbc95e
2013-05-09 15:34:59 -04:00
Peter Robinson
ea30261517
Enable DMA for ARM sound drivers
2013-05-09 11:29:12 +01:00
Josh Boyer
fc4ad52d5d
Linux v3.9-11789-ge0fd9af
2013-05-08 20:53:09 -04:00
Peter Robinson
869df6809d
Enable RemoteProc drivers on ARM
2013-05-08 16:53:44 +01:00
Josh Boyer
731965305f
Linux v3.9-11572-g5af43c2
2013-05-08 11:19:38 -04:00
Josh Boyer
24c8251180
Linux v3.9-11485-gbb9055b
2013-05-07 15:19:10 -04:00
Josh Boyer
1b53903221
Linux v3.9-10996-g0f47c94
2013-05-07 12:37:30 -04:00
Josh Boyer
9f4a5ddbaf
Fix dmesg_restrict patch to avoid regression (rhbz 952655)
2013-05-07 12:34:53 -04:00
Josh Boyer
717c453625
Linux v3.9-10936-g51a26ae
2013-05-06 20:22:46 -04:00
Peter Robinson
adb4e1f91e
Enable TPS65217 (am33xx) and EC on ChromeOS devices
2013-05-06 22:09:55 +01:00
Josh Boyer
5bfe7a1bb1
Don't remove headers explicitly exported via UAPI (rhbz 959467)
2013-05-06 10:23:30 -04:00
Josh Boyer
d65a84464b
Linux v3.9-10518-gd7ab730
2013-05-06 08:25:04 -04:00
Josh Boyer
93563b7419
Linux v3.9-10104-g1aaf6d3
2013-05-06 08:15:04 -04:00
Peter Robinson
c850cbb9fd
Update ARM config
2013-05-05 23:55:35 +01:00
Josh Boyer
ea69f4d8cc
Linux v3.9-9472-g1db7722
2013-05-04 08:27:22 -04:00
Josh Boyer
a93604a9ba
Linux v3.9-9409-g8665218
2013-05-03 21:20:16 -04:00
Josh Boyer
deb816ab2a
Linux v3.9-8933-gce85722
...
- First DRM merge
2013-05-03 13:32:30 -04:00
Peter Robinson
94a5a8a2cb
drop tegra references in spec
2013-05-03 15:09:24 +01:00
Peter Robinson
00bb275bca
drop config-armv7-tegra source reference
2013-05-03 12:11:38 +01:00
Peter Robinson
566e158188
ARM 3.10 merge and general cleanup, Drop dedicated tegra kernel as now Multiplatform enabled, Enable Tegra and UX500 (Snowball) in Multiplatform
2013-05-03 11:21:48 +01:00
Josh Boyer
9c6ca1788c
Linux v3.9-8153-g5a148af
2013-05-02 15:42:10 -04:00
Josh Boyer
646b52f3a2
Linux v3.9-7992-g99c6bcf
...
- Temporarily removed the ARM configs until they get fixed up
2013-05-02 14:01:45 -04:00
Josh Boyer
0e5e26e82a
Actually apply the renamed SB patch
2013-05-02 11:40:47 -04:00
Josh Boyer
097cca6962
Linux v3.9-7391-g20b4fb4
2013-05-02 08:19:10 -04:00
Josh Boyer
07dc3e04ce
Linux v3.9-5308-g8a72f38
2013-05-01 15:36:05 -04:00
Josh Boyer
6b0a4276bf
Linux v3.9-5293-g823e75f
2013-05-01 12:20:46 -04:00
Peter Robinson
9e8b176ee8
minor arm updates
2013-05-01 15:43:22 +01:00
Josh Boyer
9cf9eb4044
Linux v3.9-5165-g5f56886
2013-05-01 08:35:03 -04:00
Josh Boyer
310a822ac9
Linux v3.9-4597-g8c55f14
2013-04-30 16:01:07 -04:00
Peter Robinson
9967eb6c7c
Enable CONFIG_SERIAL_8250_DW on ARM
2013-04-30 20:50:27 +01:00
Josh Boyer
2f0dc63fe0
Linux v3.9-4516-gc9ef713
2013-04-30 14:08:17 -04:00
Josh Boyer
8856395208
Linux v3.9-3520-g5a5a1bf
2013-04-30 12:38:54 -04:00
Josh Boyer
c2b217b23e
Linux v3.9-3143-g56847d8
2013-04-30 08:32:29 -04:00
Josh Boyer
4894d6ca88
Linux v3.9-2154-gec25e24
2013-04-29 19:38:36 -04:00
Josh Boyer
90a48604dd
Linux v3.9-332-g92ddcf4
2013-04-29 16:50:47 -04:00
Josh Boyer
31871bc081
Linux v3.9-84-g916bb6d7
...
- Reenable debugging options
2013-04-29 15:42:35 -04:00
Neil Horman
56190ca5ff
af_packet: Enable CONFIG_PACKET_DIAG as a module
...
Resolves: rhbz956870
2013-04-29 15:29:25 -04:00
Josh Boyer
e1d539a21b
Linux v3.9
2013-04-29 08:32:55 -04:00
Josh Boyer
6c6f27531f
Add patch to prevent scheduling while atomic error in blkcg
2013-04-26 08:45:56 -04:00
Josh Boyer
92b8963a31
Add patch to fix EFI boot on Macs (rhbz 953447)
2013-04-24 11:23:10 -04:00
Justin M. Forbes
c96f99a333
Linux v3.9-rc8
2013-04-22 12:26:16 -05:00
Peter Robinson
301a410406
Minor ARM updates
2013-04-22 12:44:26 +01:00
Josh Boyer
05d0705489
Add patch to fix RCU splat from perf events
2013-04-19 15:40:02 -04:00
Peter Robinson
fc06515363
Temporaily disable cpu idle on ARM as it appears to be causing stability issues
2013-04-19 15:31:46 +01:00
Josh Boyer
61e1b1840f
Disable Intel HDA and enable RSXX block dev on ppc64/ppc64p7
2013-04-19 09:20:50 -04:00
Justin M. Forbes
a16fea3b5d
Linux v3.9-rc7-70-gd202f05
2013-04-18 13:29:13 -05:00
Justin M. Forbes
20607489aa
Linux v3.9-rc7-24-g542a672
2013-04-17 10:41:39 -05:00
Peter Robinson
798e19c384
Minor ARM config updates, Add patch for DT DMA issues that affect at least highbank/tegra ARM devices
2013-04-17 10:26:16 +01:00
Justin M. Forbes
fc2e9e71c2
Linux v3.9-rc7-4-gbb33db7
2013-04-16 11:28:34 -05:00
Josh Boyer
76273d4703
Fix uninitialized variable free in iwlwifi (rhbz 951241)
2013-04-16 10:43:45 -04:00
Josh Boyer
87048d8884
Fix race in regulatory code (rhbz 919176)
2013-04-16 10:42:22 -04:00
Josh Boyer
54cd486f88
Fix debug patches to build on s390x/ppc
2013-04-15 20:52:31 -04:00
Justin M. Forbes
fbf7848232
Linux v3.9-rc7
2013-04-15 10:24:55 -05:00
Peter Robinson
0f8a51a0ea
drop obsolete tegra patch
2013-04-14 23:40:15 +01:00
Josh Boyer
229e923f80
Enable CONFIG_LDM_PARTITION (rhbz 948636)
2013-04-12 11:55:21 -04:00
Justin M. Forbes
e98edb5c67
Fix forcedeth DMA check error (rhbz 928024)
2013-04-12 09:12:04 -05:00
Dave Jones
77c62fd3ed
Print out some extra debug information when we hit bad page tables.
2013-04-11 12:17:38 -04:00
Justin M. Forbes
c791ed47f0
Linux v3.9-rc6-115-g7ee32a6
2013-04-11 09:51:15 -05:00
Justin M. Forbes
bee5c1fd19
Linux v3.9-rc6-36-ge8f2b54
2013-04-09 15:46:40 -05:00
Peter Robinson
967548beda
Add patch to fix building some ARM tegra modules, Some minor ARM OMAP updates
2013-04-09 09:03:49 +01:00
Neil Horman
b50d0f6abe
Resolves: rhbz 907694
2013-04-08 14:04:15 -04:00
Kyle McMartin
f9a5fa4aa6
wat (!= -ne)
2013-04-08 10:34:55 -04:00
Justin M. Forbes
ace65c8e28
Linux-3.9-rc6
2013-04-08 09:12:46 -05:00
Justin M. Forbes
be06711d87
Linux v3.9-rc5-183-g22d1e6f
2013-04-04 12:18:06 -05:00
Dave Jones
da97680e58
Enable MTD_CHAR/MTD_BLOCK (Needed for SFC)
...
Enable 10gigE on 64-bit only.
2013-04-03 14:31:59 -04:00
Justin M. Forbes
11af844f55
Linux v3.9-rc5-146-gda241ef
2013-04-03 11:35:51 -05:00
Peter Robinson
6f4ae7beb7
Add upstream usb-next OMAP patch to fix usb on omap/mvebu
2013-04-03 11:55:29 +01:00
Josh Boyer
23144e0c63
Enable CONFIG_FB_MATROX_G on powerpc
2013-04-02 16:22:59 -04:00
Justin M. Forbes
b9644da132
Linux v3.9-rc5-108-g118c9a4
2013-04-02 12:25:35 -05:00
Josh Boyer
50fec4d88f
Enable CONFIG_SCSI_DMX3191D (rhbz 919874)
2013-04-02 12:00:46 -04:00
Justin M. Forbes
0b3625d632
fix htmldoc build for 8250 rename. Patch from Kyle McMartin
2013-04-01 11:55:19 -05:00
Josh Boyer
f7212ead95
Enable CONFIG_MCE_INJECT (rhbz 927353)
2013-04-01 12:43:09 -04:00
Justin M. Forbes
6e429107c2
Linux v3.9-rc5
2013-04-01 11:15:57 -05:00
Justin M. Forbes
831cb39c24
Disable debugging options
2013-04-01 09:52:44 -05:00
Peter Robinson
fbbb360df1
Minor ARM LPAE updates
2013-04-01 08:21:46 +01:00
Peter Robinson
d2e3e85a7b
enable lpae ARM kernel
2013-04-01 01:01:35 +01:00
Peter Robinson
a940693b10
- Make tegra inherit armv7-generic, fix and re-enable tegra
...
- Enable SPI on ARM
- Drop config-arm-generic
- ARM config updates
2013-04-01 00:45:08 +01:00
Kyle McMartin
63cb38bed6
simplify the signing stuff now that sign-file takes pub/priv key args
...
also fix %{with_*} tests (which jan stancek sent for rhel, thanks!)
2013-03-28 16:33:21 -04:00
Peter Robinson
60044b936a
Update ARM unified config for OMAP
2013-03-28 13:26:45 +00:00
Justin M. Forbes
f62d812485
Fix child thread introspection of of /proc/self/exe (rhbz 927469)
2013-03-26 15:11:30 -05:00
Dave Jones
a9ccf7f120
Enable CONFIG_DM_CACHE (rhbz 924325)
2013-03-26 11:11:54 -04:00
Josh Boyer
8816de0b0f
Add quirk for Realtek card reader to avoid 10 sec boot delay (rhbz 806587)
2013-03-26 08:15:07 -04:00
Josh Boyer
774576ede9
Add quirk for MSI keyboard backlight to avoid 10 sec boot delay (rhbz 907221)
2013-03-26 08:15:02 -04:00
Justin M. Forbes
4a5e3ac285
disable whci-hcd since it doesnt seem to have users (rhbz 919289)
2013-03-25 13:29:44 -05:00
Dave Jones
1740c33c63
Linux 3.9-rc4
...
merged: drm-i915-bounds-check-execbuffer-relocation-count.patch
2013-03-24 22:11:40 -04:00
Peter Robinson
cfeb4721e8
Update ARM config for OMAP/mvebu/lpae
2013-03-24 18:10:58 +00:00
Dave Jones
8b1aec18c3
Add missing build-req for perl-Carp
2013-03-22 15:33:12 -04:00
Dave Jones
749c877be4
Fix calculation of current frequency in intel_pstate driver. (rhbz 923942)
2013-03-22 15:05:21 -04:00
Josh Boyer
60b78be5a9
Fix workqueue crash in mac80211 (rhbz 920218)
2013-03-21 09:13:15 -04:00
Josh Boyer
f09cfb8300
Linux v3.9-rc3-148-g2ffdd7e
...
- Fixes CVE-2013-1796, CVE-2013-1797, CVE-2013-1798 in kvm.
2013-03-21 09:10:49 -04:00
Dave Jones
eeb8b24898
Enable CONFIG_DM_DELAY (rhbz 923721)
2013-03-20 10:44:56 -04:00
Dave Jones
af585ae596
Reenable debugging options.
2013-03-19 19:05:59 -04:00
Dave Jones
6f9fa1acc9
cpufreq/intel_pstate: Add function to check that all MSR's are valid (rhbz 922923)
2013-03-19 15:05:22 -04:00
Dave Jones
31befe51b6
s390x config option changes from Dan Horák <dan@danny.cz> - kernel-3.9.0-0.rc3.git0.3
...
- enable PCI
- disable few useless drivers
- disable drivers conflicting with s390x
2013-03-18 17:26:50 -04:00
Dave Jones
422866d063
Linux v3.9-rc3
...
merged: w1-fix-oops-when-w1_search-is-called-from.patch
- Disable debugging options.
2013-03-17 20:29:21 -04:00
Peter Robinson
89e02ffdd4
fix lpae/tegra defines
2013-03-17 23:23:24 +00:00
Peter Robinson
8c4242cafa
Initial merge OMAP support into ARM unified kernel
...
Add ARM LPAE kernel for Cortex A-15 devices that support LPAE and HW virtualisation
Unified ARM kernel provides highbank and OMAP support
Drop remantents of ARM softfp kernels
2013-03-17 23:20:06 +00:00
Josh Boyer
8a56c6cd59
Fix divide by zero on host TSC calibration failure (rhbz 859282)
2013-03-15 08:32:35 -04:00
Josh Boyer
73964d96a7
Linux v3.9-rc2-292-ga2362d2
...
- Fixes CVE-2013-1860 kernel: usb: cdc-wdm buffer overflow triggered by device
2013-03-15 08:16:05 -04:00
Dave Jones
994c15ce23
Move cpufreq drivers to be modular (rhbz 746372)
2013-03-14 14:01:59 -04:00
Dave Jones
bb8f037654
Reenable debugging options.
2013-03-12 22:08:43 -04:00
Josh Boyer
28ce01fc8c
Add patch to fix ieee80211_do_stop (rhbz 892599)
2013-03-12 12:58:16 -04:00
Josh Boyer
b3c93b2626
Add patches to fix cfg80211 issues with suspend (rhbz 856863)
2013-03-12 12:29:38 -04:00
Dave Jones
36ee79b33e
MOO
2013-03-12 11:57:13 -04:00
Josh Boyer
c9ae2ee093
CVE-2013-0913 drm/i915: head writing overflow (rhbz 920471 920529)
2013-03-12 09:09:17 -04:00
Josh Boyer
18917ef8fb
CVE-2013-0914 sa_restorer information leak (rhbz 920499 920510)
2013-03-12 08:57:25 -04:00
Dave Airlie
5cf9b33d21
add QXL driver (f19 only)
2013-03-12 13:39:10 +10:00
Dave Jones
fb08f46d2b
Linux 3.9-rc2
...
Disable debugging options.
2013-03-11 15:14:13 -04:00
Josh Boyer
40514766bf
Add patch to allow "8250." prefix to keep working (rhbz 911771)
2013-03-11 15:00:22 -04:00
Josh Boyer
7a56714061
Add patch to fix w1_search oops (rhbz 857954)
2013-03-11 09:17:49 -04:00
Josh Boyer
cd62a7710c
Linux v3.9-rc1-278-g8343bce
2013-03-10 11:43:51 -04:00
Peter Robinson
90b9a4eca5
Enable Xilinx Zynq, Enable highbank cpufreq driver
2013-03-10 15:35:57 +00:00
Josh Boyer
6cb4b8d135
Add turbostat and x86_engery_perf_policy debuginfo to kernel-tools-debuginfo
2013-03-08 17:30:59 -05:00
Josh Boyer
194fd44ead
Linux v3.9-rc1-211-g47b3bc9
...
- Reenable debugging options.
- CVE-2013-1828 sctp: SCTP_GET_ASSOC_STATS stack buffer overflow (rhbz 919315 919316)
2013-03-08 08:43:55 -05:00
Josh Boyer
4bd0ec95ad
CVE-2013-1792 keys: race condition in install_user_keyrings (rhbz 916646 919021)
2013-03-07 07:58:59 -05:00
Josh Boyer
2ff05084e6
Adjust secure-boot patchset to work with boot_params sanitizing
...
- Don't clear efi_info in boot_params (rhbz 918408)
2013-03-06 20:08:30 -05:00
Josh Boyer
bb07d251d0
Don't clear efi_info in boot_params (rhbz 918408)
2013-03-06 16:00:17 -05:00
Peter Robinson
d77d603f14
Update ARM mvebu config
2013-03-06 19:45:15 +00:00
Dave Jones
674fbccd24
drop acpi debugging patch
2013-03-06 11:18:56 -05:00
Justin M. Forbes
a728032789
Remove Ricoh multifunction DMAR patch as it's no longer needed (rhbz 880051)
2013-03-06 10:09:37 -06:00
Josh Boyer
3ce66bca1d
Fix intel_pstate init error path (rhbz 916833)
2013-03-05 21:19:33 -05:00
Peter Robinson
993b4799d8
Temporarily disable tegra until we get a fix from upstream
2013-03-05 19:13:25 +00:00
Josh Boyer
e4ac04d8e1
Enable CONFIG_IP6_NF_TARGET_MASQUERADE
2013-03-05 09:47:07 -05:00
Josh Boyer
4d1cff551b
Add 3 fixes for efi issues (rhbz 917984)
2013-03-05 09:33:50 -05:00
Josh Boyer
68c1caae27
Linux v3.9-rc1
...
- Add patch from Dirk Brandewie to fix intel pstate divide error (rhbz 916833)
- Disable debugging options.
2013-03-04 16:43:56 -05:00
Peter Robinson
5341f55198
Update vexpress and omap options (fix MMC on qemu, hopefully fix OMAP3)
2013-03-04 19:59:47 +00:00
Peter Robinson
078f71f7dd
fix merge
2013-03-04 11:44:24 +00:00
Peter Robinson
83ef26c694
minor ARM updates
2013-03-04 11:19:03 +00:00
Josh Boyer
9608524f39
Linux v3.8-10734-ga7c1120
2013-03-03 09:23:35 -05:00
Josh Boyer
f5e36b421c
Linux v3.8-10206-gb0af9cd
2013-03-01 08:53:59 -05:00
Dave Jones
d0bae3101f
we want to do the oldconfigs on other arches
...
otherwise we don't find out about missed config options until we get to koji
2013-02-28 19:31:43 -05:00
Josh Boyer
5e517eb692
Linux v3.8-9761-gde1a226
2013-02-28 19:31:12 -05:00
Kyle McMartin
3537f29653
make iso9660 a module
...
what could possibly...
2013-02-28 13:39:27 -05:00
Josh Boyer
47510136d3
Linux v3.8-9633-g2a7d2b9
2013-02-28 07:55:36 -05:00
Peter Robinson
a9221ac3f8
- Drop ARM kirkwood kernel
...
- Enable SPI on ARM
- General 3.9 updates
2013-02-28 00:32:46 +00:00
Josh Boyer
951b84adc8
Put a BuildRequires on bc
...
Randomly changing what we need to build the kernel is awesome. Let's keep
doing that.
2013-02-27 16:18:58 -05:00
Josh Boyer
0a85b3e682
Linux v3.8-9456-g309667e
2013-02-27 16:07:47 -05:00
Josh Boyer
0ace7eb5e6
Linux v3.8-9405-gd895cb1
...
Make sure to disable CONFIG_VMXNET3 in config-generic so prep doesn't fail
on non-x86 arches. Sigh. If only people actually put thought into Kconfig
deps.
2013-02-27 09:17:19 -05:00
Josh Boyer
55b874dbce
Linux v3.8-9165-g1cef935
2013-02-26 15:21:16 -05:00
Kyle McMartin
41df8b4a7d
move vmxnet3 to config-x86-generic
2013-02-26 15:16:34 -05:00
Josh Boyer
ab465cba10
Linux v3.8-8664-gc41b381
2013-02-26 12:05:00 -05:00
Kyle McMartin
52da9d6402
Add blk_queue_physical_block_size and register_netdevice to the symbols
...
used for initrd generation (synched from .el6)
2013-02-26 11:43:19 -05:00
Kyle McMartin
a7a87b974e
ipr.ko driven SAS VRAID cards found on x86_64 machines these days, and not
...
just on ppc64
2013-02-26 11:39:09 -05:00
Josh Boyer
318f6554a3
Fix vmalloc_fault oops during lazy MMU (rhbz 914737)
2013-02-26 08:17:31 -05:00
Josh Boyer
c040d8cac3
Honor dmesg_restrict for /dev/kmsg (rhbz 903192)
2013-02-25 10:00:35 -05:00
Josh Boyer
45d5b3f0a4
Linux v3.8-7888-gab78265
2013-02-25 09:59:54 -05:00
Josh Boyer
4e8a0d7c4b
Linux v3.8-6988-g9e2d59a
2013-02-24 14:23:23 -05:00
Josh Boyer
23479883b7
CVE-2013-1763 sock_diag: out-of-bounds access to sock_diag_handlers (rhbz 915052,915057)
2013-02-24 14:01:35 -05:00
Josh Boyer
e41bfbe382
Linux v3.8-6071-g8b5628a
2013-02-22 09:58:26 -05:00
Josh Boyer
8be986a934
Linux v3.8-6071-g8b5628a
...
- Enable the rtl8192e driver (rhbz 913753)
2013-02-22 08:39:21 -05:00
Josh Boyer
bf2d203e7f
Linux v3.8-3195-g024e4ec
2013-02-21 15:20:03 -05:00
Josh Boyer
2192022f4b
Shut up perf about missing build things we don't care about
...
- Drop the old aic7xxx driver, from Paul Bolle
2013-02-21 11:21:43 -05:00
Josh Boyer
0b030fad7e
Linux v3.8-3040-ga0b1c42
2013-02-21 10:08:50 -05:00
Josh Boyer
3704ea2fb1
Linux v3.8-523-gece8e0b
...
- Reenable debugging options.
2013-02-21 08:45:44 -05:00
Josh Boyer
032cd0b866
Add pekey support from David Howells and rework secure-boot patchset on top
2013-02-19 19:01:01 -05:00
Josh Boyer
f540242774
Add support for Atheros 04ca:3004 bluetooth devices (rhbz 844750)
2013-02-19 12:01:13 -05:00
Josh Boyer
5c860185af
Backport support for newer ALPS touchpads (rhbz 812111)
2013-02-19 11:21:33 -05:00
Josh Boyer
3c64815c19
Enable CONFIG_AUDIT_LOGINUID_IMMUTABLE
...
http://lists.fedoraproject.org/pipermail/kernel/2013-February/004125.html
2013-02-19 07:39:04 -05:00
Josh Boyer
b1b2d34318
Linux v3.8
...
- Fix build with CONFIG_EFI disabled, reported by Peter Bowey (rhbz 911833)
- Disable debugging options.
2013-02-18 19:54:32 -05:00
Josh Boyer
b8330c9705
Linux v3.8-rc7-93-gf741656
2013-02-18 08:42:21 -05:00
Josh Boyer
8bcc7be947
Linux v3.8-rc7-73-g323a72d
2013-02-14 14:57:25 -05:00
Josh Boyer
04aff465e5
Add patch to fix corruption on newer M6116 SATA bridges (rhbz 909591)
2013-02-14 09:43:56 -05:00
Josh Boyer
f052f6baae
CVE-2013-0228 xen: xen_iret() invalid %ds local DoS (rhbz 910848 906309)
2013-02-14 09:22:51 -05:00
Peter Robinson
1d8418f89e
Disable tegra30
2013-02-13 23:35:32 +00:00
Josh Boyer
061c643162
Drop patch that was included in 3.8-rc7-git2
2013-02-13 11:44:57 -05:00
Josh Boyer
8371157c75
Linux v3.8-rc7-32-gecf223f
2013-02-13 11:28:54 -05:00
Josh Boyer
dadd60bd6d
Put the patches back in numerical order
2013-02-12 17:05:36 -05:00
Josh Boyer
8827d3f103
Add patch to create a convenient mount point for pstore (rhbz 910126)
2013-02-12 17:04:13 -05:00
Josh Boyer
526e2f3775
Linux v3.8-rc7-6-g211b0cd
...
- Reenable debugging options.
2013-02-12 14:31:07 -05:00
Dave Jones
5cd7274d5d
remove experiment
2013-02-12 11:34:47 -05:00
Josh Boyer
79353e61f2
Add patch from Kees Cook to restrict MSR writting in secure boot mode
2013-02-11 10:23:51 -05:00
Josh Boyer
e6a8495624
Build PATA_MACIO in on powerpc (rhbz 831361)
2013-02-11 07:50:01 -05:00
Josh Boyer
a6e396049b
Linux v3.8-rc7
...
- Add patch to fix atomic sleep issue on alloc_pid failure (rhbz 894623)
- Disable debugging options.
2013-02-08 17:08:39 -05:00
Peter Robinson
676a807e3b
Minor ARM build fixes
2013-02-07 09:26:04 +00:00
Josh Boyer
f39ad01943
Enable CONFIG_NAMESPACES everywhere (rhbz 907576)
...
So apparently we've been enabling CONFIG_NAMESPACES in Fedora kernels for
a very long time even though it was never explicitly set. The kconfig entry
for it looks like it should depend on CONFIG_EXPERT (which isn't set), but
either the fact that we've had CONFIG_NET_NS, etc enabled explicitly or the
fact that it defaults to !EXPERT seems to do something weird with menuconfig
and enables it in the final config. Whatever, just turn it back on. It
seems to break rtkit-daemon for some reason.
2013-02-06 11:49:05 -05:00