summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | USB: usb-storage: unusual_devs entry for the Samsung YP-CP3Vitaly Kuznetsov2010-12-161-0/+7
| | * | | USB: gadget: Remove suspended sysfs file before freeing cdevPavankumar Kondeti2010-12-161-1/+1
| | * | | USB: core: Add input prompt and help text for USB_OTG configPavankumar Kondeti2010-12-161-2/+10
| | * | | USB: ftdi_sio: Add D.O.Tec PIDFlorian Faber2010-12-102-0/+6
| | * | | xhci: Fix issue with port array setup and buggy hosts.Sarah Sharp2010-12-091-10/+15
| | |/ /
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-12-205-30/+41
| |\ \ \
| | * | | ceph: handle partial result from get_user_pagesHenry C Chang2010-12-171-2/+2
| | * | | ceph: mark user pages dirty on direct-io readsHenry C Chang2010-12-173-10/+15
| | * | | ceph: fix null pointer dereference in ceph_init_dentry for nfs reexportSage Weil2010-12-171-1/+2
| | * | | ceph: fix direct-io on non-page-aligned buffersHenry C Chang2010-12-151-12/+19
| | * | | ceph: fix msgr_init error pathSage Weil2010-12-131-5/+3
| * | | | Fix build error in drivers/block/cciss.cLinus Torvalds2010-12-201-1/+1
| * | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-12-207-364/+205
| |\ \ \ \
| | * | | | [media] gspca - sonixj: Better handling of the bridge registers 0x01 and 0x17Jean-Francois Moine2010-12-171-163/+100
| | * | | | [media] gspca - sonixj: Add the bit definitions of the bridge reg 0x01 and 0x17Jean-Francois Moine2010-12-171-0/+13
| | * | | | [media] gspca - sonixj: Set the flag for some devicesJean-Francois Moine2010-12-171-2/+5
| | * | | | [media] gspca - sonixj: Add a flag in the driver_info tableJean-Francois Moine2010-12-171-2/+8
| | * | | | [media] gspca - sonixj: Fix a bad probe exchangeJean-Francois Moine2010-12-171-2/+2
| | * | | | [media] gspca - sonixj: Move bridge init to sd startJean-Francois Moine2010-12-171-136/+129
| | * | | | [media] bttv: remove unneeded locking commentsBrandon Philips2010-12-171-20/+0
| | * | | | [media] bttv: fix mutex use before init (BZ#24602)Mauro Carvalho Chehab2010-12-171-94/+3
| | * | | | [media] Don't export format_by_forcc on two different driversMauro Carvalho Chehab2010-12-025-18/+18
| * | | | | Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-12-202-5/+27
| |\ \ \ \ \
| | * | | | | ARM: mach-shmobile: INTC interrupt priority level demux fixMagnus Damm2010-12-171-4/+26
| | * | | | | ARM: mach-shmobile: fix compile warning in mm/init.cMagnus Damm2010-12-171-1/+1
| * | | | | | Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-12-201-6/+11
| |\ \ \ \ \ \
| | * | | | | | clocksource: sh_cmt: Remove nested spinlock fixTakashi YOSHII2010-12-171-6/+11
| | |/ / / / /
| * | | | | | Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-12-202-4/+4
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'for-paul-rc' of git://gitorious.org/linux-omap-dss2/linux into ...Paul Mundt2010-12-162-4/+4
| | |\ \ \ \ \ \
| | | * | | | | | OMAP: OMAPFB: disable old omapfb for OMAP4 buildsTomi Valkeinen2010-12-151-2/+2
| | | * | | | | | OMAP: DSS: VRAM: Align start & size of vram to 2MTomi Valkeinen2010-12-151-2/+2
| | | | |_|_|/ / | | | |/| | | |
| * | | | | | | Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-12-206-2/+23
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: S5PV210: update MAX8998 platform data to get rid of WARN()Marek Szyprowski2010-12-172-0/+12
| | * | | | | | | ARM S3C24XX: Fix compilation of PM code for S3C2416Yauhen Kharuzhy2010-12-173-1/+10
| | * | | | | | | ARM: S3C24XX: Fix CONFIG_S3C_DEV_NAND Kconfig entryKukjin Kim2010-12-171-1/+1
| | |/ / / / / /
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-12-2013-73/+85
| |\ \ \ \ \ \ \
| | * | | | | | | cciss: fix cciss_revalidate panicStephen M. Cameron2010-12-171-0/+2
| | * | | | | | | block: max hardware sectors limit wrapperMike Snitzer2010-12-173-9/+23
| | * | | | | | | block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen2010-12-177-40/+13
| | * | | | | | | blk-throttle: Correct the placement of smp_rmb()Vivek Goyal2010-12-011-14/+9
| | * | | | | | | blk-throttle: Trim/adjust slice_end once a bio has been dispatchedVivek Goyal2010-12-011-0/+16
| | * | | | | | | block: check for proper length of iov entries earlier in blk_rq_map_user_iov()Xiaotian Feng2010-11-291-2/+3
| | * | | | | | | drbd: fix for spin_lock_irqsave in endio callbackLars Ellenberg2010-11-272-2/+11
| | * | | | | | | drbd: don't recvmsg with zero lengthLars Ellenberg2010-11-271-6/+8
| * | | | | | | | Fix btrfs b0rkageAl Viro2010-12-201-1/+1
| * | | | | | | | clarify a usage constraint for cnt32_to_63()Nicolas Pitre2010-12-202-8/+22
| * | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-12-201-1/+0
| |\ \ \ \ \ \ \ \
| | * | | | | | | | sched: Remove debugging checkIngo Molnar2010-12-191-1/+0
| | | | | | | | | |
| | \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ Merge branches 'x86-fixes-for-linus' and 'perf-fixes-for-linus' of git://git....Linus Torvalds2010-12-1916-38/+112
| |\ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2010-12-163-3/+13
| | | |\ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud