summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* testmmiotrace.c: Add and use pr_fmt(fmt)Joe Perches2009-10-121-15/+14
* ftrace.c: Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmtJoe Perches2009-10-121-3/+5
* Merge branch 'tracing/urgent' into tracing/coreIngo Molnar2009-10-014522-129271/+350326
|\
| * tracing: Fix infinite recursion in ftrace_update_pid_func()Matt Fleming2009-10-011-0/+4
| * Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-09-305-16/+85
| |\
| | * sched_clock: Fix atomicity/continuity bug by using cmpxchg64()Eric Dumazet2009-09-301-2/+2
| | * x86: Provide an alternative() based cmpxchg64()Arjan van de Ven2009-09-304-14/+83
| * | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2009-09-3030-114/+1852
| |\ \
| | * | MIPS: Avoid spurious make includecheck messageRalf Baechle2009-09-301-2/+2
| | * | MIPS: VPE: Get rid of BKL.Ralf Baechle2009-09-302-42/+50
| | * | MIPS: VPE: Fix build after the credential changes a while ago.Ralf Baechle2009-09-301-10/+23
| | * | MIPS: Excite: Get rid of BKL.Ralf Baechle2009-09-301-2/+0
| | * | MIPS: Sibyte: Get rid of BKL.Ralf Baechle2009-09-301-18/+15
| | * | MIPS: BCM63xx: Add PCMCIA & Cardbus support.Maxime Bizon2009-09-308-1/+763
| | * | MIPS: MSP71xx: request_irq() failure ignored in msp_pcibios_config_access()Roel Kluin2009-09-301-1/+4
| | * | MIPS: Decrease size of au1xxx_dbdma_pm_regs[][]Roel Kluin2009-09-301-5/+3
| | * | MIPS: SMP: Inline arch_send_call_function_{single_ipi,ipi_mask}Ralf Baechle2009-09-302-15/+13
| | * | MIPS: SMP: Fix build.Ralf Baechle2009-09-302-2/+2
| | * | MIPS: MIPSxx SC: Avoid destructive invalidation on partial L2 cachelines.Kevin Cernekee2009-09-301-0/+5
| | * | MIPS: Sibyte: Fix compilation error.Mark Mason2009-09-301-1/+1
| | * | MIPS: BCM1480: Re-apply patch lost due to bad resolution of merge conflict.Ralf Baechle2009-09-301-4/+0
| | * | MIPS: BCM63xx: Add serial driver for bcm63xx integrated UART.Maxime Bizon2009-09-308-1/+964
| | * | MIPS: Loongson2: Fix typo "enalbe" -> "enable"Uwe Kleine-König2009-09-301-7/+7
| | * | MIPS: SMTC: Remove duplicate structure field initializationJulia Lawall2009-09-301-3/+2
| | * | MIPS: Remove duplicated #includeHuang Weiyi2009-09-301-1/+0
| | * | MIPS: BCM63xx: Remove duplicated #includeHuang Weiyi2009-09-301-1/+0
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2009-09-302-0/+2
| |\ \ \
| | * | | nilfs2: fix missing initialization of i_dir_start_lookup memberRyusuke Konishi2009-09-291-0/+1
| | * | | nilfs2: fix missing zero-fill initialization of btree node cacheRyusuke Konishi2009-09-291-0/+1
| | | |/ | | |/|
| * | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-09-3020-751/+1362
| |\ \ \
| | * | | ext4: Fix time encoding with extra epoch bitsTheodore Ts'o2009-09-301-3/+3
| | * | | ext4: Add a stub for mpage_da_data in the trace headerJosh Stone2009-09-301-0/+1
| | * | | jbd2: Use tracepoints for history fileTheodore Ts'o2009-09-305-228/+130
| | * | | ext4: Use tracepoints for mb_history trace fileTheodore Ts'o2009-09-306-348/+182
| | * | | ext4, jbd2: Drop unneeded printks at mount and unmount timeTheodore Ts'o2009-09-295-22/+10
| | * | | ext4: Handle nested ext4_journal_start/stop calls without a journalCurt Wohlgemuth2009-09-293-13/+38
| | * | | ext4: Make sure ext4_dirty_inode() updates the inode in no journal modeCurt Wohlgemuth2009-09-291-15/+4
| | * | | ext4: Avoid updating the inode table bh twice in no journal modeFrank Mayhar2009-09-291-21/+16
| | * | | ext4: EXT4_IOC_MOVE_EXT: Check for different original and donor inodes firstTheodore Ts'o2009-09-281-8/+8
| | * | | ext4: async direct IO for holes and fallocate supportMingming Cao2009-09-285-41/+234
| | * | | ext4: Use end_io callback to avoid direct I/O fallback to buffered I/OMingming Cao2009-09-283-1/+210
| | * | | ext4: Split uninitialized extents for direct I/OMingming Cao2009-09-286-42/+419
| | * | | ext4: release reserved quota when block reservation for delalloc retryMingming Cao2009-09-281-1/+1
| | * | | ext4: Adjust ext4_da_writepages() to write out larger contiguous chunksTheodore Ts'o2009-09-294-16/+107
| | * | | ext4: Fix hueristic which avoids group preallocation for closed filesTheodore Ts'o2009-09-281-1/+1
| | * | | ext4: Use ext4_msg() for ext4_da_writepage() errorsTheodore Ts'o2009-09-261-25/+25
| | * | | ext4: Update documentation about quota mount optionsJan Kara2009-09-291-3/+10
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2009-09-306-27/+26
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | fat: Check s_dirt in fat_sync_fs()OGAWA Hirofumi2009-09-203-9/+15
| | * | | vfat: change the default from shortname=lower to shortname=mixedPaul Wise2009-08-012-3/+3