summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-13perf: Handle new rbtree implementationMarkus Trippelsdorf2-1/+4
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds25-223/+137
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds49-312/+544
2012-10-13procfs: don't need a PATH_MAX allocation to hold a string representation of a...Jeff Layton1-2/+3
2012-10-13vfs: embed struct filename inside of names_cache allocation if possibleJeff Layton2-20/+50
2012-10-13audit: make audit_inode take struct filenameJeff Layton5-19/+42
2012-10-13vfs: make path_openat take a struct filename pointerJeff Layton7-21/+42
2012-10-13vfs: turn do_path_lookup into wrapper around struct filename variantJeff Layton1-7/+23
2012-10-13audit: allow audit code to satisfy getname requests from its names_listJeff Layton3-0/+38
2012-10-13vfs: define struct filename and have getname() return itJeff Layton40-175/+218
2012-10-12alpha: switch to saner kernel_execve() semanticsAl Viro3-17/+2
2012-10-12arm: switch to saner kernel_execve() semanticsAl Viro4-29/+7
2012-10-12x86, um: convert to saner kernel_execve() semanticsAl Viro10-68/+21
2012-10-12infrastructure for saner ret_from_kernel_thread semanticsAl Viro5-8/+27
2012-10-12Merge tag 'stable/for-linus-3.7-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds5-2/+102
2012-10-12Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+4
2012-10-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds20-265/+289
2012-10-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+70
2012-10-12Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-11/+28
2012-10-12xen/pv-on-hvm kexec: add quirk for Xen 3.4 and shutdown watches.Konrad Rzeszutek Wilk1-0/+21
2012-10-12xen/bootup: allow {read|write}_cr8 pvops call.Konrad Rzeszutek Wilk1-1/+15
2012-10-12xen/bootup: allow read_tscp call for Xen PV guests.Konrad Rzeszutek Wilk1-0/+2
2012-10-12Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar3-11/+28
2012-10-12vfs: unexport getname and putname symbolsJeff Layton1-2/+0
2012-10-12acct: constify the name arg to acct_onJeff Layton1-1/+1
2012-10-12vfs: allocate page instead of names_cache buffer in mount_block_rootJeff Layton2-5/+5
2012-10-12audit: overhaul __audit_inode_child to accomodate retryingJeff Layton5-38/+47
2012-10-12audit: optimize audit_compare_dname_pathJeff Layton4-12/+20
2012-10-12audit: make audit_compare_dname_path use parent_len helperEric Paris1-20/+7
2012-10-12audit: remove dirlen argument to audit_compare_dname_pathJeff Layton4-10/+5
2012-10-12audit: set the name_len in audit_inode for parent lookupsJeff Layton8-34/+87
2012-10-12audit: add a new "type" field to audit_names structJeff Layton2-5/+15
2012-10-12audit: reverse arguments to audit_inode_childJeff Layton5-19/+19
2012-10-12audit: no need to walk list in audit_inode if name is NULLJeff Layton1-1/+5
2012-10-12audit: pass in dentry to audit_copy_inode wherever possibleJeff Layton1-2/+2
2012-10-12audit: remove unnecessary NULL ptr checks from do_path_lookupJeff Layton1-6/+2
2012-10-12Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds170-3212/+8074
2012-10-12Merge tag 'pinctrl-for-3.7-late' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-55/+814
2012-10-12Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds41-23/+623
2012-10-12Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds7-117/+122
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds39-170/+166
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds99-882/+344
2012-10-12Merge branch 'writeback-for-next' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-28/+38
2012-10-12make sure that kernel_thread() callbacks call do_exit() themselvesAl Viro1-2/+2
2012-10-12make sure that we always have a return path from kernel_execve()Al Viro1-8/+5
2012-10-12ppc: eeh_event should just use kthread_run()Al Viro1-3/+2
2012-10-12don't bother with kernel_thread/kernel_execve for launching linuxrcAl Viro1-25/+16
2012-10-12alpha: get rid of switch_stack argument of do_work_pending()Al Viro2-23/+20
2012-10-12alpha: don't bother passing switch_stack separately from regsAl Viro1-13/+13
2012-10-12alpha: take SIGPENDING/NOTIFY_RESUME loop into signal.cAl Viro2-17/+20