index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
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
2014-02-11
cgroup: update the meaning of cftype->max_write_len
Tejun Heo
1
-10
/
+8
2014-02-11
cgroup: make cgroup_subsys->base_cftypes use cgroup_add_cftypes()
Tejun Heo
1
-21
/
+8
2014-02-11
cgroup: update cgroup name handling
Tejun Heo
1
-13
/
+22
2014-02-11
cgroup: factor out cgroup_setup_root() from cgroup_mount()
Tejun Heo
1
-98
/
+113
2014-02-11
cgroup: restructure locking and error handling in cgroup_mount()
Tejun Heo
1
-33
/
+40
2014-02-11
cgroup: release cgroup_mutex over file removals
Tejun Heo
1
-5
/
+10
2014-02-11
cgroup: introduce cgroup_tree_mutex
Tejun Heo
1
-13
/
+53
2014-02-11
cgroup: improve css_from_dir() into css_tryget_from_dir()
Tejun Heo
2
-25
/
+17
2014-02-11
Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15
Tejun Heo
1
-16
/
+18
2014-02-11
cgroup: protect modifications to cgroup_idr with cgroup_mutex
Li Zefan
1
-16
/
+18
2014-02-11
genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=n
Paul Gortmaker
1
-0
/
+1
2014-02-11
sched/idle: Move cpu/idle.c to sched/idle.c
Nicolas Pitre
4
-3
/
+145
2014-02-11
sched/idle: Move the cpuidle entry point to the generic idle loop
Nicolas Pitre
1
-2
/
+5
2014-02-11
sched: Add statistic for newidle load balance cost
Alex Shi
2
-3
/
+7
[prev]
[next]