summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* score: add maintainers for score architectureChen Liqin2009-06-191-0/+8
* score: Add support for Sunplus S+core architectureChen Liqin2009-06-19126-0/+8566
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-06-1824-324/+2621
|\
| * jbd2: clean up jbd2_journal_try_to_free_buffers()Hisashi Hifumi2009-06-171-49/+0
| * ext4: Don't update ctime for non-extent-mapped inodesTheodore Ts'o2009-06-151-5/+1
| * ext4: Fix up whitespace issues in fs/ext4/inode.cTheodore Ts'o2009-06-141-97/+103
| * ext4: Fix 64-bit block type problem on 32-bit platformsTheodore Ts'o2009-06-152-5/+5
| * ext4: teach the inode allocator to use a goal inode numberAndreas Dilger2009-06-136-10/+36
| * ext4: Use a hash of the topdir directory name for the Orlov parent groupTheodore Ts'o2009-06-134-13/+22
| * ext4: document the "abort" mount optionTheodore Ts'o2009-06-131-0/+4
| * ext4: move the abort flag from s_mount_opts to s_mount_flagsTheodore Ts'o2009-06-133-16/+9
| * ext4: update the s_last_mounted field in the superblockTheodore Ts'o2009-06-132-1/+42
| * ext4: change s_mount_opt to be an unsigned intTheodore Ts'o2009-06-133-3/+3
| * ext4: online defrag -- Add EXT4_IOC_MOVE_EXT ioctlAkira Fujita2009-06-176-3/+1378
| * ext4: avoid unnecessary spinlock in critical POSIX ACL pathTheodore Ts'o2009-04-271-5/+8
| * ext3: avoid unnecessary spinlock in critical POSIX ACL pathLinus Torvalds2009-04-271-5/+8
| * ext4: convert instrumentation from markers to tracepointsTheodore Ts'o2009-06-177-121/+774
| * jbd2: convert instrumentation from markers to tracepointsTheodore Ts'o2009-06-175-9/+252
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2009-06-18123-3743/+3835
|\ \
| * | sh: Fix declaration of __kernel_sigreturn and __kernel_rt_sigreturnMatt Fleming2009-06-181-2/+2
| * | sh: Enable soc-camera in ap325rxa/migor/se7724 defconfigs.Paul Mundt2009-06-183-6/+190
| * | sh: remove stray markers.Christoph Hellwig2009-06-184-14/+1
| * | sh: defconfig updates.Paul Mundt2009-06-1845-2375/+2245
| * | sh: pci: Initial PCI-Express support for SH7786 Urquell board.Paul Mundt2009-06-173-0/+357
| | |
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'sh/pci-express-integration', 'sh/rsk-updates', 'sh/platform-u...Paul Mundt2009-06-173598-80518/+285140
| |\ \ \ \ \
| | | | | * | sh: Generic HAVE_PERF_COUNTER support.Paul Mundt2009-06-172-0/+8
| | | | | * | sh: Use generic atomic64_t implementation.Paul Mundt2009-06-172-0/+3
| | | | * | | SH: convert migor to soc-camera as platform-deviceGuennadi Liakhovetski2009-06-171-27/+52
| | | | * | | SH: convert ap325rxa to soc-camera as platform-deviceGuennadi Liakhovetski2009-06-171-18/+32
| | | | * | | soc-camera: unify i2c camera device platform dataGuennadi Liakhovetski2009-06-174-7/+11
| | | | * | | sh: add platform data for r8a66597-hcd in setup-sh7723Yoshihiro Shimoda2009-06-171-2/+7
| | | | * | | sh: add platform data for r8a66597-hcd in setup-sh7366Yoshihiro Shimoda2009-06-171-3/+7
| | | | * | | sh: x3proto: add platform data for r8a66597-hcdYoshihiro Shimoda2009-06-171-3/+9
| | | | * | | sh: highlander: add platform data for r8a66597-hcdYoshihiro Shimoda2009-06-171-3/+9
| | | | * | | sh: sh7785lcr: add platform data for r8a66597-hcdYoshihiro Shimoda2009-06-171-4/+10
| | | | | |/ | | | | |/|
| | | * | | sh: smsc911x support for the rsk7203 boardMagnus Damm2009-06-161-2/+6
| | * | | | sh: pci: SH7786 PCI ops.Paul Mundt2009-06-163-0/+724
| * | | | | sh: turn off irqs when disabling CMT/TMU timersMagnus Damm2009-06-172-0/+6
| * | | | | sh: use kzalloc() for cpg clocksMagnus Damm2009-06-171-7/+9
| * | | | | sh: unbreak WARN_ON()Magnus Damm2009-06-171-0/+1
| * | | | | sh: Revised clock function in highlanderNobuhiro Iwamatsu2009-06-161-1/+2
| * | | | | sh: Update r7780mp defconfigNobuhiro Iwamatsu2009-06-161-25/+118
| * | | | | sh: Add support mtd mapping for highlanderNobuhiro Iwamatsu2009-06-162-0/+52
| |/ / / /
| * | | | sh: pci: Allow register_pci_controller() to handle overlapping regions.Paul Mundt2009-06-161-12/+2
| * | | | sh: Set EARLY_SCIF_CONSOLE_PORT sanely for SH7786.Paul Mundt2009-06-161-0/+1
| * | | | sh: urquell: Add system FPGA mode pin support.Paul Mundt2009-06-151-0/+7
| * | | | serial: sh-sci: Move over to dev_pm_ops.Paul Mundt2009-06-151-8/+10
| * | | | sh: Make the atomic functions safe for irqsoff tracingMatt Fleming2009-06-151-12/+12
| * | | | sh: Convert sh64 to use the generic checksum code.Paul Mundt2009-06-156-301/+6
| * | | | sh: Derive COMMAND_LINE_SIZE from asm-generic/setup.h.Paul Mundt2009-06-141-1/+1