aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-05-22Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6Linus Torvalds19-706/+723
2011-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6Linus Torvalds12-130/+206
2011-05-22net: add missing prefetch.h includeHeiko Carstens1-0/+1
2011-05-22fs: add missing prefetch.h includeHeiko Carstens1-0/+1
2011-05-22Merge branch 'flushing' into for-linusJames Bottomley8-124/+182
2011-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds16-117/+140
2011-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-19/+4
2011-05-21VFS: move BUG_ON test for symlink nd->depth after current->link_count testErez Zadok1-1/+1
2011-05-21sctp: Fix build failure.David S. Miller1-1/+1
2011-05-21garp: use kfree_rcu()Eric Dumazet1-18/+2
2011-05-21ipv6: copy prefsrc setting when copying route entryFlorian Westphal1-0/+1
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds41-422/+7660
2011-05-20Fix for buffer overflow in ldm_frag_add not sufficientTimo Warns1-0/+5
2011-05-20tmpfs: fix highmem swapoff crash regressionHugh Dickins1-1/+2
2011-05-20powerpc: Fix 32-bit SMP buildJosh Boyer1-1/+1
2011-05-20Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds11-111/+289
2011-05-20ipc: Add missing sys_ni entries for ipc/compat.c functionsKevin Cernekee1-0/+7
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1198-79620/+126858
2011-05-20Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds6-21/+60
2011-05-20Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-2/+3
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds27-1120/+1289
2011-05-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds7-0/+19
2011-05-20Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds9-366/+659
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds119-1679/+6387
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds25-2014/+1847
2011-05-20Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds244-4116/+11490
2011-05-20spinlock_up.h: include asm/processor.h in for cpu_relaxStephen Rothwell1-0/+2
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds35-5/+32
2011-05-20macvlan: fix panic if lowerdev in a bondEric Dumazet1-2/+2
2011-05-20[IA64] define "_sdata" symbolTony Luck1-0/+1
2011-05-20Pull misc-2.6.40 into release branchTony Luck1-1/+1
2011-05-20Pull pstore into release branchTony Luck4-20/+58
2011-05-20pstore: Fix Kconfig dependencies for apei->pstoreLuck, Tony1-0/+1
2011-05-20[CIFS] Fix to problem with getattr caused by invalidate simplification patchSteve French2-4/+8
2011-05-20MAINTAINERS: Add drivers/clocksource to TIMEKEEPINGThomas Gleixner1-0/+1
2011-05-20clockevents/source: Use u64 to make 32bit happyThomas Gleixner2-2/+2
2011-05-20powerpc: Fix hard CPU IDs detectionBenjamin Herrenschmidt1-4/+7
2011-05-20extable, core_kernel_data(): Make sure all archs define _sdataSteven Rostedt7-1/+20
2011-05-20Merge branch 'perf/core' into perf/urgentIngo Molnar1-1/+1
2011-05-20powerpc/pmac: Update via-pmu to new syscore_opsBenjamin Herrenschmidt1-44/+12
2011-05-20Merge remote branch 'origin/master' into mergeBenjamin Herrenschmidt749-11163/+24786
2011-05-20tg3: Add braces around 5906 workaround.Matt Carlson1-1/+3
2011-05-20tg3: Fix NETIF_F_LOOPBACK errorMatt Carlson1-2/+3
2011-05-20macvlan: remove one synchronize_rcu() callEric Dumazet3-6/+9
2011-05-19selinux: avoid unnecessary avc cache stat hit countLinus Torvalds3-9/+11
2011-05-20Merge remote branch 'kumar/next' into nextBenjamin Herrenschmidt32-1359/+1935
2011-05-20powerpc/kvm: Fix the build for 32-bit Book 3S (classic) processorsPaul Mackerras2-0/+7
2011-05-20powerpc/kvm: Fix kvmppc_core_pending_decPaul Mackerras1-1/+1
2011-05-19selinux: de-crapify avc cache stat code generationLinus Torvalds1-5/+1
2011-05-19Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds45-365/+1847