summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2008-07-27[SCSI] extend the last_sector_bug flag to cover more sectorsAlan Jenkins1-1/+2
2008-07-26[SCSI] scsi_eh_prep_cmnd should save scmd->underflowAlan Stern1-0/+1
2008-07-26[SCSI] Support devices with protection informationMartin K. Petersen2-0/+25
2008-07-26[SCSI] Command protection operationMartin K. Petersen2-0/+67
2008-07-26[SCSI] Host protection capabilitiesMartin K. Petersen1-0/+84
2008-07-26[SCSI] scsi_dh: attach to hardware handler from dm-mpathHannes Reinecke1-0/+10
2008-07-26[SCSI] scsi_dh: add generic SPC-3 alua handlerHannes Reinecke1-0/+3
2008-07-26[SCSI] scsi_dh: Update EMC handlerHannes Reinecke1-0/+1
2008-07-26[SCSI] scsi_dh: Implement common device table handlingHannes Reinecke1-1/+8
2008-07-26[SCSI] Make host_no an unsigned intMatthew Wilcox1-1/+1
2008-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+6
2008-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2-2/+14
2008-07-26Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds1-1/+7
2008-07-26sys_paccept definition missing __user annotationHarvey Harrison1-1/+1
2008-07-26sparc: Wire up new system calls.David S. Miller2-2/+14
2008-07-25Merge git://git.infradead.org/embedded-2.6Linus Torvalds2-0/+33
2008-07-25Merge git://git.infradead.org/~dwmw2/random-2.6Linus Torvalds22-105/+4
2008-07-25bootmem: Move node allocation macros back to !HAVE_ARCH_BOOTMEM_NODEJohannes Weiner1-5/+4
2008-07-25remove dummy asm/kvm.h filesAdrian Bunk22-105/+4
2008-07-25Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds15-22/+135
2008-07-25Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6Linus Torvalds2-13/+68
2008-07-25edac: i5100 new intel chipset driverArthur Jones1-0/+3
2008-07-25fuse: nfs export special lookupsMiklos Szeredi1-0/+3
2008-07-25locks: add special return value for asynchronous locksMiklos Szeredi1-0/+6
2008-07-25per-task-delay-accounting: update taskstats for memory reclaim delayKeika Kobayashi1-1/+5
2008-07-25per-task-delay-accounting: add memory reclaim delayKeika Kobayashi2-0/+23
2008-07-25task IO accounting: provide distinct tgid/tid I/O statisticsAndrea Righi1-0/+4
2008-07-25bsdacct: switch from global bsd_acct_struct instance to per-pidns onePavel Emelyanov1-0/+3
2008-07-25pidns: add the struct bsd_acct_struct pointer on pid_namespace structPavel Emelyanov1-0/+5
2008-07-25accounting: account for user time when updating memory integralsJonathan Lim1-1/+1
2008-07-25pidns: remove find_task_by_pid, unused for a long timePavel Emelyanov2-7/+1
2008-07-25pidns: remove now unused find_pid function.Pavel Emelyanov2-4/+2
2008-07-25pidns: remove now unused kill_proc functionPavel Emelyanov1-1/+0
2008-07-25shrink struct pid by removing padding on 64 bit buildsRichard Kennedy1-1/+1
2008-07-25proper pid{hash,map}_init() prototypesAdrian Bunk1-0/+3
2008-07-25proc: always do ->releaseAlexey Dobriyan1-0/+1
2008-07-25move proc_kmsg_operations to fs/proc/internal.hAdrian Bunk1-1/+0
2008-07-25fs/partition/check.c: fix return value warningAbdel Benamrouche1-1/+1
2008-07-25elf: use ELF_CORE_EFLAGS for kcore ELF header flagsEdgar E. Iglesias1-2/+2
2008-07-25ipc: do not use a negative value to re-enable msgmni automatic recomputingNadia Derbey1-1/+2
2008-07-25ipc/sem.c: rewrite undo list lockingManfred Spraul1-1/+5
2008-07-25ipc/sem.c: convert sem_array.sem_pending to struct list_headManfred Spraul1-7/+5
2008-07-25ipc/sem.c: remove unused entries from struct sem_queueManfred Spraul1-2/+0
2008-07-25ipc/sem.c: convert undo structures to struct list_headManfred Spraul1-6/+6
2008-07-25idr: make idr_find rcu-safeNadia Derbey1-0/+16
2008-07-25idr: error checking factorizationNadia Derbey1-0/+6
2008-07-25idr: change the idr structureNadia Derbey1-0/+2
2008-07-25calgary iommu: use the first kernels TCE tables in kdumpChandru1-0/+8
2008-07-25workqueues: make get_online_cpus() useable for work->func()Oleg Nesterov2-4/+13
2008-07-25workqueues: implement flush_work()Oleg Nesterov1-0/+2