summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | iscsi-target: Fix snprintf usage with MAX_PORTAL_LENNicholas Bellinger2011-07-271-1/+1
| * | | | | | | iscsi-target: Fix uninitialized usage of cmd->pad_bytesNicholas Bellinger2011-07-271-3/+3
| * | | | | | | iscsi-target: strlen() doesn't count the terminatorDan Carpenter2011-07-271-1/+1
| * | | | | | | iscsi-target: Fix NULL dereference on allocation failureDan Carpenter2011-07-271-1/+1
* | | | | | | | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-08-032-1/+133
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | dt: add of_alias_scan and of_alias_get_idShawn Guo2011-08-032-1/+133
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | drivers/video/backlight/aat2870_bl.c: make it buildable as a moduleAndrew Morton2011-08-031-1/+1
* | | | | | | drivers/video/backlight/aat2870_bl.c: fix setting max_currentAxel Lin2011-08-031-2/+2
* | | | | | | drivers/video/backlight/aat2870_bl.c: fix error checking for backlight_device...Axel Lin2011-08-031-2/+2
* | | | | | | tpm_tis: fix build when ACPI is not enabledRandy Dunlap2011-08-031-1/+6
* | | | | | | ramoops: update module parametersSergiu Iordache2011-08-031-0/+8
* | | | | | | rtc-omap: fix initialization of control registerDaniel Glöckner2011-08-031-1/+1
* | | | | | | Merge branch 'pstore-efi' of git://git.kernel.org/pub/scm/linux/kernel/git/ae...Linus Torvalds2011-08-021-3/+3
|\ \ \ \ \ \ \
| * | | | | | | efivars: fix warnings when CONFIG_PSTORE=nTony Luck2011-08-021-3/+3
* | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-08-0223-97/+343
|\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *-----------. \ \ \ \ \ \ \ Merge branches 'acpica', 'battery', 'boot-irqs', 'bz-24492', 'bz-9528', 'from...Len Brown2011-08-0259-262/+566
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * | | | | | | | ACPI print OSI(Linux) warning only onceLen Brown2011-08-021-1/+1
| | | | | | | | * | | | | | | | ACPI: constify ops structsVasiliy Kulikov2011-07-1610-13/+13
| | | | | | | | * | | | | | | | ACPI: fix 80 char overflowJon Mason2011-07-141-1/+2
| | | | | | | * | | | | | | | | ACPI: introduce "acpi_rsdp=" parameter for kdumpTakao Indoh2011-07-161-0/+15
| | | | | | * | | | | | | | | | ACPI: add missing _OSI stringsShaohua Li2011-08-021-1/+7
| | | | | | * | | | | | | | | | thermal: make THERMAL_HWMON implementation fully internalJean Delvare2011-08-021-25/+92
| | | | | | * | | | | | | | | | thermal: split hwmon lookup to a separate functionJean Delvare2011-08-021-6/+19
| | | | | | * | | | | | | | | | thermal: hide CONFIG_THERMAL_HWMONJean Delvare2011-08-021-6/+2
| | | | | | | |_|_|_|_|_|_|/ / | | | | | | |/| | | | | | | |
| | | | | * / | | | | | | | | ACPI: DMI workaround for Asus A8N-SLI Premium and Asus A8N-SLI DELUXZhang Rui2011-07-301-0/+16
| | | | | |/ / / / / / / / /
| | | | * | | | | | | | | | ACPI / SBS: Correct the value of power_now and power_avg in the sysfsLan Tianyu2011-07-141-0/+6
| | | | * | | | | | | | | | ACPI / SBS: Add getting state operation in the acpi_sbs_battery_get_property()Lan Tianyu2011-07-141-2/+5
| | | | | |_|/ / / / / / / | | | | |/| | | | | | | |
| | | * | | | | | | | | | ACPI: fix CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQSStefan Assmann2011-07-161-0/+58
| | | | |_|/ / / / / / / | | | |/| | | | | | | |
| | * | | | | | | | | | ACPI / Battery: propagate sysfs error in acpi_battery_add()Stefan Hajnoczi2011-07-161-3/+8
| | * | | | | | | | | | ACPI / Battery: avoid acpi_battery_add() use-after-freeStefan Hajnoczi2011-07-161-6/+12
| | * | | | | | | | | | ACPI / Battery: Resolve the race condition in the sysfs_remove_battery()Lan Tianyu2011-07-141-1/+6
| | * | | | | | | | | | ACPI / Battery: Add the check before refresh sysfs in the battery_notify()Lan Tianyu2011-07-141-2/+4
| | * | | | | | | | | | ACPI / Battery: Add the hibernation process in the battery_notify()Lan Tianyu2011-07-141-0/+1
| | * | | | | | | | | | ACPI / Battery: Rename acpi_battery_quirks2 with acpi_battery_quirksLan Tianyu2011-07-141-2/+2
| | * | | | | | | | | | ACPI / Battery: Change 16-bit signed negative battery current into correct valueLan Tianyu2011-07-141-16/+10
| | * | | | | | | | | | ACPI / Battery: Add the power unit macroLan Tianyu2011-07-141-3/+8
| | | |/ / / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | ACPICA: Do not repair _TSS return package if _PSS is presentFenghua Yu2011-07-133-0/+17
| * | | | | | | | | | ACPICA: Add option to disable method return value validation and repairBob Moore2011-07-132-6/+18
| * | | | | | | | | | ACPICA: Add missing _TDL to list of predefined namesBob Moore2011-07-131-0/+1
| * | | | | | | | | | ACPICA: Load operator: re-instate most restrictions on incoming table signatureBob Moore2011-07-131-5/+22
| |/ / / / / / / / /
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-08-023-0/+494
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Merge tag 'v3.0' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/li...Chris Metcalf2011-08-02553-3527/+31229
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'v3.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torvald...Chris Metcalf2011-06-1086-468/+925
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | arch/tile: add hypervisor-based character driver for SPI flash ROMChris Metcalf2011-06-103-0/+494
* | | | | | | | | | | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-08-023-5/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | of: constify property name parameters for helper functionsJamie Iles2011-08-021-3/+4
| * | | | | | | | | | | input: xilinx_ps2: Add missing of_address.h headerMichal Simek2011-08-011-1/+1
| * | | | | | | | | | | of: address: use resource_size helperFelipe Balbi2011-08-011-1/+1
* | | | | | | | | | | | Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-08-021-8/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | spi/pl022: remove function cannot exitLinus Walleij2011-08-021-8/+3