index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
hfsplus
/
Kconfig
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-04-16
mx31ads: Depend on all the WM8350 core dependencies for WM1133-EV1 board
Mark Brown
1
-0
/
+2
2009-04-16
Fix ifdef in plat-mxc/irc.c
Darius Augulis
2
-6
/
+10
2009-04-16
MX1ADS: remove I2C ifdefs
Darius Augulis
1
-6
/
+0
2009-04-16
qong: remove AIPS[12] mappings from machine-specific iotable
Ilya Yanok
1
-27
/
+1
2009-04-16
mx31ads: imoux pins should be passed in as unsigned int
Mark Brown
1
-1
/
+1
2009-04-16
MXC: remove orphan imx_init_uart() definition
Paulius Zaleckas
1
-2
/
+0
2009-04-16
mx31: pin definition for csi
Valentin Longchamp
1
-0
/
+21
2009-04-16
MX31: pin definition for sdhc2
Valentin Longchamp
1
-0
/
+10
2009-04-16
MX31: Add I2C pin definitions
Vladimir Barinov
1
-0
/
+3
2009-04-16
MX31: Add more alternate pin definitions
Sascha Hauer
1
-0
/
+14
2009-04-16
pcm037 board support: Fix eth interrupt gpio setting
Sascha Hauer
1
-2
/
+2
2009-04-16
imx21: activate i2c
Holger Schurig
2
-4
/
+1
2009-04-16
imx21: fixes some clocknames
Holger Schurig
1
-3
/
+3
2009-04-15
ALSA: hda - Fix the cmd cache keys for amp verbs
Takashi Iwai
1
-1
/
+5
2009-04-15
acpi-cpufreq: fix 'smp_call_function_many()' confusion
Linus Torvalds
1
-0
/
+6
2009-04-15
cfq-iosched: add close cooperator code
Jens Axboe
1
-25
/
+198
2009-04-15
cfq-iosched: log responsible 'cfqq' in idle timer arm
Jens Axboe
1
-1
/
+1
2009-04-15
cfq-iosched: tweak kick logic a bit more
Jens Axboe
1
-2
/
+5
2009-04-15
cfq-iosched: no need to save interrupts in cfq_kick_queue()
Jens Axboe
1
-3
/
+2
2009-04-15
brd: fix cacheflushing
Nick Piggin
1
-1
/
+3
2009-04-15
brd: support barriers
Nick Piggin
1
-0
/
+1
2009-04-15
swap: Remove code handling bio_alloc failure with __GFP_WAIT
Nikanth Karthikesan
1
-2
/
+0
2009-04-15
gfs2: Remove code handling bio_alloc failure with __GFP_WAIT
Nikanth Karthikesan
1
-5
/
+0
2009-04-15
ext4: Remove code handling bio_alloc failure with __GFP_WAIT
Nikanth Karthikesan
1
-2
/
+0
2009-04-15
dio: Remove code handling bio_alloc failure with __GFP_WAIT
Nikanth Karthikesan
1
-2
/
+0
2009-04-15
block: Remove code handling bio_alloc failure with __GFP_WAIT
Nikanth Karthikesan
2
-5
/
+0
2009-04-15
bio: add documentation to bio_alloc()
Jens Axboe
1
-0
/
+18
2009-04-15
splice: add helpers for locking pipe inode
Miklos Szeredi
5
-72
/
+64
2009-04-15
splice: remove generic_file_splice_write_nolock()
Miklos Szeredi
2
-61
/
+0
2009-04-15
ocfs2: fix i_mutex locking in ocfs2_splice_to_file()
Miklos Szeredi
3
-22
/
+79
2009-04-15
splice: fix i_mutex locking in generic_splice_write()
Miklos Szeredi
1
-11
/
+23
2009-04-15
splice: remove i_mutex locking in splice_from_pipe()
Miklos Szeredi
1
-16
/
+2
2009-04-15
splice: split up __splice_from_pipe()
Miklos Szeredi
2
-74
/
+153
2009-04-15
block: fix SG_IO to return a proper error value
FUJITA Tomonori
1
-2
/
+4
2009-04-15
ALSA: add missing definitions(letters) to HD-Audio.txt
Justin Mattock
1
-2
/
+2
2009-04-15
GFS2: Use DEFINE_SPINLOCK
Xu Gang
1
-1
/
+1
2009-04-15
GFS2: cleanup file_operations mess
Christoph Hellwig
3
-14
/
+16
2009-04-15
GFS2: Move umount flush rwsem
Steven Whitehouse
1
-5
/
+5
2009-04-15
GFS2: Fix symlink creation race
Steven Whitehouse
1
-0
/
+1
2009-04-15
GFS2: Make quotad's waiting interruptible
Steven Whitehouse
1
-1
/
+1
2009-04-15
ALSA: hda - Add quirk mask for Fujitsu Amilo laptops with ALC883
Takashi Iwai
1
-3
/
+2
2009-04-15
[ALSA] intel8x0: add one retry to the ac97_clock measurement routine
Jaroslav Kysela
1
-4
/
+11
2009-04-15
cfq-iosched: don't delay queue kick for a merged request
Jens Axboe
1
-2
/
+9
2009-04-15
buffer: switch do_emergency_thaw() away from pdflush_operation()
Jens Axboe
1
-2
/
+9
2009-04-15
block: update biodoc.txt on plugging
Jens Axboe
1
-13
/
+6
2009-04-15
as-iosched: get rid of private REQ_SYNC/REQ_ASYNC defines
Jens Axboe
1
-59
/
+57
2009-04-15
cfq-iosched: get rid of private SYNC/ASYNC defines
Jens Axboe
1
-13
/
+11
2009-04-15
cfq-iosched: use rw_is_sync() to see if rw flags are sync or not
Jens Axboe
1
-1
/
+1
2009-04-15
Document and move the various READ/WRITE types
Jens Axboe
1
-0
/
+59
2009-04-15
block: fix bad spelling of quiesce
Jens Axboe
3
-8
/
+8
[next]