aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-03-12sh: Define missing __NR_readahead.Paul Mundt1-0/+1
2007-03-12[POWERPC] sys_move_pages should be callable from an SPUStephen Rothwell1-1/+1
2007-03-12[POWERPC] Wire up sys_epoll_pwaitStephen Rothwell2-1/+3
2007-03-12[POWERPC] Allocate syscall number for sys_getcpuStephen Rothwell1-1/+2
2007-03-12Merge branch 'cell-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/cell-2.6 into mergePaul Mackerras2-4/+7
2007-03-09[SPARC]: We do not need OLD_GETRLIMIT.David S. Miller2-2/+0
2007-03-09Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds6-5/+9
2007-03-10[POWERPC] Fix spu SLB invalidationsBenjamin Herrenschmidt2-4/+7
2007-03-09[MIPS] Sibyte: Fix ZBbus profilerRalf Baechle1-110/+0
2007-03-09Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-1/+5
2007-03-09[MTD] [OneNAND] Classify the page data and oob bufferKyungmin Park1-1/+4
2007-03-08[SPARC64]: Fix PARPORT build (again).David S. Miller1-0/+11
2007-03-08[IA64] Remove sparse warning from unwind codeKeith Owens1-1/+1
2007-03-08[IA64] kexec: declare ia64_mca_pal_base in mca.h rather than kexec.hSimon Horman2-1/+2
2007-03-08[IA64] pci_get_legacy_ide_irq should return irq (not GSI)Zhang, Yanmin1-1/+2
2007-03-08[IA64] whitespace fixes for include/asm-ia64/sal.hHorms1-2/+3
2007-03-08[IA64] Proper handling of TLB errors from duplicate itr.d dropinsRuss Anderson1-0/+1
2007-03-08[PATCH] Add epoll compat_ code to fs/compat.cDavide Libenzi1-0/+19
2007-03-08[ARM] 4248/1: lh7a40x: fix missing definitions for get_irqnr_preambleDan Williams1-0/+12
2007-03-08[MTD] [NAND] make oobavail publicVitaly Wool1-0/+1
2007-03-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+3
2007-03-08[MIPS] ISA: Fix typoRalf Baechle1-1/+1
2007-03-07[IPSEC]: xfrm_policy delete security check misplacedEric Paris1-2/+3
2007-03-07Merge branch 'for-linus' of git://www.atmel.no/~hskinnemoen/linux/kernel/avr32Linus Torvalds2-1/+19
2007-03-07Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds6-4/+13
2007-03-07avr32: dma-mapping.hGary Zambrano1-0/+18
2007-03-07[AVR32] Fix typo in include/asm-avr32/KbuildHaavard Skinnemoen1-1/+1
2007-03-06Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2-11/+11
2007-03-06Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds5-4/+6
2007-03-06Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2-1/+2
2007-03-06Revert "[PATCH] LOG2: Alter get_order() so that it can make use of ilog2() on a constant"Linus Torvalds1-34/+4
2007-03-06[PATCH] m68knommu: GPIO line defines for the ColdFire 5282Greg Ungerer1-0/+3
2007-03-06Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds4-12/+5
2007-03-06Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds7-31/+56
2007-03-06Merge branch 'linus' of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsaLinus Torvalds1-2/+2
2007-03-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds2-0/+10
2007-03-06Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds2-0/+3
2007-03-07[MIPS] Wire up ioprio_set and ioprio_get.Ralf Baechle1-6/+12
2007-03-07[MIPS] Fix __raw_read_trylock() to allow multiple readersDave Johnson1-2/+2
2007-03-07[MIPS] Export __copy_user_inatomic.Ralf Baechle1-0/+2
2007-03-07[MIPS] R2 bitops compile fix for gcc < 4.0.Ralf Baechle1-23/+33
2007-03-07[MIPS] SMTC: Add fordward declarations for mm_struct and task_struct.Ralf Baechle1-0/+3
2007-03-07[MIPS] SMTC: <asm/mips_mt.h> must include <linux/cpumask.h>Ralf Baechle1-0/+2
2007-03-07[MIPS] SMTC: <asm/smtc_ipi.h> must include <linux/spinlock.h>Ralf Baechle1-0/+2
2007-03-06[IA64] kexec: Use EFI_LOADER_DATA for ELF core headerMagnus Damm1-1/+5
2007-03-06[IA64] Remove stack hard limit on ia64schwab@suse.de1-1/+0
2007-03-06Revert "[IA64] swiotlb abstraction (e.g. for Xen)"Tony Luck2-10/+0
2007-03-06[NET]: Revert incorrect accept queue backlog changes.David S. Miller1-1/+1
2007-03-06[PATCH] knfsd: fix recently introduced problem with shutting down a busy NFS serverNeilBrown1-1/+1
2007-03-06[PATCH] knfsd: remove CONFIG_IPV6 ifdefs from sunrpc server codeNeilBrown1-2/+0