aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2008-01-17[POWERPC] Add of_find_matching_node() helper functionGrant Likely2-2/+8
2008-01-17[POWERPC] Kill sparse warning in HPTE_V_COMPARE()Geert Uytterhoeven1-1/+1
2008-01-16lockdep: fix workqueue creation API lockdep interactionJohannes Berg1-3/+11
2008-01-15libata: correct handling of TSS DVDAlan Cox1-2/+0
2008-01-15libata: pata_platform: make probe and remove functions device type neutralAnton Vorontsov1-0/+9
2008-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds1-0/+4
2008-01-15Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds1-1/+0
2008-01-15x86: asm-x86/msr.h: pull in linux/types.hMike Frysinger1-0/+4
2008-01-15[POWERPC] Fix boot failure on POWER6Paul Mackerras1-1/+0
2008-01-14Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-1/+1
2008-01-14Revert "writeback: introduce writeback_control.more_io to indicate more io"Linus Torvalds1-1/+0
2008-01-15[MIPS] Cacheops.h: Fix typo.Ralf Baechle1-1/+1
2008-01-14Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds1-0/+4
2008-01-14i2c: Driver IDs are optionalJean Delvare1-0/+4
2008-01-14CRIS: define __ARCH_WANT_SYS_RT_SIGSUSPEND in unistd.h for CRISJesper Nilsson1-0/+1
2008-01-13Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-16/+21
2008-01-13Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds1-0/+1
2008-01-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds4-7/+12
2008-01-13remove task_ppid_nr_nsRoland McGrath1-13/+0
2008-01-11[SCSI] block: Introduce new blk_queue_update_dma_alignment interfaceJames Bottomley1-0/+1
2008-01-11[SCSI] libsas: don't use made up error codesJames Bottomley1-2/+0
2008-01-11[SCSI] libsas: add host SMP processingJames Bottomley1-4/+4
2008-01-11[SCSI] iscsi: convert xmit path to iscsi chunksOlaf Kirch1-1/+1
2008-01-11[SCSI] libiscsi: fix nop handlingMike Christie2-0/+19
2008-01-11[SCSI] libiscsi: fix shutdownMike Christie3-2/+14
2008-01-11[SCSI] libiscsi: do not block session during logoutMike Christie2-0/+3
2008-01-11[SCSI] libiscsi, iscsi_tcp: iscsi pool cleanupOlaf Kirch1-5/+5
2008-01-11[SCSI] iscsi_tcp, libiscsi: initial AHS SupportBoaz Harrosh2-3/+40
2008-01-11[SCSI] iscsi_tcp: rewrite recv pathOlaf Kirch1-0/+4
2008-01-11[SCSI] libiscsi, iscsi_tcp: add device supportMike Christie3-10/+19
2008-01-11[SCSI] sd,sr: add early detection of medium not presentJames Bottomley1-1/+1
2008-01-11[SCSI] move single_lun flag from scsi_device to scsi_targetTony Battersby1-3/+3
2008-01-11[SCSI] libsas: Fix various sparse complaintsDarrick J. Wong1-3/+1
2008-01-11[SCSI] libsas: Convert sas_proto users to sas_protocolDarrick J. Wong3-23/+16
2008-01-11[SCSI] sr,sd: send media state change modification eventsKay Sievers1-0/+1
2008-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.24Linus Torvalds2-27/+21
2008-01-11Pull bugzilla-9535 into release branchLen Brown1-1/+1
2008-01-11Pull bugzilla-9194 into release branchLen Brown2-6/+9
2008-01-11PM: ACPI and APM must not be enabled at the same timeLen Brown2-6/+9
2008-01-11Don't blatt first element of prv in sg_chain()Rusty Russell1-2/+2
2008-01-11[POWERPC] Fix CPU hotplug when using the SLB shadow bufferMichael Neuling1-0/+1
2008-01-11ACPI: apply quirk_ich6_lpc_acpi to more ICH8 and ICH9Zhao Yakui1-0/+2
2008-01-11sh: Force __access_ok() to obey address space limit.Paul Mundt1-27/+15
2008-01-10[MTD] [NOR] Fix incorrect interface code for x16/x32 chipsBartlomiej Sieka1-0/+12
2008-01-11[CRYPTO] api: Set default CRYPTO_MINALIGN to unsigned long longHerbert Xu1-4/+2
2008-01-11[CRYPTO] api: Include sched.h for cond_resched in scatterwalk.hHerbert Xu1-0/+1
2008-01-11[CRYPTO] chainiv: Avoid lock spinning where possibleHerbert Xu1-0/+13
2008-01-11[CRYPTO] null: Add null blkcipher algorithmHerbert Xu1-0/+5
2008-01-11[CRYPTO] aead: Create default givcipher instancesHerbert Xu2-9/+4
2008-01-11[CRYPTO] aead: Add aead_geniv_alloc/aead_geniv_freeHerbert Xu2-2/+86