aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-12
|\
| * alpha: switch to saner kernel_execve() semanticsAl Viro2012-10-12
| * arm: switch to saner kernel_execve() semanticsAl Viro2012-10-12
| * x86, um: convert to saner kernel_execve() semanticsAl Viro2012-10-12
| * infrastructure for saner ret_from_kernel_thread semanticsAl Viro2012-10-12
| * make sure that kernel_thread() callbacks call do_exit() themselvesAl Viro2012-10-11
| * make sure that we always have a return path from kernel_execve()Al Viro2012-10-11
| * ppc: eeh_event should just use kthread_run()Al Viro2012-10-11
| * don't bother with kernel_thread/kernel_execve for launching linuxrcAl Viro2012-10-11
| * alpha: get rid of switch_stack argument of do_work_pending()Al Viro2012-10-11
| * alpha: don't bother passing switch_stack separately from regsAl Viro2012-10-11
| * alpha: take SIGPENDING/NOTIFY_RESUME loop into signal.cAl Viro2012-10-11
| * alpha: simplify TIF_NEED_RESCHED handlingAl Viro2012-10-11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-12
|\ \
| * | procfs: don't need a PATH_MAX allocation to hold a string representation of a...Jeff Layton2012-10-12
| * | vfs: embed struct filename inside of names_cache allocation if possibleJeff Layton2012-10-12
| * | audit: make audit_inode take struct filenameJeff Layton2012-10-12
| * | vfs: make path_openat take a struct filename pointerJeff Layton2012-10-12
| * | vfs: turn do_path_lookup into wrapper around struct filename variantJeff Layton2012-10-12
| * | audit: allow audit code to satisfy getname requests from its names_listJeff Layton2012-10-12
| * | vfs: define struct filename and have getname() return itJeff Layton2012-10-12
| * | vfs: unexport getname and putname symbolsJeff Layton2012-10-12
| * | acct: constify the name arg to acct_onJeff Layton2012-10-12
| * | vfs: allocate page instead of names_cache buffer in mount_block_rootJeff Layton2012-10-12
| * | audit: overhaul __audit_inode_child to accomodate retryingJeff Layton2012-10-12
| * | audit: optimize audit_compare_dname_pathJeff Layton2012-10-12
| * | audit: make audit_compare_dname_path use parent_len helperEric Paris2012-10-12
| * | audit: remove dirlen argument to audit_compare_dname_pathJeff Layton2012-10-12
| * | audit: set the name_len in audit_inode for parent lookupsJeff Layton2012-10-12
| * | audit: add a new "type" field to audit_names structJeff Layton2012-10-12
| * | audit: reverse arguments to audit_inode_childJeff Layton2012-10-12
| * | audit: no need to walk list in audit_inode if name is NULLJeff Layton2012-10-12
| * | audit: pass in dentry to audit_copy_inode wherever possibleJeff Layton2012-10-12
| * | audit: remove unnecessary NULL ptr checks from do_path_lookupJeff Layton2012-10-12
* | | Merge tag 'stable/for-linus-3.7-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-12
|\ \ \
| * | | xen/pv-on-hvm kexec: add quirk for Xen 3.4 and shutdown watches.Konrad Rzeszutek Wilk2012-10-12
| * | | xen/bootup: allow {read|write}_cr8 pvops call.Konrad Rzeszutek Wilk2012-10-12
| * | | xen/bootup: allow read_tscp call for Xen PV guests.Konrad Rzeszutek Wilk2012-10-12
| * | | xen pv-on-hvm: add pfn_is_ram helper for kdumpOlaf Hering2012-10-04
| * | | xen/hvc: handle backend CLOSED without CLOSINGDavid Vrabel2012-10-04
* | | | Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-10-12
|\ \ \ \
| * | | | mm, slab: release slab_mutex earlier in kmem_cache_destroy()Jiri Kosina2012-10-10
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-12
|\ \ \ \ \
| * | | | | timekeeping: Cast raw_interval to u64 to avoid shift overflowDan Carpenter2012-10-09
| * | | | | timers: Fix endless looping between cascade() and internal_add_timer()Hildner, Christian2012-10-09
| * | | | | Merge branch 'fortglx/3.7/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2012-10-09
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'arnds-jiffies-fix' into fortglx/3.7/timeJohn Stultz2012-09-28
| | |\ \ \ \ \
| | | * | | | | time/jiffies: bring back unconditional LATCH definitionArnd Bergmann2012-09-28
| | * | | | | | time: Convert x86_64 to using new update_vsyscallJohn Stultz2012-09-24
| | * | | | | | time: Only do nanosecond rounding on GENERIC_TIME_VSYSCALL_OLD systemsJohn Stultz2012-09-24