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
2015-12-04
module: clean up RO/NX handling.
Rusty Russell
1
-91
/
+77
2015-12-04
module: use a structure to encapsulate layout.
Rusty Russell
2
-109
/
+94
2015-12-04
gcov: use within_module() helper.
Rusty Russell
1
-6
/
+1
2015-12-04
module: Use the same logic for setting and unsetting RO/NX
Josh Poimboeuf
1
-27
/
+30
2015-12-04
rcu: Stop disabling interrupts in scheduler fastpaths
Paul E. McKenney
3
-25
/
+22
2015-12-04
rcu: Avoid tick_nohz_active checks on NOCBs CPUs
Paul E. McKenney
1
-5
/
+2
2015-12-04
rcu: Fix obsolete rcu_bootup_announce_oddness() comment
Paul E. McKenney
1
-2
/
+1
2015-12-04
rcu: Remove lock-acquisition loop from rcu_read_unlock_special()
Paul E. McKenney
1
-12
/
+6
2015-12-04
rcu: Simplify rcu_sched_qs() control flow
Paul E. McKenney
1
-15
/
+14
2015-12-04
kernel: Make rcu/tree_trace.c explicitly non-modular
Paul Gortmaker
1
-16
/
+3
2015-12-04
rcu: Move lock_class_key to local scope
Paul E. McKenney
1
-4
/
+3
2015-12-04
rcu: Allow expedited grace periods to be disabled at init
Paul E. McKenney
1
-0
/
+5
2015-12-04
rcu: Add rcu_normal kernel parameter to suppress expediting
Paul E. McKenney
5
-3
/
+45
2015-12-04
rcu: Add more diagnostics to expedited stall warning messages.
Paul E. McKenney
1
-3
/
+21
2015-12-04
rcu: Make expedited grace periods resolve stall-warning ties
Paul E. McKenney
1
-1
/
+1
2015-12-04
rcu: Reduce expedited GP memory contention via per-CPU variables
Paul E. McKenney
3
-16
/
+21
2015-12-04
rcu: Invert sync_rcu_exp_select_cpus() "if" statement
Paul E. McKenney
1
-16
/
+14
2015-12-04
rcu: Move smp_mb() from rcu_seq_snap() to rcu_exp_gp_seq_snap()
Paul E. McKenney
1
-1
/
+1
2015-12-04
rcu: Clarify role of ->expmaskinitnext
Paul E. McKenney
1
-0
/
+2
2015-12-04
rcu: Short-circuit synchronize_sched_expedited() if only one CPU
Paul E. McKenney
1
-0
/
+4
2015-12-04
locking/pvqspinlock: Queue node adaptive spinning
Waiman Long
3
-4
/
+50
2015-12-04
locking/pvqspinlock: Allow limited lock stealing
Waiman Long
3
-28
/
+155
2015-12-04
locking/pvqspinlock: Collect slowpath lock statistics
Waiman Long
2
-5
/
+308
2015-12-04
sched/fair: Disable the task group load_avg update for the root_task_group
Waiman Long
1
-0
/
+6
2015-12-04
sched/fair: Move the cache-hot 'load_avg' variable into its own cacheline
Waiman Long
2
-4
/
+13
2015-12-04
sched/fair: Avoid redundant idle_cpu() call in update_sg_lb_stats()
Waiman Long
1
-3
/
+7
2015-12-04
sched/core: Move the sched_to_prio[] arrays out of line
Andi Kleen
3
-43
/
+46
2015-12-04
sched/cputime: Convert vtime_seqlock to seqcount
Frederic Weisbecker
2
-23
/
+25
2015-12-04
sched/cputime: Introduce vtime accounting check for readers
Frederic Weisbecker
1
-3
/
+3
2015-12-04
sched/cputime: Rename vtime_accounting_enabled() to vtime_accounting_cpu_enab...
Frederic Weisbecker
2
-2
/
+2
2015-12-04
sched/cputime: Correctly handle task guest time on housekeepers
Frederic Weisbecker
1
-1
/
+1
2015-12-04
sched/cputime: Clarify vtime symbols and document them
Frederic Weisbecker
2
-4
/
+4
2015-12-04
sched/cputime: Remove extra cost in task_cputime()
Hiroshi Shimamoto
1
-0
/
+16
2015-12-04
sched/fair: Make it possible to account fair load avg consistently
Byungchul Park
3
-1
/
+60
2015-12-04
sched/core, locking: Document Program-Order guarantees
Peter Zijlstra
1
-0
/
+91
2015-12-04
locking, sched: Introduce smp_cond_acquire() and use it
Peter Zijlstra
3
-10
/
+3
2015-12-04
Merge branch 'sched/urgent' into locking/core, to pick up scheduler fix we re...
Ingo Molnar
5
-15
/
+45
2015-12-04
Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...
Ingo Molnar
4
-14
/
+44
2015-12-04
sched/core: Fix an SMP ordering race in try_to_wake_up() vs. schedule()
Peter Zijlstra
1
-0
/
+19
2015-12-04
sched/core: Better document the try_to_wake_up() barriers
Peter Zijlstra
2
-1
/
+10
2015-12-04
sched/cputime: Fix invalid gtime in proc
Hiroshi Shimamoto
1
-0
/
+3
2015-12-04
sched/core: Clear the root_domain cpumasks in init_rootdomain()
Xunlei Pang
1
-4
/
+4
2015-12-04
sched/core: Remove false-positive warning from wake_up_process()
Sasha Levin
1
-1
/
+0
2015-12-04
sched/wait: Fix signal handling in bit wait helpers
Peter Zijlstra
1
-8
/
+8
2015-12-04
perf: Fix PERF_EVENT_IOC_PERIOD deadlock
Peter Zijlstra
1
-1
/
+8
2015-12-03
alarmtimer: Avoid unexpected rtc interrupt when system resume from S3
zhuo-hao
1
-0
/
+17
2015-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
11
-46
/
+107
2015-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
5
-29
/
+64
2015-12-03
Merge tag 'trace-v4.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-0
/
+16
2015-12-03
livepatch: function,sympos scheme in livepatch sysfs directory
Chris J Arges
1
-2
/
+8
[prev]
[next]