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-12
kernel/audit_tree.c:audit_add_tree_rule(): protect `rule' from kill_rules()
Chen Gang
1
-0
/
+1
2013-06-12
audit: wait_for_auditd() should use TASK_UNINTERRUPTIBLE
Oleg Nesterov
1
-1
/
+1
2013-06-12
kmsg: honor dmesg_restrict sysctl on /dev/kmsg
Kees Cook
1
-41
/
+50
2013-06-12
reboot: rigrate shutdown/reboot to boot cpu
Robin Holt
1
-3
/
+26
2013-06-12
CPU hotplug: provide a generic helper to disable/enable CPU hotplug
Srivatsa S. Bhat
1
-32
/
+23
2013-06-12
sched_clock: Make ARM's sched_clock generic for all architectures
Stephen Boyd
2
-0
/
+216
2013-06-12
alarmtimer: Export symbols of functions declared in linux/alarmtimer.h
Marcus Gelderie
1
-1
/
+9
2013-06-12
Merge tag 'trace-fixes-v3.10-rc5' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-7
/
+3
2013-06-11
tracing: Do not call kmem_cache_free() on allocation failure
Namhyung Kim
1
-6
/
+1
2013-06-11
ftrace: Use schedule_on_each_cpu() as a heavy synchronize_sched()
Steven Rostedt
1
-2
/
+21
2013-06-11
tracing: Fix file mode of free_buffer
Wang YanQing
1
-1
/
+1
2013-06-11
tracing/trivial: Consolidate error return condition
Harsh Prateek Bora
1
-4
/
+1
2013-06-11
tracing: Add function probe to trigger a ftrace dump of current CPU trace
Steven Rostedt (Red Hat)
1
-0
/
+44
2013-06-11
tracing: Add function probe to trigger a ftrace dump to console
Steven Rostedt (Red Hat)
1
-5
/
+54
2013-06-11
PM / wakeup: Adjust messaging for wake events during suspend
Bernie Thompson
1
-1
/
+1
2013-06-11
idle: Add the stack canary init to cpu_startup_entry()
Thomas Gleixner
1
-0
/
+16
2013-06-11
tracing: Fix outputting formats of x86-tsc and counter when use trace_clock
Yoshihiro YUNOMAE
2
-7
/
+3
2013-06-11
genirq: Set irq thread to RT priority on creation
Ivo Sieben
1
-5
/
+6
2013-06-10
Fix lockup related to stop_machine being stuck in __do_softirq.
Ben Greear
1
-3
/
+10
2013-06-10
Merge branches 'cbnum.2013.06.10a', 'doc.2013.06.10a', 'fixes.2013.06.10a', '...
Paul E. McKenney
7
-1063
/
+104
2013-06-10
rcu: Shrink TINY_RCU by reworking CPU-stall ifdefs
Paul E. McKenney
2
-6
/
+4
2013-06-10
rcu: Shrink TINY_RCU by moving exit_rcu()
Paul E. McKenney
2
-25
/
+27
2013-06-10
rcu: Consolidate rcutiny_plugin.h ifdefs
Paul E. McKenney
1
-46
/
+40
2013-06-10
rcu: Remove check_cpu_stall_preempt()
Paul E. McKenney
1
-7
/
+0
2013-06-10
rcu: Simplify RCU_TINY RCU callback invocation
Paul E. McKenney
2
-38
/
+9
2013-06-10
rcu: Remove rcu_preempt_process_callbacks()
Paul E. McKenney
2
-9
/
+0
2013-06-10
rcu: Remove rcu_preempt_remove_callbacks()
Paul E. McKenney
2
-9
/
+0
2013-06-10
rcu: Remove rcu_preempt_check_callbacks()
Paul E. McKenney
2
-9
/
+0
2013-06-10
rcu: Remove show_tiny_preempt_stats()
Paul E. McKenney
1
-13
/
+0
2013-06-10
rcu: Remove TINY_PREEMPT_RCU
Paul E. McKenney
1
-854
/
+0
2013-06-10
rcu: Remove srcu_read_lock_raw() and srcu_read_unlock_raw().
Paul E. McKenney
1
-39
/
+0
2013-06-10
rcu: Merge adjacent identical ifdefs
Paul E. McKenney
1
-3
/
+0
2013-06-10
rcu: Drive quiescent-state-forcing delay from HZ
Paul E. McKenney
2
-7
/
+26
2013-06-10
rcu: Remove "Experimental" flags
Paul E. McKenney
1
-5
/
+5
2013-06-10
rcu: Move redundant call to note_gp_changes() into called function
Paul E. McKenney
1
-8
/
+2
2013-06-10
rcu: Inline trivial wrapper function rcu_start_gp_per_cpu()
Paul E. McKenney
1
-13
/
+1
2013-06-10
rcu: Eliminate check_for_new_grace_period() wrapper function
Paul E. McKenney
1
-22
/
+3
2013-06-10
rcu: Merge __rcu_process_gp_end() into __note_gp_changes()
Paul E. McKenney
1
-42
/
+6
2013-06-10
rcu: Switch callers from rcu_process_gp_end() to note_gp_changes()
Paul E. McKenney
2
-29
/
+4
2013-06-10
rcu: Convert rcutree_plugin.h printk calls
Paul E. McKenney
1
-23
/
+22
2013-06-10
rcu: Rename note_new_gpnum() to note_gp_changes()
Paul E. McKenney
1
-6
/
+7
2013-06-10
rcu: Make __note_new_gpnum() check for ends of prior grace periods
Paul E. McKenney
1
-0
/
+3
2013-06-10
rcu: Move code to apply callback-numbering simplifications
Paul E. McKenney
1
-59
/
+59
2013-06-10
rcu: Convert rcutree.c printk calls
Paul E. McKenney
1
-3
/
+3
2013-06-10
rcu: Fix deadlock with CPU hotplug, RCU GP init, and timer migration
Paul E. McKenney
1
-2
/
+2
2013-06-10
rcu: Don't call wakeup() with rcu_node structure ->lock held
Steven Rostedt
2
-2
/
+17
2013-06-10
irqdomain: Beef up debugfs output
Grant Likely
1
-5
/
+30
2013-06-10
irqdomain: Clean up aftermath of irq_domain refactoring
Grant Likely
1
-91
/
+36
2013-06-10
irqdomain: Eliminate revmap type
Grant Likely
2
-37
/
+23
2013-06-10
irqdomain: merge linear and tree reverse mappings.
Grant Likely
1
-78
/
+29
[prev]
[next]