| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2010-08-06 | 26 | -290/+288 |
|\ |
|
| * | driver core: device_rename's new_name can be const | Johannes Berg | 2010-08-05 | 2 | -2/+2 |
| * | sysfs: Remove owner field from sysfs struct attribute | Guenter Roeck | 2010-08-05 | 1 | -6/+0 |
| * | powerpc/pci: Remove owner field from attribute initialization in PCI bridge init | Guenter Roeck | 2010-08-05 | 1 | -1/+0 |
| * | regulator: Remove owner field from attribute initialization in regulator core... | Guenter Roeck | 2010-08-05 | 1 | -1/+0 |
| * | leds: Remove owner field from attribute initialization in bd2802 driver | Guenter Roeck | 2010-08-05 | 1 | -3/+1 |
| * | scsi: Remove owner field from attribute initialization in ARCMSR driver | Guenter Roeck | 2010-08-05 | 1 | -3/+0 |
| * | scsi: Remove owner field from attribute initialization in LPFC driver | Guenter Roeck | 2010-08-05 | 1 | -1/+0 |
| * | cgroupfs: create /sys/fs/cgroup to mount cgroupfs on | Greg KH | 2010-08-05 | 1 | -1/+12 |
| * | Driver core: Add BUS_NOTIFY_BIND_DRIVER | Magnus Damm | 2010-08-05 | 2 | -3/+9 |
| * | driver core: fix memory leak on one error path in bus_register() | Jike Song | 2010-08-05 | 1 | -1/+1 |
| * | debugfs: no longer needs to depend on SYSFS | Randy Dunlap | 2010-08-05 | 1 | -1/+0 |
| * | sysfs: Fix one more signature discrepancy between sysfs implementation and docs. | Ira Weiny | 2010-08-05 | 1 | -2/+2 |
| * | sysfs: fix discrepancies between implementation and documentation | Bart Van Assche | 2010-08-05 | 1 | -19/+25 |
| * | dcdbas: remove a redundant smi_data_buf_free in dcdbas_exit | Axel Lin | 2010-08-05 | 1 | -3/+2 |
| * | dmi-id: fix a memory leak in dmi_id_init error path | Axel Lin | 2010-08-05 | 1 | -1/+3 |
| * | sysfs: sysfs_chmod_file's attr can be const | Jean Delvare | 2010-08-05 | 2 | -4/+5 |
| * | firmware: Update hotplug script | Magnus Damm | 2010-08-05 | 1 | -8/+9 |
| * | Driver core: move platform device creation helpers to .init.text (if MODULE=n) | Uwe Kleine-König | 2010-08-05 | 1 | -1/+1 |
| * | Driver core: reduce duplicated code for platform_device creation | Uwe Kleine-König | 2010-08-05 | 3 | -82/+85 |
| * | Driver core: use kmemdup in platform_device_add_resources | Uwe Kleine-König | 2010-08-05 | 1 | -3/+3 |
| * | firmware loader: embed device into firmware_priv structure | Dmitry Torokhov | 2010-08-05 | 1 | -133/+122 |
| * | firmware loader: use statically initialized data attribute | Dmitry Torokhov | 2010-08-05 | 1 | -6/+3 |
| * | Driver core: Drop __must_check from bus_for_each_drv() | Jean Delvare | 2010-08-05 | 1 | -3/+2 |
| * | Driver core: internal struct dma_coherent_mem, change type of a member. | Marin Mitov | 2010-08-05 | 1 | -1/+1 |
| * | hotplug: Support kernel/hotplug sysctl variable when !CONFIG_NET | Ian Abbott | 2010-08-05 | 1 | -1/+1 |
| * | uio: Remove IRQF_DISABLED flag from uio_cif.c | Hans J. Koch | 2010-08-05 | 1 | -1/+1 |
| * | uio: Remove IRQF_DISABLED from uio_sercos3.c | Hans J. Koch | 2010-08-05 | 1 | -1/+1 |
| * | uio: Remove IRQF_DISABLED flag from uio_pdrv_genirq.c | Hans J. Koch | 2010-08-05 | 1 | -1/+0 |
* | | pci: fix type warnings in intr_remapping.c | Linus Torvalds | 2010-08-06 | 1 | -4/+4 |
| | | |
| \ | |
*-. \ | Merge branches 'x86-rwsem-for-linus' and 'x86-gcc46-for-linus' of git://git.k... | Linus Torvalds | 2010-08-06 | 4 | -18/+14 |
|\ \ \ |
|
| | * | | x86, gcc-4.6: Fix set but not read variables | Andi Kleen | 2010-07-20 | 2 | -4/+3 |
| | * | | x86, gcc-4.6: Avoid unused by set variables in rdmsr | Andi Kleen | 2010-07-20 | 1 | -2/+2 |
| * | | | x86, rwsem: Minor cleanups | Michel Lespinasse | 2010-07-20 | 1 | -9/+7 |
| * | | | x86, rwsem: Stay on fast path when count > 0 in __up_write() | Michel Lespinasse | 2010-07-20 | 1 | -3/+2 |
* | | | | Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-08-06 | 18 | -52/+422 |
|\ \ \ \ |
|
| * | | | | x86, setup: move isdigit.h to ctype.h, header files on top. | H. Peter Anvin | 2010-08-02 | 4 | -4/+2 |
| * | | | | x86, setup: enable early console output from the decompressor | Yinghai Lu | 2010-08-02 | 7 | -29/+105 |
| * | | | | x86, setup: reorganize the early console setup | Yinghai Lu | 2010-08-02 | 7 | -163/+186 |
| * | | | | x86, setup: Allow global variables and functions in the decompressor | H. Peter Anvin | 2010-08-02 | 3 | -0/+32 |
| * | | | | x86, setup: Only set early_serial_base after port is initialized | Yinghai Lu | 2010-07-14 | 1 | -30/+33 |
| * | | | | x86, setup: Make the setup code also accept console=uart8250 | Yinghai Lu | 2010-07-13 | 2 | -1/+80 |
| * | | | | x86, setup: Early-boot serial I/O support | Pekka Enberg | 2010-07-12 | 4 | -6/+165 |
* | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2010-08-06 | 12 | -32/+80 |
|\ \ \ \ \ |
|
| * | | | | | x86: Ioremap: fix wrong physical address handling in PAT code | Yasuaki Ishimatsu | 2010-07-29 | 1 | -1/+1 |
| * | | | | | x86, tlb: Clean up and correct used type | Borislav Petkov | 2010-07-21 | 1 | -3/+1 |
| * | | | | | x86, iomap: Fix wrong page aligned size calculation in ioremapping code | Florian Zumbiehl | 2010-07-20 | 1 | -1/+1 |
| * | | | | | x86, mm: Create symbolic index into address_markers array | Andres Salomon | 2010-07-20 | 1 | -6/+26 |
| * | | | | | x86, ioremap: Fix normal ram range check | Kenji Kaneshige | 2010-07-09 | 1 | -1/+1 |
| * | | | | | x86, ioremap: Fix incorrect physical address handling in PAE mode | Kenji Kaneshige | 2010-07-09 | 5 | -16/+14 |