summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* mutex, futex: adjust kernel-doc markups to generate ReSTMauro Carvalho Chehab2017-05-162-23/+23
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-05-091-1/+1
|\
| * fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers2017-04-261-1/+1
* | Merge tag 'trace-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2017-05-082-12/+10
|\ \
| * | ftrace: Simplify ftrace_match_record() even moreSteven Rostedt (VMware)2017-05-031-11/+9
| * | ftrace: Remove an unneeded conditionDan Carpenter2017-05-031-1/+1
| * | tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()Amey Telawane2017-05-031-1/+1
* | | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-081-4/+11
|\ \ \
| * | | genirq: Return the IRQ name from free_irq()Christoph Hellwig2017-04-181-3/+10
| * | | genirq: Fix indentation in remove_irq()Christoph Hellwig2017-04-181-1/+1
* | | | Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-05-083-10/+42
|\ \ \ \
| * | | | console: move console_init() out of tty_io.cNicolas Pitre2017-04-181-0/+24
| * | | | Merge 4.11-rc7 into tty-nextGreg Kroah-Hartman2017-04-1712-107/+146
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge 4.11-rc5 into tty-nextGreg Kroah-Hartman2017-04-032-21/+30
| |\ \ \ \
| * | | | | braille-console: Fix value returned by _braille_console_setupSamuel Thibault2017-03-312-10/+18
* | | | | | trace: make trace_hwlat timestamp y2038 safeDeepa Dinamani2017-05-083-15/+14
* | | | | | kernel/power/snapshot.c: use set_memory.h headerLaura Abbott2017-05-081-0/+3
* | | | | | kernel/module.c: use set_memory.h headerLaura Abbott2017-05-081-0/+3
* | | | | | mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-085-11/+7
* | | | | | kcov: simplify interrupt checkDmitry Vyukov2017-05-081-8/+1
* | | | | | taskstats: add e/u/stime for TGID commandZhang Xiao2017-05-081-0/+14
* | | | | | pidns: expose task pid_ns_for_children to userspaceKirill Tkhai2017-05-081-0/+34
* | | | | | pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid()Kirill Tkhai2017-05-081-1/+3
* | | | | | ia64: reuse append_elf_note() and final_note() functionsHari Bathini2017-05-082-48/+14
* | | | | | crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini2017-05-085-407/+456
* | | | | | fork: free vmapped stacks in cache when cpus are offlineHoeun Ryu2017-05-081-0/+23
* | | | | | kernel/hung_task.c: defer showing held locksTetsuo Handa2017-05-081-1/+7
* | | | | | proc/sysctl: fix the int overflow for jiffies conversionGao Feng2017-05-081-1/+1
* | | | | | Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-051-14/+18
|\ \ \ \ \ \
| * | | | | | powerpc/kprobes: Fix handling of function offsets on ABIv2Naveen N. Rao2017-04-201-3/+4
| * | | | | | kprobes: Convert kprobe_lookup_name() to a functionNaveen N. Rao2017-04-201-12/+8
| * | | | | | kprobes: Skip preparing optprobe if the probe is ftrace-basedMasami Hiramatsu2017-04-201-2/+9
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-05-053-4/+3
|\ \ \ \ \ \ \
| * | | | | | | signal: Make kill_proc_info staticEric W. Biederman2017-04-211-1/+1
| * | | | | | | rlimit: Properly call security_task_setrlimitEric W. Biederman2017-04-211-2/+1
| * | | | | | | posix-timers: Correct sanity check in posix_cpu_nsleepEric W. Biederman2017-04-161-1/+1
* | | | | | | | Merge tag 'modules-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-031-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | kallsyms: Use bounded strnchr() when parsing stringNaveen N. Rao2017-04-241-1/+1
* | | | | | | | Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-05-0312-585/+1303
|\ \ \ \ \ \ \ \
| * | | | | | | | ring-buffer: Return reader page back into existing ring bufferSteven Rostedt (VMware)2017-05-013-9/+50
| * | | | | | | | tracing/ftrace: Allow for instances to trigger their own stacktrace probesSteven Rostedt (VMware)2017-04-201-3/+14
| * | | | | | | | tracing/ftrace: Allow for the traceonoff probe be unique to instancesSteven Rostedt (VMware)2017-04-203-12/+15
| * | | | | | | | tracing/ftrace: Enable snapshot function trigger to work with instancesSteven Rostedt (VMware)2017-04-201-19/+25
| * | | | | | | | tracing/ftrace: Allow instances to have their own function probesSteven Rostedt (VMware)2017-04-201-2/+2
| * | | | | | | | tracing/ftrace: Add a better way to pass data via the probe functionsSteven Rostedt (VMware)2017-04-205-107/+153
| * | | | | | | | ftrace: Dynamically create the probe ftrace_ops for the trace_arraySteven Rostedt (VMware)2017-04-205-57/+146
| * | | | | | | | tracing: Pass the trace_array into ftrace_probe_ops functionsSteven Rostedt (VMware)2017-04-205-30/+51
| * | | | | | | | tracing: Have the trace_array hold the list of registered func probesSteven Rostedt (VMware)2017-04-205-30/+56
| * | | | | | | | ftrace: If the hash for a probe fails to update then free what was initializedSteven Rostedt (VMware)2017-04-201-1/+15
| * | | | | | | | ftrace: Have the function probes call their own functionSteven Rostedt (VMware)2017-04-202-127/+99