summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2008-04-29proc: switch /proc/scsi/device_info to seq_file interfaceAlexey Dobriyan-33/+44
2008-04-29proc: switch /proc/ip2mem to seq_file interfaceAlexey Dobriyan-28/+25
2008-04-29proc: convert /proc/bus/nubus to seq_file interfaceAlexey Dobriyan-22/+20
2008-04-29proc: switch /proc/apm to seq_file interfaceAlexey Dobriyan-5/+18
2008-04-29proc: switch /proc/bus/zorro/devices to seq_file interfaceAlexey Dobriyan-25/+47
2008-04-29proc: remove proc_root from driversAlexey Dobriyan-22/+22
2008-04-29proc: remove proc_root_driverAlexey Dobriyan-10/+10
2008-04-29proc: remove proc_busAlexey Dobriyan-11/+11
2008-04-29ipmi: fix return from atca_oem_poweroff_hookAdrian Bunk-1/+1
2008-04-29ipmi: make alloc_recv_msg staticAdrian Bunk-1/+1
2008-04-29ipmi: remove ->write_proc codeAlexey Dobriyan-8/+7
2008-04-29ipmi: remove unused target and action in MakefileDenis Cheng-4/+0
2008-04-29IPMI: Style fixes in the misc codeCorey Minyard-201/+227
2008-04-29IPMI: Style fixes in the system interface codeCorey Minyard-436/+574
2008-04-29ipmi: style fixes in the base codeCorey Minyard-414/+581
2008-04-29IPMI: Convert system interface defines to an enumCorey Minyard-17/+43
2008-04-29ipmi: convert locked counters to atomics in the system interfaceCorey Minyard-74/+66
2008-04-29IPMI: convert message handler defines to an enumCorey Minyard-58/+67
2008-04-29ipmi: convert locked counters to atomicsKonstantin Baydarov-248/+194
2008-04-29ipmi: update driver versionCorey Minyard-1/+1
2008-04-29ipmi: don't print event queue full on every eventCorey Minyard-4/+11
2008-04-29ipmi: don't grab locks in run-to-completion modeKonstantin Baydarov-8/+28
2008-04-29ipmi: run to completion fixesCorey Minyard-36/+35
2008-04-29ipmi: hold ATTN until upper layer readyCorey Minyard-2/+5
2008-04-29IB: expand ib_umem_get() prototypeArthur Kepner-17/+40
2008-04-29x86: olpc: add One Laptop Per Child architecture supportAndres Salomon-2/+0
2008-04-29xen: make blkif_getgeo staticHarvey Harrison-1/+1
2008-04-29vt: fix background color on line feedJan Engelhardt-12/+13
2008-04-29firmware loader: printk when requesting firmwareCiaran McCreesh-0/+2
2008-04-29drivers/misc: elide a non-zero test on a result that is never 0Julia Lawall-13/+11
2008-04-29drivers/block/floppy.c: replace init_module&cleanup_module with module_init&m...Jon Schindler-2/+4
2008-04-29sysrq: add show-backtrace-on-all-cpus functionRik van Riel-0/+46
2008-04-29drivers/misc: replace remaining __FUNCTION__ occurrencesHarvey Harrison-18/+18
2008-04-29firmware: replace remaining __FUNCTION__ occurrencesHarvey Harrison-14/+14
2008-04-29Misc, phantom, fix pollJiri Slaby-4/+6
2008-04-29Misc: phantom, add compat ioctlJiri Slaby-4/+20
2008-04-29ipwireless: remove dead codeJiri Kosina-46/+0
2008-04-29remove mca_is_adapter_used()Adrian Bunk-18/+0
2008-04-29make /dev/kmem a config optionArjan van de Ven-0/+19
2008-04-29power: replace remaining __FUNCTION__ occurrencesHarvey Harrison-7/+7
2008-04-29ACPI: Cleanup: Remove unneeded, multiple local dummy variablesThomas Renninger-10/+7
2008-04-29ACPI: video - fix permissions on some proc entriesDmitry Torokhov-2/+2
2008-04-29ACPI: video - properly handle errors when registering proc elementsDmitry Torokhov-115/+115
2008-04-29ACPI: video - do not store invalid entries in attached_array listDmitry Torokhov-31/+27
2008-04-29ACPI: re-name acpi_pm_ops to acpi_suspend_opsLen Brown-21/+21
2008-04-29ACER_WMI/ASUS_LAPTOP: fix build bugIngo Molnar-0/+2
2008-04-29thinkpad_acpi: fix possible NULL pointer dereference if kstrdup failedCyrill Gorcunov-1/+1
2008-04-29ACPI: check a return value correctly in acpi_power_get_context()Li Zefan-1/+1
2008-04-29#if 0 acpi/bay.c:eject_removable_drive()Adrian Bunk-0/+2
2008-04-29eeepc-laptop: add hwmon fan controlCorentin Chary-0/+148