summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | tracing: Add build bug if we have more trace_flags than bitsSteven Rostedt (Red Hat)2015-09-302-1/+11
| * | | | | | | tracing: Always show all tracer options in the options directorySteven Rostedt (Red Hat)2015-09-302-34/+27Star
| * | | | | | | tracing: Only create stacktrace option when STACKTRACE is configuredSteven Rostedt (Red Hat)2015-09-292-14/+23
| * | | | | | | tracing: Do not create function tracer options when not compiled inSteven Rostedt (Red Hat)2015-09-294-22/+63
| * | | | | | | tracing: Only create branch tracer options when compiled inSteven Rostedt (Red Hat)2015-09-291-2/+9
| * | | | | | | tracing: Only create function graph options when it is compiled inSteven Rostedt (Red Hat)2015-09-294-11/+32
| * | | | | | | tracing: Use TRACE_FLAGS macro to keep enums and strings matchedSteven Rostedt (Red Hat)2015-09-292-83/+55Star
| * | | | | | | tracing: Use enums instead of hard coded bitmasks for TRACE_ITER flagsSteven Rostedt (Red Hat)2015-09-291-26/+55
| * | | | | | | tracing: Remove unused tracing option "ftrace_preempt"Steven Rostedt (Red Hat)2015-09-292-18/+16Star
| * | | | | | | tracing: Move "display-graph" option to main optionsSteven Rostedt (Red Hat)2015-09-294-64/+30Star
| * | | | | | | tracing: Turn seq_print_user_ip() into a static functionSteven Rostedt (Red Hat)2015-09-282-4/+2Star
| * | | | | | | tracing: Inject seq_print_userip_objs() into its only userSteven Rostedt (Red Hat)2015-09-282-47/+36Star
| * | | | | | | tracing: Make ftrace_trace_stack() staticSteven Rostedt (Red Hat)2015-09-282-9/+9
| * | | | | | | tracing: Pass trace_array into trace_buffer_unlock_commit()Steven Rostedt (Red Hat)2015-09-255-20/+19Star
| * | | | | | | tracing: Remove unused function trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)2015-09-251-8/+0Star
| * | | | | | | tracing: Remove ftrace_trace_stack_regs()Steven Rostedt (Red Hat)2015-09-252-19/+14Star
| * | | | | | | kernel/trace_probe: is_good_name can be booleanYaowei Bai2015-09-221-4/+4
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-065-39/+120
|\ \ \ \ \ \ \ \
| * | | | | | | | mm: introduce VM_LOCKONFAULTEric B Munson2015-11-061-1/+2
| * | | | | | | | mm: mlock: add new mlock system callEric B Munson2015-11-061-0/+1
| * | | | | | | | mm, oom: remove task_lock protecting comm printingDavid Rientjes2015-11-061-7/+7
| * | | | | | | | kernel/watchdog.c: fix race between proc_watchdog_thresh() and watchdog_timer...Ulrich Obergfell2015-11-061-1/+1
| * | | | | | | | kernel/watchdog.c: remove {get|put}_online_cpus() from watchdog_{park|unpark}...Ulrich Obergfell2015-11-061-4/+6
| * | | | | | | | kernel/watchdog.c: avoid races between /proc handlers and CPU hotplugUlrich Obergfell2015-11-061-0/+6
| * | | | | | | | kernel/watchdog.c: avoid race between lockup detector suspend/resume and CPU ...Ulrich Obergfell2015-11-061-0/+2
| * | | | | | | | kernel/watchdog.c: add sysctl knob hardlockup_panicDon Zickus2015-11-062-1/+12
| * | | | | | | | kernel/watchdog.c: perform all-CPU backtrace in case of hard lockupJiri Kosina2015-11-062-5/+37
| * | | | | | | | watchdog: do not unpark threads in watchdog_park_threads() on errorUlrich Obergfell2015-11-061-4/+6
| * | | | | | | | watchdog: implement error handling in lockup_detector_suspend()Ulrich Obergfell2015-11-061-0/+5
| * | | | | | | | watchdog: implement error handling in update_watchdog_all_cpus() and callersUlrich Obergfell2015-11-061-7/+23
| * | | | | | | | watchdog: move watchdog_disable_all_cpus() outside of ifdefUlrich Obergfell2015-11-061-3/+5
| * | | | | | | | watchdog: fix error handling in proc_watchdog_thresh()Ulrich Obergfell2015-11-061-3/+4
| * | | | | | | | kernel/watchdog.c: is_hardlockup can be booleanYaowei Bai2015-11-061-3/+3
* | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-061-0/+2
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME supportAndrey Smetanin2015-10-011-0/+2
* | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-11-062-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-0/+1
| * | | | | | | | | certs: add .gitignore to stop git nagging about x509_certificate_listPaul Gortmaker2015-10-211-1/+0Star
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2015-11-064-25/+39
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | audit: make audit_log_common_recv_msg() a void functionPaul Moore2015-11-041-5/+3Star
| * | | | | | | | | audit: removing unused variableSaurabh Sengar2015-11-041-4/+3Star
| * | | | | | | | | audit: fix comment block whitespaceScott Matheina2015-11-041-7/+7
| * | | | | | | | | audit: audit_tree_match can be booleanYaowei Bai2015-11-042-4/+4
| * | | | | | | | | audit: audit_string_contains_control can be booleanYaowei Bai2015-11-041-3/+3
| * | | | | | | | | audit: try harder to send to auditd upon netlink failureRichard Guy Briggs2015-11-041-5/+22
* | | | | | | | | | Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-11-056-633/+765
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cgroup: fix race condition around termination check in css_task_iter_next()Tejun Heo2015-10-291-8/+9
| * | | | | | | | | | cgroup: drop cgroup__DEVEL__legacy_files_on_dflTejun Heo2015-10-151-28/+2Star
| * | | | | | | | | | cgroup: replace error handling in cgroup_init() with WARN_ON()sTejun Heo2015-10-151-11/+4Star
| * | | | | | | | | | cgroup: add cgroup_subsys->free() method and use it to fix pids controllerTejun Heo2015-10-152-2/+9