index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'md-3.10' of git://neil.brown.name/md
Linus Torvalds
2013-05-01
7
-106
/
+293
|
\
|
*
MD: ignore discard request for hard disks of hybid raid1/raid10 array
Shaohua Li
2013-04-30
2
-2
/
+12
|
*
md: bad block list should default to disabled.
NeilBrown
2013-04-30
1
-6
/
+3
|
*
md: raid1/raid10 md devices leak memory when stopping
Hirokazu Takahashi
2013-04-30
2
-0
/
+2
|
*
DM RAID: Add message/status support for changing sync action
Jonathan Brassow
2013-04-24
1
-2
/
+109
|
*
MD: Export 'md_reap_sync_thread' function
Jonathan Brassow
2013-04-24
2
-50
/
+50
|
*
md: don't update metadata when stopping a read-only array.
NeilBrown
2013-04-24
1
-1
/
+2
|
*
md: Allow devices to be re-added to a read-only array.
NeilBrown
2013-04-24
1
-26
/
+57
|
*
md/raid10: Allow skipping recovery when clean arrays are assembled
Martin Wilck
2013-04-24
1
-0
/
+16
|
*
md/raid5: avoid an extra write when writing to a known-bad-block.
NeilBrown
2013-04-24
1
-1
/
+8
|
*
md/raid5: Change or of some order to improve efficiency.
majianpeng
2013-04-24
1
-3
/
+4
|
*
md: use set_bit_le and clear_bit_le
Akinobu Mita
2013-04-24
1
-2
/
+2
|
*
md: HOT_DISK_REMOVE shouldn't make a read-auto device active.
NeilBrown
2013-04-24
1
-4
/
+7
|
*
md: use common code for all calls to ->hot_remove_disk()
NeilBrown
2013-04-24
1
-9
/
+16
|
*
md: never update metadata when array is read-only.
NeilBrown
2013-04-24
1
-0
/
+5
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2013-05-01
5
-87
/
+205
|
\
\
|
*
|
TPM: Retry SaveState command in suspend path
Duncan Laurie
2013-04-17
2
-4
/
+30
|
*
|
tpm/tpm_i2c_infineon: Add small comment about return value of __i2c_transfer
Peter Huewe
2013-04-12
1
-0
/
+9
|
*
|
tpm/tpm_i2c_infineon.c: Add OF attributes type and name to the of_device_id t...
Peter Huewe
2013-04-12
1
-3
/
+18
|
*
|
tpm_i2c_stm_st33: Remove duplicate inclusion of header files
Sachin Kamat
2013-04-12
1
-2
/
+0
|
*
|
tpm: Add support for new Infineon I2C TPM (SLB 9645 TT 1.2 I2C)
Peter Huewe
2013-04-12
1
-40
/
+97
|
*
|
char/tpm: Convert struct i2c_msg initialization to C99 format
Shubhrajyoti Datta
2013-04-12
1
-3
/
+16
|
*
|
drivers/char/tpm/tpm_ppi: use strlcpy instead of strncpy
Chen Gang
2013-04-12
1
-7
/
+7
|
*
|
tpm/tpm_i2c_stm_st33: formatting and white space changes
Peter Huewe
2013-04-12
1
-31
/
+31
*
|
|
Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
2013-05-01
9
-85
/
+123
|
\
\
\
|
*
|
|
sata_highbank: Rename proc_name to the module name
Robert Richter
2013-05-01
1
-1
/
+1
|
*
|
|
ACPI/libata: Restore libata.noacpi support
Lv Zheng
2013-05-01
1
-2
/
+2
|
*
|
|
[libata] acpi: make ata_ap_acpi_handle not block
Aaron Lu
2013-05-01
1
-18
/
+27
|
*
|
|
[libata] SCSI: really use SATL version in VPD
Baruch Even
2013-04-12
1
-1
/
+0
|
*
|
|
pata_imx: add devicetree support
Sascha Hauer
2013-04-12
1
-0
/
+9
|
*
|
|
pata_imx: use void __iomem * for regs
Sascha Hauer
2013-04-12
1
-1
/
+1
|
*
|
|
pata_imx: cleanup error path
Sascha Hauer
2013-04-12
1
-6
/
+14
|
*
|
|
pata_imx: Use devm_clk_get
Sascha Hauer
2013-04-12
1
-3
/
+2
|
*
|
|
sata_rcar: Convert to devm_ioremap_resource()
Sachin Kamat
2013-04-12
1
-3
/
+4
|
*
|
|
fsl/sata: create a sysfs entry for rx water mark
Qiang Liu
2013-04-04
1
-0
/
+55
|
*
|
|
libata-acpi: remove redundent code for power resource handling
Aaron Lu
2013-04-04
2
-35
/
+4
|
*
|
|
sata_highbank: make ahci_highbank_pm_ops static
Jingoo Han
2013-04-04
1
-1
/
+1
|
*
|
|
pata_octeon_cf: Use resource_size function
Alexandru Gheorghiu
2013-04-04
1
-1
/
+1
|
*
|
|
pata_legacy: bogus clock in opti82c46x_set_piomode()
Dan Carpenter
2013-04-04
1
-1
/
+1
|
*
|
|
pata_at32: use module_platform_driver_probe()
Jingoo Han
2013-04-04
1
-12
/
+1
*
|
|
|
Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2013-05-01
150
-2810
/
+10754
|
\
\
\
\
|
*
\
\
\
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2013-04-29
1
-214
/
+69
|
|
\
\
\
\
|
|
*
|
|
|
cpufreq: Revert incorrect commit 5800043
Rafael J. Wysocki
2013-04-29
1
-214
/
+69
|
*
|
|
|
|
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2013-04-28
63
-756
/
+7366
|
|
\
|
|
|
|
|
|
*
|
|
|
cpufreq: pxa2xx: initialize variables
Arnd Bergmann
2013-04-25
1
-2
/
+3
|
|
*
|
|
|
ARM: S5pv210: compiling issue, ARM_S5PV210_CPUFREQ needs CONFIG_CPU_FREQ_TABLE=y
Chen Gang
2013-04-24
1
-0
/
+1
|
|
*
|
|
|
cpufreq: cpu0: Put cpu parent node after using it
Viresh Kumar
2013-04-22
1
-0
/
+1
|
|
*
|
|
|
cpufreq: ARM big LITTLE: Adapt to latest cpufreq updates
Viresh Kumar
2013-04-22
1
-7
/
+3
|
|
*
|
|
|
cpufreq: ARM big LITTLE: put DT nodes after using them
Viresh Kumar
2013-04-22
1
-14
/
+29
|
|
*
|
|
|
cpufreq: Don't call __cpufreq_governor() for drivers without target()
Viresh Kumar
2013-04-22
1
-5
/
+13
[next]