index
:
amd/drm-amd
amdgpu-upstream-wip
amdgpu-upstream-wip2
amdgpu-upstream-wip3
amdgpu-upstream-wip4
amdgpu-upstream-wip5
amdgpu-upstream-wip6
amdgpu-upstream-wip7
kfd-eviction-wip
master
Kernel display support for AMD GPUs
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2005-10-26
powerpc: Fixes to get the Longtrail CHRP a bit further
Paul Mackerras
3
-15
/
+30
2005-10-26
powerpc: Merge 32-bit CHRP support.
Paul Mackerras
12
-37
/
+1256
2005-10-26
powerpc: Don't limit pmac_get_rtc_time to return only positive values
Paul Mackerras
1
-4
/
+0
2005-10-26
powerpc: Fix interrupt-tree parsing
Paul Mackerras
2
-14
/
+28
2005-10-26
powerpc: Pull out MPC106 (grackle) initialization code into its own file
Paul Mackerras
5
-44
/
+78
2005-10-26
powerpc: Pull common bits of setup_{32,64}.c into setup-common.c
Paul Mackerras
4
-248
/
+417
2005-10-26
powerpc: Merge rtas.c into arch/powerpc/kernel
Paul Mackerras
13
-199
/
+256
2005-10-26
powerpc: Merge i8259.c into arch/powerpc/sysdev
Paul Mackerras
19
-271
/
+99
2005-10-26
ppc: Use the indirect_pci.c from arch/powerpc/sysdev
Paul Mackerras
7
-156
/
+58
2005-10-26
[PATCH] powerpc: Move ras.c into arch/powerpc/platforms/pseries
Michael Ellerman
3
-8
/
+7
2005-10-26
[PATCH] powerpc: Move firmware.h into include/asm-powerpc
Michael Ellerman
1
-7
/
+3
2005-10-26
[PATCH] powerpc: Remove trailing \n" in HMT macros
Michael Ellerman
1
-7
/
+7
2005-10-26
[PATCH] powerpc: Remove duplicate definition of set_tb()
Michael Ellerman
1
-7
/
+0
2005-10-26
[PATCH] powerpc: Some minor cleanups to setup_32.c
Kumar Gala
2
-40
/
+8
2005-10-26
[PATCH] powerpc: Add support for Book-E timer config to generic_calibrate_decr
Kumar Gala
1
-0
/
+11
2005-10-26
[PATCH] ppc: Fix m82xx_pci build
Becky Bruce
1
-1
/
+1
2005-10-26
[PATCH] powerpc: Fix types.h
Becky Bruce
1
-0
/
+2
2005-10-26
[PATCH] powerpc: merge include/asm-ppc*/checksum.h into include/asm-powerpc/c...
Kumar Gala
2
-118
/
+36
2005-10-26
[PATCH] powerpc: some prom.c cleanups
Kumar Gala
2
-7
/
+11
2005-10-26
[PATCH] powerpc: Make sure we have an RTC before trying to adjust it
Kumar Gala
1
-1
/
+1
2005-10-24
powerpc: Add a shutdown member to vio_driver
Stephen Rothwell
2
-0
/
+12
2005-10-24
powerpc: set the driver.owner field for all vio drivers
Stephen Rothwell
7
-5
/
+11
2005-10-24
powerpc: iseries: Fix a bogus comment
Stephen Rothwell
1
-5
/
+1
2005-10-24
powerpc: don't duplicate name between vio_driver and device_driver
Stephen Rothwell
10
-19
/
+31
2005-10-24
powerpc: Move include/asm-ppc64/vio.h to include/asm-powerpc/vio.h
Stephen Rothwell
1
-10
/
+10
2005-10-24
powerpc: Merge arch/ppc64/kernel/vio.c into arch/powerpc/kernel/vio.c
Stephen Rothwell
3
-1
/
+1
2005-10-23
powerpc: Make coff boot wrapper load the kernel at 8M
Paul Mackerras
1
-1
/
+1
2005-10-23
powerpc: Run on old powermacs.
Paul Mackerras
3
-27
/
+106
2005-10-23
powerpc: Fix time code for 601 processors
Paul Mackerras
2
-24
/
+69
2005-10-22
Merge changes from linux-2.6 by hand
Paul Mackerras
177
-1842
/
+2329
2005-10-22
ppc64: Use arch/powerpc/platforms/powermac for powermac build.
Paul Mackerras
10
-3581
/
+6
2005-10-22
powerpc: Merge in 64-bit powermac support.
Paul Mackerras
17
-817
/
+1143
2005-10-22
powerpc: Make set_rtc_time() return error code from lower-level function
Paul Mackerras
1
-4
/
+2
2005-10-22
ppc64: Simplify secondary CPU startup on powermacs
Paul Mackerras
2
-31
/
+15
2005-10-22
ppc64: Rearrange btext initialization for consistency with ppc32
Paul Mackerras
4
-49
/
+47
2005-10-22
ppc64: Add a `primary' argument to pci_process_bridge_OF_ranges
Paul Mackerras
4
-12
/
+34
2005-10-22
ppc64/powerpc: Fix time initialization on SMP systems
Paul Mackerras
3
-31
/
+6
2005-10-22
ppc64: Fix delivery of RT signals to 32-bit processes.
Paul Mackerras
1
-2
/
+1
2005-10-22
powerpc: Move agp_special_page export to where it is defined
Paul Mackerras
4
-8
/
+2
2005-10-21
[PATCH] typo fix in last cpufreq powernow patch
Chris Wright
1
-1
/
+1
2005-10-21
[PATCH] Call exit_itimers from do_exit, not __exit_signal
Roland McGrath
3
-14
/
+3
2005-10-21
Revert "Fix cpu timers exit deadlock and races"
Linus Torvalds
1
-11
/
+17
2005-10-21
[PATCH] cpufreq: fix pending powernow timer stuck condition
Dave Jones
1
-11
/
+19
2005-10-21
[PATCH] ppc64: Fix typo bug in iSeries hash code
David Gibson
1
-1
/
+1
2005-10-21
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
4
-14
/
+48
2005-10-21
Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6
Linus Torvalds
4
-18
/
+8
2005-10-21
[PATCH] drm: another mga bug
Dave Airlie
3
-3
/
+4
2005-10-21
[PATCH] ppc64: Fix pages marked dirty abusively
Benjamin Herrenschmidt
1
-2
/
+1
2005-10-21
[PATCH] ppc64: Fix typo in time calculations
Paul Mackerras
1
-1
/
+1
2005-10-21
[PATCH] mptsas: fix phy identifiers
Eric Moore
1
-4
/
+8
[next]