aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2006-10-01[PATCH] NTP: Move all the NTP related code to ntp.cGravatar john stultz 1-2/+8
2006-10-01[PATCH] Pass sparse the lock expression given to lock annotationsGravatar Josh Triplett 1-4/+4
2006-10-01[PATCH] constify rtc_class_ops: update driversGravatar David Brownell 1-2/+2
2006-10-01[PATCH] Remove BUG_ON(unlikely) in include/linux/aio.hGravatar Rolf Eike Beer 1-2/+2
2006-10-01[PATCH] update legacy io handling for pmacGravatar Olaf Hering 1-0/+2
2006-10-01[PATCH] IPMI: per-channel command registrationGravatar Corey Minyard 1-4/+44
2006-10-01[PATCH] Move ncpfs 32bit compat ioctl to ncpfsGravatar Petr Vandrovec 2-12/+1
2006-10-01[PATCH] Prevent multiple inclusion of linux/sysrq.hGravatar Thomas Petazzoni 1-0/+4
2006-10-01[PATCH] remove SYSRQ_KEY and related defines from ppc/sh/h8300Gravatar Olaf Hering 4-18/+0
2006-10-01[PATCH] synclink_gt: add bisync and monosync modesGravatar Paul Fulghum 1-1/+3
2006-10-01[PATCH] Directed yield: direct yield of spinlocks for s390.Gravatar Martin Schwidefsky 3-13/+27
2006-10-01[PATCH] Directed yield: direct yield of spinlocks for powerpcGravatar Martin Schwidefsky 1-3/+3
2006-10-01[PATCH] Directed yield: cpu_relax variants for spinlocks and rw-locksGravatar Martin Schwidefsky 15-0/+60
2006-10-01[PATCH] Create fs/utimes.cGravatar Alexey Dobriyan 2-0/+3
2006-10-01[PATCH] kmemdup: introduceGravatar Alexey Dobriyan 1-0/+1
2006-10-01[PATCH] maximum latency tracking: ALSA supportGravatar Takashi Iwai 1-0/+1
2006-10-01[PATCH] maximum latency tracking infrastructureGravatar Arjan van de Ven 1-0/+25
2006-10-01[PATCH] Generic booleanGravatar Richard Knutsson 2-0/+8
2006-10-01[PATCH] hot-add-mem x86_64: use CONFIG_MEMORY_HOTPLUG_SPARSEGravatar Keith Mannthey 1-2/+2
2006-10-01[PATCH] hot-add-mem x86_64: fixup externsGravatar Keith Mannthey 2-0/+4
2006-10-01[PATCH] PCI quirks updateGravatar Alan Cox 1-2/+3
2006-09-30[PATCH] scsi: device_reprobe() can failGravatar Andrew Morton 1-2/+2
2006-09-30[PATCH] CONFIG_BLOCK: blk_congestion_wait() fixGravatar Andrew Morton 1-2/+5
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]Gravatar David Howells 10-18/+94
2006-09-30[PATCH] BLOCK: Move the Ext3 device ioctl compat stuff to the Ext3 driver [tr...Gravatar David Howells 1-0/+6
2006-09-30[PATCH] BLOCK: Move the ReiserFS device ioctl compat stuff to the ReiserFS dr...Gravatar David Howells 1-0/+9
2006-09-30[PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6]Gravatar David Howells 4-47/+104
2006-09-30[PATCH] BLOCK: Move the loop device ioctl compat stuff to the loop driver [tr...Gravatar David Howells 1-6/+0
2006-09-30[PATCH] BLOCK: Dissociate generic_writepages() from mpage stuff [try #6]Gravatar David Howells 2-6/+2
2006-09-30[PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]Gravatar David Howells 2-0/+4
2006-09-30[PATCH] BLOCK: Remove duplicate declaration of exit_io_context() [try #6]Gravatar David Howells 1-1/+0
2006-09-30[PATCH] BLOCK: Move functions out of buffer code [try #6]Gravatar David Howells 3-3/+5
2006-09-30[PATCH] blktrace: support for logging metadata readsGravatar Jens Axboe 1-0/+1
2006-09-30[PATCH] Allow file systems to differentiate between data and meta readsGravatar Jens Axboe 3-0/+6
2006-09-30[PATCH] Add blk_start_queueing() helperGravatar Jens Axboe 1-0/+1
2006-09-30[PATCH] Make sure all block/io scheduler setups are node awareGravatar Jens Axboe 1-2/+1
2006-09-30[PATCH] Kill various deprecated/unused block layer defines/functionsGravatar Jens Axboe 2-30/+0
2006-09-30[PATCH] elevator: define ioc counting mechanismGravatar Jens Axboe 1-0/+25
2006-09-30[PATCH] cfq-iosched: kill cfq_exit_lockGravatar Jens Axboe 1-1/+1
2006-09-30[PATCH] struct request: shrink and optimize some moreGravatar Jens Axboe 1-7/+13
2006-09-30[PATCH] Drop useless bio passing in may_queue/set_request APIGravatar Jens Axboe 1-4/+4
2006-09-30[PATCH] Remove ->rq_status from struct requestGravatar Jens Axboe 1-8/+5
2006-09-30[PATCH] Remove struct request_list from struct requestGravatar Jens Axboe 1-1/+2
2006-09-30[PATCH] Remove ->waiting member from struct requestGravatar Jens Axboe 1-2/+1
2006-09-30[PATCH] Add one more pointer to struct request for IO scheduler usageGravatar Jens Axboe 1-0/+6
2006-09-30[PATCH] as-iosched: remove arq->is_sync memberGravatar Jens Axboe 1-0/+5
2006-09-30[PATCH] elevator: introduce a way to reuse rq for internal FIFO handlingGravatar Jens Axboe 1-0/+12
2006-09-30[PATCH] elevator: abstract out the rbtree sort handlingGravatar Jens Axboe 2-2/+17
2006-09-30[PATCH] rbtree: fixed reversed RB_EMPTY_NODE and rb_next/prevGravatar Jens Axboe 1-1/+1
2006-09-30[PATCH] elevator: move the backmerging logic into the elevator coreGravatar Jens Axboe 2-15/+4