summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2010-08-12mmc: add erase, secure erase, trim and secure trim operationsAdrian Hunter-8/+651
2010-08-12mm: fix writeback_in_progress()Jan Kara-1/+4
2010-08-12writeback: merge for_kupdate and !for_kupdate casesWu Fengguang-33/+10
2010-08-12writeback: fix queue_io() orderingWu Fengguang-1/+9
2010-08-12writeback: don't redirty tail an inode with dirty pagesWu Fengguang-13/+9
2010-08-12writeback: add comment to the dirty limit functionsWu Fengguang-3/+28
2010-08-12writeback: avoid unnecessary calculation of bdi dirty thresholdsWu Fengguang-41/+44
2010-08-12writeback: balance_dirty_pages(): reduce calls to global_page_stateWu Fengguang-62/+33
2010-08-12parisc: fix wrong page aligned size calculation in ioremapping codeFlorian Zumbiehl-1/+1
2010-08-12score: fix dereference of NULL pointer in local_flush_tlb_page()Roel Kluin-1/+1
2010-08-12pc8736x_gpio: depends on X86_32Randy Dunlap-1/+1
2010-08-12mm: fix fatal kernel-doc errorRandy Dunlap-1/+1
2010-08-12acpi: fix bogus preemption logicThomas Gleixner-3/+8
2010-08-12kernel/kfifo.c: add handling of chained scatterlistsStefani Seibold-7/+6
2010-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-130/+223
2010-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds-21/+181
2010-08-11Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds-52/+31
2010-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-410/+1162
2010-08-11Merge branch 'msm-video' of git://codeaurora.org/quic/kernel/dwalker/linux-msmLinus Torvalds-4/+1
2010-08-11Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Linus Torvalds-5/+357
2010-08-11Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds-4827/+16316
2010-08-11lib/decompress_bunzip2.c: fix checkstack warningPrarit Bhargava-3/+7
2010-08-11kfifo: add example files to the kernel sample directoryStefani Seibold-1/+614
2010-08-11kfifo: replace the old non generic APIStefani Seibold-2225/+1164
2010-08-11kfifo: add the new generic kfifo APIStefani Seibold-0/+1446
2010-08-11kfifo: fix kfifo miss use of nozami.cStefani Seibold-2/+1
2010-08-11kfifo: kfifo_is_{full,empty} should return bools, not intsRobert P. J. Day-2/+2
2010-08-11fs/sysv/super.c: add support for non-PDP11 v7 filesystemsLubomir Rintel-24/+51
2010-08-11fs/sysv: v7: adjust sanity checks for some volumesLubomir Rintel-2/+15
2010-08-11fs/sysv: add v7 aliasLubomir Rintel-0/+1
2010-08-11kexec: return -EFAULT on copy_to_user() failuresDan Carpenter-3/+5
2010-08-11parport_serial: use the PCI IRQ if offeredFr?d?ric Bri?re-1/+0
2010-08-11lib/bug.c: add oops end marker to WARN implementationAnton Blanchard-1/+3
2010-08-11lib/bug.c: make WARN implementation match the kernel/panic.c oneAnton Blanchard-4/+7
2010-08-11panic: keep blinking in spite of long spin timer modeTAMUKI Shoichi-68/+37
2010-08-11afs: destroy work queue on init failureDan Carpenter-0/+1
2010-08-11dma-mapping: add DMA_xxBIT_MASK to feature-removal-schedule.txtFUJITA Tomonori-0/+8
2010-08-11pci: add PCI DMA unamp state API to feature-removal-schedule.txtFUJITA Tomonori-0/+9
2010-08-11Documentation: DMA-API-HOWTO.txt: add multiple types of IOMMUs supportFUJITA Tomonori-0/+10
2010-08-11dma-mapping: remove dma_is_consistent APIFUJITA Tomonori-68/+0
2010-08-11scsi: 53c700: remove dma_is_consistent usageFUJITA Tomonori-3/+0
2010-08-11dma-mapping: parisc: set ARCH_DMA_MINALIGNFUJITA Tomonori-0/+2
2010-08-11dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori-114/+8
2010-08-11dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGNFUJITA Tomonori-19/+25
2010-08-11edac: mpc85xx: add support for new MPCxxx/Pxxxx EDAC controllersAnton Vorontsov-0/+6
2010-08-11edac: i5400: improve handling of pci_enable_device() return valueKulikov Vasiliy-1/+1
2010-08-11edac: i5000: improve handling of pci_enable_device() return valueKulikov Vasiliy-1/+1
2010-08-11edac: add wissing pieces from MPC85xx -> FSL_SOC_BOOKEChristoph Egger-5/+5
2010-08-11pids: alloc_pidmap: remove the unnecessary boundary checksOleg Nesterov-10/+7
2010-08-11pids: fix a race in pid generation that causes pids to be reused immediatelySalman-1/+38