aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2008-12-30virtio: use LGUEST_VRING_ALIGN instead of relying on pagesizeRusty Russell1-0/+4
2008-12-30virtio: Don't use PAGE_SIZE for vring alignment in virtio_pci.Rusty Russell1-0/+4
2008-12-30virtio: rename 'pagesize' arg to vring_init/vring_sizeRusty Russell1-6/+6
2008-12-30virtio: Don't use PAGE_SIZE in virtio_pci.cRusty Russell1-0/+4
2008-12-30cpumask: Use nr_cpu_ids in seq_cpumaskRusty Russell1-1/+1
2008-12-30cpumask: smp_call_function_many()Rusty Russell1-7/+8
2008-12-30cpumask: make set_cpu_*/init_cpu_* out-of-lineRusty Russell1-46/+7
2008-12-30cpumask: make cpumask.h eat its own dogfood.Rusty Russell1-37/+38
2008-12-30cpumask: switch over to cpu_online/possible/active/present_mask: coreRusty Russell1-46/+29
2008-12-30bitmap: fix seq_bitmap and seq_cpumask to take const pointerRusty Russell1-2/+3
2008-12-30bitmap: test for constant as well as small size for inline versionsRusty Russell1-16/+19
2008-12-30cpumask: make CONFIG_NR_CPUS always valid.Rusty Russell1-8/+8
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell88-918/+2852
2008-12-29V4L/DVB (9530): Add new pixel format VYUY 16 bits wide.Robert Jarzmik1-0/+1
2008-12-29ide: move Power Management support to ide-pm.cBartlomiej Zolnierkiewicz1-0/+8
2008-12-29ide: rework handling of serialized ports (v2)Bartlomiej Zolnierkiewicz1-1/+0
2008-12-29cy82c693: remove superfluous ide_cy82c693 chipset typeBartlomiej Zolnierkiewicz1-2/+1
2008-12-29trm290: add IDE_HFLAG_TRM290 host flagBartlomiej Zolnierkiewicz1-1/+3
2008-12-29ide: add ->max_sectors field to struct ide_port_infoBartlomiej Zolnierkiewicz1-2/+3
2008-12-29rz1000: apply chipset quirks early (v2)Bartlomiej Zolnierkiewicz1-2/+1
2008-12-29ide: always set nIEN on idle devicesBartlomiej Zolnierkiewicz1-1/+0
2008-12-29cmd64x: set IDE_HFLAG_SERIALIZE explictly for CMD646Bartlomiej Zolnierkiewicz1-1/+1
2008-12-29ide-cd: remove obsolete seek optimizationBartlomiej Zolnierkiewicz1-4/+0
2008-12-29ide: replace the global ide_lock spinlock by per-hwgroup spinlocks (v2)Bartlomiej Zolnierkiewicz1-5/+7
2008-12-29Input: map_to_7segment.h - convert to __inline__ for userspaceMike Frysinger1-1/+1
2008-12-29locking, percpu counters: introduce separate lock classesPeter Zijlstra1-4/+10
2008-12-29DMI: add dmi_matchJiri Slaby1-0/+3
2008-12-29sparseirq: move __weak symbols into separate compilation unitYinghai Lu2-3/+6
2008-12-29Merge branch 'topic/failslab' into for-linusPekka Enberg1-0/+9
2008-12-29Merge branches 'topic/fixes', 'topic/cleanups' and 'topic/documentation' into...Pekka Enberg1-4/+4
2008-12-29slab: Fix comment on #endifPascal Terjan1-1/+1
2008-12-29SLUB: failslab supportAkinobu Mita1-0/+9
2008-12-29DRM: add mode setting supportDave Airlie1-0/+4
2008-12-29Get rid of CONFIG_LSFJens Axboe1-8/+3
2008-12-29block: add one-hit cache for disk partition lookupJens Axboe1-0/+1
2008-12-29block: get rid of elevator_t typedefJens Axboe2-6/+5
2008-12-29aio: make the lookup_ioctx() locklessJens Axboe2-3/+7
2008-12-29bio: add support for inlining a number of bio_vecs inside the bioJens Axboe1-0/+12
2008-12-29bio: allow individual slabs in the bio_setJens Axboe1-1/+5
2008-12-29bio: move the slab pointer inside the bio_setJens Axboe1-0/+1
2008-12-29bio: only mempool back the largest bio_vec slab cacheJens Axboe1-1/+2
2008-12-29block: simplify empty barrier implementationTejun Heo1-1/+0
2008-12-29block: make barrier completion more robustTejun Heo1-2/+2
2008-12-29block: make every barrier action optionalTejun Heo1-2/+5
2008-12-29block: reorganize QUEUE_ORDERED_* constantsTejun Heo1-16/+23
2008-12-29block: reorder struct bio to remove padding on 64bitRichard Kennedy1-1/+2
2008-12-29block: use cancel_work_sync() instead of kblockd_flush_work()Cheng Renquan1-1/+0
2008-12-29block: Supress Buffer I/O errors when SCSI REQ_QUIET flag setKeith Mannthey2-0/+2
2008-12-29block: add queue flag for paravirt frontend driversFernando Luis Vázquez Cao1-0/+1
2008-12-29[XFS] Fix merge failuresLachlan McIlroy85-922/+2842