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-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
21
-119
/
+253
2014-07-21
tracing: Fix wraparound problems in "uptime" trace clock
Tony Luck
2
-5
/
+6
2014-07-19
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
7
-45
/
+85
2014-07-19
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2014-07-19
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+18
2014-07-19
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-56
/
+121
2014-07-19
Merge tag 'irqchip-core-3.17-3' of git://git.infradead.org/users/jcooper/linu...
Thomas Gleixner
1
-2
/
+3
2014-07-18
Merge tag 'pm+acpi-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-2
/
+3
2014-07-18
tracing: Convert local function_graph functions to static
Steven Rostedt (Red Hat)
1
-4
/
+4
2014-07-18
workqueue: wake regular worker if need_more_worker() when rescuer leave the pool
Lai Jiangshan
1
-2
/
+2
2014-07-18
ftrace: Do not copy old hash when resetting
Wang Nan
1
-10
/
+5
2014-07-18
tracing: let user specify tracing_thresh after selecting function_graph
Stanislav Fomichev
3
-7
/
+67
2014-07-18
seccomp: implement SECCOMP_FILTER_FLAG_TSYNC
Kees Cook
1
-1
/
+134
2014-07-18
seccomp: allow mode setting across threads
Kees Cook
1
-11
/
+25
2014-07-18
seccomp: introduce writer locking
Kees Cook
2
-2
/
+63
2014-07-18
seccomp: split filter prep from check and apply
Kees Cook
1
-30
/
+67
2014-07-18
sched: move no_new_privs into new atomic flags
Kees Cook
2
-3
/
+3
2014-07-18
seccomp: add "seccomp" syscall
Kees Cook
2
-5
/
+53
2014-07-18
seccomp: split mode setting routines
Kees Cook
1
-23
/
+48
2014-07-18
seccomp: extract check/assign mode helpers
Kees Cook
1
-4
/
+18
2014-07-18
seccomp: create internal mode-setting function
Kees Cook
1
-2
/
+14
2014-07-18
ring-buffer: Always run per-cpu ring buffer resize with schedule_work_on()
Corey Minyard
1
-20
/
+4
2014-07-18
tracing: Remove function_trace_stop and HAVE_FUNCTION_TRACE_MCOUNT_TEST
Steven Rostedt (Red Hat)
2
-8
/
+0
2014-07-18
ftrace: Remove function_trace_stop check from list func
Steven Rostedt (Red Hat)
1
-6
/
+2
2014-07-18
ftrace: Do no disable function tracing on enabling function tracing
Steven Rostedt (Red Hat)
1
-7
/
+0
2014-07-18
ftrace-graph: Remove usage of ftrace_stop() in ftrace_graph_stop()
Steven Rostedt (Red Hat)
1
-5
/
+0
2014-07-18
kprobes: Fix "Failed to find blacklist" probing errors on ia64 and ppc64
Masami Hiramatsu
1
-5
/
+9
2014-07-17
Merge tag 'trace-fixes-v3.16-rc5-v2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-8
/
+19
2014-07-17
ftrace-graph: Remove dependency of ftrace_stop() from ftrace_graph_stop()
Steven Rostedt (Red Hat)
2
-5
/
+35
2014-07-17
PM / Sleep: Remove ftrace_stop/start() from suspend and hibernate
Steven Rostedt (Red Hat)
2
-8
/
+0
2014-07-17
KEYS: validate certificate trust only with builtin keys
Dmitry Kasatkin
1
-0
/
+1
2014-07-17
genirq: generic chip: Export irq_map_generic_chip function
Boris BREZILLON
1
-2
/
+3
2014-07-17
arch, locking: Ciao arch_mutex_cpu_relax()
Davidlohr Bueso
5
-16
/
+13
2014-07-17
locking/lockdep: Only ask for /proc/lock_stat output when available
Andreas Gruenbacher
1
-0
/
+2
2014-07-17
Merge branch 'locking/urgent' into locking/core, before applying larger chang...
Ingo Molnar
26
-147
/
+397
2014-07-17
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Ingo Molnar
10
-155
/
+450
2014-07-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
9
-63
/
+122
2014-07-16
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2014-07-16
Merge tag 'v3.16-rc5' into timers/core
Thomas Gleixner
70
-2312
/
+4230
2014-07-16
tracing: Kill "filter_string" arg of replace_preds()
Oleg Nesterov
1
-6
/
+3
2014-07-16
tracing: Change apply_subsystem_event_filter() paths to check file->system ==...
Oleg Nesterov
1
-23
/
+16
2014-07-16
tracing/uprobes: Kill the dead TRACE_EVENT_FL_USE_CALL_FILTER logic
Oleg Nesterov
1
-2
/
+1
2014-07-16
tracing: Kill call_filter_disable()
Oleg Nesterov
1
-6
/
+1
2014-07-16
tracing: Kill destroy_call_preds()
Oleg Nesterov
2
-7
/
+2
2014-07-16
tracing: Kill destroy_preds() and destroy_file_preds()
Oleg Nesterov
2
-21
/
+0
2014-07-16
rcu: Allow for NULL tick_nohz_full_mask when nohz_full= missing
Paul E. McKenney
1
-3
/
+4
2014-07-16
ftrace: Allow archs to specify if they need a separate function graph trampoline
Steven Rostedt (Red Hat)
1
-2
/
+4
2014-07-16
sched: Allow wait_on_bit_action() functions to support a timeout
NeilBrown
1
-8
/
+8
2014-07-16
sched: Remove proliferation of wait_on_bit() action functions
NeilBrown
2
-7
/
+19
2014-07-16
Merge tag 'v3.16-rc5' into sched/core, to refresh the branch before applying ...
Ingo Molnar
22
-137
/
+530
[prev]
[next]