summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-11-06ftrace: Have control op function callback only trace when RCU is watchingSteven Rostedt (Red Hat)1-0/+9
2013-11-06rcu: Do not trace rcu_is_watching() functionsSteven Rostedt2-3/+3
2013-11-06Merge branch 'idle.2013.09.25a' of git://git.kernel.org/pub/scm/linux/kernel/...Steven Rostedt (Red Hat)6-24/+41
2013-11-06trace/trace_stat: use rbtree postorder iteration helper instead of opencodingCody P Schafer1-36/+5
2013-10-19ftrace: Add set_graph_notrace filterNamhyung Kim3-3/+108
2013-10-19ftrace: Narrow down the protected area of graph_lockNamhyung Kim1-13/+9
2013-10-19ftrace: Introduce struct ftrace_graph_dataNamhyung Kim1-19/+62
2013-10-19ftrace: Get rid of ftrace_graph_filter_enabledNamhyung Kim2-7/+2
2013-10-19tracing: Fix potential out-of-bounds in trace_get_user()Steven Rostedt1-1/+4
2013-10-10tracing: Show more exact help information about snapshotWang YanQing1-1/+1
2013-10-05Merge tag 'pm+acpi-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+12
2013-10-02Merge branch 'irq/urgent-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-3/+12
2013-10-01irq: Force hardirq exit's softirq processing on its own stackFrederic Weisbecker1-3/+12
2013-10-01pidns: fix free_pid() to handle the first fork failureOleg Nesterov1-0/+5
2013-10-01kernel/kmod.c: check for NULL in call_usermodehelper_exec()Tetsuo Handa1-0/+4
2013-09-30PM / hibernate: Fix user space driven resume regressionRafael J. Wysocki2-1/+12
2013-09-29Merge branches 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-u...Linus Torvalds1-0/+12
2013-09-28kernel/params: fix handling of signed integer typesJean Delvare1-3/+3
2013-09-28Merge branch 'context_tracking/fixes' of git://git.kernel.org/pub/scm/linux/k...Ingo Molnar1-0/+12
2013-09-27arm: Fix build error with context tracking callsFrederic Weisbecker1-0/+12
2013-09-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+5
2013-09-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+21
2013-09-25rcu: Consistent rcu_is_watching() namingPaul E. McKenney4-24/+24
2013-09-25rcu: Change EXPORT_SYMBOL() to EXPORT_SYMBOL_GPL()Paul E. McKenney1-1/+1
2013-09-25rcu: Is it safe to enter an RCU read-side critical section?Paul E. McKenney2-2/+15
2013-09-25rcu: Throttle invoke_rcu_core() invocations due to non-lazy callbacksPaul E. McKenney1-0/+2
2013-09-25rcu: Throttle rcu_try_advance_all_cbs() executionPaul E. McKenney2-3/+11
2013-09-25rcu: Remove redundant code from rcu_cleanup_after_idle()Paul E. McKenney1-8/+2
2013-09-25kernel/reboot.c: re-enable the function of variable reboot_defaultChuansheng Liu1-1/+8
2013-09-25audit: fix endless wait in audit_log_start()Konstantin Khlebnikov1-2/+3
2013-09-25watchdog: update watchdog_thresh properlyMichal Hocko1-3/+50
2013-09-25watchdog: update watchdog attributes atomicallyMichal Hocko1-2/+5
2013-09-20sched/balancing: Fix cfs_rq->task_h_load calculationVladimir Davydov1-1/+1
2013-09-20sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_...Vladimir Davydov1-2/+2
2013-09-20sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imba...Vladimir Davydov1-1/+2
2013-09-20perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'Peter Zijlstra1-0/+21
2013-09-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+4
2013-09-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-10/+15
2013-09-16sched: Fix comment for sched_info_departMichael S. Tsirkin1-2/+3
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-1/+1
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky3-15/+1
2013-09-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds4-18/+25
2013-09-13kernel: replace strict_strto*() with kstrto*()Jingoo Han3-9/+9
2013-09-13memcg: reduce function dereferenceSha Zhengju1-8/+11
2013-09-13memcg: avoid overflow caused by PAGE_ALIGNSha Zhengju1-1/+5
2013-09-13memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju1-4/+4
2013-09-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2013-09-12Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-32/+37
2013-09-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+2
2013-09-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1