aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Update VR41xx GPIO driver to use gpiolibYoichi Yuasa2009-07-038-704/+597
* MIPS: Hookup new syscalls sys_rt_tgsigqueueinfo and sys_perf_counter_open.David Daney2009-07-035-6/+20
* MIPS: Malta: Remove unnecessary function prototypesDmitri Vorobiev2009-07-031-3/+0
* MIPS: MT: Remove unnecessary semicolonsJoe Perches2009-07-031-1/+1
* MIPS: Add support for Texas Instruments AR7 System-on-a-ChipFlorian Fainelli2009-07-0318-0/+3307
* x86: add boundary check for 32bit res before expand e820 resource to alignmentYinghai Lu2009-07-021-6/+10
* x86: fix power-of-2 round_up/round_down macrosLinus Torvalds2009-07-021-2/+9
* FRV: Add basic performance counter supportDavid Howells2009-07-014-1/+38
* FRV: Implement atomic64_tDavid Howells2009-07-016-5/+236
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2009-07-0114-57/+307
|\
| * sh: LCDC dcache flush for deferred ioPaul Mundt2009-07-021-8/+45
| * sh: Fix compiler error and include the definition of IS_ERR_VALUEMatt Fleming2009-07-021-0/+1
| * sh: re-add LCDC fbdev support to the Migo-R defconfigMagnus Damm2009-07-011-2/+51
| * sh: fix se7724 ceu namesMagnus Damm2009-07-011-2/+2
| * sh: ms7724se: Enable sh_eth in defconfig.Kuninori Morimoto2009-06-291-4/+21
| * arch/sh/boards/mach-se/7206/io.c: Remove unnecessary semicolonsJoe Perches2009-06-291-1/+1
| * sh: ms7724se: Add sh_eth supportKuninori Morimoto2009-06-262-2/+109
| * nommu: provide follow_pfn().Paul Mundt2009-06-261-0/+21
| * sh: Kill off unused DEBUG_BOOTMEM symbol.Paul Mundt2009-06-251-4/+0
| * perf_counter tools: add cpu_relax()/rmb() definitions for sh.Paul Mundt2009-06-251-0/+10
| * sh64: Hook up page fault events for software perf counters.Paul Mundt2009-06-251-3/+12
| * sh: Hook up page fault events for software perf counters.Paul Mundt2009-06-251-29/+32
| * sh: make set_perf_counter_pending() static inline.Paul Mundt2009-06-241-1/+1
| * clocksource: sh_tmu: Make undefined TCOR behaviour less undefined.Shin-ichiro KAWASAKI2009-06-241-1/+1
* | kernel-doc: move ignoring kmemcheckRandy Dunlap2009-07-011-2/+2
* | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-07-018-28/+38
|\ \
| * | mtd: nand: fix build failure and incorrect return from omap_wait()vimal singh2009-06-281-2/+5
| * | mtd: Use BLOCK_NIL consistently in NFTL/INFTLJulia Lawall2009-06-272-13/+14
| * | mtd: m25p80 timeout too short for worst-case m25p16 devicesSteven A. Falco2009-06-261-1/+1
| * | mtd: atmel_nand: Fix typo s/parititions/partitions/Thadeu Lima de Souza Cascardo2009-06-251-1/+1
| * | mtd: cmdlineparts: Use 64-bit format when printing a debug message.Thadeu Lima de Souza Cascardo2009-06-251-1/+1
| * | mtd: maps: Remove BUS_ID_SIZE from integrator_flashDavid Woodhouse2009-06-241-8/+14
| * | jffs2: fix another potential leak on error path in scan.cDavid Woodhouse2009-06-231-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2009-07-016-11/+262
|\ \ \
| * | | fuse: invalidation reverse callsJohn Muir2009-06-305-3/+214
| * | | fuse: allow umask processing in userspaceMiklos Szeredi2009-06-304-6/+46
| * | | fuse: fix bad return value in fuse_file_poll()Miklos Szeredi2009-06-301-1/+1
| * | | fuse: fix return value of fuse_dev_write()Csaba Henk2009-06-301-1/+1
* | | | Fix iommu address space allocationDavid Woodhouse2009-07-011-4/+22
* | | | Fix pci_unmap_addr() et al on i386.David Woodhouse2009-07-011-1/+1
* | | | elf: fix one check-after-useAmerigo Wang2009-07-011-2/+2
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-07-0113-406/+294
|\ \ \ \
| * | | | cfq-iosched: remove redundant check for NULL cfqq in cfq_set_request()Shan Wei2009-07-011-4/+0
| * | | | blocK: Restore barrier support for md and probably other virtual devices.NeilBrown2009-07-011-5/+5
| * | | | block: get rid of queue-private command filterJens Axboe2009-07-017-259/+42
| * | | | block: Create bip slabs with embedded integrity vectorsMartin K. Petersen2009-07-015-57/+152
| * | | | cfq-iosched: get rid of the need for __GFP_NOFAIL in cfq_find_alloc_queue()Jens Axboe2009-07-011-64/+73
| * | | | cfq-iosched: move cfqq initialization out of cfq_find_alloc_queue()Jens Axboe2009-07-011-16/+21
| * | | | Trivial typo fixes in Documentation/block/data-integrity.txt.Andre Noll2009-07-011-2/+2
* | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-07-017-48/+84
|\ \ \ \ \