index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-27
md/raid5: move rdev->corrected_errors counting
Namhyung Kim
1
-4
/
+1
2011-07-27
md/raid1: move rdev->corrected_errors counting
Namhyung Kim
1
-11
/
+6
2011-07-27
md: get rid of unnecessary casts on page_address()
Namhyung Kim
1
-12
/
+11
2011-07-27
md/raid10: Improve decision on whether to fail a device with a read error.
NeilBrown
1
-29
/
+28
2011-07-27
md/raid10: Make use of new recovery_disabled handling
NeilBrown
2
-26
/
+41
2011-07-27
md: change managed of recovery_disabled.
NeilBrown
4
-7
/
+19
2011-07-27
md: remove ro check in md_check_recovery()
Namhyung Kim
1
-3
/
+0
2011-07-27
md: introduce link/unlink_rdev() helpers
Namhyung Kim
4
-50
/
+36
2011-07-27
md/raid: use printk_ratelimited instead of printk_ratelimit
Christian Dietrich
3
-42
/
+53
2011-07-27
md: use proper little-endian bitops
Akinobu Mita
1
-3
/
+5
2011-07-27
md/raid5: finalise new merged handle_stripe.
NeilBrown
1
-102
/
+13
2011-07-27
md/raid5: move some more common code into handle_stripe
NeilBrown
1
-113
/
+67
2011-07-27
md/raid5: move more common code into handle_stripe
NeilBrown
1
-100
/
+61
2011-07-27
md/raid5: unite handle_stripe_dirtying5 and handle_stripe_dirtying6
NeilBrown
1
-56
/
+21
2011-07-27
md/raid5: unite fetch_block5 and fetch_block6
NeilBrown
1
-84
/
+23
2011-07-27
md/raid5: rearrange a test in fetch_block6.
NeilBrown
1
-7
/
+5
2011-07-27
md/raid5: move more code into common handle_stripe
NeilBrown
1
-58
/
+32
2011-07-27
md/raid5: Move code for finishing a reconstruction into handle_stripe.
NeilBrown
1
-96
/
+57
2011-07-27
md/raid5: Remove stripe_head_state arg from handle_stripe_expansion.
NeilBrown
1
-5
/
+4
2011-07-26
Merge branch 'next/devel2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
11
-293
/
+1545
2011-07-26
Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+3
2011-07-26
Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+3
2011-07-26
Merge branch 'next-i2c' of git://git.fluff.org/bjdooks/linux
Linus Torvalds
2
-21
/
+37
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
117
-117
/
+118
2011-07-26
ramoops: make record_size a module parameter
Sergiu Iordache
1
-10
/
+27
2011-07-26
ramoops: move dump_oops into platform data
Sergiu Iordache
1
-1
/
+4
2011-07-26
ramoops: add new line to each print
Marco Stornelli
1
-6
/
+9
2011-07-26
ramoops: use module parameters instead of platform data if not available
Marco Stornelli
1
-12
/
+35
2011-07-26
Vmware balloon: switch to using sysem-wide freezable workqueue
Dmitry Torokhov
1
-20
/
+11
2011-07-26
drivers/w1/slaves/w1_therm.c: add support for DS28EA00
Christian Glindkamp
2
-0
/
+10
2011-07-26
drivers/edac/mpc85xx_edac.c: correct offset_in_page mask bits in edac_mc_hand...
Kai.Jiang
1
-2
/
+2
2011-07-26
rtc: fix hrtimer deadlock
Thomas Gleixner
1
-19
/
+37
2011-07-26
rtc: limit frequency
Thomas Gleixner
1
-1
/
+1
2011-07-26
rtc: handle errors correctly in rtc_irq_set_state()
Thomas Gleixner
1
-0
/
+3
2011-07-26
drivers/base/power/opp.c: fix dev_opp initial value
Jonghwan Choi
1
-1
/
+1
2011-07-27
i2c-eg20t : Fix the issue of Combined R/W transfer mode
Tomoya MORINAGA
1
-2
/
+2
2011-07-27
i2c-eg20t : Support Combined R/W transfer mode
Tomoya MORINAGA
1
-19
/
+20
2011-07-27
i2c: Tegra: Add DeviceTree support
John Bonesio
1
-1
/
+16
2011-07-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-1
/
+45
2011-07-26
gma500: udelay(20000) it too long again
Stephen Rothwell
1
-1
/
+1
2011-07-26
USB / Renesas: Fix build issue related to struct scatterlist
Rafael J. Wysocki
1
-0
/
+1
2011-07-26
MMC / TMIO: Fix build issue related to struct scatterlist
Rafael J. Wysocki
1
-0
/
+1
2011-07-26
rbd: set blk_queue request sizes to object size
Josh Durgin
1
-0
/
+15
2011-07-26
rbd: cancel watch request when releasing the device
Yehuda Sadeh
1
-1
/
+30
2011-07-26
pci-label.c: size_t misspelled as mode_t
Al Viro
1
-1
/
+1
2011-07-26
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
106
-1420
/
+5556
2011-07-26
drm/radeon/kms: fix DP training for DPEncoderService revision bigger than 1.1
Jerome Glisse
1
-4
/
+18
2011-07-26
drm/radeon/kms: add missing vddci setting on NI+
Alex Deucher
1
-0
/
+3
2011-07-26
target: Convert to DIV_ROUND_UP_SECTOR_T usage for sectors / dev_max_sectors
Nicholas Bellinger
1
-4
/
+3
2011-07-26
iscsi-target: Add iSCSI fabric support for target v4.1
Nicholas Bellinger
41
-1
/
+22099
[prev]
[next]