Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | bin2c: move bin2c in scripts/basic | Vivek Goyal | 2014-08-08 | 1 | -1/+1 | |
* | | | | | | | | shm: add memfd_create() syscall | David Herrmann | 2014-08-08 | 1 | -0/+1 | |
* | | | | | | | | mm: allow drivers to prevent new writable mappings | David Herrmann | 2014-08-08 | 1 | -1/+1 | |
* | | | | | | | | kernel/acct.c: fix coding style warnings and errors | Ionut Alexa | 2014-08-08 | 1 | -13/+17 | |
* | | | | | | | | shm: make exit_shm work proportional to task activity | Jack Miller | 2014-08-08 | 1 | -0/+6 | |
* | | | | | | | | panic: add TAINT_SOFTLOCKUP | Josh Hunt | 2014-08-08 | 2 | -0/+2 | |
* | | | | | | | | kernel/gcov/fs.c: remove unnecessary null test before debugfs_remove | Fabian Frederick | 2014-08-08 | 1 | -2/+1 | |
* | | | | | | | | kernel/fork.c: make mm_init_owner static | Vladimir Davydov | 2014-08-08 | 1 | -7/+7 | |
* | | | | | | | | fork: copy mm's vm usage counters under mmap_sem | Vladimir Davydov | 2014-08-08 | 1 | -0/+5 | |
* | | | | | | | | fork: reset mm->pinned_vm | Vladimir Davydov | 2014-08-08 | 1 | -0/+1 | |
* | | | | | | | | fork/exec: cleanup mm initialization | Vladimir Davydov | 2014-08-08 | 1 | -27/+20 | |
* | | | | | | | | proc: constify seq_operations | Fabian Frederick | 2014-08-08 | 1 | -3/+3 | |
* | | | | | | | | kernel/exit.c: fix coding style warnings and errors | Ionut Alexa | 2014-08-08 | 1 | -23/+26 | |
* | | | | | | | | kernel/test_kprobes.c: use current logging functions | Fabian Frederick | 2014-08-08 | 1 | -56/+31 | |
* | | | | | | | | kernel/kallsyms.c: fix %pB when there's no symbol at the address | Namhyung Kim | 2014-08-08 | 1 | -1/+1 | |
* | | | | | | | | page-cgroup: get rid of NR_PCG_FLAGS | Vladimir Davydov | 2014-08-08 | 1 | -2/+0 | |
* | | | | | | | | mm: memcontrol: use page lists for uncharge batching | Johannes Weiner | 2014-08-08 | 1 | -4/+0 | |
* | | | | | | | | mm: memcontrol: rewrite charge API | Johannes Weiner | 2014-08-08 | 1 | -7/+8 | |
* | | | | | | | | Merge branch 'akpm' (patchbomb from Andrew Morton) | Linus Torvalds | 2014-08-06 | 6 | -69/+114 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | kernel/printk/printk.c: fix bool assignements | Neil Zhang | 2014-08-06 | 1 | -3/+3 | |
| * | | | | | | | printk: enable interrupts before calling console_trylock_for_printk() | Jan Kara | 2014-08-06 | 1 | -10/+21 | |
| * | | | | | | | printk: miscellaneous cleanups | Alex Elder | 2014-08-06 | 1 | -13/+13 | |
| * | | | | | | | printk: use a clever macro | Alex Elder | 2014-08-06 | 1 | -10/+2 | |
| * | | | | | | | printk: fix some comments | Alex Elder | 2014-08-06 | 1 | -11/+12 | |
| * | | | | | | | printk: rename DEFAULT_MESSAGE_LOGLEVEL | Alex Elder | 2014-08-06 | 1 | -1/+1 | |
| * | | | | | | | printk: tweak do_syslog() to match comments | Alex Elder | 2014-08-06 | 1 | -1/+1 | |
| * | | | | | | | printk: allow increasing the ring buffer depending on the number of CPUs | Luis R. Rodriguez | 2014-08-06 | 1 | -0/+34 | |
| * | | | | | | | printk: make dynamic units clear for the kernel ring buffer | Luis R. Rodriguez | 2014-08-06 | 1 | -1/+1 | |
| * | | | | | | | printk: move power of 2 practice of ring buffer size to a helper | Luis R. Rodriguez | 2014-08-06 | 1 | -4/+10 | |
| * | | | | | | | printk: make dynamic kernel ring buffer alignment explicit | Luis R. Rodriguez | 2014-08-06 | 1 | -2/+3 | |
| * | | | | | | | kernel/smp.c:on_each_cpu_cond(): fix warning in fallback path | Sasha Levin | 2014-08-06 | 1 | -1/+1 | |
| * | | | | | | | mm, oom: remove unnecessary exit_state check | David Rientjes | 2014-08-06 | 1 | -0/+1 | |
| * | | | | | | | mm, hugetlb: remove hugetlb_zero and hugetlb_infinity | David Rientjes | 2014-08-06 | 1 | -6/+3 | |
| * | | | | | | | kernel/watchdog.c: convert printk/pr_warning to pr_foo() | Fabian Frederick | 2014-08-06 | 1 | -4/+6 | |
| * | | | | | | | kernel/auditfilter.c: replace count*size kmalloc by kcalloc | Fabian Frederick | 2014-08-06 | 1 | -2/+2 | |
* | | | | | | | | Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-08-06 | 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 | |
| | * | | | | | | | PM / Hibernate: Implement position keeping in radix tree | Joerg Roedel | 2014-07-29 | 1 | -0/+98 | |
| | * | | | | | | | PM / Hibernate: Add memory_rtree_find_bit function | Joerg Roedel | 2014-07-29 | 1 | -3/+81 | |
| | * | | | | | | | PM / Hibernate: Create a Radix-Tree to store memory bitmap | Joerg Roedel | 2014-07-29 | 1 | -1/+222 | |
| * | | | | | | | | Merge branch 'pm-cpuidle' | Rafael J. Wysocki | 2014-08-05 | 1 | -4/+0 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | ||||||
| | * | | | | | | | cpuidle: move idle traces to cpuidle_enter_state() | Sandeep Tripathy | 2014-07-09 | 1 | -4/+0 | |
| | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ \ | Merge branches 'pm-opp' and 'pm-general' | Rafael J. Wysocki | 2014-07-27 | 1 | -3/+0 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | PM / OPP: Remove ARCH_HAS_OPP | Mark Brown | 2014-07-23 | 1 | -3/+0 | |
| | | |_|_|_|_|/ / / | | |/| | | | | | | | ||||||
| | | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ \ \ | Merge branches 'pm-apm' and 'pm-sleep' | Rafael J. Wysocki | 2014-07-27 | 4 | -84/+108 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | / / / / / | | | | |_|/ / / / / | | | |/| | | | | | | ||||||
| | | * | | | | | | | PM / sleep: Move platform suspend operations to separate functions | Rafael J. Wysocki | 2014-07-23 | 1 | -43/+77 | |
| | | * | | | | | | | PM / sleep: Simplify sleep states sysfs interface code | Rafael J. Wysocki | 2014-07-21 | 4 | -41/+31 | |
| | | |/ / / / / / |