index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-21
class: move driver core specific parts to a private structure
Greg Kroah-Hartman
3
-66
/
+105
2008-07-21
Driver Core: add ability for class_find_device to start in middle of list
Greg Kroah-Hartman
2
-10
/
+14
2008-07-21
Driver Core: add ability for class_for_each_device to start in middle of list
Greg Kroah-Hartman
1
-8
/
+13
2008-07-21
device create: convert device_create_drvdata to device_create
Greg Kroah-Hartman
1
-7
/
+4
2008-07-21
driver core: remove device_create()
Greg Kroah-Hartman
1
-34
/
+0
2008-07-21
sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor
Dan Williams
2
-1
/
+86
2008-07-18
Merge branch 'linus' into cpus4096
Ingo Molnar
5
-166
/
+814
2008-07-16
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
5
-166
/
+814
2008-07-16
Merge branch 'linus' into cpus4096
Ingo Molnar
4
-32
/
+126
2008-07-15
Merge branch 'core/topology' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-26
/
+6
2008-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
David Woodhouse
2
-3
/
+96
2008-07-10
firmware: Add CONFIG_FIRMWARE_IN_KERNEL option.
David Woodhouse
1
-0
/
+25
2008-07-10
firmware: Add CONFIG_EXTRA_FIRMWARE option
David Woodhouse
1
-0
/
+39
2008-07-10
firmware: allow firmware files to be built into kernel image
David Woodhouse
1
-2
/
+31
2008-07-10
firmware: make fw->data const
David Woodhouse
1
-1
/
+1
2008-07-08
Merge branch 'x86/numa' into x86/devel
Ingo Molnar
1
-2
/
+23
2008-07-08
x86: cleanup early per cpu variables/accesses v4
Mike Travis
1
-2
/
+23
2008-07-08
Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...
Ingo Molnar
3
-14
/
+101
2008-07-07
PCI ACPI: Rework PCI handling of wake-up
Rafael J. Wysocki
1
-3
/
+0
2008-07-06
Merge commit 'v2.6.26-rc9' into cpus4096
Ingo Molnar
2
-2
/
+18
2008-07-04
mm: switch node meminfo Active & Inactive pages to Kbytes
John Blackwood
1
-2
/
+2
2008-06-13
cputopology: always define CPU topology information, clean up
Ben Hutchings
1
-4
/
+2
2008-06-13
cpu topology: always define CPU topology information
Ben Hutchings
1
-28
/
+10
2008-06-12
Suspend-related patches for 2.6.27
Rafael J. Wysocki
1
-2
/
+0
2008-06-11
dev_set_name: fix missing kernel-doc
Randy Dunlap
1
-0
/
+1
2008-06-10
Implement new suspend and hibernation callbacks for platform busses
Rafael J. Wysocki
1
-8
/
+288
2008-06-10
Introduce new top level suspend and hibernation callbacks
Rafael J. Wysocki
3
-154
/
+527
2008-05-29
driver-core: prepare for 2.6.27 api change by adding dev_set_name
Stephen Rothwell
1
-0
/
+15
2008-05-25
x86: move tracedata to RODATA
Jan Beulich
1
-1
/
+1
2008-05-23
cpu: change some globals to statics in drivers/base/cpu.c v2
Mike Travis
1
-2
/
+2
2008-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-5
/
+3
2008-05-20
Driver core: add device_create_vargs and device_create_drvdata
Greg Kroah-Hartman
1
-6
/
+79
2008-05-15
Clean up 'print_fn_descriptor_symbol()' types
Linus Torvalds
1
-1
/
+1
2008-05-14
sysfs: remove error messages for -EEXIST case
Stephen Hemminger
1
-5
/
+3
2008-05-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
1
-1
/
+0
2008-05-14
Driver core: struct class remove children list
Dave Young
1
-1
/
+0
2008-05-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-0
/
+2
2008-05-13
memory: Introduce exports for memory notifiers
Hannes Hering
1
-0
/
+2
2008-05-06
Fix bogus warning in sysdev_driver_register()
OGAWA Hirofumi
1
-2
/
+1
2008-05-01
cpu: change cpu_sys_devices from array to per_cpu variable
Mike Travis
1
-5
/
+5
2008-04-30
driver core: remove no longer used "struct class_device"
Kay Sievers
2
-648
/
+1
2008-04-30
driver core: warn about duplicate driver names on the same bus
Stas Sergeev
1
-0
/
+10
2008-04-30
mm: Add NR_WRITEBACK_TEMP counter
Miklos Szeredi
1
-0
/
+2
2008-04-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...
Linus Torvalds
1
-2
/
+12
2008-04-29
firmware loader: printk when requesting firmware
Ciaran McCreesh
1
-0
/
+2
2008-04-26
driver core: try parent numa_node at first before using default
Yinghai Lu
1
-2
/
+12
2008-04-22
bus_remove_device: be more careful about incomplete initialization
Rafael J. Wysocki
1
-1
/
+2
2008-04-22
Relax check on adding children of suspended devices
Rafael J. Wysocki
1
-9
/
+6
2008-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
13
-242
/
+150
2008-04-21
Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...
Linus Torvalds
1
-1
/
+1
[prev]
[next]