| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | fix logic error in INET_DIAG bytecode auditing (CVE-2010-3880) | Kyle McMartin | 2010-11-23 | 2 | -0/+111 | |
| | | | ||||||
| * | | zero struct memory in ipc shm (CVE-2010-4072) | Kyle McMartin | 2010-11-23 | 2 | -0/+35 | |
| | | | ||||||
| * | | initialize struct memory to zero in ipc compat (CVE-2010-4073) | Kyle McMartin | 2010-11-23 | 2 | -0/+81 | |
| | | | ||||||
| * | | fix i8k inline asm to avoid miscompilation with newer gcc | Kyle McMartin | 2010-11-23 | 2 | -0/+92 | |
| | | | ||||||
| * | | add a debugging patch around the tty_reopen WARN_ON | Kyle McMartin | 2010-11-22 | 2 | -0/+25 | |
| | | | ||||||
| * | | Linux 2.6.36.1 | Kyle McMartin | 2010-11-22 | 4 | -42/+9 | |
| | | | ||||||
| * | | fix incorrect reporting of whether nx is disabled or not | Kyle McMartin | 2010-11-22 | 1 | -1/+1 | |
| | | | | | | | | | | | Thanks to Kees Cook for noticing. Message-ID: <20101121070342.GE4617@outflux.net> | |||||
| * | | TTY: restore tty_ldisc_wait_idle | Kyle McMartin | 2010-11-22 | 2 | -1/+126 | |
| | | | ||||||
| * | | make vmlinuz world readable | Kyle McMartin | 2010-11-22 | 1 | -2/+5 | |
| | | | ||||||
| * | | Allow debuginfo to be multiply-installed | Kyle McMartin | 2010-11-20 | 1 | -6/+11 | |
| | | | | | | | | | Patch from aris@ on fedora-kernel. | |||||
| * | | Merge branch 'master' of ssh://pkgs.fedoraproject.org/kernel | Chuck Ebbert | 2010-11-20 | 2 | -0/+43 | |
| |\ \ | | | | | | | | | | | | | Fix up conflicts: kernel.spec | |||||
| | * | | fix BUG when using xt_SECMARK | Kyle McMartin | 2010-11-20 | 2 | -0/+41 | |
| | | | | ||||||
| * | | | Linux 2.6.36.1-rc1 | Chuck Ebbert | 2010-11-20 | 2 | -3/+7 | |
| |/ / | ||||||
| * | | disable drm-intel rebase | Kyle McMartin | 2010-11-17 | 1 | -4/+7 | |
| | | | ||||||
| * | | make vmlinuz/System.map root-only by default | Kyle McMartin | 2010-11-17 | 1 | -2/+6 | |
| | | | ||||||
| * | | add MacBookAir3,1 11" id to add-macbookair3-ids.patch | Kyle McMartin | 2010-11-16 | 1 | -1/+2 | |
| | | | | | | | | | | | reported by Jurgen Kramer <gtmkramer@xs4all.nl>, <1289936190.2460.27.camel@paragon.slim>. | |||||
| * | | disable parallel doc builds | Kyle McMartin | 2010-11-16 | 1 | -2/+6 | |
| | | | ||||||
| * | | drm-intel rebase, enable kernel-debug | kyle | 2010-11-16 | 7 | -78/+24504 | |
| | | | ||||||
| * | | pull in support for MBA3 | Kyle McMartin | 2010-11-15 | 2 | -0/+268 | |
| | | | ||||||
| * | | fix intel_ips driver | Kyle McMartin | 2010-11-15 | 2 | -1/+56 | |
| | | | ||||||
| * | | Quote wildcard argument in "find" command | Michael Young | 2010-10-30 | 1 | -1/+1 | |
| | | | ||||||
| * | | Put back the provides: kernel | Dave Jones | 2010-10-26 | 1 | -0/+1 | |
| | | | | | | | | | It's necessary for kernel-smp, which ppc32 still uses. | |||||
| * | | remove some temporary stuff I did to keep the line numbers the same during ↵ | Dave Jones | 2010-10-26 | 1 | -5/+0 | |
| | | | | | | | | | the rpmlint review | |||||
| * | | remove build cruft that shouldn't be packaged in kernel-devel | Dave Jones | 2010-10-26 | 1 | -0/+2 | |
| | | | ||||||
| * | | remove .gitignores from the source tree, so they don't end up getting packaged. | Dave Jones | 2010-10-26 | 1 | -0/+3 | |
| | | | ||||||
| * | | more rpmlint: E: useless-provides kernel | Dave Jones | 2010-10-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | (This is coming from line 445: Provides: kernel = %{rpmversion}-%{pkg_release}\. I don't see any reason for this line, as rpm is autoproviding kernel = %{version}-%{release} (and %{version} is being set to %{rpmversion} and %{release} is being set to %{pkg_release}.) | |||||
| * | | whitespace cleanup | Dave Jones | 2010-10-26 | 1 | -1/+1 | |
| | | | ||||||
| * | | more rpmlint.. | Dave Jones | 2010-10-26 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | kernel.src:2188: W: macro-in-%changelog %released_kernel kernel.src:2232: W: macro-in-%changelog %verify kernel.src:2411: W: macro-in-%changelog %{expand (Packagers should avoid using macros in changelog items, but this is a minor error. The easy fix here is to %% comment out any macros in changelog entries, to prevent unexpected and random behavior.) | |||||
| * | | stop using the obsolete forms of grep shortcuts. | Dave Jones | 2010-10-26 | 1 | -4/+4 | |
| | | | ||||||
| * | | Fix another rpmlint obsoletes warning | Dave Jones | 2010-10-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | kernel.src:757: W: unversioned-explicit-obsoletes glibc-kernheaders kernel-headers.x86_64: W: self-obsoletion glibc-kernheaders obsoletes glibc-kernheaders = 3.0-46 | |||||
| * | | These haven't been shipped in sometime, we can just remove it. | Dave Jones | 2010-10-26 | 1 | -3/+3 | |
| | | | | | | | | | | | This also has the effect of silencing the rpmlint warning about an unversioned obsolete. | |||||
| * | | rpmlint fluff. | Dave Jones | 2010-10-26 | 1 | -6/+6 | |
| |/ | | | | | | | | | | | | | kernel.src:386: W: macro-in-comment %nobuildarches kernel.src:432: W: macro-in-comment %post kernel.src:1002: W: macro-in-comment %{vanillaversion} kernel.src:1003: W: macro-in-comment %{kversion} kernel.src:1005: W: macro-in-comment %{kversion} kernel.src:1883: W: macro-in-comment %{image_install_path} (Packagers should avoid using macros in comments, but this is a minor error. The easy fix here is to %% comment out any macros in comments, to prevent unexpected and random behavior.) | |||||
| * | add ext4_inode_info | Kyle McMartin | 2010-10-21 | 1 | -2/+4 | |
| | | ||||||
| * | Linux 2.6.36 | Chuck Ebbert | 2010-10-20 | 2 | -6/+7 | |
| | | ||||||
| * | - runtime_pm_fixups.patch: should fix this on Thinkpads | Matthew Garrett | 2010-10-20 | 2 | -6/+124 | |
| | | ||||||
| * | Update PCI _CRS fixes | Chuck Ebbert | 2010-10-19 | 6 | -229/+597 | |
| | | ||||||
| * | Linux 2.6.36-rc8-git5 | Chuck Ebbert | 2010-10-19 | 3 | -3/+6 | |
| | | ||||||
| * | fix ima patch, and add xhci_hcd suspend resume backport | Kyle McMartin | 2010-10-18 | 3 | -202/+1368 | |
| | | ||||||
| * | ima: Default it to off | Kyle McMartin | 2010-10-18 | 2 | -0/+283 | |
| | | | | | | Pass ima=on to enable. Reduce impact of the option when disabled. | |||||
| * | Quirk to disable DMAR with Ricoh card reader/firewire | Kyle McMartin | 2010-10-18 | 2 | -0/+41 | |
| | | ||||||
| * | cleanup drm patches | Kyle McMartin | 2010-10-16 | 4 | -8027/+8 | |
| | | ||||||
| * | switch non debugged flavours too... | Kyle McMartin | 2010-10-15 | 2 | -2/+2 | |
| | | ||||||
| * | turn on pci crs on -debug | Kyle McMartin | 2010-10-15 | 2 | -1/+5 | |
| | | ||||||
| * | backport pnpacpi-cope-with-invalid-device-ids from linux-next | Kyle McMartin | 2010-10-15 | 2 | -0/+94 | |
| | | ||||||
| * | Linux 2.6.36-rc8 | Kyle McMartin | 2010-10-15 | 3 | -7/+8 | |
| | | ||||||
| * | ENEVERENOUGHCOFFEE | Kyle McMartin | 2010-10-14 | 1 | -3/+3 | |
| | | ||||||
| * | Linux 2.6.36-rc7-git5, disable runtime PM for now | Kyle McMartin | 2010-10-14 | 3 | -8/+13 | |
| | | ||||||
| * | Linux 2.6.36-rc7-git3 | Kyle McMartin | 2010-10-12 | 4 | -18/+8 | |
| | | ||||||
| * | - linux-2.6-enable-more-pci-autosuspend.patch: Enable more PCI autosuspend | Matthew Garrett | 2010-10-11 | 2 | -0/+565 | |
| | | ||||||
| * | Linux 2.6.36-rc7 upstream | Kyle McMartin | 2010-10-06 | 4 | -25/+8 | |
| | | ||||||
