aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-12-22uwb: use print_hex_dump()David Vrabel3-47/+24
2008-12-22uwb: use dev_dbg() for debug messagesDavid Vrabel28-1168/+220
2008-12-12uwb: fix memory leak in uwb_rc_notif()David Vrabel1-18/+1
2008-12-12wusb: fix oops when terminating a non-existant reservationDavid Vrabel1-2/+5
2008-12-12uwb: fix oops when terminating an already terminated reservationDavid Vrabel1-1/+2
2008-12-12uwb: improved MAS allocator and reservation conflict handlingStefano Panella12-327/+1603
2008-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-upstreamDavid Vrabel455-4952/+9134
2008-12-05Fix a race condition in FASYNC handlingJonathan Corbet2-4/+15
2008-12-05Enforce a minimum SG_IO timeoutLinus Torvalds3-0/+5
2008-12-05Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-1/+1
2008-12-05drivers/message/i2o/iop.c: cleanup kerneldocQinghuang Feng1-1/+0
2008-12-05Fix incorrect use of loose in i2o_block.cNick Andrew1-1/+1
2008-12-05Fix incorrect use of loose in tty/serial driversNick Andrew3-4/+4
2008-12-05Revert "ACPI: battery: Convert discharge energy rate to current properly"Linus Torvalds1-13/+1
2008-12-05MIPS: Fix incorrect use of loose in vpe.cNick Andrew1-1/+1
2008-12-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds7-27/+68
2008-12-04Merge branch 'drm-gem-update' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds5-245/+420
2008-12-04Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpcLinus Torvalds2-2/+2
2008-12-04ACPI: Fix ACPI battery regression introduced by commit 558073Rafael J. Wysocki1-7/+10
2008-12-04Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-1/+23
2008-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds3-3/+6
2008-12-04Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds7-39/+41
2008-12-04Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-12-04Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-2/+2
2008-12-04Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds9-865/+1405
2008-12-04Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-1/+1
2008-12-05[XFS] Fix hang after disallowed rename across directory quota domainsDave Chinner1-1/+1
2008-12-04powerpc/83xx: Enable FIXED_PHY in mpc834x_itx and mpc83xx defconfigsAnton Vorontsov2-2/+2
2008-12-04MIPS: Return ENOSYS from sys32_syscall on 64bit kernels like elsewhere.David Daney1-1/+1
2008-12-04MIPS: 64-bit: vmsplice needs to use the compat wrapper for o32 and N32.Ralf Baechle2-2/+2
2008-12-04MIPS: o32: Fix number of arguments to splice(2).Ralf Baechle1-1/+1
2008-12-04MIPS: Malta: Consolidate platform device code.Ralf Baechle3-69/+50
2008-12-04MIPS: IP22, Fulong, Malta: Update defconfigs.Ralf Baechle3-782/+1273
2008-12-04MIPS: Malta: Add back RTC supportTiejun Chen2-11/+84
2008-12-04MIPS: Fix potential DOS by untrusted user app.Vlad Malov2-11/+6
2008-12-04sparc64: Sync FPU state in VIS emulation handler.Hong H. Pham1-0/+2
2008-12-04x86: fix early panic with boot option "nosmp"Andi Kleen1-0/+3
2008-12-04[PATCH] fix bogus argument of blkdev_put() in pktcdvdAl Viro1-2/+2
2008-12-04[PATCH 2/2] documnt FMODE_ constantsChristoph Hellwig1-15/+17
2008-12-04[PATCH 1/2] kill FMODE_NDELAY_NOWChristoph Hellwig5-5/+18
2008-12-04[PATCH] clean up blkdev_get a little bitChristoph Hellwig1-4/+7
2008-12-04[PATCH] Fix block dev compat ioctl handlingAndreas Schwab1-0/+23
2008-12-04[PATCH] kill obsolete temporary comment in swsusp_close()Al Viro1-1/+1
2008-12-04time: catch xtime_nsec underflows and fix themjohn stultz1-0/+22
2008-12-03sparc64: Fix VIS emulation bugsJoseph Myers1-2/+2
2008-12-04drm/i915: Return error in i915_gem_set_to_gtt_domain if we're not in the GTT.Eric Anholt1-0/+11
2008-12-04drm/i915: Retry execbuffer pinning after clearing the GTTKeith Packard1-10/+47
2008-12-04drm/i915: Move the execbuffer domain computations togetherKeith Packard1-44/+21
2008-12-04drm/i915: Rename object_set_domain to object_set_to_gpu_domainKeith Packard1-27/+12
2008-12-04drm/i915: Make a single set-to-cpu-domain path and use it wherever needed.Eric Anholt2-152/+215