summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-07-31kprobes/x86: ftrace based optimization for x86Masami Hiramatsu1-1/+1
2012-07-31kprobes: introduce ftrace based optimizationMasami Hiramatsu1-13/+92
2012-07-31kprobes: Move locks into appropriate functionsMasami Hiramatsu1-21/+42
2012-07-31kprobes: cleanup to separate probe-able checkMasami Hiramatsu1-37/+45
2012-07-31kprobes: Inverse taking of module_mutex with kprobe_mutexSteven Rostedt1-2/+2
2012-07-31ftrace: add ftrace_set_filter_ip() for address based filterMasami Hiramatsu1-2/+57
2012-07-31ftrace: Add selftest to test function save-regs supportSteven Rostedt2-1/+115
2012-07-31ftrace: Add selftest to test function trace recursion protectionSteven Rostedt2-0/+157
2012-07-31ftrace: Only compile ftrace selftest if selftests are enabledSteven Rostedt1-0/+2
2012-07-31ftrace: Add default recursion protection for function tracingSteven Rostedt7-8/+19
2012-07-19ftrace/x86: Add separate function to save regsSteven Rostedt1-8/+83
2012-07-19ftrace: Return pt_regs to function trace callbackSteven Rostedt8-28/+43
2012-07-19ftrace: Consolidate arch dependent functions with 'list' functionSteven Rostedt1-41/+4
2012-07-19ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt8-44/+94
2012-07-18Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-0/+4
2012-07-18Merge branch 'linus' into perf/coreIngo Molnar14-200/+472
2012-07-16timekeeping: Add missing update call in timekeeping_resume()Thomas Gleixner1-0/+1
2012-07-14Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds9-85/+229
2012-07-14Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-18/+98
2012-07-12tracing: Check for allocation failure in __tracing_open()Dan Carpenter1-0/+4
2012-07-12Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-6/+10
2012-07-12c/r: prctl: less paranoid prctl_set_mm_exe_file()Konstantin Khlebnikov1-6/+10
2012-07-12hrtimer: Update hrtimer base offsets each hrtimer_interruptJohn Stultz1-14/+14
2012-07-12timekeeping: Provide hrtimer update functionThomas Gleixner1-0/+34
2012-07-12hrtimers: Move lock held region in hrtimer_interrupt()Thomas Gleixner1-2/+3
2012-07-12timekeeping: Maintain ktime_t based offsets for hrtimersThomas Gleixner1-2/+23
2012-07-12timekeeping: Fix leapsecond triggered load spike issueJohn Stultz1-0/+4
2012-07-12hrtimer: Provide clock_was_set_delayed()John Stultz1-0/+20
2012-07-11Merge tag 'driver-core-3.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-76/+126
2012-07-09kmsg: merge continuation records while printingKay Sievers1-42/+78
2012-07-09kmsg: /proc/kmsg - support reading of partial log recordsKay Sievers1-8/+20
2012-07-08cgroup: fix cgroup hierarchy umount raceTejun Heo1-1/+5
2012-07-08Revert "cgroup: superblock can't be released with active dentries"Tejun Heo1-14/+3
2012-07-06kmsg: make sure all messages reach a newly registered boot consoleKay Sievers1-0/+6
2012-07-06kmsg: properly handle concurrent non-blocking read() from /proc/kmsgKay Sievers1-8/+1
2012-07-06kmsg: add the facility number to the syslog prefixKay Sievers1-4/+7
2012-07-06kmsg: escape the backslash character while exporting dataKay Sievers1-2/+2
2012-07-06printk: replacing the raw_spin_lock/unlock with raw_spin_lock/unlock_irqliu chuansheng1-12/+12
2012-07-06Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar4-4/+13
2012-07-06Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar4-10/+33
2012-07-05Merge branch 'perf/urgent' into perf/coreIngo Molnar12-218/+591
2012-07-05sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra4-75/+205
2012-07-05sched: Fix fork() error path to not crashSalman Qazi1-3/+8
2012-07-04Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-4/+7
2012-07-02Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation"Paul E. McKenney4-4/+13
2012-07-01printk.c: fix kernel-doc warningsRandy Dunlap1-1/+1
2012-06-30Merge tag 'driver-core-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-84/+213
2012-06-30printk: Optimize if statement logic where newline existsSteven Rostedt1-7/+6
2012-06-30ring-buffer: Fix accounting of entries when removing pagesVaibhav Nagarnaik1-3/+2
2012-06-30ring-buffer: Fix crash due to uninitialized new_pages list headVaibhav Nagarnaik1-0/+1