aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-4/+22
2008-12-28Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 15-97/+593
2008-12-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 9-35/+96
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 4-365/+419
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Gravatar Linus Torvalds 14-595/+583
2008-12-25Merge branches 'tracing/ftrace', 'tracing/hw-branch-tracing' and 'tracing/rin...Gravatar Ingo Molnar 50-139/+225
2008-12-25Merge branch 'x86/tsc' into tracing/coreGravatar Ingo Molnar 1-3/+3
2008-12-25Merge branches 'x86/pat2' and 'x86/fpu'; commit 'v2.6.28' into x86/coreGravatar Ingo Molnar 24-73/+87
2008-12-25Merge branch 'next' into for-linusGravatar James Morris 9-35/+96
2008-12-25crypto: talitos - Ack done interrupt in isr instead of taskletGravatar Lee Nipper 1-13/+7
2008-12-25crypto: remove uses of __constant_{endian} helpersGravatar Harvey Harrison 1-41/+41
2008-12-25crypto: hifn_795x - Use softirq kernel mapping in bh contextGravatar Evgeniy Polyakov 1-3/+5
2008-12-25crypto: hifn_795x - Fix queue managementGravatar Evgeniy Polyakov 1-93/+81
2008-12-25crypto: hifn_795x - Remove some unused cruftGravatar Patrick McHardy 1-31/+1
2008-12-25crypto: hifn_795x - Fix queue processingGravatar Patrick McHardy 1-1/+8
2008-12-25crypto: hifn_795x - Fix request context corruptionGravatar Patrick McHardy 1-44/+56
2008-12-25crypto: hifn_795x - Don't copy src sg listGravatar Patrick McHardy 1-42/+33
2008-12-25crypto: hifn_795x - Fix DMA setupGravatar Patrick McHardy 1-84/+81
2008-12-25crypto: padlock - Avoid resetting cword on successive operationsGravatar Herbert Xu 1-10/+42
2008-12-25crypto: talitos - Preempt overflow interrupts off-by-one fixGravatar Vishnu Suresh 1-1/+1
2008-12-25crypto: talitos - Perform auth check in h/w if on sec 2.1 and aboveGravatar Kim Phillips 2-44/+91
2008-12-25crypto: talitos - Implement done interrupt mitigationGravatar Lee Nipper 2-9/+24
2008-12-25crypto: talitos - Pass correct interrupt status to error handlerGravatar Kim Phillips 1-9/+3
2008-12-25crypto: hifn - Disable driver when physical size exceeds 32 bitsGravatar Evgeniy Polyakov 1-0/+5
2008-12-24Merge branch 'linus' into tracing/hw-branch-tracingGravatar Ingo Molnar 50-139/+225
2008-12-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 15-41/+48
2008-12-23Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Gravatar Linus Torvalds 1-2/+2
2008-12-23edac: fix edac core deadlock when removing a deviceGravatar Harry Ciao 1-3/+9
2008-12-23w1: fix slave selection on big-endian systemsGravatar Evgeniy Polyakov 1-1/+3
2008-12-23rtc: rtc-isl1208: reject invalid datesGravatar Chris Elston 1-0/+7
2008-12-23Merge branch 'x86/tsc' into x86/coreGravatar Ingo Molnar 1-3/+3
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Gravatar Ingo Molnar 14-94/+590
2008-12-23V4L/DVB (9920): em28xx: fix NULL pointer dereference in call to VIDIOC_INT_RE...Gravatar Devin Heitmueller 1-1/+2
2008-12-23drm/radeon: fix correctness of irq_enabled check for radeon.Gravatar Dave Airlie 1-2/+2
2008-12-22Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 2-9/+1
2008-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Gravatar Linus Torvalds 2-2/+4
2008-12-22drivers/ide/{cs5530.c,sc1200.c}: Move a dereference below a NULL testGravatar Julia Lawall 2-2/+4
2008-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-15/+13
2008-12-22serial: sh-sci: Fix up port pinmux for SH7366.Gravatar Paul Mundt 1-1/+1
2008-12-22video: sh_mobile_lcdcfb deferred io supportGravatar Magnus Damm 2-22/+149
2008-12-22video: deferred io with physically contiguous memoryGravatar Magnus Damm 1-5/+15
2008-12-22video: deferred io cleanupGravatar Magnus Damm 1-0/+3
2008-12-22video: fix deferred io fsync()Gravatar Magnus Damm 1-0/+4
2008-12-22sh_mobile_lcdc: use FB_SYS helpers instead of FB_CFBGravatar Magnus Damm 2-7/+9
2008-12-22serial: sh-sci: sci_poll_get_char() is only used by CONFIG_CONSOLE_POLL.Gravatar Paul Mundt 1-0/+3
2008-12-22serial: sh-sci: Generalize port pin initialization.Gravatar Paul Mundt 2-114/+43
2008-12-22serial: sh-sci: Tidy up fifo overrun error handling.Gravatar Paul Mundt 2-27/+29
2008-12-22serial: sh-sci: pr_debug() -> dev_dbg() conversion.Gravatar Paul Mundt 1-23/+26
2008-12-22serial: sh-sci: Fix up the cpufreq notifier to use the proper port clock.Gravatar Paul Mundt 1-28/+10
2008-12-22serial: sh-sci: Implement CONSOLE_POLL support and kill off old kgdb console.Gravatar Paul Mundt 1-181/+20