summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-08-03207-167/+349
|\
| * [ARM] 5182/1: pxa: Fix pcm990 compilationGuennadi Liakhovetski2008-08-031-1/+0
| * [ARM] Fix explicit asm(-arm)?/arch-foo referencesRussell King2008-08-0215-30/+30
| * [ARM] move include/asm-arm to arch/arm/include/asmRussell King2008-08-02182-95/+95
| * [ARM] Remove explicit dependency for misc.o from compressed/MakefileRussell King2008-08-021-3/+0
| * [ARM] initrd: claim initrd memory exclusivelyRussell King2008-07-301-12/+20
| * [ARM] pxa: add support for L2 outer cache on XScale3 (attempt 2)Eric Miao2008-07-283-22/+190
| * Merge branch 'for-rmk' of git://pasiphae.extern.pengutronix.de/git/imx/linux-2.6Russell King2008-07-285-4/+14
| |\
| | * [ARM] add Sascha Hauer as Freescale i.MX MaintainerSascha Hauer2008-07-281-0/+6
| | * [ARM] i.MX: add missing clock functions exportsPaulius Zaleckas2008-07-281-0/+5
| | * [ARM] i.MX: remove set_imx_fb_info() exportPaulius Zaleckas2008-07-281-1/+0
| | * [ARM] mx1ads: make mmc platform data available for modulesSascha Hauer2008-07-281-2/+2
| | * [ARM] mx2: add missing Kconfig dependencySascha Hauer2008-07-281-1/+1
| * | [ARM] 5180/1: at91: Fix at91_nand -> atmel_nand rename falloutHaavard Skinnemoen2008-07-284-4/+4
| |/
* | Merge git://git.infradead.org/users/dwmw2/random-2.6Linus Torvalds2008-08-022-5/+16
|\ \
| * | [MTD] Fix !CONFIG_BLOCK compile for mtdsuper.cDavid Woodhouse2008-08-021-5/+12
| * | firmware: silence __fw_modbuild and __fw_modinst 'Nothing to be done' messagesDavid Woodhouse2008-08-021-0/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-08-0215-217/+104
|\ \ \
| * | | sparc64: Do not clobber %g7 in setcontext() trap.David S. Miller2008-07-311-2/+4
| * | | sparc64: Kill __show_regs().David S. Miller2008-07-313-28/+3
| * | | sparc: Add __KERNEL__ ifdef protection to pt_regs helpers.David S. Miller2008-07-312-26/+25
| * | | sparc64: Kill smp_report_regs().David S. Miller2008-07-314-56/+0
| * | | sparc64: Kill VERBOSE_SHOWREGS code.David S. Miller2008-07-311-35/+0
| * | | sparc64: Hook up trigger_all_cpu_backtrace().David S. Miller2008-07-302-2/+11
| * | | sparc64: Make global reg dumping even more useful.David S. Miller2008-07-303-11/+40
| * | | sparc: Ignore drivers/video/console/promcon_tbl.c conmakehash generated fileFlorian Fainelli2008-07-301-0/+2
| * | | sparc64: FUTEX_OP_ANDN fixMikael Pettersson2008-07-301-1/+1
| * | | sparc: merge of_platform_{32,64}.hStephen Rothwell2008-07-293-53/+21
| * | | sparc64: Kill isa_bus_type.David S. Miller2008-07-292-6/+0
| * | | sparc64: Fix global reg snapshotting on self-cpu.David S. Miller2008-07-281-1/+1
* | | | fat: Fix allow_utime optionOGAWA Hirofumi2008-08-021-2/+4
* | | | mm: dont clear PG_uptodate on truncate/invalidateMiklos Szeredi2008-08-021-2/+0
| |/ / |/| |
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-08-01192-38/+18
|\ \ \
| * | | [IA64] Move include/asm-ia64 to arch/ia64/include/asmTony Luck2008-08-01192-38/+18
* | | | embedded: fix vc_translate operator precedenceTim Bird2008-08-011-1/+1
* | | | Remove EXPORTS of follow_page & zap_page_rangeJack Steiner2008-08-011-2/+0
* | | | dual license ftrace.txtSteven Rostedt2008-08-011-0/+1
* | | | FRV: Wire up new system callsDavid Howells2008-08-012-2/+13
* | | | MN10300: Wire up new system callsDavid Howells2008-08-012-0/+12
* | | | try harder to load tty ldisc driverEugeniy Meshcheryakov2008-08-011-1/+1
* | | | Merge branch 'kvm-updates-2.6.27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-08-018-11/+312
|\ \ \ \
| * | | | KVM: s390: Fix kvm on IBM System z10Christian Borntraeger2008-07-311-0/+1
| * | | | KVM: Advertise synchronized mmu support to userspaceAvi Kivity2008-07-292-0/+2
| * | | | KVM: Synchronize guest physical memory map to host virtual memory mapAndrea Arcangeli2008-07-295-0/+277
| * | | | KVM: Allow browsing memslots with mmu_lockAndrea Arcangeli2008-07-292-11/+30
| * | | | KVM: Allow reading aliases with mmu_lockAndrea Arcangeli2008-07-291-0/+2
* | | | | Merge branch 'zero-len' of git://git.kernel.org/pub/scm/linux/kernel/git/jgar...Linus Torvalds2008-08-015-0/+0
|\ \ \ \ \
| * | | | | drivers/media, include/media: delete zero-length filesJeff Garzik2008-07-315-0/+0
| | |/ / / | |/| | |
* | | | | mm/hugetlb: don't crash when HPAGE_SHIFT is 0Benjamin Herrenschmidt2008-08-011-1/+6
* | | | | Missing symbol prefix on vmlinux.lds.hYoshinori Sato2008-08-011-7/+7