index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-09
md: Allow md devices to be created by name.
NeilBrown
2
-18
/
+102
2009-01-09
md: make devices disappear when they are no longer needed.
NeilBrown
3
-12
/
+67
2009-01-09
md: centralise all freeing of an 'mddev' in 'md_free'
NeilBrown
1
-9
/
+11
2009-01-09
md: move allocation of ->queue from mddev_find to md_probe
NeilBrown
1
-11
/
+17
2009-01-09
md: need another print_sb for mdp_superblock_1
Cheng Renquan
2
-6
/
+62
2009-01-09
md: use list_for_each_entry macro directly
Cheng Renquan
10
-94
/
+60
2009-01-09
md: raid0: make hash_spacing and preshift sector-based.
Andre Noll
2
-31
/
+31
2009-01-09
md: raid0: Represent the size of strip zones in sectors.
Andre Noll
2
-14
/
+14
2009-01-09
md: raid0 create_strip_zones(): Add KERN_INFO/KERN_ERR to printk's.
Andre Noll
1
-21
/
+25
2009-01-09
md: raid0 create_strip_zones(): Make two local variables sector-based.
Andre Noll
1
-14
/
+13
2009-01-09
md: raid0: Represent zone->zone_offset in sectors.
Andre Noll
2
-7
/
+7
2009-01-09
md: raid0: Represent device offset in sectors.
Andre Noll
2
-6
/
+5
2009-01-09
md: raid0_make_request(): Replace local variable block by sector.
Andre Noll
1
-7
/
+6
2009-01-09
md: raid0_make_request(): Remove local variable chunk_size.
Andre Noll
1
-4
/
+3
2009-01-09
md: raid0_make_request(): Replace chunksize_bits by chunksect_bits.
Andre Noll
1
-5
/
+5
2009-01-09
md: use sysfs_notify_dirent to notify changes to md/sync_action.
NeilBrown
2
-7
/
+14
2009-01-09
md: fix bitmap-on-external-file bug.
NeilBrown
1
-3
/
+5
2009-01-09
pata_hpt366: reimplement mode programming
Tejun Heo
1
-65
/
+44
2009-01-09
[libata] pata_hpt3x3: correct _freeze() function declaration
Jeff Garzik
1
-2
/
+2
2009-01-09
libata: Add special ata_pio_need_iordy() handling for Compact Flash.
David Daney
1
-0
/
+4
2009-01-09
pata_platform: __pata_platform_remove() shouldn't be in discard section
Sonic Zhang
1
-1
/
+1
2009-01-09
sata_sil24: remove unused sil24_port_multiplier
Grant Grundler
1
-7
/
+0
2009-01-09
[libata] ahci: Add SATA GEN3 related messages
Shane Huang
2
-0
/
+3
2009-01-09
ata_piix: save, use saved and restore IOCFG
Tejun Heo
1
-15
/
+34
2009-01-09
pata_ali: Fix and workaround for FIFO DMA bug
Alan Cox
1
-2
/
+30
2009-01-09
pata_ali: force initialise a few bits
Alan Cox
1
-33
/
+38
2009-01-09
pata_hpt3x3: Workarounds for chipset
Alan Cox
1
-6
/
+45
2009-01-08
async: make async_synchronize_full() more serializing
Arjan van de Ven
1
-1
/
+3
2009-01-08
wimax: fix kernel-doc for debufs_dentry member of struct wimax_dev
Inaky Perez-Gonzalez
1
-0
/
+3
2009-01-08
regulator: fix kernel-doc warnings
Randy Dunlap
1
-5
/
+2
2009-01-08
regulator: catch some registration errors
David Brownell
1
-0
/
+14
2009-01-08
regulator: Add basic DocBook manual
Mark Brown
2
-1
/
+305
2009-01-08
regulator: Fix some kerneldoc rendering issues
Mark Brown
1
-7
/
+11
2009-01-08
regulator: Add missing kerneldoc
Mark Brown
3
-1
/
+81
2009-01-08
regulator: Clean up kerneldoc warnings
Mark Brown
2
-26
/
+26
2009-01-08
regulator: Remove extraneous kerneldoc annotations
Mark Brown
1
-2
/
+2
2009-01-08
regulator: init/link earlier
David Brownell
1
-1
/
+3
2009-01-08
regulator: move set_machine_constraints after regulator device initialization
Mike Rapoport
1
-5
/
+5
2009-01-08
regulator: da903x: make da903x_is_enabled return 0 or 1
Mike Rapoport
1
-1
/
+1
2009-01-08
regulator: da903x: add '\n' to error messages
Mike Rapoport
1
-5
/
+5
2009-01-08
regulator: sysfs attribute reduction (v2)
David Brownell
2
-124
/
+208
2009-01-08
regulator: code shrink (v2)
David Brownell
1
-67
/
+44
2009-01-08
regulator: improved mode error checks
David Brownell
1
-2
/
+13
2009-01-08
regulator: enable/disable refcounting
David Brownell
1
-35
/
+36
2009-01-08
regulator: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-2
/
+2
2009-01-08
net: convert pegasus driver to net_device_ops
Oliver Neukum
1
-7
/
+14
2009-01-08
bnx2x: Prevent eeprom set when driver is down
Eilon Greenstein
1
-0
/
+3
2009-01-08
net: switch kaweth driver to netdevops
Oliver Neukum
1
-11
/
+12
2009-01-08
pcnet32: round off carrier watch timer
Stephen Hemminger
1
-2
/
+2
2009-01-08
i2400m/usb: wrap USB power saving in #ifdef CONFIG_PM
Inaky Perez-Gonzalez
1
-0
/
+6
[prev]
[next]