summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-01Merge branch 'akpm' (Fixups for Andrew's patchbomb)Linus Torvalds
2012-06-01nls: fix (and rename) mac NLS table files and config optionsLinus Torvalds
2012-06-01fs/nls/Makefile: remove bogus CONFIG_ assignmentsAndrew Morton
2012-06-01Merge tag 'fbdev-updates-for-3.5' of git://github.com/schandinat/linux-2.6Linus Torvalds
2012-06-01Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdLinus Torvalds
2012-06-01Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds
2012-06-01Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2012-06-01Merge branch 'ux500/hickup' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-06-01Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-06-01Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds
2012-06-01mtd: mxc_nand: move ecc strengh setup before nand_scan_tailSascha Hauer
2012-06-01mtd: block2mtd: fix recursive call of mtd_writevGabor Juhos
2012-06-01mtd: gpmi-nand: define ecc.strengthMarek Vasut
2012-06-01apple-gmux: Fix up the suspend/resume patchMatthew Garrett
2012-06-01mtd: of_parts: fix breakage in KconfigFrank Svendsboe
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-06-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2012-06-01x86: get rid of calling do_notify_resume() when returning to kernel modeAl Viro
2012-06-01blackfin: check __get_user() return valueAl Viro
2012-06-01whack-a-mole with TIF_FREEZEAl Viro
2012-06-01FRV: Optimise the system call exit path in entry.S [ver #2]David Howells
2012-06-01FRV: Shrink TIF_WORK_MASK [ver #2]David Howells
2012-06-01FRV: Prevent syscall exit tracing and notify_resume at end of kernel exceptionsDavid Howells
2012-06-01new helper: signal_delivered()Al Viro
2012-06-01powerpc: get rid of restore_sigmask()Al Viro
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro
2012-06-01set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro
2012-06-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro
2012-06-01don't call try_to_freeze() from do_signal()Al Viro
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro
2012-06-01sh64: failure to build sigframe != signal without handlerAl Viro
2012-06-01openrisc: tracehook_signal_handler() is supposed to be called on successAl Viro
2012-06-01new helper: sigmask_to_save()Al Viro
2012-06-01new helper: restore_saved_sigmask()Al Viro
2012-06-01new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro
2012-06-01HAVE_RESTORE_SIGMASK is defined on all architectures nowAl Viro
2012-06-01dell-laptop: Remove rfkill codeMatthew Garrett
2012-06-01nfs: don't open in ->d_revalidateMiklos Szeredi
2012-06-01vfs: retry last component if opening stale dentryMiklos Szeredi
2012-06-01vfs: nameidata_to_filp(): don't throw away file on errorMiklos Szeredi
2012-06-01vfs: nameidata_to_filp(): inline __dentry_open()Miklos Szeredi
2012-06-01vfs: do_dentry_open(): don't put filpMiklos Szeredi
2012-06-01vfs: split __dentry_open()Miklos Szeredi
2012-06-01vfs: do_last() common post lookupMiklos Szeredi
2012-06-01vfs: do_last(): add audit_inode before openMiklos Szeredi
2012-06-01vfs: do_last(): only return EISDIR for O_CREATMiklos Szeredi
2012-06-01vfs: do_last(): check LOOKUP_DIRECTORYMiklos Szeredi
2012-06-01vfs: do_last(): make ENOENT exit RCU safeMiklos Szeredi
2012-06-01vfs: make follow_link check RCU safeMiklos Szeredi