| Commit message (Expand) | Author | Age | Files | Lines |
* | kexec: verify the signature of signed PE bzImage | Vivek Goyal | 2014-08-09 | 1 | -0/+15 |
* | kexec: support for kexec on panic using new system call | Vivek Goyal | 2014-08-09 | 1 | -9/+37 |
* | kexec-bzImage64: support for loading bzImage using 64bit entry | Vivek Goyal | 2014-08-09 | 1 | -3/+8 |
* | kexec: load and relocate purgatory at kernel load time | Vivek Goyal | 2014-08-09 | 1 | -1/+543 |
* | kexec: implementation of new syscall kexec_file_load | Vivek Goyal | 2014-08-09 | 1 | -5/+478 |
* | kexec: new syscall kexec_file_load() declaration | Vivek Goyal | 2014-08-09 | 2 | -0/+8 |
* | resource: provide new functions to walk through resources | Vivek Goyal | 2014-08-09 | 1 | -9/+92 |
* | kexec: use common function for kimage_normal_alloc() and kimage_crash_alloc() | Vivek Goyal | 2014-08-09 | 1 | -71/+34 |
* | kexec: move segment verification code in a separate function | Vivek Goyal | 2014-08-09 | 1 | -82/+100 |
* | kexec: rename unusebale_pages to unusable_pages | Vivek Goyal | 2014-08-09 | 1 | -3/+3 |
* | bin2c: move bin2c in scripts/basic | Vivek Goyal | 2014-08-09 | 1 | -1/+1 |
* | shm: add memfd_create() syscall | David Herrmann | 2014-08-09 | 1 | -0/+1 |
* | mm: allow drivers to prevent new writable mappings | David Herrmann | 2014-08-09 | 1 | -1/+1 |
* | kernel/acct.c: fix coding style warnings and errors | Ionut Alexa | 2014-08-09 | 1 | -13/+17 |
* | shm: make exit_shm work proportional to task activity | Jack Miller | 2014-08-09 | 1 | -0/+6 |
* | panic: add TAINT_SOFTLOCKUP | Josh Hunt | 2014-08-09 | 2 | -0/+2 |
* | kernel/gcov/fs.c: remove unnecessary null test before debugfs_remove | Fabian Frederick | 2014-08-09 | 1 | -2/+1 |
* | kernel/fork.c: make mm_init_owner static | Vladimir Davydov | 2014-08-09 | 1 | -7/+7 |
* | fork: copy mm's vm usage counters under mmap_sem | Vladimir Davydov | 2014-08-09 | 1 | -0/+5 |
* | fork: reset mm->pinned_vm | Vladimir Davydov | 2014-08-09 | 1 | -0/+1 |
* | fork/exec: cleanup mm initialization | Vladimir Davydov | 2014-08-09 | 1 | -27/+20 |
* | proc: constify seq_operations | Fabian Frederick | 2014-08-09 | 1 | -3/+3 |
* | kernel/exit.c: fix coding style warnings and errors | Ionut Alexa | 2014-08-09 | 1 | -23/+26 |
* | kernel/test_kprobes.c: use current logging functions | Fabian Frederick | 2014-08-09 | 1 | -56/+31 |
* | kernel/kallsyms.c: fix %pB when there's no symbol at the address | Namhyung Kim | 2014-08-09 | 1 | -1/+1 |
* | page-cgroup: get rid of NR_PCG_FLAGS | Vladimir Davydov | 2014-08-09 | 1 | -2/+0 |
* | mm: memcontrol: use page lists for uncharge batching | Johannes Weiner | 2014-08-09 | 1 | -4/+0 |
* | mm: memcontrol: rewrite charge API | Johannes Weiner | 2014-08-09 | 1 | -7/+8 |
* | Merge branch 'akpm' (patchbomb from Andrew Morton) | Linus Torvalds | 2014-08-07 | 6 | -69/+114 |
|\ |
|
| * | kernel/printk/printk.c: fix bool assignements | Neil Zhang | 2014-08-07 | 1 | -3/+3 |
| * | printk: enable interrupts before calling console_trylock_for_printk() | Jan Kara | 2014-08-07 | 1 | -10/+21 |
| * | printk: miscellaneous cleanups | Alex Elder | 2014-08-07 | 1 | -13/+13 |
| * | printk: use a clever macro | Alex Elder | 2014-08-07 | 1 | -10/+2 |
| * | printk: fix some comments | Alex Elder | 2014-08-07 | 1 | -11/+12 |
| * | printk: rename DEFAULT_MESSAGE_LOGLEVEL | Alex Elder | 2014-08-07 | 1 | -1/+1 |
| * | printk: tweak do_syslog() to match comments | Alex Elder | 2014-08-07 | 1 | -1/+1 |
| * | printk: allow increasing the ring buffer depending on the number of CPUs | Luis R. Rodriguez | 2014-08-07 | 1 | -0/+34 |
| * | printk: make dynamic units clear for the kernel ring buffer | Luis R. Rodriguez | 2014-08-07 | 1 | -1/+1 |
| * | printk: move power of 2 practice of ring buffer size to a helper | Luis R. Rodriguez | 2014-08-07 | 1 | -4/+10 |
| * | printk: make dynamic kernel ring buffer alignment explicit | Luis R. Rodriguez | 2014-08-07 | 1 | -2/+3 |
| * | kernel/smp.c:on_each_cpu_cond(): fix warning in fallback path | Sasha Levin | 2014-08-07 | 1 | -1/+1 |
| * | mm, oom: remove unnecessary exit_state check | David Rientjes | 2014-08-07 | 1 | -0/+1 |
| * | mm, hugetlb: remove hugetlb_zero and hugetlb_infinity | David Rientjes | 2014-08-07 | 1 | -6/+3 |
| * | kernel/watchdog.c: convert printk/pr_warning to pr_foo() | Fabian Frederick | 2014-08-07 | 1 | -4/+6 |
| * | kernel/auditfilter.c: replace count*size kmalloc by kcalloc | Fabian Frederick | 2014-08-07 | 1 | -2/+2 |
* | | Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-08-07 | 7 | -222/+475 |
|\ \ |
|
| * \ | Merge branch 'pm-sleep' | Rafael J. Wysocki | 2014-08-05 | 1 | -127/+367 |
| |\ \ |
|
| | * | | PM / Hibernate: Touch Soft Lockup Watchdog in rtree_next_node | Joerg Roedel | 2014-07-29 | 1 | -0/+1 |
| | * | | PM / Hibernate: Remove the old memory-bitmap implementation | Joerg Roedel | 2014-07-29 | 1 | -202/+21 |
| | * | | PM / Hibernate: Iterate over set bits instead of PFNs in swsusp_free() | Joerg Roedel | 2014-07-29 | 1 | -15/+38 |