summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-07-01tracing: Convert pr_warning() to pr_warn() in trace_events.cFabian Frederick
2014-07-01ftrace: Do not copy hash if O_TRUNC is setNamhyung Kim
2014-07-01ftrace: Fix memory leak on failure path in ftrace_allocate_pages()Namhyung Kim
2014-07-01ftrace: Get rid of obsolete global_start_up variableNamhyung Kim
2014-07-01tracing: Add trace_seq_buffer_ptr() helper functionSteven Rostedt (Red Hat)
2014-07-01tracing: Remove unnecessary null test before debugfs_remove()Fabian Frederick
2014-07-01tracing: Remove trace_seq_reserve()Steven Rostedt (Red Hat)
2014-07-01tracing: Make trace_seq_putmem_hex() more robustSteven Rostedt (Red Hat)
2014-07-01tracing: Clean up trace_seq.cSteven Rostedt (Red Hat)
2014-07-01tracing: Move the trace_seq_* functions into its own trace_seq.c fileSteven Rostedt (Red Hat)
2014-07-01ftrace: Simplify ftrace_hash_disable/enable path in ftrace_hash_moveMasami Hiramatsu
2014-07-01ftrace: Add trampolines to enabled_functions debug fileSteven Rostedt (Red Hat)
2014-07-01ftrace: Optimize function graph to be called directlySteven Rostedt (Red Hat)
2014-06-30ftrace: Add ftrace_rec_counter() macro to simplify the codeSteven Rostedt (Red Hat)
2014-06-30ftrace: Allow no regs if no more callbacks require itSteven Rostedt (Red Hat)
2014-06-25Merge tag 'trace-fixes-v3.16-rc1-v2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-06-23kernel/watchdog.c: print traces for all cpus on lockup detectionAaron Tomlin
2014-06-23mm, pcp: allow restoring percpu_pagelist_fraction defaultDavid Rientjes
2014-06-23kernel/watchdog.c: remove preemption restrictions when restarting lockup dete...Don Zickus
2014-06-23kexec: save PG_head_mask in VMCOREINFOPetr Tesarik
2014-06-23CPU hotplug, smp: flush any pending IPI callbacks before CPU offlineSrivatsa S. Bhat
2014-06-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-06-21Merge branch 'locking-urgent-for-linus.patch' of git://git.kernel.org/pub/scm...Linus Torvalds
2014-06-21tracing: syscall_regfunc() should not skip kernel threadsOleg Nesterov
2014-06-21tracing: Change syscall_*regfunc() to check PF_KTHREAD and use for_each_proce...Oleg Nesterov
2014-06-21tracing: Fix syscall_*regfunc() vs copy_process() raceOleg Nesterov
2014-06-19Merge tag 'pm+acpi-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds
2014-06-16x86, kaslr: boot-time selectable with hibernationKees Cook
2014-06-16PM / hibernate: introduce "nohibernate" boot parameterKees Cook
2014-06-16rtmutex: Plug slow unlock raceThomas Gleixner
2014-06-14Merge branch 'perf/core' into perf/urgent, to pick up the latest fixesIngo Molnar
2014-06-14x86/kprobes: Fix build errors and blacklist context_track_userMasami Hiramatsu
2014-06-12Merge tag 'trace-3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2014-06-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-06-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-06-12Merge tag 'pm+acpi-3.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-06-12Merge commit '3cf2f34' into sched/core, to fix build errorIngo Molnar
2014-06-12Merge branch 'pm-sleep'Rafael J. Wysocki
2014-06-11Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-06-10Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2014-06-10gcov: add support for GCC 4.9Yuan Pengfei
2014-06-10fs,userns: Change inode_capable to capable_wrt_inode_uidgidAndy Lutomirski
2014-06-10tracing: Fix check of ftrace_trace_arrays list_empty() checkSteven Rostedt (Red Hat)
2014-06-10tracing: Fix leak of per cpu max data in instancesSteven Rostedt (Red Hat)
2014-06-10auditsc: audit_krule mask accesses need bounds checkingAndy Lutomirski
2014-06-10tracing: Cleanup saved_cmdlines_size changesNamhyung Kim
2014-06-10ring-buffer: Check if buffer exists before pollingSteven Rostedt (Red Hat)