summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | tracing: Remove redundant unread variable retColin Ian King2017-10-041-4/+2
| * | tracing: Remove obsolete sched_switch tracer selftestJoel Fernandes2017-10-042-34/+0
* | | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-173-107/+83
|\ \ \ | |_|/ |/| |
| * | sched_rr_get_interval(): move compat to native, get rid of set_fs()Al Viro2017-09-202-22/+30
| * | get_compat_sigset()Al Viro2017-09-192-30/+20
| * | get rid of {get,put}_compat_itimerspec()Al Viro2017-09-191-18/+0
OpenPOWER on IntegriCloud