summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-10-12mcs7830: Fix link state detectionOndrej Zary
2012-10-12net: add doc for in4_pton()Amerigo Wang
2012-10-12net: add doc for in6_pton()Amerigo Wang
2012-10-12vti: fix sparse bit endian warningsstephen hemminger
2012-10-12tcp: resets are misroutedAlexey Kuznetsov
2012-10-12alpha: switch to saner kernel_execve() semanticsAl Viro
2012-10-12arm: switch to saner kernel_execve() semanticsAl Viro
2012-10-12x86, um: convert to saner kernel_execve() semanticsAl Viro
2012-10-12infrastructure for saner ret_from_kernel_thread semanticsAl Viro
2012-10-12dm persistent data: convert to use le32_add_cpuWei Yongjun
2012-10-12dm: use ACCESS_ONCE for sysfs valuesMikulas Patocka
2012-10-12dm bufio: use list_moveWei Yongjun
2012-10-12dm mpath: fix check for null mpio in end_io fnWei Yongjun
2012-10-12Merge tag 'stable/for-linus-3.7-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2012-10-12Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2012-10-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-10-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-10-12Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-10-12xen/pv-on-hvm kexec: add quirk for Xen 3.4 and shutdown watches.Konrad Rzeszutek Wilk
2012-10-12xen/bootup: allow {read|write}_cr8 pvops call.Konrad Rzeszutek Wilk
2012-10-12xen/bootup: allow read_tscp call for Xen PV guests.Konrad Rzeszutek Wilk
2012-10-12tty/console: fix warnings in drivers/tty/serial/kgdboc.cArnd Bergmann
2012-10-12kdb,vt_console: Fix missed data due to pager overrunsJason Wessel
2012-10-12kdb: Fix dmesg/bta scroll to quit with 'q'Jason Wessel
2012-10-12kgdboc: Accept either kbd or kdb to activate the vga + keyboard kdb shellJason Wessel
2012-10-12kgdb,x86: fix warning about unused variableJason Wessel
2012-10-12mips,kgdb: fix recursive page fault with CONFIG_KPROBESJason Wessel
2012-10-12kgdb: Add module event hooksJason Wessel
2012-10-12Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar
2012-10-12vfs: unexport getname and putname symbolsJeff Layton
2012-10-12acct: constify the name arg to acct_onJeff Layton
2012-10-12vfs: allocate page instead of names_cache buffer in mount_block_rootJeff Layton
2012-10-12audit: overhaul __audit_inode_child to accomodate retryingJeff Layton
2012-10-12audit: optimize audit_compare_dname_pathJeff Layton
2012-10-12audit: make audit_compare_dname_path use parent_len helperEric Paris
2012-10-12audit: remove dirlen argument to audit_compare_dname_pathJeff Layton
2012-10-12audit: set the name_len in audit_inode for parent lookupsJeff Layton
2012-10-12audit: add a new "type" field to audit_names structJeff Layton
2012-10-12audit: reverse arguments to audit_inode_childJeff Layton
2012-10-12audit: no need to walk list in audit_inode if name is NULLJeff Layton
2012-10-12audit: pass in dentry to audit_copy_inode wherever possibleJeff Layton
2012-10-12audit: remove unnecessary NULL ptr checks from do_path_lookupJeff Layton
2012-10-12Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-10-12Merge tag 'pinctrl-for-3.7-late' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-10-12Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-10-12Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-12Merge branch 'writeback-for-next' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-10-11make sure that kernel_thread() callbacks call do_exit() themselvesAl Viro