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
2013-06-20
watchdog: Rename confusing state variable
Frederic Weisbecker
2
-17
/
+17
2013-06-19
ftrace: Fix stddev calculation in function profiler
Juri Lelli
1
-2
/
+8
2013-06-19
tracing/kprobes: Remove unnecessary checking of trace_probe_is_enabled
zhangwei(Jovi)
1
-2
/
+1
2013-06-19
tracing: Disable tracing on warning
Steven Rostedt (Red Hat)
3
-0
/
+27
2013-06-19
tracing: Add binary '&' filter for events
Steven Rostedt
1
-0
/
+6
2013-06-20
watchdog: Register / unregister watchdog kthreads on sysctl control
Frederic Weisbecker
1
-40
/
+47
2013-06-20
nohz: Warn if the machine can not perform nohz_full
Steven Rostedt
1
-0
/
+5
2013-06-19
Merge tag 'please-pull-einj' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
1
-0
/
+1
2013-06-19
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Ingo Molnar
7
-1208
/
+154
2013-06-19
sched: Don't mix use of typedef ctl_table and struct ctl_table
Joe Perches
1
-1
/
+1
2013-06-19
sched: Remove WARN_ON(!sd) from init_sched_groups_power()
Viresh Kumar
1
-1
/
+1
2013-06-19
sched: Fix memory leakage in build_sched_groups()
Viresh Kumar
1
-2
/
+2
2013-06-19
sched: Use cached value of span instead of calling sched_domain_span()
Viresh Kumar
1
-1
/
+1
2013-06-19
sched: Create for_each_sd_topology()
Viresh Kumar
1
-3
/
+6
2013-06-19
sched: Don't set sd->child to NULL when it is already NULL
Viresh Kumar
1
-1
/
+1
2013-06-19
sched: Don't initialize alloc_state in build_sched_domains()
Viresh Kumar
1
-1
/
+1
2013-06-19
sched: Optimize build_sched_domains() for saving first SD node for a cpu
Viresh Kumar
1
-5
/
+2
2013-06-19
sched: Remove unused params of build_sched_domain()
Viresh Kumar
1
-4
/
+3
2013-06-19
sched: Rename sched.c as sched/core.c in comments and Documentation
Viresh Kumar
3
-4
/
+4
2013-06-19
sched: Femove the useless declaration in kernel/sched/fair.c
Michael Wang
1
-4
/
+0
2013-06-19
sched: Refine the code in unthrottle_cfs_rq()
Michael Wang
1
-1
/
+1
2013-06-19
sched/rt: Simplify pull_rt_task() logic and remove .leaf_rt_rq_list
Kirill Tkhai
2
-67
/
+16
2013-06-19
Merge branch 'sched/urgent' into sched/core
Ingo Molnar
34
-1096
/
+1297
2013-06-19
tracing/context-tracking: Add preempt_schedule_context() for tracing
Steven Rostedt
1
-0
/
+40
2013-06-19
sched: Fix clear NOHZ_BALANCE_KICK
Vincent Guittot
1
-4
/
+17
2013-06-19
perf: Add const qualifier to perf_pmu_register's 'name' arg
Mischa Jonker
1
-1
/
+1
2013-06-19
perf: Fix hypervisor branch sampling permission check
Stephane Eranian
1
-2
/
+2
2013-06-19
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
3
-82
/
+185
2013-06-19
perf: Fix mmap() accounting hole
Peter Zijlstra
2
-72
/
+159
2013-06-19
cgroup: rename cont to cgrp
Li Zefan
1
-11
/
+11
2013-06-18
cgroup: clean up cgroup_serial_nr_cursor
Tejun Heo
1
-7
/
+8
2013-06-18
cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre()
Li Zefan
1
-36
/
+44
2013-06-18
cgroup: make serial_nr_cursor available throughout cgroup.c
Li Zefan
1
-8
/
+10
2013-06-18
range: Do not add new blank slot with add_range_with_merge
Yinghai Lu
1
-10
/
+11
2013-06-18
cgroup: fix memory leak in cgroup_rm_cftypes()
Li Zefan
1
-1
/
+2
2013-06-18
cgroup: fix umount vs cgroup_event_remove() race
Li Zefan
1
-6
/
+19
2013-06-18
cgroup: fix umount vs cgroup_cfts_commit() race
Li Zefan
1
-1
/
+8
2013-06-18
cgroup: disallow rename(2) if sane_behavior
Tejun Heo
1
-0
/
+7
2013-06-18
irq/generic-chip: fix a few kernel-doc entries
Uwe Kleine-König
1
-3
/
+3
2013-06-17
Merge 3.10-rc6 into driver-core-next
Greg Kroah-Hartman
20
-127
/
+206
2013-06-17
ARM: sched_clock: Load cycle count after epoch stabilizes
Stephen Boyd
1
-11
/
+8
2013-06-18
irqdomain: Remove temporary MIPS workaround code
Grant Likely
1
-12
/
+0
2013-06-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2013-06-15
move exit_task_namespaces() outside of exit_notify()
Oleg Nesterov
1
-1
/
+1
2013-06-14
idle: Enable interrupts in the weak arch_cpu_idle() implementation
James Bottomley
1
-0
/
+1
2013-06-13
cpuset: rename @cont to @cgrp
Li Zefan
1
-16
/
+16
2013-06-13
cgroup: use percpu refcnt for cgroup_subsys_states
Tejun Heo
1
-61
/
+104
2013-06-13
Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Tejun Heo
18
-213
/
+195
2013-06-13
cgroup: split cgroup destruction into two steps
Tejun Heo
1
-11
/
+27
2013-06-13
cgroup: reorder the operations in cgroup_destroy_locked()
Tejun Heo
1
-26
/
+35
[prev]
[next]