summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-07-31kernel/kprobes.c: convert printk to pr_foo()Fabian Frederick
2014-07-31timer: provide an api for deferrable timeoutChintan Pandya
2014-07-31kexec: verify the signature of signed PE bzImageVivek Goyal
2014-07-31kexec: support for kexec on panic using new system callVivek Goyal
2014-07-31kexec: fix freeing up for image loader data loadingVivek Goyal
2014-07-31kexec: load and relocate purgatory at kernel load timeVivek Goyal
2014-07-31kexec: return error if file bytes are less then file sizeVivek Goyal
2014-07-31kexec-implementation-of-new-syscall-kexec_file_load-checkpatch-fixesAndrew Morton
2014-07-31kexec: implementation of new syscall kexec_file_loadVivek Goyal
2014-07-31kexec: new syscall kexec_file_load() declarationVivek Goyal
2014-07-31resource: provide new functions to walk through resourcesVivek Goyal
2014-07-31kexec: use common function for kimage_normal_alloc() and kimage_crash_alloc()Vivek Goyal
2014-07-31kexec: move segment verification code in a separate functionVivek Goyal
2014-07-31kexec: rename unusebale_pages to unusable_pagesVivek Goyal
2014-07-31bin2c: move bin2c in scripts/basicVivek Goyal
2014-07-31shm: add memfd_create() syscallDavid Herrmann
2014-07-31mm: allow drivers to prevent new writable mappingsDavid Herrmann
2014-07-31kernel-posix-timersc-code-clean-up-checkpatch-fixesAndrew Morton
2014-07-31kernel/posix-timers.c: code clean-upFabian Frederick
2014-07-31kexec-export-free_huge_page-to-vmcoreinfo-fixMichal Hocko
2014-07-31Merge branch 'akpm-current/current'Stephen Rothwell
2014-07-31Merge remote-tracking branch 'signal-cleanup/signal_v4'Stephen Rothwell
2014-07-31Merge remote-tracking branch 'userns/for-next'Stephen Rothwell
2014-07-31Merge remote-tracking branch 'scsi/for-next'Stephen Rothwell
2014-07-31Merge remote-tracking branch 'cgroup/for-next'Stephen Rothwell
2014-07-31Merge remote-tracking branch 'staging/staging-next'Stephen Rothwell
2014-07-31Merge remote-tracking branch 'workqueues/for-next'Stephen Rothwell
2014-07-31Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell
2014-07-31Merge remote-tracking branch 'ftrace/for-next'Stephen Rothwell
2014-07-31Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell
2014-07-31Merge remote-tracking branch 'audit/master'Stephen Rothwell
2014-07-31Merge remote-tracking branch 'security/next'Stephen Rothwell
2014-07-31Merge remote-tracking branch 'block/for-next'Stephen Rothwell
2014-07-31Merge remote-tracking branch 'crypto/master'Stephen Rothwell
2014-07-31Merge remote-tracking branch 'net-next/master'Stephen Rothwell
2014-07-31Merge remote-tracking branch 'pm/linux-next'Stephen Rothwell
2014-07-31Merge remote-tracking branch 'kbuild/for-next'Stephen Rothwell
2014-07-31shm: make exit_shm work proportional to task activityJack Miller
2014-07-31panic-add-taint_softlockup-fixAndrew Morton
2014-07-31panic: add TAINT_SOFTLOCKUPJosh Hunt
2014-07-31kernel/gcov/fs.c: remove unnecessary null test before debugfs_removeFabian Frederick
2014-07-31kernel/fork.c: make mm_init_owner staticVladimir Davydov
2014-07-31fork: copy mm's vm usage counters under mmap_semVladimir Davydov
2014-07-31fork: reset mm->pinned_vmVladimir Davydov
2014-07-31fork/exec: cleanup mm initializationVladimir Davydov
2014-07-31proc: constify seq_operationsFabian Frederick
2014-07-31kernel/exit.c: fix coding style warnings and errorsIonut Alexa
2014-07-31kernel/test_kprobes.c: use current logging functionsFabian Frederick
2014-07-31kernel/kallsyms.c: fix %pB when there's no symbol at the addressNamhyung Kim
2014-07-31kernel/printk/printk.c: fix bool assignementsNeil Zhang