Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1cee52de28aa687760ad262ad0834d1bf6c6d2ac
1cee52d
ide: inline ide_dma_timeout() into ide_dma_timeout_retry()
by Bartlomiej Zolnierkiewicz
· 16 years ago
35c9b4d
ide: add ->dma_clear method and remove ->dma_timeout one
by Bartlomiej Zolnierkiewicz
· 16 years ago
e698ea8
ide-cd: minor ide_cdrom_setup() cleanup
by Bartlomiej Zolnierkiewicz
· 16 years ago
14fa91c
ide-cd: unify transfer padding in cdrom_newpc_intr()
by Bartlomiej Zolnierkiewicz
· 16 years ago
4a3d8cf
ide-cd: use common completion path for DMA requests in cdrom_newpc_intr()
by Bartlomiej Zolnierkiewicz
· 16 years ago
c7ec899
ide-cd: use scatterlists for PIO transfers (non-fs requests) (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
8652b31
ide-cd: merge ide_cd_prepare_rw_request() into cdrom_start_rw()
by Bartlomiej Zolnierkiewicz
· 16 years ago
06a449e
ide-cd: fix non-SECTOR_SIZE-multiples PIO transfers for fs requests
by Bartlomiej Zolnierkiewicz
· 16 years ago
a08915b
ide-cd: use scatterlists for PIO transfers (fs requests)
by Bartlomiej Zolnierkiewicz
· 16 years ago
5ed57ad
ide-cd: cleanup ide_cd_do_request()
by Bartlomiej Zolnierkiewicz
· 16 years ago
c4c69e2
ide-cd: kill whole failed request in ide_cd_do_request()
by Bartlomiej Zolnierkiewicz
· 16 years ago
f63174e
ide-cd: remove cdrom_end_request()
by Bartlomiej Zolnierkiewicz
· 16 years ago
8a11697
ide-cd: unify cdrom_newpc_intr() exit paths
by Bartlomiej Zolnierkiewicz
· 16 years ago
984c5e5
ide-cd: move setting REQ_FAILED flag out from 'end_request' exit path
by Bartlomiej Zolnierkiewicz
· 16 years ago
e0458cc
ide-cd: unify ide_cd_do_request() exit paths
by Bartlomiej Zolnierkiewicz
· 16 years ago
299c485
ide-cd: factor out failed request completion from cdrom_end_request()
by Bartlomiej Zolnierkiewicz
· 16 years ago
6041e8f
ide-cd: remove no longer needed 'ignore' module parameter
by Bartlomiej Zolnierkiewicz
· 16 years ago
1ab6d74
ide-cd: remove needless ide_dump_status_no_sense() wrapper
by Bartlomiej Zolnierkiewicz
· 16 years ago
13eae6a
ide-cd: remove dead code from cdrom_decode_status()
by Bartlomiej Zolnierkiewicz
· 16 years ago
bf12a9c
ide-cd: use ide_end_rq() also for failed non-fs requests
by Bartlomiej Zolnierkiewicz
· 16 years ago
116e690
ide-cd: remove dead URLs
by Bartlomiej Zolnierkiewicz
· 16 years ago
f2bc316
ide: use PageHighMem() instead of ifdefs in ide_pio_bytes()
by Bartlomiej Zolnierkiewicz
· 16 years ago
7a00798
ide: add support for arbitrary transfer lengths to ide_pio_bytes()
by Bartlomiej Zolnierkiewicz
· 16 years ago
2eba082
ide-atapi: start DMA after issuing a packet command
by Borislav Petkov
· 16 years ago
da19620
at91_ide: fix ->ftf_flags handling
by Bartlomiej Zolnierkiewicz
· 16 years ago
479edf0
ide: drivers/ide/ide-atapi.c needs <linux/scatterlist.h>
by Geert Uytterhoeven
· 16 years ago
9010941
ide: Fix code dealing with sleeping devices in do_ide_request()
by Elias Oltmanns
· 16 years ago
e1c5024
Merge branch 'reiserfs-updates' from Jeff Mahoney
by Linus Torvalds
· 16 years ago
ee93961
reiserfs: rename [cn]_* variables
by Jeff Mahoney
· 16 years ago
d68caa9
reiserfs: rename p_._ variables
by Jeff Mahoney
· 16 years ago
a063ae1
reiserfs: rename p_s_tb to tb
by Jeff Mahoney
· 16 years ago
995c762
reiserfs: rename p_s_inode to inode
by Jeff Mahoney
· 16 years ago
ad31a4f
reiserfs: rename p_s_bh to bh
by Jeff Mahoney
· 16 years ago
a9dd364
reiserfs: rename p_s_sb to sb
by Jeff Mahoney
· 16 years ago
0222e65
reiserfs: strip trailing whitespace
by Jeff Mahoney
· 16 years ago
3cd6dbe
reiserfs: cleanup path functions
by Jeff Mahoney
· 16 years ago
fba4ebb
reiserfs: factor out buffer_info initialization
by Jeff Mahoney
· 16 years ago
57fe60d
reiserfs: add atomic addition of selinux attributes during inode creation
by Jeff Mahoney
· 16 years ago
a41f1a4
reiserfs: use generic readdir for operations across all xattrs
by Jeff Mahoney
· 16 years ago
0ab2621
reiserfs: journaled xattrs
by Jeff Mahoney
· 16 years ago
48b32a3
reiserfs: use generic xattr handlers
by Jeff Mahoney
· 16 years ago
8ecbe55
reiserfs: remove i_has_xattr_dir
by Jeff Mahoney
· 16 years ago
8b6dd72
reiserfs: make per-inode xattr locking more fine grained
by Jeff Mahoney
· 16 years ago
d984561
reiserfs: eliminate per-super xattr lock
by Jeff Mahoney
· 16 years ago
6c17675
reiserfs: simplify xattr internal file lookups/opens
by Jeff Mahoney
· 16 years ago
a72bdb1
reiserfs: Clean up xattrs when REISERFS_FS_XATTR is unset
by Jeff Mahoney
· 16 years ago
6dfede69
reiserfs: remove IS_PRIVATE helpers
by Jeff Mahoney
· 16 years ago
010f5a2
reiserfs: remove link detection code
by Jeff Mahoney
· 16 years ago
ec6ea56
reiserfs: xattr reiserfs_get_page takes offset instead of index
by Jeff Mahoney
· 16 years ago
f437c52
reiserfs: small variable cleanup
by Jeff Mahoney
· 16 years ago
0030b64
reiserfs: use reiserfs_error()
by Jeff Mahoney
· 16 years ago
1e5e59d
reiserfs: introduce reiserfs_error()
by Jeff Mahoney
· 16 years ago
32e8b10
reiserfs: rearrange journal abort
by Jeff Mahoney
· 16 years ago
c3a9c21
reiserfs: rework reiserfs_panic
by Jeff Mahoney
· 16 years ago
78b6513
reiserfs: add locking around error buffer
by Jeff Mahoney
· 16 years ago
fd7cb03
reiserfs: eliminate reiserfs_warning from uniqueness functions
by Jeff Mahoney
· 16 years ago
cacbe3d
reiserfs: prepare_error_buf wrongly consumes va_arg
by Jeff Mahoney
· 16 years ago
45b03d5
reiserfs: rework reiserfs_warning
by Jeff Mahoney
· 16 years ago
1d889d9
reiserfs: make some warnings informational
by Jeff Mahoney
· 16 years ago
a543715
reiserfs: use more consistent printk formatting
by Jeff Mahoney
· 16 years ago
eba0030
reiserfs: use buffer_info for leaf_paste_entries
by Jeff Mahoney
· 16 years ago
600ed41
reiserfs: audit transaction ids to always be unsigned ints
by Jeff Mahoney
· 16 years ago
702d21c
reiserfs: add support for mount count incrementing
by Jeff Mahoney
· 16 years ago
019abbc
Merge branch 'x86-stage-3-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
2d25ee3
Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
by Linus Torvalds
· 16 years ago
915db32
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
by Linus Torvalds
· 16 years ago
ebc8eca
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 16 years ago
25c1a41
x86: fix mismerge in arch/x86/include/asm/timer.h
by Stephen Rothwell
· 16 years ago
b94d10e
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6
by Linus Torvalds
· 16 years ago
b80e0d2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 16 years ago
83826dc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
by Linus Torvalds
· 16 years ago
ffd1428
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6
by Linus Torvalds
· 16 years ago
fd3a019
V4L/DVB (11316): saa7191: tuner ops wasn't set.
by Hans Verkuil
· 16 years ago
7c46733
V4L/DVB (11315): cx25840: fix 'unused variable' warning.
by Hans Verkuil
· 16 years ago
73722dd
V4L/DVB (11314): au8522: remove unused I2C_DRIVERID
by Hans Verkuil
· 16 years ago
4b2ce11
V4L/DVB (11313): v4l2-subdev: add enum_framesizes and enum_frameintervals.
by Hans Verkuil
· 16 years ago
5eb35fd
V4L/DVB (11312): tuner: remove V4L1 code from this driver.
by Hans Verkuil
· 16 years ago
bccfa44
V4L/DVB (11311): v4l: replace 'ioctl' references in v4l i2c drivers
by Hans Verkuil
· 16 years ago
41c129a
V4L/DVB (11310): cx18: remove intermediate 'ioctl' step
by Hans Verkuil
· 16 years ago
df1d5ed
V4L/DVB (11309): cx25840: cleanup: remove intermediate 'ioctl' step
by Hans Verkuil
· 16 years ago
2c26976
V4L/DVB (11308): msp3400: use the V4L2 header since no V4L1 code is there
by Mauro Carvalho Chehab
· 16 years ago
43d5eab
V4L/DVB (11305): cx88: prevent probing rtc and ir devices
by Hans Verkuil
· 16 years ago
a0d1251
V4L/DVB (11304): v4l2: remove v4l2_subdev_command calls where they are no longer needed.
by Hans Verkuil
· 16 years ago
267ea2a
V4L/DVB (11303): tda7432: remove legacy code for old-style i2c API
by Hans Verkuil
· 16 years ago
a613891
V4L/DVB (11302): tda9875: remove legacy code for old-style i2c API
by Hans Verkuil
· 16 years ago
4705e8c
V4L/DVB (11301): wm8775: remove legacy code for old-style i2c API
by Hans Verkuil
· 16 years ago
b8341e1
V4L/DVB (11300): cx88: convert to v4l2_subdev.
by Hans Verkuil
· 16 years ago
b6198ade
V4L/DVB (11298): cx25840: remove legacy code for old-style i2c API
by Hans Verkuil
· 16 years ago
0d5a19f
V4L/DVB (11297): cx23885: convert to v4l2_subdev.
by Hans Verkuil
· 16 years ago
d35ed62
V4L/DVB (11296): cx23885: bugfix error message if firmware is not found
by Steven Toth
· 16 years ago
c0714f6
V4L/DVB (11295): cx23885: convert to v4l2_device.
by Hans Verkuil
· 16 years ago
8bbd90c
V4L/DVB (11293): uvcvideo: Add zero fill for VIDIOC_ENUM_FMT
by Márton Németh
· 16 years ago
0ce566d
V4L/DVB (11292): uvcvideo: Add support for Syntek cameras found in JAOtech Smart Terminals
by Laurent Pinchart
· 16 years ago
919a548
V4L/DVB (11290): Add Elgato EyeTV DTT to dibcom driver
by Klaus Flittner
· 16 years ago
16ba1ee
V4L/DVB (11289): Patch for Yuan MC770 DVB-T (1164:0871)
by Xoan Loureiro
· 16 years ago
91b9436
V4L/DVB (11288): Code cleanup (passes checkpatch now) of the b2c2-flexcop-drivers 2/2
by Uwe Bugla
· 16 years ago
1589a99
V4L/DVB (11287): Code cleanup (passes checkpatch now) of the b2c2-flexcop-drivers 1/2
by Uwe Bugla
· 16 years ago
7def728
V4L/DVB (11285): Remove unecessary udelay
by Patrick Boettcher
· 16 years ago
1662070
V4L/DVB (11284): Fix i2c code of flexcop-driver for rare revisions
by Patrick Boettcher
· 16 years ago
aef8220
V4L/DVB (11283): saa6588: remove legacy code.
by Hans Verkuil
· 16 years ago
Next »