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
2016-03-08
cgroup: implement cgroup_subsys->implicit_on_dfl
Tejun Heo
1
-7
/
+31
2016-03-08
cgroup: use css_set->mg_dst_cgrp for the migration target cgroup
Tejun Heo
1
-13
/
+13
2016-03-08
cgroup: make cgroup[_taskset]_migrate() take cgroup_root instead of cgroup
Tejun Heo
1
-35
/
+35
2016-03-08
cgroup: move migration destination verification out of cgroup_migrate_prepare...
Tejun Heo
1
-8
/
+20
2016-03-08
cgroup: fix incorrect destination cgroup in cgroup_update_dfl_csses()
Tejun Heo
1
-1
/
+1
2016-03-08
tracing: Fix typoes in code comment and printk in trace_nop.c
Chunyu Hu
1
-2
/
+2
2016-03-08
tracing: Use flags instead of bool in trigger structure
Steven Rostedt (Red Hat)
2
-30
/
+49
2016-03-08
tracing: Add an unreg_all() callback to trigger commands
Tom Zanussi
2
-2
/
+20
2016-03-08
tracing: Add needs_rec flag to event triggers
Tom Zanussi
2
-1
/
+9
2016-03-08
tracing: Add a per-event-trigger 'paused' field
Tom Zanussi
2
-0
/
+5
2016-03-08
tracing: Add get_syscall_name()
Tom Zanussi
2
-0
/
+16
2016-03-08
tracing: Add event record param to trigger_ops.func()
Tom Zanussi
2
-19
/
+23
2016-03-08
tracing: Make event trigger functions available
Tom Zanussi
2
-15
/
+27
2016-03-08
tracing: Make ftrace_event_field checking functions available
Tom Zanussi
2
-12
/
+12
2016-03-08
tracing: Make tracer_flags use the right set_flag callback
Chunyu Hu
3
-14
/
+21
2016-03-08
futex: Replace barrier() in unqueue_me() with READ_ONCE()
Jianyu Zhan
1
-2
/
+6
2016-03-08
Merge branch 'timers/core-v9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Ingo Molnar
8
-140
/
+271
2016-03-08
Merge branch 'linus' into irq/core, to pick up fixes
Ingo Molnar
14
-298
/
+521
2016-03-08
sched/cputime: Fix steal_account_process_tick() to always return jiffies
Chris Friesen
1
-7
/
+7
2016-03-08
sched/deadline: Remove dl_new from struct sched_dl_entity
Luca Abeni
2
-23
/
+13
2016-03-08
perf/core: Fix perf_sched_count derailment
Alexander Shishkin
1
-4
/
+3
2016-03-08
time/timekeeping: Work around false positive GCC warning
Ingo Molnar
1
-1
/
+1
2016-03-07
Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fix
Ingo Molnar
9
-185
/
+276
2016-03-06
cpu/hotplug: Remove redundant state check
Thomas Gleixner
1
-2
/
+0
2016-03-05
sched/cputime: Fix steal time accounting vs. CPU hotplug
Thomas Gleixner
2
-0
/
+14
2016-03-04
Merge tag 'trace-fixes-v4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-12
/
+15
2016-03-04
tracing: Do not have 'comm' filter override event 'comm' field
Steven Rostedt (Red Hat)
2
-12
/
+15
2016-03-04
Merge tag 'v4.5-rc6' into core/resources, to resolve conflict
Ingo Molnar
31
-954
/
+1255
2016-03-04
Merge branch 'fortglx/4.6/time' of https://git.linaro.org/people/john.stultz/...
Thomas Gleixner
1
-25
/
+261
2016-03-04
Merge tag 'keys-next-20160303' of git://git.kernel.org/pub/scm/linux/kernel/g...
James Morris
2
-1
/
+15
2016-03-03
X.509: Make algo identifiers text instead of enum
David Howells
1
-0
/
+6
2016-03-03
cgroup: update css iteration in cgroup_update_dfl_csses()
Tejun Heo
1
-11
/
+8
2016-03-03
cgroup: allocate 2x cgrp_cset_links when setting up a new root
Tejun Heo
1
-3
/
+4
2016-03-03
cgroup: make cgroup_calc_subtree_ss_mask() take @this_ss_mask
Tejun Heo
1
-10
/
+7
2016-03-03
cgroup: reimplement rebind_subsystems() using cgroup_apply_control() and friends
Tejun Heo
1
-79
/
+28
2016-03-03
cgroup: use cgroup_apply_enable_control() in cgroup creation path
Tejun Heo
1
-24
/
+14
2016-03-03
cgroup: combine cgroup_mutex locking and offline css draining
Tejun Heo
1
-28
/
+27
2016-03-03
cgroup: factor out cgroup_{apply|finalize}_control() from cgroup_subtree_cont...
Tejun Heo
1
-23
/
+58
2016-03-03
cgroup: introduce cgroup_{save|propagate|restore}_control()
Tejun Heo
1
-20
/
+62
2016-03-03
cgroup: make cgroup_drain_offline() and cgroup_apply_control_{disable|enable}...
Tejun Heo
1
-10
/
+31
2016-03-03
cgroup: factor out cgroup_apply_control_enable() from cgroup_subtree_control_...
Tejun Heo
1
-30
/
+47
2016-03-03
cgroup: factor out cgroup_apply_control_disable() from cgroup_subtree_control...
Tejun Heo
1
-33
/
+41
2016-03-03
cgroup: factor out cgroup_drain_offline() from cgroup_subtree_control_write()
Tejun Heo
1
-25
/
+52
2016-03-03
cgroup: introduce cgroup_control() and cgroup_ss_mask()
Tejun Heo
1
-35
/
+37
2016-03-03
cgroup: factor out cgroup_create() out of cgroup_mkdir()
Tejun Heo
1
-29
/
+43
2016-03-03
cgroup: reorder operations in cgroup_mkdir()
Tejun Heo
1
-31
/
+30
2016-03-03
cgroup: explicitly track whether a cgroup_subsys_state is visible to userland
Tejun Heo
1
-1
/
+12
2016-03-03
cgroup: separate out interface file creation from css creation
Tejun Heo
1
-29
/
+43
2016-03-03
cgroup: suppress spurious de-populated events
Tejun Heo
1
-2
/
+3
2016-03-03
cgroup: re-hash init_css_set after subsystems are initialized
Tejun Heo
1
-4
/
+11
[prev]
[next]