summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] kernel/param.c: don't use .max when .num is NULL in param_array_set()Bert Wesarg2005-04-171-1/+2
* [PATCH] AYSNC IO using singals other than SIGIOBharath Ramesh2005-04-171-1/+1
* [PATCH] possible use-after-free of bioJens Axboe2005-04-171-2/+3
* [PATCH] uml: fix compilation for __CHOOSE_MODE additionPaolo 'Blaisorblade' Giarrusso2005-04-171-17/+10
* [PATCH] swsusp: SMP fixAlexander Nyberg2005-04-171-2/+2
* [PATCH] fix few remaining u32 vs. pm_message_t problemsPavel Machek2005-04-171-1/+1
* [PATCH] fix u32 vs. pm_message_t in rest of the treePavel Machek2005-04-176-6/+6
* [PATCH] fix u32 vs. pm_message_t in driver/videoPavel Machek2005-04-175-6/+6
* [PATCH] fix u32 vs. pm_message_t in drivers/Pavel Machek2005-04-178-8/+8
* [PATCH] power/video.txt: update documentation with more systemsPavel Machek2005-04-171-7/+8
* [PATCH] u32 vs. pm_message_t in ppc and radeonPavel Machek2005-04-174-4/+4
* [PATCH] fix u32 vs. pm_message_t in PCI, PCIEPavel Machek2005-04-176-9/+9
* [PATCH] fix u32 vs. pm_message_t in drivers/macintoshPavel Machek2005-04-172-2/+2
* [PATCH] Fix u32 vs. pm_message_t in x86-64Pavel Machek2005-04-175-5/+5
* [PATCH] fix pm_message_t vs. u32 in alsaPavel Machek2005-04-172-4/+4
* [PATCH] fix u32 vs. pm_message_t in drivers/mmc,mtd,scsiPavel Machek2005-04-177-11/+11
* [PATCH] fix u32 vs. pm_message_t in drivers/messagePavel Machek2005-04-173-4/+4
* [PATCH] fix u32 vs. pm_message_t in drivers/mediaPavel Machek2005-04-175-6/+6
* [PATCH] fix u32 vs. pm_message_t in pcmciaPavel Machek2005-04-178-8/+8
* [PATCH] u32 vs. pm_message_t fixes for drivers/netPavel Machek2005-04-1715-19/+19
* [PATCH] Fix u32 vs. pm_message_t in drivers/charPavel Machek2005-04-175-5/+5
* [PATCH] pm_message_t: more fixes in common and i386Pavel Machek2005-04-1711-14/+17
* [PATCH] h8300 header updateYoshinori Sato2005-04-172-147/+139
* [PATCH] x86, x86_64: dual core proc-cpuinfo and sibling-map fixSiddha, Suresh B2005-04-173-16/+6
* [PATCH] x86_64: Switch SMP bootup over to new CPU hotplug state machineAndi Kleen2005-04-177-389/+371
* [PATCH] x86_64: Rename the extended cpuid level fieldAndi Kleen2005-04-172-8/+7
* [PATCH] x86_64: Add acpi_skip_timer_override optionAndi Kleen2005-04-171-0/+4
* [PATCH] x86_64: Rewrite exception stack backtracingAndi Kleen2005-04-171-68/+79
* [PATCH] x86_64: Final support for AMD dual coreAndi Kleen2005-04-173-44/+53
* [PATCH] x86_64: add support for Intel dual-core detection and displayingAndi Kleen2005-04-1710-32/+163
* [PATCH] x86_64: Remove duplicated syscall entry.Andi Kleen2005-04-171-2/+0
* [PATCH] x86_64: Keep only a single debug notifier chainAndi Kleen2005-04-172-12/+3
* [PATCH] x86_64: Use the e820 hole to map the IOMMU/AGP apertureAndi Kleen2005-04-171-11/+30
* [PATCH] x86_64: Port over e820 gap detection from i386Andi Kleen2005-04-173-11/+61
* [PATCH] x86_64-always-use-cpuid-80000008-to-figure-out-mtrr fixSiddha, Suresh B2005-04-171-2/+4
* [PATCH] x86_64: Always use CPUID 80000008 to figure out MTRR address space sizeAndi Kleen2005-04-171-34/+15
* [PATCH] x86_64: Remove excessive stack allocation in MCE code with large NR_CPUSAndi Kleen2005-04-171-1/+7
* [PATCH] x86_64: Use the extended RIP MSR for machine check reporting if avail...Andi Kleen2005-04-171-8/+22
* [PATCH] x86_64: Correct wrong comment in local.hAndi Kleen2005-04-171-1/+2
* [PATCH] x86_64: Don't assume future AMD CPUs have K8 compatible performance c...Andi Kleen2005-04-171-1/+1
* [PATCH] x86_64: Make kernel math errors a die() nowAndi Kleen2005-04-171-8/+2
* [PATCH] x86_64: Support constantly ticking TSCsAndi Kleen2005-04-173-3/+8
* [PATCH] x86_64: Remove unused macro in preempt supportAndi Kleen2005-04-171-4/+1
* [PATCH] x86_64: Fix a small missing schedule raceAndi Kleen2005-04-171-1/+1
* [PATCH] x86_64: Regularize exception stack handlingAndi Kleen2005-04-172-51/+55
* [PATCH] x86_64: Call do_notify_resume unconditionally in entry.SAndi Kleen2005-04-171-18/+8
* [PATCH] x86_64: Minor microoptimization in syscall entry slow pathAndi Kleen2005-04-171-3/+1
* [PATCH] x86_64: Fix interaction of single stepping with debuggersAndi Kleen2005-04-171-0/+12
* [PATCH] x86_64: Dump stack and prevent recursion on early faultAndi Kleen2005-04-171-0/+8
* [PATCH] x86_64: Use a common function to find code segment basesAndi Kleen2005-04-172-7/+10