index
:
android_kernel_zuk_msm8996.git
halium-9.0
lineage-16.0
lineage-17.1
lineage-18.1
lineage-19.1
lineage-20
lineage-21
lineage-22
master
ubports-9.0
null
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
*
gcov: enable GCOV_PROFILE_ALL from ARCH Kconfigs
Riku Voipio
2014-12-13
*
kexec: remove unnecessary KERN_ERR from kexec.c
Masanari Iida
2014-12-13
*
syscalls: implement execveat() system call
David Drysdale
2014-12-13
*
stacktrace: introduce snprint_stack_trace for buffer output
Joonsoo Kim
2014-12-13
*
uprobes: share the i_mmap_rwsem
Davidlohr Bueso
2014-12-13
*
mm: convert i_mmap_mutex to rwsem
Davidlohr Bueso
2014-12-13
*
mm: use new helper functions around the i_mmap_mutex
Davidlohr Bueso
2014-12-13
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2014-12-12
|
\
|
*
Merge Linus' tree to be be to apply submitted patches to newer code than
Jiri Kosina
2014-11-20
|
|
\
|
*
|
kernel: trace: fix printk message
Frans Klaver
2014-11-20
|
*
|
clocksource: Fix 'clcoksource' typo in comment
James Hartley
2014-10-29
*
|
|
Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2014-12-11
|
\
\
\
|
*
|
|
cgroup: implement cgroup_get_e_css()
Tejun Heo
2014-11-18
|
*
|
|
cgroup: add cgroup_subsys->css_e_css_changed()
Tejun Heo
2014-11-18
|
*
|
|
cgroup: add cgroup_subsys->css_released()
Tejun Heo
2014-11-18
|
*
|
|
cgroup: fix the async css offline wait logic in cgroup_subtree_control_write()
Tejun Heo
2014-11-18
|
*
|
|
cgroup: restructure child_subsys_mask handling in cgroup_subtree_control_write()
Tejun Heo
2014-11-18
|
*
|
|
cgroup: separate out cgroup_calc_child_subsys_mask() from cgroup_refresh_chil...
Tejun Heo
2014-11-18
|
*
|
|
cpuset: lock vs unlock typo
Dan Carpenter
2014-10-27
|
*
|
|
cpuset: simplify cpuset_node_allowed API
Vladimir Davydov
2014-10-27
|
*
|
|
cpuset: convert callback_mutex to a spinlock
Vladimir Davydov
2014-10-27
*
|
|
|
Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2014-12-11
|
\
\
\
\
|
*
|
|
|
workqueue: allow rescuer thread to do more work.
NeilBrown
2014-12-08
|
*
|
|
|
workqueue: invert the order between pool->lock and wq_mayday_lock
Tejun Heo
2014-12-08
|
*
|
|
|
workqueue: cosmetic update in rescuer_thread()
Tejun Heo
2014-12-04
|
|
/
/
/
*
|
|
|
Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Linus Torvalds
2014-12-11
|
\
\
\
\
|
*
\
\
\
Merge branch 'master' into for-3.19
Tejun Heo
2014-11-22
|
|
\
\
\
\
|
*
|
|
|
|
percpu: Convert remaining __get_cpu_var uses in 3.18-rcX
Christoph Lameter
2014-10-29
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2014-12-11
|
\
\
\
\
\
|
*
|
|
|
|
s390/kernel: add system calls for PCI memory access
Alexey Ishchuk
2014-11-19
|
*
|
|
|
|
kprobes: introduce weak arch_check_ftrace_location() helper function
Heiko Carstens
2014-10-27
|
|
/
/
/
/
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-12-11
|
\
\
\
\
\
|
*
\
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-12-10
|
|
\
\
\
\
\
|
*
|
|
|
|
|
bpf: verifier: add checks for BPF_ABS | BPF_IND instructions
Alexei Starovoitov
2014-12-05
|
*
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-29
|
|
\
\
\
\
\
\
|
*
\
\
\
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-21
|
|
\
\
\
\
\
\
\
|
|
|
|
_
|
_
|
/
/
/
|
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
bpf: fix arraymap NULL deref and missing overflow and zero size checks
Alexei Starovoitov
2014-11-19
|
*
|
|
|
|
|
|
bpf: remove test map scaffolding and user proper types
Alexei Starovoitov
2014-11-18
|
*
|
|
|
|
|
|
bpf: allow eBPF programs to use maps
Alexei Starovoitov
2014-11-18
|
*
|
|
|
|
|
|
bpf: fix BPF_MAP_LOOKUP_ELEM command return code
Alexei Starovoitov
2014-11-18
|
*
|
|
|
|
|
|
bpf: add array type of eBPF maps
Alexei Starovoitov
2014-11-18
|
*
|
|
|
|
|
|
bpf: add hashtable type of eBPF maps
Alexei Starovoitov
2014-11-18
|
*
|
|
|
|
|
|
bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM command
Alexei Starovoitov
2014-11-18
|
*
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-14
|
|
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-01
|
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
bpf: reduce verifier memory consumption
Alexei Starovoitov
2014-10-30
*
|
|
|
|
|
|
|
|
|
Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2014-12-10
|
\
\
\
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
\
\
Merge branch 'pm-runtime'
Rafael J. Wysocki
2014-12-08
|
|
\
\
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
|
|
PM: Drop CONFIG_PM_RUNTIME from the driver core
Rafael J. Wysocki
2014-12-04
|
|
*
|
|
|
|
|
|
|
|
|
Merge back earlier 'pm-runtime' material for 3.19-rc1.
Rafael J. Wysocki
2014-11-27
|
|
|
\
\
\
\
\
\
\
\
\
\
|
|
|
|
_
|
_
|
_
|
_
|
/
/
/
/
/
|
|
|
/
|
|
|
|
|
|
|
|
|
[next]