index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-17
printk: fix syslog() overflowing user buffer
Linus Torvalds
1
-2
/
+0
2014-02-15
Merge branches 'irq-urgent-for-linus' and 'irq-core-for-linus' of git://git.k...
Linus Torvalds
2
-0
/
+46
2014-02-15
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-0
/
+7
2014-02-14
nohz: ensure users are aware boot CPU is not NO_HZ_FULL
Paul Gortmaker
1
-1
/
+1
2014-02-14
timer: Spare IPI when deferrable timer is queued on idle remote targets
Viresh Kumar
1
-1
/
+8
2014-02-14
cgroup: fix memory leak in cgroup_mount()
Li Zefan
1
-0
/
+2
2014-02-14
cgroup: fix locking in cgroupstats_build()
Li Zefan
1
-2
/
+6
2014-02-13
lto: Disable LTO for sys_ni
Andi Kleen
1
-0
/
+3
2014-02-13
lto: Handle LTO common symbols in module loader
Joe Mario
1
-0
/
+4
2014-02-13
asmlinkage: Make trace_hardirqs_on/off_caller visible
Andi Kleen
1
-2
/
+2
2014-02-13
asmlinkage Make __stack_chk_failed and memcmp visible
Andi Kleen
1
-1
/
+1
2014-02-13
asmlinkage: Mark rwsem functions that can be called from assembler asmlinkage
Andi Kleen
1
-0
/
+4
2014-02-13
asmlinkage: Make main_extable_sort_needed visible
Andi Kleen
1
-1
/
+1
2014-02-13
asmlinkage, mutex: Mark __visible
Andi Kleen
1
-5
/
+5
2014-02-13
asmlinkage: Make trace_hardirq visible
Andi Kleen
1
-2
/
+2
2014-02-13
asmlinkage: Make lockdep_sys_exit asmlinkage
Andi Kleen
1
-1
/
+1
2014-02-13
asmlinkage: Make jiffies visible
Andi Kleen
1
-1
/
+1
2014-02-13
cgroup: fix coccinelle warnings
Fengguang Wu
1
-3
/
+1
2014-02-13
tick: Clear broadcast pending bit when switching to oneshot
Thomas Gleixner
1
-0
/
+1
2014-02-13
cgroup: unexport functions
Tejun Heo
1
-8
/
+0
2014-02-13
cgroup: cosmetic updates to cgroup_attach_task()
Tejun Heo
1
-22
/
+23
2014-02-13
cgroup: remove cgroup_taskset_cur_css() and cgroup_taskset_size()
Tejun Heo
1
-30
/
+0
2014-02-13
cpuset: don't use cgroup_taskset_cur_css()
Tejun Heo
1
-3
/
+6
2014-02-13
cgroup: drop @skip_css from cgroup_taskset_for_each()
Tejun Heo
4
-6
/
+6
2014-02-13
cgroup: move css_set_rwsem locking outside of cgroup_task_migrate()
Tejun Heo
1
-5
/
+11
2014-02-13
cgroup: separate out put_css_set_locked() and remove put_css_set_taskexit()
Tejun Heo
1
-27
/
+23
2014-02-13
cgroup: remove css_scan_tasks()
Tejun Heo
1
-162
/
+0
2014-02-13
cpuset: use css_task_iter_start/next/end() instead of css_scan_tasks()
Tejun Heo
1
-128
/
+58
2014-02-13
cgroup: make css_set_lock a rwsem and rename it to css_set_rwsem
Tejun Heo
1
-47
/
+57
2014-02-13
cgroup: reimplement cgroup_transfer_tasks() without using css_scan_tasks()
Tejun Heo
1
-11
/
+20
2014-02-13
cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count()
Tejun Heo
2
-2
/
+2
2014-02-13
cgroup: relocate cgroup_enable_task_cg_lists()
Tejun Heo
1
-55
/
+48
2014-02-13
cgroup: enable task_cg_lists on the first cgroup mount
Tejun Heo
1
-14
/
+27
2014-02-13
cgroup: drop CGRP_ROOT_SUBSYS_BOUND
Tejun Heo
1
-24
/
+4
2014-02-13
cgroup: disallow xattr, release_agent and name if sane_behavior
Tejun Heo
1
-10
/
+4
2014-02-12
Revert "cgroup: use an ordered workqueue for cgroup destruction"
Tejun Heo
1
-6
/
+2
2014-02-12
cgroup: remove cgroupfs_root->refcnt
Tejun Heo
1
-48
/
+38
2014-02-12
cgroup: rename cgroupfs_root->number_of_cgroups to ->nr_cgrps and make it ato...
Tejun Heo
1
-9
/
+7
2014-02-12
cgroup: remove cgroup->name
Tejun Heo
3
-129
/
+47
2014-02-12
cgroup: make cgroup hold onto its kernfs_node
Tejun Heo
1
-7
/
+9
2014-02-12
cgroup: simplify dynamic cftype addition and removal
Tejun Heo
1
-55
/
+32
2014-02-12
cgroup: remove cftype_set
Tejun Heo
1
-28
/
+13
2014-02-12
cgroup: relocate cgroup_rm_cftypes()
Tejun Heo
1
-35
/
+35
2014-02-12
cgroup: warn if "xattr" is specified with "sane_behavior"
Tejun Heo
1
-0
/
+3
2014-02-11
ring-buffer: Fix first commit on sub-buffer having non-zero delta
Steven Rostedt (Red Hat)
1
-0
/
+7
2014-02-11
cgroup: convert to kernfs
Tejun Heo
1
-753
/
+362
2014-02-11
cgroup: relocate functions in preparation of kernfs conversion
Tejun Heo
1
-115
/
+117
2014-02-11
cgroup: misc preps for kernfs conversion
Tejun Heo
1
-32
/
+53
2014-02-11
cgroup: introduce cgroup_ino()
Tejun Heo
1
-1
/
+4
2014-02-11
cgroup: introduce cgroup_init/exit_cftypes()
Tejun Heo
1
-7
/
+25
[prev]
[next]