- 233e562 Merge 'for-linus' branches from git://git.kernel.org/pub/scm/linux/kernel/git/viro/{vfs,signal} by Linus Torvalds · 12 years ago
- 0fd7bee powerpc: Fix size of st_nlink on 64bit by Anton Blanchard · 12 years ago
- a393624 frv: Remove bogus closing parenthesis by Geert Uytterhoeven · 12 years ago
- 829f51d Merge branch 'akpm' (Fixups for Andrew's patchbomb) by Linus Torvalds · 12 years ago
- 8b8c0da nls: fix (and rename) mac NLS table files and config options by Linus Torvalds · 12 years ago
- 92a8956 fs/nls/Makefile: remove bogus CONFIG_ assignments by Andrew Morton · 12 years ago
- 804ce98 Merge tag 'fbdev-updates-for-3.5' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 12 years ago
- f5e7e84 Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtd by Linus Torvalds · 12 years ago
- 4844515 Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 by Linus Torvalds · 12 years ago
- af4f8ba Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 12 years ago
- efff047 Merge branch 'ux500/hickup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
- 3ded7ac Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
- 37b2240 Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
- 4a43faf mtd: mxc_nand: move ecc strengh setup before nand_scan_tail by Sascha Hauer · 12 years ago
- 2e24e32 mtd: block2mtd: fix recursive call of mtd_writev by Gabor Juhos · 12 years ago
- 5636ce0 mtd: gpmi-nand: define ecc.strength by Marek Vasut · 12 years ago
- a2f01a8 apple-gmux: Fix up the suspend/resume patch by Matthew Garrett · 12 years ago
- 2e929d0 mtd: of_parts: fix breakage in Kconfig by Frank Svendsboe · 12 years ago
- 86c47b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
- 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- 4edebed Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
- 44fbbb3 x86: get rid of calling do_notify_resume() when returning to kernel mode by Al Viro · 13 years ago
- 29bf5dd blackfin: check __get_user() return value by Al Viro · 13 years ago
- 35d5180 whack-a-mole with TIF_FREEZE by Al Viro · 12 years ago
- a2eddc7c FRV: Optimise the system call exit path in entry.S [ver #2] by David Howells · 13 years ago
- 1e5ef91 FRV: Shrink TIF_WORK_MASK [ver #2] by David Howells · 13 years ago
- 137c3c4 FRV: Prevent syscall exit tracing and notify_resume at end of kernel exceptions by David Howells · 13 years ago
- efee984 new helper: signal_delivered() by Al Viro · 13 years ago
- 17440f1 powerpc: get rid of restore_sigmask() by Al Viro · 13 years ago
- 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 13 years ago
- edd63a2 set_restore_sigmask() is never called without SIGPENDING (and never should be) by Al Viro · 13 years ago
- 6fd84c0 TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set by Al Viro · 12 years ago
- bf343dfd don't call try_to_freeze() from do_signal() by Al Viro · 13 years ago
- a610d6e pull clearing RESTORE_SIGMASK into block_sigmask() by Al Viro · 12 years ago
- 5754f41 sh64: failure to build sigframe != signal without handler by Al Viro · 13 years ago
- 39974d0 openrisc: tracehook_signal_handler() is supposed to be called on success by Al Viro · 13 years ago
- b7f9a11 new helper: sigmask_to_save() by Al Viro · 13 years ago
- 51a7b44 new helper: restore_saved_sigmask() by Al Viro · 12 years ago
- 4ebefe3 new helpers: {clear,test,test_and_clear}_restore_sigmask() by Al Viro · 13 years ago
- 754421c HAVE_RESTORE_SIGMASK is defined on all architectures now by Al Viro · 13 years ago
- a6c2390c dell-laptop: Remove rfkill code by Matthew Garrett · 12 years ago
- 0ef97dc nfs: don't open in ->d_revalidate by Miklos Szeredi · 12 years ago
- 16b1c1c vfs: retry last component if opening stale dentry by Miklos Szeredi · 12 years ago
- 50ee93a vfs: nameidata_to_filp(): don't throw away file on error by Miklos Szeredi · 12 years ago
- 91daee9 vfs: nameidata_to_filp(): inline __dentry_open() by Miklos Szeredi · 12 years ago
- 78f71ef vfs: do_dentry_open(): don't put filp by Miklos Szeredi · 12 years ago
- 90ad1a8 vfs: split __dentry_open() by Miklos Szeredi · 12 years ago
- 5f5daac vfs: do_last() common post lookup by Miklos Szeredi · 12 years ago
- d7fdd7f vfs: do_last(): add audit_inode before open by Miklos Szeredi · 12 years ago
- 050ac84 vfs: do_last(): only return EISDIR for O_CREAT by Miklos Szeredi · 12 years ago
- af2f554 vfs: do_last(): check LOOKUP_DIRECTORY by Miklos Szeredi · 12 years ago
- 54c33e7 vfs: do_last(): make ENOENT exit RCU safe by Miklos Szeredi · 12 years ago
- d45ea86 vfs: make follow_link check RCU safe by Miklos Szeredi · 12 years ago
- decf340 vfs: do_last(): use inode variable by Miklos Szeredi · 12 years ago
- a1eb331 vfs: do_last(): inline walk_component() by Miklos Szeredi · 12 years ago
- e276ae6 vfs: do_last(): make exit RCU safe by Miklos Szeredi · 12 years ago
- 697f514 vfs: split do_lookup() by Miklos Szeredi · 12 years ago
- e41f941 Btrfs: move over to use ->update_time by Josef Bacik · 13 years ago
- c3b2da3 fs: introduce inode operation ->update_time by Josef Bacik · 13 years ago
- 47819ba drm/edid: Make the header fixup threshold tunable by Adam Jackson · 12 years ago
- 9b00147 drm/radeon: fix regression in UMS CS ioctl by Alex Deucher · 12 years ago
- 0824db3 drm/vmwgfx: Fix nasty write past alloced memory area by Thomas Hellstrom · 12 years ago
- a8ff3ee drm/ttm: Fix spinlock imbalance by Thomas Hellstrom · 12 years ago
- 416a2bd drm/radeon: fixup tiling group size and backendmap on r6xx-r9xx (v4) by Alex Deucher · 12 years ago
- 51eab60 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
- 419f431 Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
- 53039f2 toshiba_acpi: Fix mis-merge by Matthew Garrett · 12 years ago
- 95c4b23 drm/radeon: fix HD6790, HD6570 backend programming by Jerome Glisse · 12 years ago
- 033369d reiserfs: get rid of resierfs_sync_super by Artem Bityutskiy · 12 years ago
- 5c5fd81 reiserfs: mark the superblock as dirty a bit later by Artem Bityutskiy · 12 years ago
- 717f03c reiserfs: remove useless superblock dirtying by Artem Bityutskiy · 12 years ago
- 25729b0 reiserfs: clean-up function return type by Artem Bityutskiy · 12 years ago
- efaa33e reiserfs: cleanup reiserfs_fill_super a bit by Artem Bityutskiy · 12 years ago
- d583675 sch_atm.c: get rid of poinless extern by Al Viro · 13 years ago
- 17d1587 unexport do_munmap() by Al Viro · 12 years ago
- eb36c58 new helper: vm_mmap_pgoff() by Al Viro · 12 years ago
- dc98250 kill do_mmap() completely by Al Viro · 12 years ago
- e3fc629 switch aio and shm to do_mmap_pgoff(), make do_mmap() static by Al Viro · 12 years ago
- 98de59b take calculation of final prot in security_mmap_file() into a helper by Al Viro · 12 years ago
- 9ac4ed4 move security_mmap_addr() to saner place by Al Viro · 12 years ago
- 8b3ec68 take security_mmap_file() outside of ->mmap_sem by Al Viro · 12 years ago
- 0b8c30b drm/radeon: properly program gart on rv740, juniper, cypress, barts, hemlock by Alex Deucher · 12 years ago
- 29d6540 drm/radeon: fix bank information in tiling config by Alex Deucher · 12 years ago
- 08ef8e4 drm/mgag200: kick off conflicting framebuffers earlier. by Dave Airlie · 12 years ago
- dedc14e drm/cirrus: kick out conflicting framebuffers earlier by Dave Airlie · 12 years ago
- 5e44f8c ext4: hole-punch use truncate_pagecache_range by Hugh Dickins · 12 years ago
- b2f4edb jbd2: use kmem_cache_zalloc wrapper instead of flag by Wanlong Gao · 12 years ago
- 9559996 ext4: remove mb_groups before tearing down the buddy_cache by Salman Qazi · 12 years ago
- 02b7831 ext4: add ext4_mb_unload_buddy in the error path by Salman Qazi · 12 years ago
- 7990696 ext4: don't trash state flags in EXT4_IOC_SETFLAGS by Theodore Ts'o · 12 years ago
- 9660755 ext4: let getattr report the right blocks in delalloc+bigalloc by Tao Ma · 12 years ago
- fb21aff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
- a00b615 Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
- 08615d7 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
- 9fdadb2 Merge branch 'drm-prime-vmap' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
- 0a4dd35 kconfig: update compression algorithm info by Randy Dunlap · 12 years ago
- b32dfe3 c/r: prctl: add ability to set new mm_struct::exe_file by Cyrill Gorcunov · 12 years ago
- fe8c7f5 c/r: prctl: extend PR_SET_MM to set up more mm_struct entries by Cyrill Gorcunov · 12 years ago
- 5b17208 c/r: procfs: add arg_start/end, env_start/end and exit_code members to /proc/$pid/stat by Cyrill Gorcunov · 12 years ago
- d97b46a syscalls, x86: add __NR_kcmp syscall by Cyrill Gorcunov · 12 years ago