summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-24powerpc/mm: Tweak PTE bit combination definitionsBenjamin Herrenschmidt12-76/+89
2009-03-24powerpc/cell: Fix iommu exception reportingJeremy Kerr1-4/+5
2009-03-24powerpc/mm: e300c2/c3/c4 TLB errata workaroundKumar Gala4-7/+45
2009-03-24powerpc/mm: Used free register to save a few cycles in SW TLB miss handlingKumar Gala1-27/+24
2009-03-24powerpc/mm: Remove unused register usage in SW TLB miss handlingKumar Gala1-8/+3
2009-03-24powerpc: expect all devices calling dma ops to have archdata setKumar Gala1-11/+1
2009-03-24powerpc: setup default archdata for {of_}platform via bus_register_notifierKumar Gala2-13/+36
2009-03-24powerpc/pci: Default to dma_direct_ops for pci dma_opsKumar Gala1-1/+1
2009-03-24powerpc/pmi: Irq handlers return irqreturn_tStephen Rothwell1-1/+1
2009-03-24cpumask: Use mm_cpumask() wrapper instead of cpu_vm_maskRusty Russell7-23/+20
2009-03-24powerpc: Turn on self-tests in ppc64_defconfigMichael Ellerman1-3/+3
2009-03-24powerpc/msi: Mark the MSI bitmap selftest code as __initMichael Ellerman1-3/+3
2009-03-24powerpc/cell: Make axonram depends on BLOCKMichael Ellerman1-1/+1
2009-03-24powerpc: Add virtual processor dispatch trace logJeremy Kerr4-0/+295
2009-03-24powerpc: Add dispatch trace log fields to lppacaJeremy Kerr1-2/+4
2009-03-24powerpc: Fix page_ins details in lppaca commentsJeremy Kerr1-1/+1
2009-03-24powerpc: Make sysfs code use smp_call_function_singleRusty Russell1-25/+6
2009-03-24powerpc/pseries: Failed reconfig notifier chain call cleanupNathan Fontenot1-1/+5
2009-03-24powerpc: Fix prom_init on 32-bit OF machinesBenjamin Herrenschmidt1-1/+1
2009-03-24Merge commit 'origin/master' into nextBenjamin Herrenschmidt429-21459/+21527
2009-03-24Linux 2.6.29Linus Torvalds1-2/+2
2009-03-24Build with -fno-dwarf2-cfi-asmKyle McMartin1-0/+3
2009-03-24trivial: fix orphan dates in ext2 documentationJody McIntyre1-2/+3
2009-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds39-121/+314
2009-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds6-25/+12
2009-03-23fix ptrace slownessMiklos Szeredi1-0/+8
2009-03-23Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/p...Linus Torvalds1-0/+9
2009-03-23powerpc/mm: Fix Respect _PAGE_COHERENT on classic ppc32 SW TLB load machinesKumar Gala1-0/+9
2009-03-23ucc_geth: Fix oops when using fixed-link supportAnton Vorontsov2-26/+11
2009-03-23dm9000: locking bugfixDavid Brownell1-2/+4
2009-03-23net: update dnet.c for bus_id removalStephen Rothwell1-3/+3
2009-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds2-16/+51
2009-03-22Merge branch 'fix-includes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds24-1907/+1209
2009-03-22Update my email addressGertjan van Wingerde3-3/+3
2009-03-22eCryptfs: NULL crypt_stat dereference during lookupTyler Hicks3-25/+18
2009-03-22eCryptfs: Allocate a variable number of pages for file headersTyler Hicks1-13/+26
2009-03-22radeonfb: Whack the PCI PM register until it sticksBenjamin Herrenschmidt1-0/+24
2009-03-22dnet: DNET should depend on HAS_IOMEMIlya Yanok1-1/+1
2009-03-21dca: add missing copyright/license headersMaciej Sosnowski2-0/+41
2009-03-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-0/+11
2009-03-20nl80211: Check that function pointer != NULL before using itJouni Malinen1-0/+11
2009-03-20sungem: missing net_device_opsStephen Hemminger1-5/+4
2009-03-20be2net: fix to restore vlan ids into BE2 during a IF DOWN->UP cycleSathya Perla1-5/+5
2009-03-20be2net: replenish when posting to rx-queue is starved in out of mem conditionsSathya Perla2-21/+30
2009-03-20Merge commit 'gcl/next' into nextBenjamin Herrenschmidt8-44/+442
2009-03-20Merge commit 'kumar/next' into nextBenjamin Herrenschmidt14-19/+2533
2009-03-20powerpc/mm: Unify PTE_RPN_SHIFT and _PAGE_CHG_MASK definitionsBenjamin Herrenschmidt2-12/+26
2009-03-20powerpc/mm: Split the various pgtable-* headers based on MMU typeBenjamin Herrenschmidt12-467/+564
2009-03-20aio: lookup_ioctx can return the wrong value when looking up a bogus contextJeff Moyer1-2/+3
2009-03-20eventfd: remove fput() call from possible IRQ contextDavide Libenzi1-10/+27