summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-09-19[POWERPC] Fix section mismatch in PCI codeStephen Rothwell6-26/+24
2007-09-19[POWERPC] MPC5200 low power modeDomen Puncer5-5/+647
2007-09-19[POWERPC] spufs: Add DEFINE_SPUFS_ATTRIBUTE()Michael Ellerman1-140/+76
2007-09-19[POWERPC] spufs: Respect RLIMIT_CORE in spu coredump codeMichael Ellerman1-0/+4
2007-09-19[POWERPC] spufs: Handle errors in SPU coredump code, and support coredump to ...Michael Ellerman4-34/+67
2007-09-19[POWERPC] spufs: Cleanup ELF coredump extra notes logicMichael Ellerman4-27/+22
2007-09-19[POWERPC] spufs: Combine spufs_coredump_calls with spufs_callsMichael Ellerman8-108/+41
2007-09-19[POWERPC] spufs: Add contents of npc file to SPU coredumpsMichael Ellerman1-1/+7
2007-09-19[POWERPC] spufs: Internal __spufs_get_foo() routines should take a spu_context *Michael Ellerman2-25/+17
2007-09-19[POWERPC] spufs: Get rid of spufs_coredump_num_notes, it's not needed if we N...Michael Ellerman2-5/+3
2007-09-19[POWERPC] spufs: Don't return -ENOSYS as extra notes size if spufs is not loadedMichael Ellerman1-2/+6
2007-09-19[POWERPC] spufs: Correctly calculate the size of the local-store to dumpMichael Ellerman1-14/+2
2007-09-19[POWERPC] spufs: Write some SPU coredump values as ASCIIMichael Ellerman2-10/+12
2007-09-19[POWERPC] spufs: Use computed sizes/#defines rather than literals in SPU core...Michael Ellerman1-10/+11
2007-09-19[POWERPC] spufs: Call spu_acquire_saved() before calculating the SPU note sizesMichael Ellerman1-0/+2
2007-09-19[POWERPC] spufs: Remove ctx_info and ctx_info_listMichael Ellerman1-60/+19
2007-09-19[POWERPC] spufs: Extract the file descriptor search logic in SPU coredump codeMichael Ellerman1-20/+38
2007-09-19[POWERPC] cell: Remove DEBUG for SPU callbacksJeremy Kerr1-1/+1
2007-09-19[POWERPC] spufs: Fix restore_decr_wrapped() to match CBE HandbookJeremy Kerr1-8/+8
2007-09-19[POWERPC] spufs: Remove asmlinkage from spufs_callsJeremy Kerr1-2/+2
2007-09-19[POWERPC] cell: Unify spufs syscall pathJeremy Kerr5-97/+72
2007-09-19[POWERPC] spufs: Fix race condition on gang->aff_ref_spuAndre Detsch1-17/+32
2007-09-19[POWERPC] spufs: Make isolated loader properly alignedSebastian Siewior1-3/+6
2007-09-19[POWERPC] spufs: Remove spu_harvestJeremy Kerr1-13/+0
2007-09-19[POWERPC] spufs: Remove asmlinkage from do_spu_createJeremy Kerr1-2/+2
2007-09-19[POWERPC] spufs: Make file-internal functions & variables staticSebastian Siewior5-9/+9
2007-09-19[POWERPC] Fix pmac_zilog debug argOlaf Hering1-1/+1
2007-09-19[POWERPC] Remove barriers from the SLB shadow buffer updateMichael Neuling2-8/+6
2007-09-19[POWERPC] Don't cast kmalloc return value in ibmebus.cJesper Juhl1-1/+2
2007-09-18[XFS] Avoid replaying inode buffer initialisation log items if on-disk versio...Lachlan McIlroy3-3/+54
2007-09-18[XFS] Ensure file size updates have been completed before writing inode to disk.Lachlan McIlroy3-9/+16
2007-09-18[SUNSAB]: Fix several bugs.Al Viro1-65/+42
2007-09-18V4L/DVB (6173a): Documentation: Remove reference to dead "cpia_pp=" boot-time...Robert P. J. Day1-3/+0
2007-09-18Revert "V4L/DVB (6173a): Documentation: Remove reference to dead "cpia_pp=" b...Mauro Carvalho Chehab1-10/+13
2007-09-17ide: remove unused variables from drivers/ide/ppc/pmac.cStephen Rothwell1-2/+0
2007-09-17ide: ST320413A has the same problem as ST340823AJorge Juan Chico1-0/+1
2007-09-17[XFS] On-demand reaping of the MRU cacheDavid Chinner3-50/+31
2007-09-17Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds7-103/+172
2007-09-17[POWERPC] Remove APUS support from arch/ppcAdrian Bunk32-4364/+12
2007-09-17Pull thinkpad into release branchLen Brown4-96/+165
2007-09-17ACPI: thinkpad-acpi: bump up version to 0.16Henrique de Moraes Holschuh2-3/+3
2007-09-17ACPI: thinkpad-acpi: revert new 2.6.23 CONFIG_THINKPAD_ACPI_INPUT_ENABLED optionHenrique de Moraes Holschuh4-93/+162
2007-09-17Pull misc into release branchLen Brown3-7/+7
2007-09-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds7-43/+73
2007-09-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds27-404/+398
2007-09-17Fix non-ISA link error in drivers/scsi/advansys.cMatthew Wilcox1-0/+11
2007-09-17[VLAN]: Fix net_device leak.Al Viro1-2/+0
2007-09-17[PPP] generic: Fix receive path data clobbering & non-linear handlingHerbert Xu1-19/+25
2007-09-17[PPP] generic: Call skb_cow_head before scribbling over skbHerbert Xu1-11/+3
2007-09-17[NET] skbuff: Add skb_cow_headHerbert Xu3-11/+33