| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | class: rename "subsys" to "class_subsys" in internal class structure | Greg Kroah-Hartman | 2008-07-21 | 3 | -28/+33 |
* | | | | | class: rename "interfaces" to "class_interfaces" in internal class structure | Greg Kroah-Hartman | 2008-07-21 | 3 | -8/+8 |
* | | | | | class: rename "devices" to "class_devices" in internal class structure | Greg Kroah-Hartman | 2008-07-21 | 3 | -8/+8 |
* | | | | | class: move driver core specific parts to a private structure | Greg Kroah-Hartman | 2008-07-21 | 3 | -66/+105 |
* | | | | | Driver Core: add ability for class_find_device to start in middle of list | Greg Kroah-Hartman | 2008-07-21 | 2 | -10/+14 |
* | | | | | Driver Core: add ability for class_for_each_device to start in middle of list | Greg Kroah-Hartman | 2008-07-21 | 1 | -8/+13 |
* | | | | | device create: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 2008-07-21 | 1 | -7/+4 |
* | | | | | driver core: remove device_create() | Greg Kroah-Hartman | 2008-07-21 | 1 | -34/+0 |
* | | | | | sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor | Dan Williams | 2008-07-21 | 2 | -1/+86 |
| |_|_|/
|/| | | |
|
* | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2008-07-16 | 5 | -166/+814 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | PCI ACPI: Rework PCI handling of wake-up | Rafael J. Wysocki | 2008-07-07 | 1 | -3/+0 |
| * | | | Suspend-related patches for 2.6.27 | Rafael J. Wysocki | 2008-06-12 | 1 | -2/+0 |
| * | | | Implement new suspend and hibernation callbacks for platform busses | Rafael J. Wysocki | 2008-06-10 | 1 | -8/+288 |
| * | | | Introduce new top level suspend and hibernation callbacks | Rafael J. Wysocki | 2008-06-10 | 3 | -154/+527 |
* | | | | Merge branch 'core/topology' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2008-07-15 | 1 | -26/+6 |
|\ \ \ \ |
|
| * | | | | cputopology: always define CPU topology information, clean up | Ben Hutchings | 2008-06-13 | 1 | -4/+2 |
| * | | | | cpu topology: always define CPU topology information | Ben Hutchings | 2008-06-13 | 1 | -28/+10 |
| |/ / / |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | David Woodhouse | 2008-07-14 | 2 | -3/+96 |
|\ \ \ \ |
|
| * | | | | firmware: Add CONFIG_FIRMWARE_IN_KERNEL option. | David Woodhouse | 2008-07-10 | 1 | -0/+25 |
| * | | | | firmware: Add CONFIG_EXTRA_FIRMWARE option | David Woodhouse | 2008-07-10 | 1 | -0/+39 |
| * | | | | firmware: allow firmware files to be built into kernel image | David Woodhouse | 2008-07-10 | 1 | -2/+31 |
| * | | | | firmware: make fw->data const | David Woodhouse | 2008-07-10 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'x86/numa' into x86/devel | Ingo Molnar | 2008-07-08 | 1 | -2/+23 |
|\ \ \ \ |
|
| * | | | | x86: cleanup early per cpu variables/accesses v4 | Mike Travis | 2008-07-08 | 1 | -2/+23 |
| |/ / / |
|
| | | | | |
| \ \ \ | |
| \ \ \ | |
| \ \ \ | |
| \ \ \ | |
| \ \ \ | |
| \ \ \ | |
| \ \ \ | |
*-------. \ \ \ | Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu... | Ingo Molnar | 2008-07-08 | 3 | -14/+101 |
|\ \ \ \ \ \ \ \
| | |_|_|_|/ / /
| |/| | | | | /
| | | |_|_|_|/
| | |/| | | | |
|
| | | | | * | | x86: move tracedata to RODATA | Jan Beulich | 2008-05-25 | 1 | -1/+1 |
| | | |_|/ /
| | |/| | | |
|
| * | | | | | mm: switch node meminfo Active & Inactive pages to Kbytes | John Blackwood | 2008-07-04 | 1 | -2/+2 |
| | |_|/ /
| |/| | | |
|
| * | | | | dev_set_name: fix missing kernel-doc | Randy Dunlap | 2008-06-11 | 1 | -0/+1 |
| | |_|/
| |/| | |
|
| * | | | driver-core: prepare for 2.6.27 api change by adding dev_set_name | Stephen Rothwell | 2008-05-29 | 1 | -0/+15 |
| |/ / |
|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-05-20 | 1 | -5/+3 |
| |\ \ |
|
| | * | | sysfs: remove error messages for -EEXIST case | Stephen Hemminger | 2008-05-14 | 1 | -5/+3 |
| * | | | Driver core: add device_create_vargs and device_create_drvdata | Greg Kroah-Hartman | 2008-05-20 | 1 | -6/+79 |
|/ / / |
|
* / / | Clean up 'print_fn_descriptor_symbol()' types | Linus Torvalds | 2008-05-15 | 1 | -1/+1 |
|/ / |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2008-05-14 | 1 | -1/+0 |
|\ \ |
|
| * | | Driver core: struct class remove children list | Dave Young | 2008-05-14 | 1 | -1/+0 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-05-14 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | memory: Introduce exports for memory notifiers | Hannes Hering | 2008-05-13 | 1 | -0/+2 |
* | | Fix bogus warning in sysdev_driver_register() | OGAWA Hirofumi | 2008-05-06 | 1 | -2/+1 |
* | | cpu: change cpu_sys_devices from array to per_cpu variable | Mike Travis | 2008-05-01 | 1 | -5/+5 |
|/ |
|
* | driver core: remove no longer used "struct class_device" | Kay Sievers | 2008-04-30 | 2 | -648/+1 |
* | driver core: warn about duplicate driver names on the same bus | Stas Sergeev | 2008-04-30 | 1 | -0/+10 |
* | mm: Add NR_WRITEBACK_TEMP counter | Miklos Szeredi | 2008-04-30 | 1 | -0/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 2008-04-29 | 1 | -2/+12 |
|\ |
|
| * | driver core: try parent numa_node at first before using default | Yinghai Lu | 2008-04-26 | 1 | -2/+12 |
* | | firmware loader: printk when requesting firmware | Ciaran McCreesh | 2008-04-29 | 1 | -0/+2 |
|/ |
|
* | bus_remove_device: be more careful about incomplete initialization | Rafael J. Wysocki | 2008-04-22 | 1 | -1/+2 |
* | Relax check on adding children of suspended devices | Rafael J. Wysocki | 2008-04-22 | 1 | -9/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2008-04-21 | 13 | -242/+150 |
|\ |
|
| * | SCSI: convert struct class_device to struct device | Tony Jones | 2008-04-19 | 2 | -46/+45 |
| * | driver core: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-19 | 7 | -36/+36 |