summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kernel/kprobes.c: convert printk to pr_foo()Fabian Frederick2014-08-081-17/+19
* timer: provide an api for deferrable timeoutChintan Pandya2014-08-081-3/+24
* kexec: verify the signature of signed PE bzImageVivek Goyal2014-08-081-0/+15
* kexec: support for kexec on panic using new system callVivek Goyal2014-08-081-9/+37
* kexec: fix freeing up for image loader data loadingVivek Goyal2014-08-081-3/+8
* kexec: load and relocate purgatory at kernel load timeVivek Goyal2014-08-081-1/+543
* kexec: return error if file bytes are less then file sizeVivek Goyal2014-08-081-1/+7
* kexec-implementation-of-new-syscall-kexec_file_load-checkpatch-fixesAndrew Morton2014-08-081-2/+1
* kexec: implementation of new syscall kexec_file_loadVivek Goyal2014-08-081-5/+473
* kexec: new syscall kexec_file_load() declarationVivek Goyal2014-08-082-0/+8
* resource: provide new functions to walk through resourcesVivek Goyal2014-08-081-9/+92
* kexec: use common function for kimage_normal_alloc() and kimage_crash_alloc()Vivek Goyal2014-08-081-71/+34
* kexec: move segment verification code in a separate functionVivek Goyal2014-08-081-82/+100
* kexec: rename unusebale_pages to unusable_pagesVivek Goyal2014-08-081-3/+3
* bin2c: move bin2c in scripts/basicVivek Goyal2014-08-081-1/+1
* shm: add memfd_create() syscallDavid Herrmann2014-08-081-0/+1
* mm: allow drivers to prevent new writable mappingsDavid Herrmann2014-08-081-1/+1
* kernel-posix-timersc-code-clean-up-checkpatch-fixesAndrew Morton2014-08-081-1/+1
* kernel/posix-timers.c: code clean-upFabian Frederick2014-08-081-27/+30
* Merge branch 'akpm-current/current'Stephen Rothwell2014-08-0810-132/+111
|\
| * shm: make exit_shm work proportional to task activityJack Miller2014-07-311-0/+6
| * panic-add-taint_softlockup-fixAndrew Morton2014-07-311-1/+1
| * panic: add TAINT_SOFTLOCKUPJosh Hunt2014-07-312-0/+2
| * kernel/gcov/fs.c: remove unnecessary null test before debugfs_removeFabian Frederick2014-07-311-2/+1
| * kernel/fork.c: make mm_init_owner staticVladimir Davydov2014-07-311-7/+7
| * fork: copy mm's vm usage counters under mmap_semVladimir Davydov2014-07-311-0/+5
| * fork: reset mm->pinned_vmVladimir Davydov2014-07-311-0/+1
| * fork/exec: cleanup mm initializationVladimir Davydov2014-07-311-27/+20
| * proc: constify seq_operationsFabian Frederick2014-07-311-3/+3
| * kernel/exit.c: fix coding style warnings and errorsIonut Alexa2014-07-311-23/+26
| * kernel/test_kprobes.c: use current logging functionsFabian Frederick2014-07-311-56/+31
| * kernel/kallsyms.c: fix %pB when there's no symbol at the addressNamhyung Kim2014-07-311-1/+1
| * kernel/printk/printk.c: fix bool assignementsNeil Zhang2014-07-311-3/+3
| * printk: enable interrupts before calling console_trylock_for_printk()Jan Kara2014-07-311-10/+21
| * printk: miscellaneous cleanupsAlex Elder2014-07-311-13/+13
| * printk: use a clever macroAlex Elder2014-07-311-10/+2
| * printk: fix some commentsAlex Elder2014-07-311-11/+12
| * printk: rename DEFAULT_MESSAGE_LOGLEVELAlex Elder2014-07-311-1/+1
| * printk: tweak do_syslog() to match commentsAlex Elder2014-07-311-1/+1
| * printk: allow increasing the ring buffer depending on the number of CPUsLuis R. Rodriguez2014-07-311-0/+34
| * printk: make dynamic units clear for the kernel ring bufferLuis R. Rodriguez2014-07-311-1/+1
| * printk: move power of 2 practice of ring buffer size to a helperLuis R. Rodriguez2014-07-311-4/+10
| * printk: make dynamic kernel ring buffer alignment explicitLuis R. Rodriguez2014-07-311-2/+3
| * kernel/acct.c: fix coding style warnings and errorsIonut Alexa2014-07-311-13/+17
| * mm, oom: remove unnecessary exit_state checkDavid Rientjes2014-07-311-0/+1
| * mm, hugetlb: remove hugetlb_zero and hugetlb_infinityDavid Rientjes2014-07-311-6/+3
| * page-cgroup: get rid of NR_PCG_FLAGSVladimir Davydov2014-07-311-2/+0
| * mm: memcontrol: use page lists for uncharge batchingJohannes Weiner2014-07-311-4/+0
| * kernel: uprobes: switch to new memcg charge protocolJohannes Weiner2014-07-311-7/+7
| * mm: memcontrol: rewrite charge APIJohannes Weiner2014-07-311-0/+1