summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Blackfin: convert signal/mmap to asm-genericMike Frysinger2009-06-192-199/+4
| * | | | | | Blackfin: convert locking primitives to asm-genericMike Frysinger2009-06-196-308/+25
| * | | | | | Blackfin: convert termios to asm-genericMike Frysinger2009-06-192-292/+2
| * | | | | | Blackfin: convert simple headers to asm-genericMike Frysinger2009-06-1920-170/+10
| * | | | | | Blackfin: convert socket/poll to asm-genericMike Frysinger2009-06-193-90/+5
| * | | | | | Blackfin: convert user/elf to asm-genericMike Frysinger2009-06-192-90/+2
| * | | | | | Blackfin: convert shm/sysv/ipc to asm-genericMike Frysinger2009-06-195-134/+5
| * | | | | | Blackfin: convert asm/ioctls.h to asm-generic/ioctls.hMike Frysinger2009-06-191-82/+2
| * | | | | | Blackfin: only build irqpanic.c when neededMike Frysinger2009-06-192-10/+4
| * | | | | | Blackfin: pull in asm/io.h in ksyms for prototypesMike Frysinger2009-06-191-0/+1
| * | | | | | Blackfin: use common test_bit() rather than __test_bit()Mike Frysinger2009-06-191-2/+2
* | | | | | | MAINTAINERS: kmemtrace pattern updateJoe Perches2009-06-201-1/+1
* | | | | | | MAINTAINERS: ieee802154 fix pattern typoJoe Perches2009-06-201-1/+1
* | | | | | | MAINTAINERS: update wireless.h pathJoe Perches2009-06-201-1/+1
* | | | | | | MAINTAINERS: update Ftrace documentation patternJoe Perches2009-06-201-1/+1
* | | | | | | MAINTAINERS: fix Atheros pattern pathsJoe Perches2009-06-201-3/+3
* | | | | | | fbdev: do not allow VESA modes without compiled-in driversKrzysztof Helt2009-06-201-2/+4
* | | | | | | MAINTAINERS: pair names/addresses in EDAC-I82975XJoe Perches2009-06-201-1/+1
* | | | | | | dma-mapping: mark dma_sync_single and dma_sync_sg as deprecatedFUJITA Tomonori2009-06-201-3/+14
* | | | | | | dma-mapping: mark DMA_nBITS_MASK as deprecatedJiri Slaby2009-06-201-12/+14
* | | | | | | convert some DMA_nnBIT_MASK() callersAndrew Morton2009-06-204-12/+13
* | | | | | | char: moxa, prevent opening unavailable portsDirk Eibach2009-06-201-1/+6
* | | | | | | istallion: add missing __devexit markingMike Frysinger2009-06-201-1/+1
* | | | | | | dtlk: off by one in {read,write}_tts()Roel Kluin2009-06-201-3/+3
* | | | | | | ptrace: wait_task_zombie: do not account traced sub-threadsOleg Nesterov2009-06-201-2/+5
* | | | | | | rtc: make rtc_update_irq callable with irqs enabledAtsushi Nemoto2009-06-206-24/+9
* | | | | | | spi_mpc8xxx: s/83xx/8xxx/gAnton Vorontsov2009-06-203-202/+202
* | | | | | | spi_mpc83xx: rename spi_83xx.c to spi_8xxx.cAnton Vorontsov2009-06-202-1/+1
* | | | | | | spi_mpc83xx: remove dead codeAnton Vorontsov2009-06-201-17/+0
* | | | | | | spi_mpc83xx: split mpc83xx_spi_work() into two routinesAnton Vorontsov2009-06-201-55/+60
* | | | | | | spi_mpc83xx: fix checkpatch issuesAnton Vorontsov2009-06-201-6/+6
* | | | | | | powerpc/86xx: add MMC SPI support for MPC8610HPCD boardsAnton Vorontsov2009-06-202-0/+36
* | | | | | | spi_mpc83xx: add small delay after asserting chip-select lineAnton Vorontsov2009-06-201-1/+3
* | | | | | | spi_mpc83xx: quieten down the "Requested speed is too low" messageAnton Vorontsov2009-06-201-5/+6
* | | | | | | spi_mpc83xx: handle other Freescale processorsAnton Vorontsov2009-06-201-8/+6
* | | | | | | bootmem.c: avoid c90 declaration warningJoe Perches2009-06-201-5/+9
* | | | | | | gpio: driver for PrimeCell PL061 GPIO controllerBaruch Siach2009-06-204-0/+363
|/ / / / / /
* | | | | | 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-181-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-186-3/+1378
| * | | | | | ext4: avoid unnecessary spinlock in critical POSIX ACL pathTheodore Ts'o2009-04-271-5/+8