summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add finit_module syscall to asm-genericKees Cook2012-12-141-1/+3
* ARM: add finit_module syscall to ARMKees Cook2012-12-142-0/+2
* security: introduce kernel_module_from_file hookKees Cook2012-12-144-0/+35
* module: add flags arg to sys_finit_module()Rusty Russell2012-12-143-15/+35
* module: add syscall to load module from fdKees Cook2012-12-145-148/+223
* modsign: add symbol prefix to certificate listJames Hogan2012-12-031-2/+2
* linux/kernel.h: define SYMBOL_PREFIXJames Hogan2012-12-031-0/+7
* Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-12-011-4/+14
|\
| * workqueue: mod_delayed_work_on() shouldn't queue timer on 0 delayTejun Heo2012-12-011-3/+11
| * workqueue: exit rescuer_thread() as TASK_RUNNINGMike Galbraith2012-12-011-1/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-014-10/+21
|\ \ | |/ |/|
| * fix off-by-one in argument passed by iterate_fd() to callbacksAl Viro2012-11-291-6/+8
| * lookup_one_len: don't accept . and ..Al Viro2012-11-291-0/+5
| * cifs: get rid of blind d_drop() in readdirAl Viro2012-11-291-1/+4
| * nfs_lookup_revalidate(): fix a leakAl Viro2012-11-291-2/+2
| * don't do blind d_drop() in nfs_prime_dcache()Al Viro2012-11-291-1/+2
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-12-011-0/+7
|\ \
| * \ Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2012-11-131-0/+7
| |\ \
| | * | rcu: Fix unrecovered RCU user mode in syscall_trace_leave()Frederic Weisbecker2012-10-271-0/+7
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-12-0123-135/+194
|\ \ \ \
| * \ \ \ Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-12-0120-126/+181
| |\ \ \ \
| | * | | | perf kvm: Fix building perf kvm on non x86 archesXiao Guangrong2012-11-231-0/+4
| | * | | | perf kvm: Rename perf_kvm to perf_kvm_statXiao Guangrong2012-11-231-51/+60
| | * | | | Merge tag 'perf-uapi-20121119' of git://git.infradead.org/users/dhowells/linu...Arnaldo Carvalho de Melo2012-11-2320-75/+117
| | |\ \ \ \ | |/ / / / /
| | * | | | perf: Make perf build for x86 with UAPI disintegration appliedDavid Howells2012-11-1916-58/+78
| | * | | | perf powerpc: Use uapi/unistd.h to fix build errorSukadev Bhattiprolu2012-11-191-1/+1
| | * | | | tools: Pass the target in descendDavid Howells2012-11-191-2/+2
| | * | | | tools: Honour the O= flag when tool build called from a higher MakefileDavid Howells2012-11-192-6/+17
| | * | | | tools: Define a Makefile function to do subdir processingDavid Howells2012-11-192-12/+20
| | * | | | Merge branch 'x86-pre-uapi' into perf-uapiDavid Howells2012-11-191-0/+3
| | |\ \ \ \
| | | * | | | x86: Export asm/{svm.h,vmx.h,perf_regs.h}David Howells2012-11-081-0/+3
| | | | |/ / | | | |/| |
| * | | | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-11-132-4/+6
| |\ \ \ \ \ | | |/ / / /
| | * | | | perf tools: Fix strbuf_addf() when the buffer needs to growNamhyung Kim2012-10-301-4/+4
| | * | | | perf header: Fix numa topology printingNamhyung Kim2012-10-301-0/+2
| |/ / / /
| * | | | perf, powerpc: Fix hw breakpoints returning -ENOSPCMichael Neuling2012-10-301-5/+7
* | | | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2012-11-304-10/+22
|\ \ \ \ \
| * | | | | x86, fpu: Avoid FPU lazy restore after suspendVincent Palatin2012-11-302-6/+14
| * | | | | x86-32: Unbreak booting on some 486 clonesH. Peter Anvin2012-11-271-2/+7
| * | | | | x86, kvm: Remove incorrect redundant assembly constraintH. Peter Anvin2012-11-261-2/+1
* | | | | | Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds2012-11-305-33/+41
|\ \ \ \ \ \
| * | | | | | c6x: use generic kvm_para.hMark Salter2012-11-282-1/+2
| * | | | | | c6x: remove internal kernel symbols from exported setup.hMark Salter2012-11-282-30/+36
| * | | | | | c6x: fix misleading commentMark Salter2012-11-261-2/+1
| * | | | | | c6x: run do_notify_resume with interrupts enabledMark Salter2012-11-261-0/+2
| |/ / / / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-11-305-15/+9
|\ \ \ \ \ \
| * | | | | | microblaze: rt_sigreturn is too trigger-happy about sigaltstack errorsAl Viro2012-11-281-1/+1
| * | | | | | score: do_sigaltstack() expects a userland pointer...Al Viro2012-11-281-5/+2
| * | | | | | sh64: fix altstack switching on sigreturnAl Viro2012-11-281-4/+2
| * | | | | | openrisk: fix altstack switching on sigreturnAl Viro2012-11-281-4/+2
| * | | | | | um: get_safe_registers() should be done in flush_thread(), not start_thread()Al Viro2012-11-281-1/+2
| |/ / / / /
OpenPOWER on IntegriCloud