summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-10-11make sure that we always have a return path from kernel_execve()Al Viro
2012-10-11ppc: eeh_event should just use kthread_run()Al Viro
2012-10-11don't bother with kernel_thread/kernel_execve for launching linuxrcAl Viro
2012-10-11alpha: get rid of switch_stack argument of do_work_pending()Al Viro
2012-10-11alpha: don't bother passing switch_stack separately from regsAl Viro
2012-10-11alpha: take SIGPENDING/NOTIFY_RESUME loop into signal.cAl Viro
2012-10-11alpha: simplify TIF_NEED_RESCHED handlingAl Viro
2012-10-12Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds
2012-10-12Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2012-10-12Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2012-10-12Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6Linus Torvalds
2012-10-12Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-10-11vfs: bogus warnings in fs/namei.cArnd Bergmann
2012-10-11consitify do_mount() argumentsAl Viro
2012-10-11UAPI: (Scripted) Disintegrate include/linux/mmcDavid Howells
2012-10-11mmc: mxs-mmc: Fix merge issue causing build errorMarek Vasut
2012-10-11compiler-gcc4.h: correct verion check for __compiletime_errorDaniel Santos
2012-10-11modpost: Permit .GCC.command.line sectionsJonathan Kliegman
2012-10-11usbnet: Support devices reporting idlenessOliver Neukum
2012-10-11Add CDC-ACM support for the CX93010-2x UCMxx USB ModemJean-Christian de Rivaz
2012-10-11net/ethernet/jme: disable ASPMKevin Baradon
2012-10-11Merge tag 'disintegrate-wimax-20121009' of git://git.infradead.org/users/dhow...David S. Miller
2012-10-11tcp: sysctl interface leaks 16 bytes of kernel memoryAlan Cox
2012-10-11kaweth: print correct debug ptrAlan Cox
2012-10-11Merge branch 'staging/for_v3.7' into v4l_for_linusMauro Carvalho Chehab
2012-10-119P: Fix race between p9_write_work() and p9_fd_request()Simon Derr
2012-10-11Merge Trond's bugfixesJ. Bruce Fields
2012-10-11Update SmPL/Coccinelle section of MAINTAINERSNicolas Palix
2012-10-11coccicheck: Add the rep+ctxt modeNicolas Palix
2012-10-11scripts/coccinelle/tests/odd_ptr_err.cocci: semantic patch for IS_ERR/PTR_ERR...Julia Lawall
2012-10-11Merge tag 'disintegrate-arm64-20121011' of git://git.infradead.org/users/dhow...Catalin Marinas
2012-10-11Merge branch 'tpmdd-next-v3.6' of git://github.com/shpedoikal/linux into for-...James Morris
2012-10-11Merge branch 'tpmdd-fixes-v3.6' of git://github.com/shpedoikal/linux into for...James Morris
2012-10-11UAPI: (Scripted) Disintegrate arch/arm64/include/asmDavid Howells
2012-10-11Merge branch 'fixes' into for-linusRussell King
2012-10-11arm64: Do not export the compat-specific definitions to the userCatalin Marinas
2012-10-11arm64: Do not include asm/unistd32.h in asm/unistd.hCatalin Marinas
2012-10-11arm64: Remove unused definitions from asm/unistd32.hCatalin Marinas
2012-10-11openrisc: mask interrupts in irq_mask_ack functionGong Tao
2012-10-11openrisc: fix typos in comments and warningsJonas Bonn
2012-10-11openrisc: PIC should act on domain-local irqsJonas Bonn
2012-10-11openrisc: Make cpu_relax() invoke barrier()Vladimir Murzin
2012-10-11Merge branch 'next' into for-linusDmitry Torokhov
2012-10-11md: refine reporting of resync/reshape delays.NeilBrown
2012-10-11md/raid5: be careful not to resize_stripes too big.NeilBrown
2012-10-11md: make sure manual changes to recovery checkpoint are saved.NeilBrown
2012-10-11md/raid10: use correct limit variableDan Carpenter
2012-10-11md: writing to sync_action should clear the read-auto state.NeilBrown
2012-10-11Subject: [PATCH] md:change resync_mismatches to atomic64_t to avoid racesJianpeng Ma
2012-10-10e1000e: Change wthresh to 1 to avoid possible Tx stallsHiroaki SHIMODA