summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-12-14security: introduce kernel_module_from_file hookKees Cook4-0/+35
2012-12-14module: add flags arg to sys_finit_module()Rusty Russell3-15/+35
2012-12-14module: add syscall to load module from fdKees Cook5-148/+223
2012-12-03modsign: add symbol prefix to certificate listJames Hogan1-2/+2
2012-12-03linux/kernel.h: define SYMBOL_PREFIXJames Hogan1-0/+7
2012-12-01Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+14
2012-12-01workqueue: mod_delayed_work_on() shouldn't queue timer on 0 delayTejun Heo1-3/+11
2012-12-01workqueue: exit rescuer_thread() as TASK_RUNNINGMike Galbraith1-1/+3
2012-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-10/+21
2012-12-01Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+7
2012-12-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds23-135/+194
2012-12-01Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar20-126/+181
2012-11-30Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds4-10/+22
2012-11-30Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds5-33/+41
2012-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-15/+9
2012-11-30Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-5/+4
2012-11-30Merge tag 'rproc-3.7-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/oh...Linus Torvalds1-6/+12
2012-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-2/+4
2012-11-30x86, fpu: Avoid FPU lazy restore after suspendVincent Palatin2-6/+14
2012-11-30Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds9-65/+41
2012-11-30Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds8-43/+68
2012-11-30Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-9/+28
2012-11-30Merge tag 'ixp4xx-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds13-68/+59
2012-11-30Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+1
2012-11-30drivers/rtc/rtc-tps65910.c: fix invalid pointer access on _remove()Kim, Milo1-3/+3
2012-11-30mm: soft offline: split thp at the beginning of soft_offline_page()Naoya Horiguchi1-0/+8
2012-11-30mm: avoid waking kswapd for THP allocations when compaction is deferred or co...Mel Gorman1-10/+27
2012-11-30revert "Revert "mm: remove __GFP_NO_KSWAPD""Andrew Morton4-17/+10
2012-11-30mm: vmscan: fix endless loop in kswapd balancingJohannes Weiner1-9/+18
2012-11-30mm/vmemmap: fix wrong use of virt_to_pageJianguo Wu1-6/+4
2012-11-30mm: compaction: fix return value of capture_free_page()Mel Gorman1-1/+1
2012-11-29fix off-by-one in argument passed by iterate_fd() to callbacksAl Viro1-6/+8
2012-11-29lookup_one_len: don't accept . and ..Al Viro1-0/+5
2012-11-29cifs: get rid of blind d_drop() in readdirAl Viro1-1/+4
2012-11-29nfs_lookup_revalidate(): fix a leakAl Viro1-2/+2
2012-11-29don't do blind d_drop() in nfs_prime_dcache()Al Viro1-1/+2
2012-11-29Merge branch 'v3.7-samsung-fixes-4' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann1-4/+5
2012-11-29remoteproc: fix error path of ->find_vqsOhad Ben-Cohen1-6/+12
2012-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds17-28/+53
2012-11-28microblaze: rt_sigreturn is too trigger-happy about sigaltstack errorsAl Viro1-1/+1
2012-11-28score: do_sigaltstack() expects a userland pointer...Al Viro1-5/+2
2012-11-28sh64: fix altstack switching on sigreturnAl Viro1-4/+2
2012-11-28openrisk: fix altstack switching on sigreturnAl Viro1-4/+2
2012-11-28um: get_safe_registers() should be done in flush_thread(), not start_thread()Al Viro1-1/+2
2012-11-28Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller2-10/+6
2012-11-28c6x: use generic kvm_para.hMark Salter2-1/+2
2012-11-28c6x: remove internal kernel symbols from exported setup.hMark Salter2-30/+36
2012-11-28team: fix hw_features setupJiri Pirko1-1/+3
2012-11-28atm: forever loop loading ambassador firmwareDan Carpenter1-0/+1
2012-11-28Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller1-1/+1