summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* gcov: enable GCOV_PROFILE_ALL from ARCH KconfigsRiku Voipio2014-12-131-1/+4
* kexec: remove unnecessary KERN_ERR from kexec.cMasanari Iida2014-12-131-1/+1
* syscalls: implement execveat() system callDavid Drysdale2014-12-131-0/+3
* stacktrace: introduce snprint_stack_trace for buffer outputJoonsoo Kim2014-12-131-0/+32
* uprobes: share the i_mmap_rwsemDavidlohr Bueso2014-12-131-2/+2
* mm: convert i_mmap_mutex to rwsemDavidlohr Bueso2014-12-131-1/+1
* mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso2014-12-132-4/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-12-122-2/+2
|\
| * Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina2014-11-20125-3061/+9587
| |\
| * | kernel: trace: fix printk messageFrans Klaver2014-11-201-1/+1
| * | clocksource: Fix 'clcoksource' typo in commentJames Hartley2014-10-291-1/+1
* | | Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-12-112-159/+178
|\ \ \
| * | | cgroup: implement cgroup_get_e_css()Tejun Heo2014-11-181-0/+37
| * | | cgroup: add cgroup_subsys->css_e_css_changed()Tejun Heo2014-11-181-0/+18
| * | | cgroup: add cgroup_subsys->css_released()Tejun Heo2014-11-181-0/+2
| * | | cgroup: fix the async css offline wait logic in cgroup_subtree_control_write()Tejun Heo2014-11-181-30/+28
| * | | cgroup: restructure child_subsys_mask handling in cgroup_subtree_control_write()Tejun Heo2014-11-181-12/+12
| * | | cgroup: separate out cgroup_calc_child_subsys_mask() from cgroup_refresh_chil...Tejun Heo2014-11-181-12/+24
| * | | cpuset: lock vs unlock typoDan Carpenter2014-10-271-1/+1
| * | | cpuset: simplify cpuset_node_allowed APIVladimir Davydov2014-10-271-53/+2
| * | | cpuset: convert callback_mutex to a spinlockVladimir Davydov2014-10-271-52/+55
* | | | Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2014-12-111-6/+24
|\ \ \ \
| * | | | workqueue: allow rescuer thread to do more work.NeilBrown2014-12-081-1/+19
| * | | | workqueue: invert the order between pool->lock and wq_mayday_lockTejun Heo2014-12-081-4/+4
| * | | | workqueue: cosmetic update in rescuer_thread()Tejun Heo2014-12-041-1/+1
| |/ / /
* | | | Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-12-112-3/+3
|\ \ \ \
| * \ \ \ Merge branch 'master' into for-3.19Tejun Heo2014-11-2232-259/+400
| |\ \ \ \
| * | | | | percpu: Convert remaining __get_cpu_var uses in 3.18-rcXChristoph Lameter2014-10-292-3/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-12-112-7/+13
|\ \ \ \ \
| * | | | | s390/kernel: add system calls for PCI memory accessAlexey Ishchuk2014-11-191-0/+2
| * | | | | kprobes: introduce weak arch_check_ftrace_location() helper functionHeiko Carstens2014-10-271-7/+11
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-117-97/+750
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-101-2/+6
| |\ \ \ \ \
| * | | | | | bpf: verifier: add checks for BPF_ABS | BPF_IND instructionsAlexei Starovoitov2014-12-051-2/+68
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-293-1/+10
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-218-48/+49
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | bpf: fix arraymap NULL deref and missing overflow and zero size checksAlexei Starovoitov2014-11-192-6/+16
| * | | | | | | bpf: remove test map scaffolding and user proper typesAlexei Starovoitov2014-11-181-47/+9
| * | | | | | | bpf: allow eBPF programs to use mapsAlexei Starovoitov2014-11-182-1/+90
| * | | | | | | bpf: fix BPF_MAP_LOOKUP_ELEM command return codeAlexei Starovoitov2014-11-181-1/+1
| * | | | | | | bpf: add array type of eBPF mapsAlexei Starovoitov2014-11-182-1/+152
| * | | | | | | bpf: add hashtable type of eBPF mapsAlexei Starovoitov2014-11-182-1/+363
| * | | | | | | bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM commandAlexei Starovoitov2014-11-181-2/+2
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-145-46/+72
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-0131-249/+410
| |\ \ \ \ \ \ \ \
| * | | | | | | | | bpf: reduce verifier memory consumptionAlexei Starovoitov2014-10-301-44/+57
* | | | | | | | | | Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-105-41/+35
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'pm-runtime'Rafael J. Wysocki2014-12-081-5/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | PM: Drop CONFIG_PM_RUNTIME from the driver coreRafael J. Wysocki2014-12-041-4/+0
| | * | | | | | | | | | Merge back earlier 'pm-runtime' material for 3.19-rc1.Rafael J. Wysocki2014-11-271-1/+1
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / | | |/| | | | | | | | |
OpenPOWER on IntegriCloud