summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix up some config warningsDave Jones2011-08-274-8/+9
|
* Bring back the 32bit mmap randomization patch for now.Dave Jones2011-08-273-2/+231
| | | | NX emulation is still too dependant upon it.
* make grablogs work againDave Jones2011-08-271-1/+1
|
* NX emulation fixesDave Jones2011-08-272-2/+6
| | | | | Fix get_gate_vma usage in i386 NX emulation Fix up dependancy on the dropped randomization patch.
* 3.1-rc3-git6 snapshotJosh Boyer2011-08-272-2/+5
|
* Enable CONFIG_DETECT_HUNG_TASK for debug builds & rawhide.Dave Jones2011-08-265-1/+15
|
* Drop linux-2.6-debug-vm-would-have-oomkilled.patchDave Jones2011-08-263-72/+5
| | | | | The oom-killer heuristics have improved enough that this should never be necessary (and it probably doesn't dtrt any more)
* clean up a littleDave Jones2011-08-261-7/+1
|
* Drop linux-2.6-32bit-mmap-exec-randomization.patchDave Jones2011-08-262-231/+5
| | | | Outlived it's usefulness (and made of ugly)
* remove pointless linux-2.6.29-sparc-IOC_TYPECHECK.patchDave Jones2011-08-263-35/+0
| | | | This is the same definition as the one in asm-generic
* remove dead patchesDave Jones2011-08-265-627/+0
|
* Drop acpi-ec-add-delay-before-write.patch (rhbz 733690)Dave Jones2011-08-263-54/+3
|
* 3.1-rc3-git5Josh Boyer2011-08-262-21/+22
| | | | cleanup some of the cpupowerutils build stuff
* 3.1-rc3-git3 snapshotJosh Boyer2011-08-253-113/+6
|
* Revert 'iwlwifi: advertise max aggregate size'. (rhbz 708747)Josh Boyer2011-08-242-1/+19
|
* 3.1-rc3.Josh Boyer2011-08-224-41/+53
| | | | Add patch to fix duplicate backlight registration on i915
* 3.1-rc2-git9 snapshotJosh Boyer2011-08-223-42/+5
|
* 3.1-rc2-git8 snapshotJosh Boyer2011-08-202-3/+6
|
* 3.1-rc2-git7 snapshot. Fix provides/obsoletes for cpupowerutils-develJosh Boyer2011-08-204-34/+10
|
* Fix 64-bit divide error in btrfsJosh Boyer2011-08-192-1/+44
|
* 3.1-rc2-git5 snapshotJosh Boyer2011-08-194-4/+37
| | | | Make XHCI builtin, add a patch to fix a race in the crypto framework
* Adjust obsoletes/provides to replace the cpupowerutils packageJosh Boyer2011-08-181-2/+13
|
* Fix build against rawhide glibc and add BR for gettextJosh Boyer2011-08-182-2/+44
|
* 3.1-rc2-git4 snapshotJosh Boyer2011-08-173-1/+4
|
* Make sure %post/%postun for kernel-tools is wrapped with %{with_tools}Josh Boyer2011-08-171-0/+2
| | | | otherwise noarch fails (also make prep)
* Create the kernel-tools package. WHEEJosh Boyer2011-08-173-15/+119
|
* Prepare for packaging more of tools/ by renaming 'perf' subpackage to ↵Dave Jones2011-08-161-22/+28
| | | | kernel-tools
* update arm configs for 3.1Dennis Gilmore2011-08-163-2/+6
| | | | update omap devicetree patch for updated field names
* disable crystalhd module on the generic arm qemu buildDennis Gilmore2011-08-163-1/+11
| | | | | but enable it on the others disable tpm on arm build in mmc_block on tegra build
* the modules effected by __bad_udelay need to be excludedDennis Gilmore2011-08-162-9/+9
| | | | | on all arm arches not just the tegra boards disable them in config-arm-generic
* tweak the arm configs a littleDennis Gilmore2011-08-164-3/+36
| | | | | | build a up image on armv5tel its a basic qemu image. setup to make configs for building kernels on hardware floating point arm arches
* only build the omap and tegra variants on armv7 buildsDennis Gilmore2011-08-161-2/+2
|
* only build kernel headers on the base arm archesDennis Gilmore2011-08-161-0/+5
|
* setup config for tegra based arm boards, add device treeDennis Gilmore2011-08-165-4/+272
| | | | patches for arm build tegra and omap kernel on arm
* Add a few patches that were in f16 but not in rawhideJosh Boyer2011-08-165-0/+105
|
* From: David Marlin <dmarlin@redhat.com>Josh Boyer2011-08-164-3/+1117
| | | | | | | | | Modify to split the ARM config files to work more like other archs. Rename: config-arm -> config-arm-generic Add: config-arm-omap-generic
* Linux-3.1-rc2Josh Boyer2011-08-154-40/+56
| | | | Add better fix from Paul McKenney for rcu scheduling issue (rhbz 726877)
* 3.1-rc1-git6 snapshot. Make ide_pmac a moduleJosh Boyer2011-08-114-3/+8
|
* 3.1-rc1-git3 snapshotJosh Boyer2011-08-112-3/+6
|
* Make sure all the config-* files are in some Sources lineJosh Boyer2011-08-101-1/+5
|
* Linux 3.1-rc1-git2 snapshotJosh Boyer2011-08-102-2/+5
|
* these should have been in x86-generic, not all-genericDave Jones2011-08-092-4/+4
|
* Split out the 32bit only options from x86-32Dave Jones2011-08-095-592/+279
| | | | | | Remove unnecessary duplicates, consolidate. This should reduce having to set the same option twice on 32/64.
* enable CONFIG_SAMSUNG_LAPTOP for 64bit tooDave Jones2011-08-091-11/+12
|
* ptrace_report_syscall: check if TIF_SYSCALL_EMU is definedDave Jones2011-08-092-0/+82
|
* Enable CONFIG_SAMSUNG_LAPTOP (rhbz 729363)Dave Jones2011-08-092-5/+9
|
* Linux 3.1-rc1-git1 snapshotJosh Boyer2011-08-082-1/+5
|
* Linux-3.1-rc1Josh Boyer2011-08-086-75/+73
| | | | Adjust Makefile munging for 3.x numbering scheme
* Deselect CONFIG_DECNET. Unmaintained, and rubbish.Dave Jones2011-08-052-3/+4
|
* 3.0-git21 snapshotJosh Boyer2011-08-052-2/+5
|