summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | alpha: switch to saner kernel_execve() semanticsAl Viro2012-10-123-17/+2
| * | | arm: switch to saner kernel_execve() semanticsAl Viro2012-10-124-29/+7
| * | | x86, um: convert to saner kernel_execve() semanticsAl Viro2012-10-1210-68/+21
| * | | infrastructure for saner ret_from_kernel_thread semanticsAl Viro2012-10-125-8/+27
| * | | make sure that kernel_thread() callbacks call do_exit() themselvesAl Viro2012-10-111-2/+2
| * | | make sure that we always have a return path from kernel_execve()Al Viro2012-10-111-8/+5
| * | | ppc: eeh_event should just use kthread_run()Al Viro2012-10-111-3/+2
| * | | don't bother with kernel_thread/kernel_execve for launching linuxrcAl Viro2012-10-111-25/+16
| * | | alpha: get rid of switch_stack argument of do_work_pending()Al Viro2012-10-112-23/+20
| * | | alpha: don't bother passing switch_stack separately from regsAl Viro2012-10-111-13/+13
| * | | alpha: take SIGPENDING/NOTIFY_RESUME loop into signal.cAl Viro2012-10-112-17/+20
| * | | alpha: simplify TIF_NEED_RESCHED handlingAl Viro2012-10-111-17/+9
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-1349-312/+544
|\ \ \ \
| * | | | procfs: don't need a PATH_MAX allocation to hold a string representation of a...Jeff Layton2012-10-121-2/+3
| * | | | vfs: embed struct filename inside of names_cache allocation if possibleJeff Layton2012-10-122-20/+50
| * | | | audit: make audit_inode take struct filenameJeff Layton2012-10-125-19/+42
| * | | | vfs: make path_openat take a struct filename pointerJeff Layton2012-10-127-21/+42
| * | | | vfs: turn do_path_lookup into wrapper around struct filename variantJeff Layton2012-10-121-7/+23
| * | | | audit: allow audit code to satisfy getname requests from its names_listJeff Layton2012-10-123-0/+38
| * | | | vfs: define struct filename and have getname() return itJeff Layton2012-10-1240-175/+218
| * | | | vfs: unexport getname and putname symbolsJeff Layton2012-10-121-2/+0
| * | | | acct: constify the name arg to acct_onJeff Layton2012-10-121-1/+1
| * | | | vfs: allocate page instead of names_cache buffer in mount_block_rootJeff Layton2012-10-122-5/+5
| * | | | audit: overhaul __audit_inode_child to accomodate retryingJeff Layton2012-10-125-38/+47
| * | | | audit: optimize audit_compare_dname_pathJeff Layton2012-10-124-12/+20
| * | | | audit: make audit_compare_dname_path use parent_len helperEric Paris2012-10-121-20/+7
| * | | | audit: remove dirlen argument to audit_compare_dname_pathJeff Layton2012-10-124-10/+5
| * | | | audit: set the name_len in audit_inode for parent lookupsJeff Layton2012-10-128-34/+87
| * | | | audit: add a new "type" field to audit_names structJeff Layton2012-10-122-5/+15
| * | | | audit: reverse arguments to audit_inode_childJeff Layton2012-10-125-19/+19
| * | | | audit: no need to walk list in audit_inode if name is NULLJeff Layton2012-10-121-1/+5
| * | | | audit: pass in dentry to audit_copy_inode wherever possibleJeff Layton2012-10-121-2/+2
| * | | | audit: remove unnecessary NULL ptr checks from do_path_lookupJeff Layton2012-10-121-6/+2
* | | | | Merge tag 'stable/for-linus-3.7-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-125-2/+102
|\ \ \ \ \
| * | | | | xen/pv-on-hvm kexec: add quirk for Xen 3.4 and shutdown watches.Konrad Rzeszutek Wilk2012-10-121-0/+21
| * | | | | xen/bootup: allow {read|write}_cr8 pvops call.Konrad Rzeszutek Wilk2012-10-121-1/+15
| * | | | | xen/bootup: allow read_tscp call for Xen PV guests.Konrad Rzeszutek Wilk2012-10-121-0/+2
| * | | | | xen pv-on-hvm: add pfn_is_ram helper for kdumpOlaf Hering2012-10-042-0/+60
| * | | | | xen/hvc: handle backend CLOSED without CLOSINGDavid Vrabel2012-10-041-1/+4
* | | | | | Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-10-121-1/+4
|\ \ \ \ \ \
| * | | | | | mm, slab: release slab_mutex earlier in kmem_cache_destroy()Jiri Kosina2012-10-101-1/+4
* | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-1220-265/+289
|\ \ \ \ \ \ \
| * | | | | | | timekeeping: Cast raw_interval to u64 to avoid shift overflowDan Carpenter2012-10-091-1/+1
| * | | | | | | timers: Fix endless looping between cascade() and internal_add_timer()Hildner, Christian2012-10-091-4/+6
| * | | | | | | Merge branch 'fortglx/3.7/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2012-10-098165-251971/+521609
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'arnds-jiffies-fix' into fortglx/3.7/timeJohn Stultz2012-09-281-0/+3
| | |\ \ \ \ \ \ \
| | | * | | | | | | time/jiffies: bring back unconditional LATCH definitionArnd Bergmann2012-09-281-2/+3
| | * | | | | | | | time: Convert x86_64 to using new update_vsyscallJohn Stultz2012-09-244-30/+45
| | * | | | | | | | time: Only do nanosecond rounding on GENERIC_TIME_VSYSCALL_OLD systemsJohn Stultz2012-09-241-14/+31
| | * | | | | | | | time: Introduce new GENERIC_TIME_VSYSCALLJohn Stultz2012-09-243-20/+34
OpenPOWER on IntegriCloud