| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq | Linus Torvalds | 2006-08-04 | 3 | -95/+132 |
|\ |
|
| * | [CPUFREQ] Propagate acpi_processor_preregister_performance return value. | bert hubert | 2006-07-31 | 1 | -2/+1 |
| * | [CPUFREQ] Longhaul - Rename & fix multipliers table | Rafa� Bilski | 2006-07-31 | 1 | -5/+7 |
| * | [CPUFREQ] Longhaul - Fix power state test to do something more useful | Rafa� Bilski | 2006-07-31 | 1 | -1/+1 |
| * | [CPUFREQ] Longhaul - Readd accidentally dropped line | Rafa� Bilski | 2006-07-31 | 1 | -0/+1 |
| * | [CPUFREQ] Make longhaul_walk_callback() static | Adrian Bunk | 2006-07-31 | 1 | -3/+3 |
| * | [CPUFREQ] X86_GX_SUSPMOD must depend on PCI | Adrian Bunk | 2006-07-31 | 1 | -0/+1 |
| * | [CPUFREQ] Longhaul - Initialise later. | Rafa� Bilski | 2006-07-31 | 1 | -1/+1 |
| * | [CPUFREQ] Longhaul - Workaround issues with APIC. | Rafa� Bilski | 2006-07-31 | 1 | -0/+12 |
| * | [CPUFREQ] Longhaul - Hook into ACPI C states. | Rafa� Bilski | 2006-07-31 | 2 | -87/+109 |
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2006-08-03 | 13 | -114/+107 |
|\ \ |
|
| * | | [IA64] fix show_mem for VIRTUAL_MEM_MAP+FLATMEM | Bob Picco | 2006-08-03 | 3 | -67/+66 |
| * | | [IA64] align high endpoint of VIRTUAL_MEM_MAP | Bob Picco | 2006-08-03 | 2 | -2/+4 |
| * | | [PATCH] Fix RAID5 + IA64 compile | Prarit Bhargava | 2006-08-03 | 2 | -2/+2 |
| * | | [IA64] Don't alloc empty frame in ia64_switch_mode_phys | Zou Nan hai | 2006-08-02 | 1 | -2/+0 |
| * | | [IA64] Do not assume output registers be reservered. | Zou Nan hai | 2006-08-02 | 1 | -9/+9 |
| * | | [IA64] sparse cleanups | Keith Owens | 2006-08-02 | 4 | -10/+10 |
| * | | [IA64] Fix breakage in simscsi.c | Tony Luck | 2006-07-31 | 1 | -2/+2 |
| * | | [IA64] Format /proc/pal/*/version_info correctly | Matthew Wilcox | 2006-07-31 | 1 | -20/+14 |
* | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2006-08-02 | 30 | -50/+100 |
|\ \ \ |
|
| * | | | [ARM] 3739/1: genirq updates: irq_chip, add and use irq_chip.name | David Brownell | 2006-08-01 | 30 | -50/+100 |
| | |/
| |/| |
|
* | | | [PATCH] x86_64: Fix CONFIG_IOMMU_DEBUG | Muli Ben-Yehuda | 2006-08-02 | 1 | -0/+2 |
* | | | [PATCH] x86_64: Fix backtracing for interrupt stacks | Andi Kleen | 2006-08-02 | 1 | -7/+11 |
|/ / |
|
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 2006-07-31 | 14 | -84/+297 |
|\ \ |
|
| * | | [POWERPC] Minor comment fix for misc_64.S | Geoff Levand | 2006-07-31 | 1 | -1/+1 |
| * | | [POWERPC] Use H_CEDE on non-SMT | Jake Moilanen | 2006-07-31 | 1 | -2/+4 |
| * | | [POWERPC] force 64bit mode in fwnmi handlers to workaround firmware bugs | Olaf Hering | 2006-07-29 | 1 | -2/+33 |
| * | | [POWERPC] Fix new interrupt code (MPIC detection) | Segher Boessenkool | 2006-07-28 | 1 | -4/+11 |
| * | | [POWERPC] Fix new interrupt code (MPIC endianness) | Segher Boessenkool | 2006-07-28 | 1 | -0/+2 |
| * | | [POWERPC] Add cpufreq support for Xserve G5 | Benjamin Herrenschmidt | 2006-07-28 | 2 | -30/+50 |
| * | | [POWERPC] Fix mem= handling when the memory limit is > RMO size | Michael Ellerman | 2006-07-26 | 1 | -1/+2 |
| * | | [POWERPC] More offb/bootx fixes | Benjamin Herrenschmidt | 2006-07-26 | 1 | -11/+24 |
| * | | [POWERPC] Fix legacy_serial.c error handling on 32 bits | Benjamin Herrenschmidt | 2006-07-26 | 1 | -5/+8 |
| * | | [POWERPC] Fix default clock for udbg_16550 | Benjamin Herrenschmidt | 2006-07-26 | 1 | -1/+5 |
| * | | [POWERPC] Fix non-MPIC CHRPs with CONFIG_SMP set | Benjamin Herrenschmidt | 2006-07-26 | 2 | -11/+25 |
| * | | [POWERPC] Fix 32 bits warning in prom_init.c | Benjamin Herrenschmidt | 2006-07-26 | 1 | -0/+2 |
| * | | [POWERPC] Workaround Pegasos incorrect ISA "ranges" | Benjamin Herrenschmidt | 2006-07-26 | 1 | -0/+34 |
| * | | [POWERPC] fix up front-LED Kconfig | Johannes Berg | 2006-07-26 | 1 | -16/+96 |
* | | | [PATCH] powermac: More powermac backlight fixes | Michael Hanselmann | 2006-07-31 | 1 | -3/+55 |
* | | | [PATCH] Fix trivial unwind info bug | Markus Armbruster | 2006-07-31 | 1 | -1/+1 |
* | | | [PATCH] vDSO hash-style fix | Roland McGrath | 2006-07-31 | 13 | -4/+17 |
* | | | [PATCH] sgiioc4: Always share IRQ | Brent Casavant | 2006-07-31 | 2 | -2/+2 |
* | | | [PATCH] cpu hotplug: use hotplug version of registration in late inits | Chandra Seetharaman | 2006-07-31 | 6 | -33/+25 |
* | | | [PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notifications | Chandra Seetharaman | 2006-07-31 | 1 | -2/+2 |
* | | | [PATCH] panic_on_oops: remove ssleep() | Horms | 2006-07-31 | 6 | -28/+14 |
* | | | [PATCH] IDE: Touch NMI watchdog during resume from STR | Michal Schmidt | 2006-07-31 | 1 | -0/+1 |
* | | | [PATCH] v850: call init_page_count() instead of set_page_count() | Miles Bader | 2006-07-31 | 1 | -3/+3 |
* | | | [PATCH] v850: Remove symbol exports which duplicate global ones | Miles Bader | 2006-07-31 | 1 | -16/+0 |
* | | | [PATCH] IA64: kprobe invalidate icache of jump buffer | bibo, mao | 2006-07-31 | 1 | -0/+9 |
* | | | [PATCH] arch/alpha: Use ARRAY_SIZE macro | Tobias Klauser | 2006-07-31 | 5 | -38/+34 |