summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-212-5/+5
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-211-2/+1
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2017-11-212-2/+2
|\
| * added new line symbol after warning about dropped messagesMaxim Akristiniy2017-10-301-1/+1
| * printk: fix typo in printk_safe.cBaoquan He2017-10-301-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-1710-292/+396
|\ \
| * | kernel/reboot.c: add devm_register_reboot_notifier()Andrey Smirnov2017-11-171-0/+27
| * | kcov: support comparison operands collectionVictor Chibotaru2017-11-171-35/+179
| * | kcov: remove pointless current != NULL checkAndrey Ryabinin2017-11-171-1/+1
| * | kernel/panic.c: add TAINT_AUXBorislav Petkov2017-11-171-0/+2
| * | pid: remove pidhashGargi Sharma2017-11-173-42/+14
| * | pid: replace pid bitmap implementation with IDR APIGargi Sharma2017-11-172-195/+59
| * | kernel/sysctl.c: code cleanupsOla N. Kaldestad2017-11-171-5/+3
| * | kdump: print a message in case parse_crashkernel_mem resulted in zero bytesDave Young2017-11-171-1/+2
| * | kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...Oleg Nesterov2017-11-171-2/+2
| * | kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ...Oleg Nesterov2017-11-171-1/+1
| * | kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILLOleg Nesterov2017-11-171-5/+7
| * | sysctl: check for UINT_MAX before unsigned int min/maxJoe Lawrence2017-11-171-6/+8
| * | pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence2017-11-171-0/+49
| * | pipe: match pipe_max_size data type with procfsJoe Lawrence2017-11-171-1/+1
| * | kernel/umh.c: optimize 'proc_cap_handler()'Christophe JAILLET2017-11-171-2/+2
| * | bug: fix "cut here" location for __WARN_TAINT architecturesKees Cook2017-11-171-1/+15
| * | bug: define the "cut here" string in a single placeKees Cook2017-11-171-1/+1
| * | kernel debug: support resetting WARN_ONCE for all architecturesAndi Kleen2017-11-171-1/+2
| * | kernel debug: support resetting WARN*_ONCEAndi Kleen2017-11-171-0/+28
* | | Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-11-1722-385/+754
|\ \ \
| * | | ftrace: Kill FTRACE_OPS_FL_PER_CPUPeter Zijlstra2017-10-161-49/+6
| * | | perf/ftrace: Small cleanupPeter Zijlstra2017-10-161-1/+1
| * | | perf/ftrace: Fix function trace eventsPeter Zijlstra2017-10-161-31/+49
| * | | perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:functi...Peter Zijlstra2017-10-165-17/+10
| * | | tracing: mark trace_test_buffer as __maybe_unusedArnd Bergmann2017-10-131-1/+1
| * | | printk: Remove superfluous memory barriers from printk_safeSteven Rostedt (VMware)2017-10-131-7/+8
| * | | ftrace: Clear hashes of stale ips of init memoryJoel Fernandes2017-10-101-0/+69
| * | | tracing: Add support for preempt and irq enable/disable eventsJoel Fernandes2017-10-103-1/+46
| * | | tracing: Prepare to add preempt and irq trace eventsJoel Fernandes2017-10-061-26/+74
| * | | ftrace/kallsyms: Have /proc/kallsyms show saved mod init functionsSteven Rostedt (VMware)2017-10-052-6/+72
| * | | ftrace: Add freeing algorithm to free ftrace_mod_mapsSteven Rostedt (VMware)2017-10-051-2/+30
| * | | ftrace: Save module init functions kallsyms symbols for tracingSteven Rostedt (VMware)2017-10-053-3/+150
| * | | ftrace: Allow module init functions to be tracedSteven Rostedt (VMware)2017-10-052-2/+6
| * | | ftrace: Add a ftrace_free_mem() function for modules to useSteven Rostedt (VMware)2017-10-041-3/+11
| * | | tracing: Reimplement log2Tom Zanussi2017-10-041-4/+27
| * | | tracing: Add hist_field_name() accessorTom Zanussi2017-10-041-22/+45
| * | | tracing: Clean up hist_field_flags enumTom Zanussi2017-10-041-10/+10
| * | | tracing: Make traceprobe parsing code reusableTom Zanussi2017-10-046-103/+103
| * | | tracing: Increase tracing map KEYS_MAX sizeTom Zanussi2017-10-041-1/+1
| * | | tracing: Remove lookups from tracing_map hitcountTom Zanussi2017-10-041-1/+2
| * | | tracing: Exclude 'generic fields' from histogramsTom Zanussi2017-10-041-2/+2
| * | | ring-buffer: Rewrite trace_recursive_(un)lock() to be simplerSteven Rostedt (VMware)2017-10-041-47/+17
| * | | tracing: Reverse the order of trace_types_lock and event_mutexSteven Rostedt (VMware)2017-10-042-16/+20