summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-15kobj: kref.h incorrectly describes itself as kref.c.Robert P. J. Day1-1/+1
2010-03-15omfs: remove unused version.h includeHuang Weiyi1-1/+0
2010-03-15powerpc/BSR: fix device_create() return value checkJani Nikula1-1/+1
2010-03-15kobj: add comment and multiple inclusion protectionRobert P. J. Day1-0/+9
2010-03-15mm: fix typo in refill_stock() commentGreg Thelen1-1/+1
2010-03-15Documentation/filesystems/proc.txt typo fix.Rob Landley1-1/+1
2010-03-15kconfig: util: Fix typo in commentThomas Weber1-1/+1
2010-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sam...Linus Torvalds2-6/+7
2010-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds3-10/+22
2010-03-13Fix up .gitignore for top-level file patternsLinus Torvalds1-8/+12
2010-03-13Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+4
2010-03-13anon_inodes: mark the anon inode privateEric Paris1-0/+1
2010-03-13Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-65/+18
2010-03-13Merge branch 'msm-mmc_sdcc' of git://codeaurora.org/quic/kernel/dwalker/linux...Linus Torvalds1-3/+1
2010-03-13Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds37-264/+1250
2010-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds246-3454/+396
2010-03-13Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds627-9429/+45021
2010-03-13sysctl extern cleanup: pollDave Young1-0/+2
2010-03-13sysctl extern cleanup: lockdepDave Young2-3/+7
2010-03-13sysctl extern cleanup: rtmutexDave Young2-4/+5
2010-03-13sysctl extern cleanup: acctDave Young2-4/+4
2010-03-13sysctl extern cleanup: sgDave Young2-4/+6
2010-03-13sysctl extern cleanup: moduleDave Young3-4/+2
2010-03-13sysctl extern cleanup: rcuDave Young2-3/+4
2010-03-13sysctl extern cleanup: signalDave Young2-1/+3
2010-03-13sysctl extern cleanup: C_A_DDave Young2-1/+1
2010-03-13mxcmmc: fixed max_seg_size value on initializationVladimir Zapolskiy1-1/+1
2010-03-13inflate_fast: sout is already a short so ptr arith was off by one.Joakim Tjernlund1-1/+1
2010-03-13zlib: make new optimized inflate endian independentJoakim Tjernlund1-40/+30
2010-03-13decompress: fix new decompressor for PICRussell King1-2/+12
2010-03-13sgi-gru: use for_each_set_bit()Akinobu Mita1-11/+4
2010-03-13drivers/char/mmtimer.c: eliminate useless codeJulia Lawall1-1/+1
2010-03-13w1: mxc_w1: move probe() and remove() to the dev* text areaAlberto Panizzo1-2/+2
2010-03-13w1: fix test in ds2482_wait_1wire_idle()Roel Kluin1-1/+1
2010-03-13serial amba-pl010: enable PPS supportRodolfo Giometti1-0/+15
2010-03-13serial 8250: enable PPS supportRodolfo Giometti1-0/+16
2010-03-13pps: serial clients supportRodolfo Giometti4-1/+172
2010-03-13ldisc n_tty: add new method n_tty_inherit_ops()Rodolfo Giometti2-0/+18
2010-03-13ldisc: new dcd_change() method for line disciplinesRodolfo Giometti2-0/+12
2010-03-13pps: LinuxPPS clients supportRodolfo Giometti5-0/+153
2010-03-13Documentation: rename PCI-DMA-mapping.txt to DMA-API-HOWTO.txtFUJITA Tomonori1-1/+1
2010-03-13Documentation: remove the PCI DMA API description in DMA-API.txtFUJITA Tomonori1-137/+15
2010-03-13Documentation: convert PCI-DMA-mapping.txt to use the generic DMA APIFUJITA Tomonori1-180/+172
2010-03-13dma-mapping: pci: move pci_set_dma_mask and pci_set_consistent_dma_mask to pc...FUJITA Tomonori3-33/+12
2010-03-13dma-mapping: arm: use generic pci_set_dma_mask and pci_set_consistent_dma_maskFUJITA Tomonori5-59/+8
2010-03-13dma-mapping: powerpc: use generic pci_set_dma_mask and pci_set_consistent_dma...FUJITA Tomonori2-18/+0
2010-03-13dma-mapping: dma-mapping.h: add dma_set_coherent_maskFUJITA Tomonori3-4/+21
2010-03-13dma-mapping: pci: convert pci_set_dma_mask to call dma_set_maskFUJITA Tomonori1-6/+4
2010-03-13dma-mapping: alpha: use include/linux/pci-dma-compat.hFUJITA Tomonori5-342/+165
2010-03-13dma-mapping: sparc: unify 32bit and 64bit dma_set_maskFUJITA Tomonori3-22/+13