index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
platform.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-06
driver core: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-8
/
+7
2009-01-06
PM: Simplify the new suspend/hibernation framework for devices
Rafael J. Wysocki
1
-55
/
+60
2008-10-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
1
-1
/
+48
2008-10-16
resource: add resource_type() and IORESOURCE_TYPE_BITS
Magnus Damm
1
-14
/
+17
2008-10-16
platform: add new device registration helper
Dmitry Baryshkov
1
-0
/
+47
2008-10-16
driver core: make struct platform_pm_ops static
Adrian Bunk
1
-1
/
+1
2008-06-10
Implement new suspend and hibernation callbacks for platform busses
Rafael J. Wysocki
1
-8
/
+288
2008-03-10
drivers: fix dma_get_required_mask
James Bottomley
1
-1
/
+1
2008-01-24
Driver core: coding style fixes
Greg Kroah-Hartman
1
-116
/
+117
2008-01-24
Driver Core: constify the name passed to platform_device_register_simple
Stephen Rothwell
1
-1
/
+1
2008-01-24
Driver core: move the static kobject out of struct driver
Greg Kroah-Hartman
1
-1
/
+1
2008-01-24
driver core: remove fields from struct bus_type
Greg Kroah-Hartman
1
-2
/
+2
2007-10-12
Driver core: Make platform_device.id an int
Jean Delvare
1
-3
/
+4
2007-10-12
Driver core: change add_uevent_var to use a struct
Kay Sievers
1
-4
/
+2
2007-10-12
platform: prefix MODALIAS with "platform:"
Kay Sievers
1
-13
/
+2
2007-05-09
drivers/base/platform.c: fix small typo in doc
Márton Németh
1
-1
/
+1
2007-05-08
fix hotplug for legacy platform drivers
David Brownell
1
-0
/
+18
2007-05-02
platform: reorder platform_device_del
Jean Delvare
1
-3
/
+5
2007-02-07
driver core fixes: device_register() retval check in platform.c
Cornelia Huck
1
-2
/
+9
2006-12-13
Driver core: Make platform_device_add_data accept a const pointer
Scott Wood
1
-1
/
+1
2006-12-13
Driver core: "platform_driver_probe() can save codespace": save codespace
Andrew Morton
1
-1
/
+1
2006-12-01
Driver core: platform_driver_probe(), can save codespace
David Brownell
1
-0
/
+48
2006-09-25
PM: platform_bus and late_suspend/early_resume
David Brownell
1
-2
/
+28
2006-06-21
[PATCH] Driver Core: Fix platform_device_add to use device_add
Russell King
1
-1
/
+1
2006-06-21
[PATCH] platform_bus learns about modalias
David Brownell
1
-0
/
+33
2006-03-22
Fix "frist", "fisrt", typos
Uwe Zeisberger
1
-1
/
+1
2006-03-20
[PATCH] driver core: platform_get_irq*(): return -ENXIO on error
David Vrabel
1
-2
/
+2
2006-01-13
[PATCH] platform-device-del typo fix
Jean Delvare
1
-1
/
+1
2006-01-04
[PATCH] Driver Core: Rearrange exports in platform.c
Dmitry Torokhov
1
-11
/
+10
2006-01-04
[PATCH] Driver Core: Add platform_device_del()
Dmitry Torokhov
1
-15
/
+30
2006-01-04
[PATCH] Allow overlapping resources for platform devices
Kumar Gala
1
-1
/
+1
2005-11-09
[DRIVER MODEL] Add platform_driver
Russell King
1
-0
/
+73
2005-11-05
[DRIVER MODEL] Improved dynamically allocated platform_device interface
Russell King
1
-27
/
+126
2005-10-31
Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel
Linus Torvalds
1
-1
/
+1
2005-10-30
[PATCH] fix missing includes
Tim Schmielau
1
-0
/
+1
2005-10-29
Create platform_device.h to contain all the platform device details.
Russell King
1
-1
/
+1
2005-10-28
[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks
Russell King
1
-14
/
+6
2005-10-28
[PATCH] drivers/base - fix sparse warnings
Ben Dooks
1
-0
/
+2
2005-09-13
[PATCH] drivers/base/*: use kzalloc instead of kmalloc+memset
Jiri Slaby
1
-2
/
+1
2005-05-01
[PATCH] DocBook: fix some descriptions
Martin Waitz
1
-2
/
+2
2005-04-18
[PATCH] export platform_add_devices
Robert Schwebel
1
-0
/
+1
2005-04-16
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+350