summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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-bzImage64: support for loading bzImage using 64bit entryVivek Goyal2014-08-081-3/+8
* kexec: load and relocate purgatory at kernel load timeVivek Goyal2014-08-081-1/+543
* kexec: implementation of new syscall kexec_file_loadVivek Goyal2014-08-081-5/+478
* 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/acct.c: fix coding style warnings and errorsIonut Alexa2014-08-081-13/+17
* shm: make exit_shm work proportional to task activityJack Miller2014-08-081-0/+6
* panic: add TAINT_SOFTLOCKUPJosh Hunt2014-08-082-0/+2
* kernel/gcov/fs.c: remove unnecessary null test before debugfs_removeFabian Frederick2014-08-081-2/+1
* kernel/fork.c: make mm_init_owner staticVladimir Davydov2014-08-081-7/+7
* fork: copy mm's vm usage counters under mmap_semVladimir Davydov2014-08-081-0/+5
* fork: reset mm->pinned_vmVladimir Davydov2014-08-081-0/+1
* fork/exec: cleanup mm initializationVladimir Davydov2014-08-081-27/+20
* proc: constify seq_operationsFabian Frederick2014-08-081-3/+3
* kernel/exit.c: fix coding style warnings and errorsIonut Alexa2014-08-081-23/+26
* kernel/test_kprobes.c: use current logging functionsFabian Frederick2014-08-081-56/+31
* kernel/kallsyms.c: fix %pB when there's no symbol at the addressNamhyung Kim2014-08-081-1/+1
* page-cgroup: get rid of NR_PCG_FLAGSVladimir Davydov2014-08-081-2/+0
* mm: memcontrol: use page lists for uncharge batchingJohannes Weiner2014-08-081-4/+0
* mm: memcontrol: rewrite charge APIJohannes Weiner2014-08-081-7/+8
* Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds2014-08-066-69/+114
|\
| * kernel/printk/printk.c: fix bool assignementsNeil Zhang2014-08-061-3/+3
| * printk: enable interrupts before calling console_trylock_for_printk()Jan Kara2014-08-061-10/+21
| * printk: miscellaneous cleanupsAlex Elder2014-08-061-13/+13
| * printk: use a clever macroAlex Elder2014-08-061-10/+2
| * printk: fix some commentsAlex Elder2014-08-061-11/+12
| * printk: rename DEFAULT_MESSAGE_LOGLEVELAlex Elder2014-08-061-1/+1
| * printk: tweak do_syslog() to match commentsAlex Elder2014-08-061-1/+1
| * printk: allow increasing the ring buffer depending on the number of CPUsLuis R. Rodriguez2014-08-061-0/+34
| * printk: make dynamic units clear for the kernel ring bufferLuis R. Rodriguez2014-08-061-1/+1
| * printk: move power of 2 practice of ring buffer size to a helperLuis R. Rodriguez2014-08-061-4/+10
| * printk: make dynamic kernel ring buffer alignment explicitLuis R. Rodriguez2014-08-061-2/+3
| * kernel/smp.c:on_each_cpu_cond(): fix warning in fallback pathSasha Levin2014-08-061-1/+1
| * mm, oom: remove unnecessary exit_state checkDavid Rientjes2014-08-061-0/+1
| * mm, hugetlb: remove hugetlb_zero and hugetlb_infinityDavid Rientjes2014-08-061-6/+3
| * kernel/watchdog.c: convert printk/pr_warning to pr_foo()Fabian Frederick2014-08-061-4/+6
| * kernel/auditfilter.c: replace count*size kmalloc by kcallocFabian Frederick2014-08-061-2/+2
* | Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-067-222/+475
|\ \
| * \ Merge branch 'pm-sleep'Rafael J. Wysocki2014-08-051-127/+367
| |\ \
| | * | PM / Hibernate: Touch Soft Lockup Watchdog in rtree_next_nodeJoerg Roedel2014-07-291-0/+1
| | * | PM / Hibernate: Remove the old memory-bitmap implementationJoerg Roedel2014-07-291-202/+21
| | * | PM / Hibernate: Iterate over set bits instead of PFNs in swsusp_free()Joerg Roedel2014-07-291-15/+38