summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | | | | | | drm: enable udev node creationDave Airlie2008-02-07
| * | | | | | | | | | | | | | | | | | | | | | | | | drm: Make DRM_IOCTL_GET_CLIENT return EINVAL when it can't find client #idx.Eric Anholt2008-02-07
| * | | | | | | | | | | | | | | | | | | | | | | | | drm: move drm_mem_init to proper place in startup sequenceDave Airlie2008-02-07
| * | | | | | | | | | | | | | | | | | | | | | | | | drm: call driver load function after initialising AGPDave Airlie2008-02-07
| * | | | | | | | | | | | | | | | | | | | | | | | | drm: Fix ioc32 compat layerIan Romanick2008-02-07
| * | | | | | | | | | | | | | | | | | | | | | | | | drm: fd.o bug #11895: Only add the AGP base to map offset if the caller didn't.Eric Anholt2008-02-07
| * | | | | | | | | | | | | | | | | | | | | | | | | i915: add suspend/resume supportJesse Barnes2008-02-07
| * | | | | | | | | | | | | | | | | | | | | | | | | drm: update DRM sysfs supportJesse Barnes2008-02-07
| * | | | | | | | | | | | | | | | | | | | | | | | | drm: Initialize the AGP structure's base address at init rather than enable.Eric Anholt2008-02-07
| * | | | | | | | | | | | | | | | | | | | | | | | | drm: move two function extern into the correct blockDave Airlie2008-02-07
| * | | | | | | | | | | | | | | | | | | | | | | | | drm: run cleanfile across drm treeDave Airlie2008-02-07
| * | | | | | | | | | | | | | | | | | | | | | | | | drm: some minor cleanups and changes to make memory manager merging easier.Dave Airlie2008-02-07
| |/ / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2008-02-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | [CPUFREQ] Add missing printk levels to e_powersaverDave Jones2008-02-06
| * | | | | | | | | | | | | | | | | | | | | | | | | [CPUFREQ] Fix sparse warning in powernow-k8Dave Jones2008-02-06
| * | | | | | | | | | | | | | | | | | | | | | | | | [CPUFREQ] Support Model D parts and newer in e_powersaverJesse Ahrens2008-02-06
| * | | | | | | | | | | | | | | | | | | | | | | | | [CPUFREQ] Powernow-k8: Update to support the latest Turion processorsMark Langsdorf2008-02-06
| * | | | | | | | | | | | | | | | | | | | | | | | | [CPUFREQ] fix configuration help messageStefano Brivio2008-02-06
| * | | | | | | | | | | | | | | | | | | | | | | | | [CPUFREQ] powernow-k8 print pstate instead of fid/did for family 10hYinghai Lu2008-02-06
| * | | | | | | | | | | | | | | | | | | | | | | | | [CPUFREQ] Eliminate cpufreq_userspace scaling_setspeed deadlockVenki Pallipadi2008-02-06
| * | | | | | | | | | | | | | | | | | | | | | | | | [CPUFREQ] gx-suspmod.c: use boot_cpu_data instead of current_cpu_dataDave Young2008-02-06
| * | | | | | | | | | | | | | | | | | | | | | | | | [CPUFREQ] fix incorrect comment on show_available_freqs() in freq_table.cFenghua Yu2008-02-06
| * | | | | | | | | | | | | | | | | | | | | | | | | [CPUFREQ] drivers/cpufreq: Add missing "space"Joe Perches2008-02-06
| * | | | | | | | | | | | | | | | | | | | | | | | | [CPUFREQ] arch/x86: Add missing "space"Joe Perches2008-02-06
| * | | | | | | | | | | | | | | | | | | | | | | | | [CPUFREQ] Remove pointless Kconfig dependancyDave Jones2008-02-06
| |/ / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2008-02-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | [POWERPC] Add SPE registers to core dumpsRoland McGrath2008-02-07
| * | | | | | | | | | | | | | | | | | | | | | | | | [POWERPC] Use regset code for compat PTRACE_*REGS* callsRoland McGrath2008-02-07
| * | | | | | | | | | | | | | | | | | | | | | | | | [POWERPC] Use generic compat_sys_ptraceRoland McGrath2008-02-07
| * | | | | | | | | | | | | | | | | | | | | | | | | [POWERPC] Use generic compat_ptrace_requestRoland McGrath2008-02-07
| * | | | | | | | | | | | | | | | | | | | | | | | | [POWERPC] Use generic ptrace peekdata/pokedataRoland McGrath2008-02-07
| * | | | | | | | | | | | | | | | | | | | | | | | | [POWERPC] Use regset code for PTRACE_*REGS* requestsRoland McGrath2008-02-07
| * | | | | | | | | | | | | | | | | | | | | | | | | [POWERPC] Switch to generic compat_binfmt_elf codeRoland McGrath2008-02-07
| * | | | | | | | | | | | | | | | | | | | | | | | | [POWERPC] Switch to using user_regset-based core dumpsRoland McGrath2008-02-07
| * | | | | | | | | | | | | | | | | | | | | | | | | [POWERPC] Add user_regset compat supportRoland McGrath2008-02-07
| * | | | | | | | | | | | | | | | | | | | | | | | | [POWERPC] Add user_regset_view definitionsRoland McGrath2008-02-07
| * | | | | | | | | | | | | | | | | | | | | | | | | [POWERPC] Use user_regset accessors for GPRsRoland McGrath2008-02-07
| * | | | | | | | | | | | | | | | | | | | | | | | | [POWERPC] ptrace accessors for special regs MSR and TRAPRoland McGrath2008-02-07
| * | | | | | | | | | | | | | | | | | | | | | | | | [POWERPC] Use user_regset accessors for SPE regsRoland McGrath2008-02-07
| * | | | | | | | | | | | | | | | | | | | | | | | | [POWERPC] Use user_regset accessors for altivec regsRoland McGrath2008-02-07
| * | | | | | | | | | | | | | | | | | | | | | | | | [POWERPC] Use user_regset accessors for FP regsRoland McGrath2008-02-07
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/jwbo...Paul Mackerras2008-02-07
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'virtex-for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-virt...Josh Boyer2008-02-06
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | | [POWERPC] Xilinx: hwicap: update booting-without-of.txtStephen Neuendorffer2008-02-06
| | | * | | | | | | | | | | | | | | | | | | | | | | | | [POWERPC] Xilinx: hwicap driverStephen Neuendorffer2008-02-06
| | | * | | | | | | | | | | | | | | | | | | | | | | | | [POWERPC] Eliminate broken OF console initialization.Grant Likely2008-02-06
| | | * | | | | | | | | | | | | | | | | | | | | | | | | [POWERPC] Xilinx: Update compatible to use values generated by BSP generator.Stephen Neuendorffer2008-02-06
| | | * | | | | | | | | | | | | | | | | | | | | | | | | [POWERPC] Fix incorrectly tagged __devinitdata structuresGrant Likely2008-02-06
| | * | | | | | | | | | | | | | | | | | | | | | | | | | [POWERPC] 4xx: PCIe indirect DCR spinlock fix.Valentine Barshak2008-02-06
| | * | | | | | | | | | | | | | | | | | | | | | | | | | [POWERPC] Add missing native dcr dcr_ind_lock spinlockValentine Barshak2008-02-06