summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2020-04-101-0/+1
|\ \ \ \ \ \
| * | | | | | proc: Use a dedicated lock in struct pidEric W. Biederman2020-04-091-0/+1
* | | | | | | Merge tag 'pm-5.7-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2020-04-101-55/+46
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | PM / sleep: handle the compat case in snapshot_set_swap_area()Christoph Hellwig2020-04-061-32/+22
| * | | | | | PM / sleep: move SNAPSHOT_SET_SWAP_AREA handling into a helperChristoph Hellwig2020-04-061-28/+29
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'modules-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-091-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | kernel: module: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-171-2/+2
* | | | | | kernel/gcov/fs.c: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-071-1/+1
* | | | | | gcov: gcc_3_4: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-071-3/+3
* | | | | | gcov: gcc_4_7: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-071-1/+1
* | | | | | kernel/kmod.c: fix a typo "assuems" -> "assumes"Qiujun Huang2020-04-071-1/+1
* | | | | | kallsyms: unexport kallsyms_lookup_name() and kallsyms_on_each_symbol()Will Deacon2020-04-071-2/+0
* | | | | | compiler: remove CONFIG_OPTIMIZE_INLINING entirelyMasahiro Yamada2020-04-071-1/+0
* | | | | | kernel/extable.c: use address-of operator on section symbolsNathan Chancellor2020-04-071-1/+2
* | | | | | proc: faster open/read/close with "permanent" filesAlexey Dobriyan2020-04-071-0/+1
* | | | | | mm/vma: replace all remaining open encodings with is_vm_hugetlb_page()Anshuman Khandual2020-04-071-1/+2
* | | | | | mm/vma: make vma_is_accessible() available for general useAnshuman Khandual2020-04-071-1/+1
* | | | | | mm: set vm_next and vm_prev to NULL in vm_area_dup()Li Xinhai2020-04-071-1/+1
* | | | | | mm: don't prepare anon_vma if vma has VM_WIPEONFORKLi Xinhai2020-04-071-3/+5
| |/ / / / |/| | | |
* | | | | Merge tag 'pm-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2020-04-062-1/+8
|\ \ \ \ \
| * | | | | PM: sleep: Add pm_debug_messages kernel command line optionChen Yu2020-04-021-0/+7
| * | | | | PM: hibernate: Propagate the return value of hibernation_restore()Dexuan Cui2020-04-011-1/+1
* | | | | | Merge tag 'fsnotify_for_v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-062-25/+4
|\ \ \ \ \ \
| * | | | | | fsnotify: use helpers to access data by data_typeAmir Goldstein2020-03-232-25/+4
* | | | | | | Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-04-051-0/+133
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'perf-urgent-for-mingo-5.7-20200403' of git://git.kernel.org/pub/sc...Ingo Molnar2020-04-041-0/+133
| |\ \ \ \ \ \ \
| | * | | | | | | perf/core: Add PERF_SAMPLE_CGROUP featureNamhyung Kim2020-03-271-0/+22
| | * | | | | | | perf/core: Add PERF_RECORD_CGROUP eventNamhyung Kim2020-03-271-0/+111
* | | | | | | | | Merge tag 'timers-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-04-051-2/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | hrtimer: Don't dereference the hrtimer pointer after the callbackSebastian Andrzej Siewior2020-04-011-2/+3
| |/ / / / / / / /
* | | | | | | | | Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-04-0510-205/+714
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tracing: Do not allocate buffer in trace_find_next_entry() in atomicSteven Rostedt (VMware)2020-04-031-1/+20
| * | | | | | | | | tracing: Create set_event_notrace_pid to not trace tasksSteven Rostedt (VMware)2020-03-273-72/+244
| * | | | | | | | | ftrace: Create set_ftrace_notrace_pid to not trace tasksSteven Rostedt (VMware)2020-03-274-35/+180
| * | | | | | | | | ftrace: Make function trace pid filtering a bit more exactSteven Rostedt (VMware)2020-03-272-9/+27
| * | | | | | | | | ftrace/kprobe: Show the maxactive number on kprobe_eventsMasami Hiramatsu2020-03-271-0/+2
| * | | | | | | | | ring-buffer/tracing: Have iterator acknowledge dropped eventsSteven Rostedt (VMware)2020-03-272-4/+28
| * | | | | | | | | tracing: Do not disable tracing when reading the trace fileSteven Rostedt (VMware)2020-03-272-3/+7
| * | | | | | | | | ring-buffer: Do not disable recording when there is an iteratorSteven Rostedt (VMware)2020-03-271-2/+0
| * | | | | | | | | ring-buffer: Make resize disable per cpu buffer instead of total bufferSteven Rostedt (VMware)2020-03-271-13/+30
| * | | | | | | | | ring-buffer: Optimize rb_iter_head_event()Steven Rostedt (VMware)2020-03-191-0/+3
| * | | | | | | | | ring-buffer: Do not die if rb_iter_peek() fails more than thriceSteven Rostedt (VMware)2020-03-191-3/+10
| * | | | | | | | | ring-buffer: Have rb_iter_head_event() handle concurrent writerSteven Rostedt (VMware)2020-03-191-31/+75
| * | | | | | | | | ring-buffer: Add page_stamp to iterator for synchronizationSteven Rostedt (VMware)2020-03-191-3/+7
| * | | | | | | | | ring-buffer: Rename ring_buffer_read() to read_buffer_iter_advance()Steven Rostedt (VMware)2020-03-193-20/+9
| * | | | | | | | | ring-buffer: Have ring_buffer_empty() not depend on tracing stoppedSteven Rostedt (VMware)2020-03-191-2/+23
| * | | | | | | | | tracing: Save off entry when peeking at next entrySteven Rostedt (VMware)2020-03-192-10/+45
| * | | | | | | | | tracing: Use address-of operator on section symbolsNathan Chancellor2020-03-191-1/+1
| * | | | | | | | | tracing: Remove unused TRACE_BUFFER bitsSteven Rostedt (VMware)2020-03-031-6/+1
| * | | | | | | | | tracing: Have hwlat ts be first instance and record count of instancesSteven Rostedt (VMware)2020-03-033-10/+22