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-07-15
cgroup: split cgroup_base_files[] into cgroup_{dfl|legacy}_base_files[]
Tejun Heo
1
-28
/
+48
2014-07-15
tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputs
zhangwei(Jovi)
1
-2
/
+10
2014-07-15
PM / sleep: fix freeze_ops NULL pointer dereferences
Zhang Rui
1
-2
/
+2
2014-07-15
PM / sleep: Fix request_firmware() error at resume
Takashi Iwai
1
-0
/
+1
2014-07-14
tracing: instance_rmdir() leaks ftrace_event_file->filter
Oleg Nesterov
1
-0
/
+1
2014-07-13
Merge 3.16-rc5 into staging-next
Greg Kroah-Hartman
3
-10
/
+71
2014-07-11
workqueue: reuse the already calculated pwq in try_to_grab_pending()
Lai Jiangshan
1
-1
/
+1
2014-07-10
Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-9
/
+69
2014-07-10
Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+2
2014-07-09
cpuset: export effective masks to userspace
Li Zefan
1
-0
/
+20
2014-07-09
cpuset: allow writing offlined masks to cpuset.cpus/mems
Li Zefan
1
-3
/
+4
2014-07-09
cpuset: enable onlined cpu/node in effective masks
Li Zefan
1
-29
/
+36
2014-07-09
cpuset: refactor cpuset_hotplug_update_tasks()
Li Zefan
1
-55
/
+66
2014-07-09
cpuset: make cs->{cpus, mems}_allowed as user-configured masks
Li Zefan
1
-6
/
+29
2014-07-09
cpuset: apply cs->effective_{cpus,mems}
Li Zefan
1
-69
/
+14
2014-07-09
cpuset: initialize top_cpuset's configured masks at mount
Li Zefan
1
-9
/
+28
2014-07-09
cpuset: use effective cpumask to build sched domains
Li Zefan
1
-11
/
+17
2014-07-09
cpuset: inherit ancestor's masks if effective_{cpus, mems} becomes empty
Li Zefan
1
-0
/
+22
2014-07-09
cpuset: update cs->effective_{cpus, mems} when config changes
Li Zefan
1
-34
/
+54
2014-07-09
cpuset: update cpuset->effective_{cpus,mems} at hotplug
Li Zefan
1
-0
/
+4
2014-07-09
cpuset: add cs->effective_cpus and cs->effective_mems
Li Zefan
1
-11
/
+48
2014-07-09
Merge branches 'doc.2014.07.08a', 'fixes.2014.07.09a', 'maintainers.2014.07.0...
Paul E. McKenney
9
-99
/
+328
2014-07-09
rcu: Fix a sparse warning in rcu_report_unblock_qs_rnp()
Pranith Kumar
1
-0
/
+1
2014-07-09
rcu: Fix a sparse warning in rcu_initiate_boost()
Pranith Kumar
1
-0
/
+2
2014-07-09
rcu: Fix __rcu_reclaim() to use true/false for bool
Paul E. McKenney
1
-2
/
+6
2014-07-09
rcu: Remove CONFIG_PROVE_RCU_DELAY
Paul E. McKenney
2
-8
/
+0
2014-07-09
rcu: Use __this_cpu_read() instead of per_cpu_ptr()
Shan Wei
1
-1
/
+1
2014-07-09
rcu: Don't use NMIs to dump other CPUs' stacks
Paul E. McKenney
1
-7
/
+3
2014-07-09
rcu: Bind grace-period kthreads to non-NO_HZ_FULL CPUs
Paul E. McKenney
2
-5
/
+19
2014-07-09
rcu: Simplify priority boosting by putting rt_mutex in rcu_node
Paul E. McKenney
2
-14
/
+14
2014-07-09
rcu: Check both root and current rcu_node when setting up future grace period
Pranith Kumar
1
-2
/
+8
2014-07-09
rcu: Allow post-unlock reference for rt_mutex
Paul E. McKenney
2
-1
/
+12
2014-07-09
rcu: Loosen __call_rcu()'s rcu_head alignment constraint
Paul E. McKenney
1
-1
/
+1
2014-07-09
rcu: Eliminate read-modify-write ACCESS_ONCE() calls
Paul E. McKenney
2
-8
/
+8
2014-07-09
rcu: Remove redundant ACCESS_ONCE() from tick_do_timer_cpu
Paul E. McKenney
1
-1
/
+1
2014-07-09
rcu: Make rcu node arrays static const char * const
Fabian Frederick
1
-8
/
+10
2014-07-09
signal: Explain local_irq_save() call
Paul E. McKenney
1
-0
/
+4
2014-07-09
Merge branch 'trace/ftrace/urgent' into trace/ftrace/core
Steven Rostedt (Red Hat)
3
-24
/
+30
2014-07-09
cgroup: clean up sane_behavior handling
Tejun Heo
1
-39
/
+27
2014-07-09
cgroup: remove sane_behavior support on non-default hierarchies
Tejun Heo
2
-27
/
+25
2014-07-09
cgroup: make interface file "cgroup.sane_behavior" legacy-only
Tejun Heo
1
-4
/
+2
2014-07-09
cgroup: remove CGRP_ROOT_OPTION_MASK
Tejun Heo
1
-4
/
+3
2014-07-08
cgroup: implement cgroup_subsys->depends_on
Tejun Heo
1
-1
/
+48
2014-07-08
cgroup: implement cgroup_subsys->css_reset()
Tejun Heo
1
-4
/
+12
2014-07-08
cgroup: make interface files visible iff enabled on cgroup->subtree_control
Tejun Heo
1
-14
/
+64
2014-07-08
cgroup: introduce cgroup->subtree_control
Tejun Heo
1
-17
/
+29
2014-07-08
cgroup: reorganize cgroup_subtree_control_write()
Tejun Heo
1
-17
/
+17
2014-07-08
alarmtimer: Fix bug where relative alarm timers were treated as absolute
John Stultz
1
-2
/
+18
2014-07-07
Merge 3.16-rc4 into staging-next
Greg Kroah-Hartman
11
-79
/
+164
2014-07-07
rcu: Don't offload callbacks unless specifically requested
Paul E. McKenney
1
-0
/
+3
[prev]
[next]