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
path:
root
/
drivers
/
misc
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-30
sgi-xp: move xpc_allocate() into xpc_send()/xpc_send_notify()
Dean Nelson
7
-171
/
+106
2008-07-30
sgi-xp: base xpc_rsvd_page's timestamp on jiffies
Dean Nelson
4
-57
/
+34
2008-07-30
sgi-xp: isolate xpc_vars structure to sn2 only
Dean Nelson
6
-1255
/
+1433
2008-07-30
sgi-xp: isolate xpc_vars_part structure to sn2 only
Dean Nelson
6
-629
/
+644
2008-07-30
sgi-xp: prepare xpc_rsvd_page to work on either sn2 or uv hardware
Dean Nelson
7
-133
/
+267
2008-07-30
sgi-xp: create a common xp_remote_memcpy() function
Dean Nelson
8
-106
/
+107
2008-07-30
sgi-xp: support runtime selection of xp_max_npartitions
Dean Nelson
10
-151
/
+266
2008-07-30
sgi-xp: define BYTES_PER_WORD
Dean Nelson
1
-0
/
+3
2008-07-30
sgi-xp: define xpSalError reason code
Dean Nelson
1
-1
/
+2
2008-07-30
sgi-xp: define is_shub() and is_uv() macros
Dean Nelson
1
-0
/
+16
2008-07-30
GRU Driver V3: fixes to resolve code review comments
Jack Steiner
7
-29
/
+93
2008-07-30
GRU Driver: driver/misc Makefile & Kconfig changes
Jack Steiner
2
-0
/
+24
2008-07-30
GRU Driver: driver makefile
Jack Steiner
1
-0
/
+3
2008-07-30
GRU Driver: TLB flushing, MMUOPS callouts
Jack Steiner
1
-0
/
+370
2008-07-30
GRU Driver: /proc interfaces
Jack Steiner
1
-0
/
+336
2008-07-30
GRU Driver: resource management
Jack Steiner
1
-0
/
+798
2008-07-30
GRU Driver: kernel services provide by driver
Jack Steiner
1
-0
/
+679
2008-07-30
GRU Driver: page faults & exceptions
Jack Steiner
1
-0
/
+633
2008-07-30
GRU Driver: driver initialization, file & vma ops
Jack Steiner
1
-0
/
+481
2008-07-30
GRU Driver: kernel services header files
Jack Steiner
1
-0
/
+134
2008-07-30
GRU Driver: driver internal header files
Jack Steiner
3
-0
/
+709
2008-07-30
GRU Driver: GRU instructions & macros
Jack Steiner
1
-0
/
+679
2008-07-30
GRU Driver: hardware data structures
Jack Steiner
1
-0
/
+663
2008-07-28
Merge branch 'linus' into cpus4096
Ingo Molnar
2
-2
/
+1
2008-07-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6
Linus Torvalds
1
-1
/
+0
2008-07-27
Merge commit 'upstream/master'
Haavard Skinnemoen
9
-149
/
+1824
2008-07-26
cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpu
Mike Travis
1
-2
/
+1
2008-07-25
kconfig: fix typos: "Suport" -> "Support"
Heikki Orsila
1
-1
/
+1
2008-07-25
drivers/misc/phantom: note PCI
Jiri Slaby
2
-2
/
+4
2008-07-25
drivers/misc/hpilo.c needs CONFIG_PCI
Andrew Morton
1
-0
/
+1
2008-07-25
misc: add HP WMI laptop extras driver
Matthew Garrett
3
-0
/
+507
2008-07-24
Merge branch 'release-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-142
/
+335
2008-07-24
atmel_pwm: set up only one PWM clock when allocating a clock
Hans-Christian Egtvedt
1
-2
/
+1
2008-07-24
drivers/misc/atmel-ssc.c: Removed duplicated include
Huang Weiyi
1
-1
/
+0
2008-07-23
Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+2
2008-07-21
HP iLO driver
David Altobelli
4
-0
/
+971
2008-07-21
device create: misc: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-2
/
+3
2008-07-21
ACPI: thinkpad-acpi: don't misdetect in get_thinkpad_model_data() on -ENOMEM
Henrique de Moraes Holschuh
1
-14
/
+33
2008-07-21
ACPI: thinkpad-acpi: bump up version to 0.21
Henrique de Moraes Holschuh
1
-1
/
+1
2008-07-21
ACPI: thinkpad-acpi: add bluetooth and WWAN rfkill support
Henrique de Moraes Holschuh
2
-26
/
+184
2008-07-21
ACPI: thinkpad-acpi: WLSW overrides other rfkill switches
Henrique de Moraes Holschuh
1
-0
/
+20
2008-07-21
ACPI: thinkpad-acpi: prepare for bluetooth and wwan rfkill support
Henrique de Moraes Holschuh
1
-80
/
+74
2008-07-21
ACPI: thinkpad-acpi: consolidate wlsw notification function
Henrique de Moraes Holschuh
1
-20
/
+19
2008-07-21
ACPI: thinkpad-acpi: minor refactor on radio switch init
Henrique de Moraes Holschuh
1
-23
/
+26
2008-07-18
cpumask: Optimize cpumask_of_cpu in drivers/misc/sgi-xp/xpc_main.c
Mike Travis
1
-1
/
+2
2008-07-16
fujitsu-laptop: depends on INPUT
Randy Dunlap
1
-0
/
+1
2008-07-16
acer-wmi: Remove version number
Carlos Corbacho
1
-4
/
+1
2008-07-16
acer-wmi: Add debugfs file for device detection
Carlos Corbacho
1
-0
/
+66
2008-07-16
acer-wmi: Disable device autodetection on Fujitsu Siemens Amilo Li2732
Carlos Corbacho
1
-0
/
+10
2008-07-16
acer-wmi: Add EC quirk for Fujitsu Siemens Amilo Li 1718
Carlos Corbacho
1
-0
/
+19
[next]