summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2014-07-23timekeeping: Simplify arch_gettimeoffset()Thomas Gleixner-12/+6
2014-07-23kernel: time: Add udelay_test module to validate udelayDavid Riley-0/+170
2014-07-23PM: Create PM workqueue if runtime PM is not configured tooRafael J. Wysocki-4/+0
2014-07-23PM / sleep: Move platform suspend operations to separate functionsRafael J. Wysocki-43/+77
2014-07-23PM / OPP: Remove ARCH_HAS_OPPMark Brown-3/+0
2014-07-22workqueue: use nr_node_ids instead of wq_numa_tbl_lenLai Jiangshan-8/+3
2014-07-22workqueue: remove the misnamed out_unlock label in get_unbound_pool()Lai Jiangshan-2/+2
2014-07-22workqueue: remove the stale comment in pwq_unbound_release_workfn()Lai Jiangshan-9/+1
2014-07-22workqueue: move rescuer pool detachment to the endLai Jiangshan-8/+6
2014-07-22workqueue: unfold start_worker() into create_worker()Lai Jiangshan-57/+18
2014-07-22workqueue: remove @wakeup from worker_set_flags()Lai Jiangshan-22/+11
2014-07-22workqueue: remove an unneeded UNBOUND test before waking up the next workerLai Jiangshan-3/+6
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-119/+253
2014-07-21tracing: Fix wraparound problems in "uptime" trace clockTony Luck-5/+6
2014-07-21PM / sleep: Simplify sleep states sysfs interface codeRafael J. Wysocki-41/+31
2014-07-19Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-45/+85
2014-07-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2014-07-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+18
2014-07-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-56/+121
2014-07-19Merge tag 'irqchip-core-3.17-3' of git://git.infradead.org/users/jcooper/linu...Thomas Gleixner-2/+3
2014-07-18Merge tag 'pm+acpi-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+3
2014-07-18tracing: Convert local function_graph functions to staticSteven Rostedt (Red Hat)-4/+4
2014-07-18workqueue: wake regular worker if need_more_worker() when rescuer leave the poolLai Jiangshan-2/+2
2014-07-18ftrace: Do not copy old hash when resettingWang Nan-10/+5
2014-07-18tracing: let user specify tracing_thresh after selecting function_graphStanislav Fomichev-7/+67
2014-07-18seccomp: implement SECCOMP_FILTER_FLAG_TSYNCKees Cook-1/+134
2014-07-18seccomp: allow mode setting across threadsKees Cook-11/+25
2014-07-18seccomp: introduce writer lockingKees Cook-2/+63
2014-07-18seccomp: split filter prep from check and applyKees Cook-30/+67
2014-07-18sched: move no_new_privs into new atomic flagsKees Cook-3/+3
2014-07-18seccomp: add "seccomp" syscallKees Cook-5/+53
2014-07-18seccomp: split mode setting routinesKees Cook-23/+48
2014-07-18seccomp: extract check/assign mode helpersKees Cook-4/+18
2014-07-18seccomp: create internal mode-setting functionKees Cook-2/+14
2014-07-18ring-buffer: Always run per-cpu ring buffer resize with schedule_work_on()Corey Minyard-20/+4
2014-07-18tracing: Remove function_trace_stop and HAVE_FUNCTION_TRACE_MCOUNT_TESTSteven Rostedt (Red Hat)-8/+0
2014-07-18ftrace: Remove function_trace_stop check from list funcSteven Rostedt (Red Hat)-6/+2
2014-07-18ftrace: Do no disable function tracing on enabling function tracingSteven Rostedt (Red Hat)-7/+0
2014-07-18ftrace-graph: Remove usage of ftrace_stop() in ftrace_graph_stop()Steven Rostedt (Red Hat)-5/+0
2014-07-18kprobes: Fix "Failed to find blacklist" probing errors on ia64 and ppc64Masami Hiramatsu-5/+9
2014-07-17Add module param type 'ullong'Hannes Reinecke-0/+1
2014-07-17Merge tag 'trace-fixes-v3.16-rc5-v2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-8/+19
2014-07-17ftrace-graph: Remove dependency of ftrace_stop() from ftrace_graph_stop()Steven Rostedt (Red Hat)-5/+35
2014-07-17PM / Sleep: Remove ftrace_stop/start() from suspend and hibernateSteven Rostedt (Red Hat)-8/+0
2014-07-17KEYS: validate certificate trust only with builtin keysDmitry Kasatkin-0/+1
2014-07-17genirq: generic chip: Export irq_map_generic_chip functionBoris BREZILLON-2/+3
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso-16/+13
2014-07-17locking/lockdep: Only ask for /proc/lock_stat output when availableAndreas Gruenbacher-0/+2
2014-07-17Merge branch 'locking/urgent' into locking/core, before applying larger chang...Ingo Molnar-147/+397
2014-07-17Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar-155/+450