index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
crc-t10dif.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-07-27
V4L/DVB (8522): videodev2: Fix merge conflict
Mauro Carvalho Chehab
1
-2
/
+2
2008-07-27
V4L/DVB (8532): mxl5007t: remove excessive locks
Michael Krufky
1
-16
/
+0
2008-07-27
V4L/DVB (8531): mxl5007t: move i2c gate handling outside of mutex protected c...
Michael Krufky
1
-21
/
+24
2008-07-27
V4L/DVB (8530): au0828: add support for new revision of HVR950Q
Michael Krufky
5
-0
/
+30
2008-07-27
V4L/DVB (8529): mxl5007t: enable _init and _sleep power management functionality
Michael Krufky
1
-8
/
+34
2008-07-27
V4L/DVB (8528): add support for MaxLinear MxL5007T silicon tuner
Michael Krufky
4
-0
/
+1130
2008-07-27
V4L/DVB (8526): saa7146: fix VIDIOC_ENUM_FMT
Hans Verkuil
1
-10
/
+7
2008-07-27
V4L/DVB (8525): fix a few assorted spelling mistakes.
Hans Verkuil
2
-3
/
+3
2008-07-27
V4L/DVB (8524): videodev: copy the VID_TYPE defines to videodev.h
Hans Verkuil
2
-0
/
+21
2008-07-27
V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_device
Hans Verkuil
64
-124
/
+14
2008-07-27
V4L/DVB (8521): gspca: Webcams with Sonix bridge and sensor ov7630 are VGA.
Jean-Francois Moine
1
-4
/
+4
2008-07-27
V4L/DVB (8520): gspca: Bad webcam information in some modules since 28b8203a8...
Jean-Francois Moine
6
-54
/
+54
2008-07-27
V4L/DVB (8519): gspca: Set the specific per webcam information in driver_info...
Jean-Francois Moine
1
-77
/
+57
2008-07-27
V4L/DVB (8518): gspca: Remove the remaining frame decoding functions from the...
Jean-Francois Moine
4
-227
/
+76
2008-07-27
V4L/DVB (8517): gspca: Bad sensor for some webcams in zc3xx since 28b8203a830e.
Jean-Francois Moine
1
-4
/
+4
2008-07-27
V4L/DVB (8515): gspca: Webcam 0c45:6143 added in sonixj.
Jean-Francois Moine
1
-0
/
+1
2008-07-27
V4L/DVB (8513): gspca: Set the specific per webcam information in driver_info.
Jean-Francois Moine
19
-945
/
+284
2008-07-27
V4L/DVB (8512): gspca: Do not use the driver_info field of usb_device_id.
Jean-Francois Moine
17
-17
/
+0
2008-07-27
V4L/DVB (8511): gspca: Get the card name of QUERYCAP from the usb product name.
Jean-Francois Moine
1
-1
/
+10
2008-07-27
V4L/DVB (8509): pvrusb2: fix device descriptions for HVR-1900 & HVR-1950
Michael Krufky
1
-3
/
+3
2008-07-27
V4L/DVB (8506): empress: fix control handling oops
Hans Verkuil
3
-16
/
+48
2008-07-27
V4L/DVB (8505): saa7134-empress.c: fix deadlock
Hans Verkuil
2
-9
/
+5
2008-07-27
V4L/DVB (8504): s2255drv: add missing header
Hans Verkuil
1
-0
/
+1
2008-07-27
V4L/DVB (8502): videodev2.h: CodingStyle cleanups
Mauro Carvalho Chehab
1
-212
/
+166
2008-07-27
fix for a memory leak in an error case introduced by fix for double free
Oliver Neukum
1
-4
/
+6
2008-07-27
m68k: gs: use tty_port fixes
Geert Uytterhoeven
2
-55
/
+56
2008-07-27
firmware: fix memmap printk format warnings
Randy Dunlap
1
-2
/
+4
2008-07-27
mm/util.c must #include <linux/sched.h>
Adrian Bunk
1
-0
/
+1
2008-07-27
hugetlb: remove unused variable warning
Andrea Righi
1
-1
/
+4
2008-07-27
task IO accounting: correctly account threads IO statistics
Andrea Righi
1
-34
/
+22
2008-07-27
gpiolib: fix typo in comment
Michael Buesch
1
-1
/
+1
2008-07-27
[PATCH] fix RLIM_NOFILE handling
Al Viro
3
-21
/
+15
2008-07-27
[PATCH] get rid of corner case in dup3() entirely
Al Viro
1
-9
/
+11
2008-07-27
[PATCH] remove remaining namei_{32,64}.h crap
Al Viro
2
-26
/
+0
2008-07-27
[PATCH] get rid of indirect users of namei.h
Al Viro
5
-2
/
+4
2008-07-27
[PATCH] get rid of __user_path_lookup_open
Al Viro
3
-18
/
+10
2008-07-27
[PATCH] f_count may wrap around
Al Viro
11
-39
/
+27
2008-07-27
[PATCH] dup3 fix
Ulrich Drepper
1
-1
/
+6
2008-07-27
[PATCH] don't pass nameidata to __ncp_lookup_validate()
Al Viro
1
-2
/
+2
2008-07-27
[PATCH] don't pass nameidata to gfs2_lookupi()
Al Viro
5
-8
/
+8
2008-07-27
[PATCH] new (local) helper: user_path_parent()
Al Viro
1
-80
/
+57
2008-07-27
[PATCH] sanitize __user_walk_fd() et.al.
Al Viro
13
-238
/
+235
2008-07-27
[PATCH] preparation to __user_walk_fd cleanup
Al Viro
2
-9
/
+11
2008-07-27
[PATCH] kill nameidata passing to permission(), rename to inode_permission()
Al Viro
8
-21
/
+17
2008-07-27
[PATCH] take noexec checks to very few callers that care
Al Viro
3
-9
/
+17
2008-07-27
Re: [PATCH 3/6] vfs: open_exec cleanup
Christoph Hellwig
1
-28
/
+30
2008-07-27
[patch 4/4] vfs: immutable inode checking cleanup
Miklos Szeredi
3
-26
/
+7
2008-07-27
[patch 3/4] fat: dont call notify_change
Miklos Szeredi
2
-1
/
+15
2008-07-27
[patch 2/4] vfs: utimes cleanup
Miklos Szeredi
1
-49
/
+65
2008-07-27
[patch 1/4] vfs: utimes: move owner check into inode_change_ok()
Miklos Szeredi
3
-30
/
+22
[next]