Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | stacktrace: introduce snprint_stack_trace for buffer output | Joonsoo Kim | 2014-12-13 | 1 | -0/+32 | |
* | uprobes: share the i_mmap_rwsem | Davidlohr Bueso | 2014-12-13 | 1 | -2/+2 | |
* | mm: convert i_mmap_mutex to rwsem | Davidlohr Bueso | 2014-12-13 | 1 | -1/+1 | |
* | mm: use new helper functions around the i_mmap_mutex | Davidlohr Bueso | 2014-12-13 | 2 | -4/+4 | |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2014-12-12 | 2 | -2/+2 | |
|\ | ||||||
| * | Merge Linus' tree to be be to apply submitted patches to newer code than | Jiri Kosina | 2014-11-20 | 125 | -3061/+9587 | |
| |\ | ||||||
| * | | kernel: trace: fix printk message | Frans Klaver | 2014-11-20 | 1 | -1/+1 | |
| * | | clocksource: Fix 'clcoksource' typo in comment | James Hartley | 2014-10-29 | 1 | -1/+1 | |
* | | | Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2014-12-11 | 2 | -159/+178 | |
|\ \ \ | ||||||
| * | | | cgroup: implement cgroup_get_e_css() | Tejun Heo | 2014-11-18 | 1 | -0/+37 | |
| * | | | cgroup: add cgroup_subsys->css_e_css_changed() | Tejun Heo | 2014-11-18 | 1 | -0/+18 | |
| * | | | cgroup: add cgroup_subsys->css_released() | Tejun Heo | 2014-11-18 | 1 | -0/+2 | |
| * | | | cgroup: fix the async css offline wait logic in cgroup_subtree_control_write() | Tejun Heo | 2014-11-18 | 1 | -30/+28 | |
| * | | | cgroup: restructure child_subsys_mask handling in cgroup_subtree_control_write() | Tejun Heo | 2014-11-18 | 1 | -12/+12 | |
| * | | | cgroup: separate out cgroup_calc_child_subsys_mask() from cgroup_refresh_chil... | Tejun Heo | 2014-11-18 | 1 | -12/+24 | |
| * | | | cpuset: lock vs unlock typo | Dan Carpenter | 2014-10-27 | 1 | -1/+1 | |
| * | | | cpuset: simplify cpuset_node_allowed API | Vladimir Davydov | 2014-10-27 | 1 | -53/+2 | |
| * | | | cpuset: convert callback_mutex to a spinlock | Vladimir Davydov | 2014-10-27 | 1 | -52/+55 | |
* | | | | Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2014-12-11 | 1 | -6/+24 | |
|\ \ \ \ | ||||||
| * | | | | workqueue: allow rescuer thread to do more work. | NeilBrown | 2014-12-08 | 1 | -1/+19 | |
| * | | | | workqueue: invert the order between pool->lock and wq_mayday_lock | Tejun Heo | 2014-12-08 | 1 | -4/+4 | |
| * | | | | workqueue: cosmetic update in rescuer_thread() | Tejun Heo | 2014-12-04 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds | 2014-12-11 | 2 | -3/+3 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch 'master' into for-3.19 | Tejun Heo | 2014-11-22 | 32 | -259/+400 | |
| |\ \ \ \ | ||||||
| * | | | | | percpu: Convert remaining __get_cpu_var uses in 3.18-rcX | Christoph Lameter | 2014-10-29 | 2 | -3/+3 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2014-12-11 | 2 | -7/+13 | |
|\ \ \ \ \ | ||||||
| * | | | | | s390/kernel: add system calls for PCI memory access | Alexey Ishchuk | 2014-11-19 | 1 | -0/+2 | |
| * | | | | | kprobes: introduce weak arch_check_ftrace_location() helper function | Heiko Carstens | 2014-10-27 | 1 | -7/+11 | |
| |/ / / / | ||||||
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-12-11 | 7 | -97/+750 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-12-10 | 1 | -2/+6 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | bpf: verifier: add checks for BPF_ABS | BPF_IND instructions | Alexei Starovoitov | 2014-12-05 | 1 | -2/+68 | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-11-29 | 3 | -1/+10 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-11-21 | 8 | -48/+49 | |
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | ||||||
| * | | | | | | | bpf: fix arraymap NULL deref and missing overflow and zero size checks | Alexei Starovoitov | 2014-11-19 | 2 | -6/+16 | |
| * | | | | | | | bpf: remove test map scaffolding and user proper types | Alexei Starovoitov | 2014-11-18 | 1 | -47/+9 | |
| * | | | | | | | bpf: allow eBPF programs to use maps | Alexei Starovoitov | 2014-11-18 | 2 | -1/+90 | |
| * | | | | | | | bpf: fix BPF_MAP_LOOKUP_ELEM command return code | Alexei Starovoitov | 2014-11-18 | 1 | -1/+1 | |
| * | | | | | | | bpf: add array type of eBPF maps | Alexei Starovoitov | 2014-11-18 | 2 | -1/+152 | |
| * | | | | | | | bpf: add hashtable type of eBPF maps | Alexei Starovoitov | 2014-11-18 | 2 | -1/+363 | |
| * | | | | | | | bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM command | Alexei Starovoitov | 2014-11-18 | 1 | -2/+2 | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-11-14 | 5 | -46/+72 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-11-01 | 31 | -249/+410 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | bpf: reduce verifier memory consumption | Alexei Starovoitov | 2014-10-30 | 1 | -44/+57 | |
* | | | | | | | | | | Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-12-10 | 5 | -41/+35 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'pm-runtime' | Rafael J. Wysocki | 2014-12-08 | 1 | -5/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | PM: Drop CONFIG_PM_RUNTIME from the driver core | Rafael J. Wysocki | 2014-12-04 | 1 | -4/+0 | |
| | * | | | | | | | | | | Merge back earlier 'pm-runtime' material for 3.19-rc1. | Rafael J. Wysocki | 2014-11-27 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | PM: Kconfig: Set PM_RUNTIME if PM_SLEEP is selected | Rafael J. Wysocki | 2014-11-18 | 1 | -0/+1 | |
| | | * | | | | | | | | | PM / Runtime: Kconfig: move ia64 dependency to arch/ia64/Kconfig | Kevin Hilman | 2014-11-15 | 1 | -1/+0 | |
| | | | |/ / / / / / / | | | |/| | | | | | | | ||||||
| | | | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ \ \ \ \ | Merge branches 'pm-domains', 'pm-sleep' and 'pm-tools' | Rafael J. Wysocki | 2014-12-08 | 4 | -35/+34 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / | | | | | | | | | | | | / | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |