summaryrefslogtreecommitdiffstats
path: root/init/do_mounts.h (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-10MIPS: Alchemy: fix xxs1500 build errorManuel Lauss1-3/+2
2011-05-10MIPS: Invalidate old TLB mappings when updating huge page PTEs.David Daney1-0/+1
2011-05-10MIPS: Hibernation: Fixes for PAGE_SIZE >= 64kbWu Zhangjin1-1/+1
2011-05-10MIPS: JZ4740: Set one-shot feature flag for the clockeventLars-Peter Clausen1-1/+1
2011-05-10MIPS: JZ4740: Export symbols to the watchdog driver moduleRalf Baechle1-0/+2
2011-05-10MIPS: JZ4740: Fix GCC 4.6.0 build error.Ralf Baechle1-3/+1
2011-05-10MIPS: Audit: Fix success success argument pass to audit_syscall_exitRalf Baechle1-2/+2
2011-05-10MIPS: Fix calc_vmlinuz_load_addr build warnings.Ralf Baechle1-1/+1
2011-05-10MIPS: Alchemy: Fix GCC 4.6.0 build error.Ralf Baechle1-28/+33
2011-05-10MIPS: Document former use of timerfd(2) syscall number.Ralf Baechle4-4/+4
2011-05-10MIPS: IP27: Fix GCC 4.6.0 build error.Ralf Baechle1-2/+1
2011-05-10MIPS: IP27: Fix GCC 4.6.0 build error.Ralf Baechle1-3/+0
2011-05-10MIPS: bcm63xx: Fix header_crc comment in bcm963xx_tag.hJonas Gorski1-1/+1
2011-05-10MIPS: Octeon: Guard the Kconfig body with CPU_CAVIUM_OCTEONDavid Daney1-11/+4
2011-05-10MIPS: Octeon: Cleanup Kconfig IRQ_CPU* symbols.David Daney1-5/+0
2011-05-10MIPS: Rename .data..mostly and properly handle it in linker scriptCatalin Marinas2-1/+2
2011-05-10MIPS: MSP: Fix build errorRalf Baechle1-0/+3
2011-05-10MIPS: MSP71xx: Fix typo in msp_per_irq_controllerYoichi Yuasa1-1/+1
2011-05-10MIPS: Loongson: Fix GCC 2.6.0 build error.Ralf Baechle1-2/+3
2011-05-10MIPS: Jazz: Fix GCC 4.6.0 build errorRalf Baechle1-3/+2
2011-05-10MIPS: SNI: Fix GCC 4.6.0 build errorRalf Baechle1-2/+2
2011-05-10MIPS: Malta: Fix GCC 4.6.0 build errorRalf Baechle1-2/+1
2011-05-10MIPS: Malta: Fix GCC 4.6.0 build errorRalf Baechle1-11/+3
2011-05-10MIPS: IP22: Fix GCC 4.6.0 build errorRalf Baechle1-2/+2
2011-05-10MIPS: IP22: Fix GCC 4.6.0 build errorRalf Baechle1-2/+2
2011-05-10MIPS: tlbex: Fix GCC 4.6.0 build errorRalf Baechle1-2/+2
2011-05-10MIPS: c-r4k: Fix GCC 4.6.0 build errorRalf Baechle1-2/+0
2011-05-10MIPS: Mask jump target in ftrace_dyn_arch_init_insns().David Daney1-2/+3
2011-05-10nilfs2: fix infinite loop in nilfs_palloc_freev functionRyusuke Konishi1-1/+1
2011-05-10net/9p: Handle get_user_pages_fast return properlyM. Mohan Kumar2-9/+4
2011-05-10Linux 2.6.39-rc7v2.6.39-rc7Linus Torvalds1-1/+1
2011-05-10vm: fix vm_pgoff wrap in upward expansionHugh Dickins1-4/+7
2011-05-10xfs: fix race condition in AIL push triggerDave Chinner1-6/+10
2011-05-10xfs: make AIL target updates and compares 32bit safe.Dave Chinner1-3/+4
2011-05-10xfs: always push the AIL to the targetDave Chinner1-1/+1
2011-05-10xfs: exit AIL push work correctly when AIL is emptyDave Chinner1-13/+13
2011-05-10xfs: ensure reclaim cursor is reset correctly at end of AGDave Chinner1-0/+1
2011-05-10Don't lock guardpage if the stack is growing upMikulas Patocka3-15/+37
2011-05-09drm/i915/lvds: Only act on lid notify when the device is onAlex Williamson1-0/+3
2011-05-09drm/i915: fix intel_crtc_clock_get pipe reads after "cleanup cleanup"Chris Wilson1-2/+2
2011-05-09drm/i915: Only enable the plane after setting the fb base (pre-ILK)Chris Wilson1-2/+0
2011-05-09HPFS: Remove unused variableMikulas Patocka1-4/+0
2011-05-09HPFS: Move declaration up, so that there are no out-of-scope pointersMikulas Patocka1-1/+1
2011-05-09HPFS: Fix some unaligned accessesMikulas Patocka3-24/+32
2011-05-09HPFS: Fix endianity. Make hpfs work on big-endian machinesMikulas Patocka11-418/+498
2011-05-09HPFS: Implement fsync for hpfsMikulas Patocka1-2/+2
2011-05-09HPFS: Fix a bug that filesystem was not marked dirty when remounting itMikulas Patocka1-8/+8
2011-05-09HPFS: Restrict uid and gid to 16-bit valuesMikulas Patocka1-0/+4
2011-05-09HPFS: When marking or clearing the dirty bit, sync the filesystemMikulas Patocka1-0/+3
2011-05-09HPFS: Use types with defined widthMikulas Patocka1-112/+107