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-07
rcu: Parallelize and economize NOCB kthread wakeups
Paul E. McKenney
2
-43
/
+237
2014-07-07
torture: Avoid format string leak to thead name
Kees Cook
1
-1
/
+1
2014-07-07
workqueue: zero cpumask of wq_numa_possible_cpumask on init
Yasuaki Ishimatsu
1
-1
/
+1
2014-07-05
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2014-07-05
genirq: Fix memory leak when calling irq_free_hwirqs()
Keith Busch
1
-2
/
+2
2014-07-05
locking/mutexes: Optimize mutex trylock slowpath
Jason Low
1
-0
/
+4
2014-07-05
locking/mutexes: Try to acquire mutex only if it is unlocked
Jason Low
1
-3
/
+4
2014-07-05
locking/mutexes: Delete the MUTEX_SHOW_NO_WAITER macro
Jason Low
1
-10
/
+8
2014-07-05
locking/mutexes: Correct documentation on mutex optimistic spinning
Jason Low
1
-6
/
+4
2014-07-05
perf: Make perf_event_init_context() function static
Jiri Olsa
1
-1
/
+1
2014-07-05
sched: Rework check_for_tasks()
Kirill Tkhai
1
-13
/
+20
2014-07-05
sched/rt: Enqueue just unthrottled rt_rq back on the stack in __disable_runti...
Kirill Tkhai
1
-0
/
+3
2014-07-05
sched/fair: Disable runtime_enabled on dying rq
Kirill Tkhai
2
-1
/
+29
2014-07-05
sched/numa: Change scan period code to match intent
Rik van Riel
1
-4
/
+4
2014-07-05
sched/numa: Rework best node setting in task_numa_migrate()
Rik van Riel
1
-6
/
+13
2014-07-05
sched/numa: Examine a task move when examining a task swap
Rik van Riel
1
-2
/
+21
2014-07-05
sched/numa: Simplify task_numa_compare()
Rik van Riel
1
-6
/
+1
2014-07-05
sched/numa: Use effective_load() to balance NUMA loads
Rik van Riel
1
-6
/
+14
2014-07-05
sched/numa: Move power adjustment into load_too_imbalanced()
Rik van Riel
1
-15
/
+24
2014-07-05
sched/numa: Use group's max nid as task's preferred nid
Rik van Riel
1
-16
/
+1
2014-07-05
sched/fair: Implement fast idling of CPUs when the system is partially loaded
Tim Chen
2
-5
/
+28
2014-07-05
sched/idle: Drop !! while calculating 'broadcast'
Viresh Kumar
1
-2
/
+2
2014-07-05
sched: Fix clock_gettime(CLOCK_[PROCESS/THREAD]_CPUTIME_ID) monotonicity
Mike Galbraith
1
-2
/
+11
2014-07-05
sched: Fix potential near-infinite distribute_cfs_runtime() loop
Ben Segall
1
-21
/
+20
2014-07-05
sched/core: Fix formatting issues in sched_can_stop_tick()
Viresh Kumar
1
-7
/
+3
2014-07-05
irq_work: Remove BUG_ON in irq_work_run()
Peter Zijlstra
1
-42
/
+4
2014-07-05
Merge branch 'timers/nohz' into sched/core
Ingo Molnar
5
-45
/
+84
2014-07-03
Merge tag 'trace-fixes-v3.16-rc3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-24
/
+30
2014-07-03
kernel/printk/printk.c: revert "printk: enable interrupts before calling cons...
Andrew Morton
1
-26
/
+18
2014-07-03
crypto: fips - only panic on bad/missing crypto mod signatures
Jarod Wilson
1
-4
/
+0
2014-07-02
perf: Do not allow optimized switch for non-cloned events
Jiri Olsa
1
-1
/
+1
2014-07-01
workqueue: stronger test in process_one_work()
Lai Jiangshan
1
-7
/
+1
2014-07-01
workqueue: clear POOL_DISASSOCIATED in rebind_workers()
Lai Jiangshan
1
-4
/
+1
2014-07-01
cpuset: break kernfs active protection in cpuset_write_resmask()
Tejun Heo
1
-0
/
+12
2014-07-01
tracing: Remove ftrace_stop/start() from reading the trace file
Steven Rostedt (Red Hat)
1
-2
/
+0
2014-07-01
tracing: Add description of set_graph_notrace to tracing/README
Namhyung Kim
1
-0
/
+1
2014-07-01
tracing: Improve message of empty set_ftrace_notrace file
Namhyung Kim
1
-3
/
+8
2014-07-01
tracing: Improve message of empty set_graph_notrace file
Namhyung Kim
1
-1
/
+6
2014-07-01
tracing: Add ftrace_graph_notrace boot parameter
Namhyung Kim
1
-4
/
+20
2014-07-01
tracing: Convert pr_warning() to pr_warn() in trace_events.c
Fabian Frederick
1
-29
/
+27
2014-07-01
ftrace: Do not copy hash if O_TRUNC is set
Namhyung Kim
1
-5
/
+7
2014-07-01
ftrace: Fix memory leak on failure path in ftrace_allocate_pages()
Namhyung Kim
1
-1
/
+2
2014-07-01
ftrace: Get rid of obsolete global_start_up variable
Namhyung Kim
1
-3
/
+1
2014-07-01
tracing: Add trace_seq_buffer_ptr() helper function
Steven Rostedt (Red Hat)
1
-7
/
+7
2014-07-01
tracing: Remove unnecessary null test before debugfs_remove()
Fabian Frederick
1
-4
/
+2
2014-07-01
tracing: Remove trace_seq_reserve()
Steven Rostedt (Red Hat)
1
-30
/
+0
2014-07-01
tracing: Make trace_seq_putmem_hex() more robust
Steven Rostedt (Red Hat)
2
-8
/
+19
2014-07-01
tracing: Clean up trace_seq.c
Steven Rostedt (Red Hat)
1
-32
/
+175
2014-07-01
tracing: Move the trace_seq_* functions into its own trace_seq.c file
Steven Rostedt (Red Hat)
5
-295
/
+304
2014-07-01
ftrace: Simplify ftrace_hash_disable/enable path in ftrace_hash_move
Masami Hiramatsu
1
-22
/
+11
[prev]
[next]