summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracing, perf: Adjust code layout in get_recursion_context()Jesper Dangaard Brouer2017-08-251-1/+1
* perf/core: Don't report zero PIDs for exiting tasksOleg Nesterov2017-08-251-9/+14
* perf/aux: Ensure aux_wakeup represents most recent wakeup indexWill Deacon2017-08-252-3/+3
* perf/aux: Make aux_{head,wakeup} ring_buffer members longWill Deacon2017-08-252-19/+16Star
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-08-257-36/+57
|\
| * perf/core: Fix group {cpu,task} validationMark Rutland2017-08-251-20/+19Star
| * Merge tag 'trace-v4.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-08-246-16/+38
| |\
| | * tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)2017-08-241-0/+4
| | * tracing: Fix kmemleak in tracing_map_array_free()Chunyu Hu2017-08-241-4/+7
| | * ftrace: Check for null ret_stack on profile function graph entry functionSteven Rostedt (VMware)2017-08-241-0/+4
| | * ring-buffer: Have ring_buffer_alloc_read_page() return error on offline CPUSteven Rostedt (VMware)2017-08-023-11/+21
| | * tracing: Missing error code in tracer_alloc_buffers()Dan Carpenter2017-08-021-0/+1
| | * tracing: Call clear_boot_tracer() at lateinit_syncSteven Rostedt (VMware)2017-08-021-1/+1
* | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2017-08-247-14/+102
|\| |
| * | pids: make task_tgid_nr_ns() safeOleg Nesterov2017-08-211-7/+4Star
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-08-201-8/+39
| |\ \
| * \ \ Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-08-202-4/+10
| |\ \ \
| | * | | genirq/ipi: Fixup checks against nr_cpu_idsAlexey Dobriyan2017-08-201-2/+2
| | * | | genirq: Restore trigger settings in irq_modify_status()Marc Zyngier2017-08-181-2/+8
| * | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-08-202-0/+60
| |\ \ \ \
| | * | | | kernel/watchdog: Prevent false positives with turbo modesThomas Gleixner2017-08-182-0/+60
| * | | | | signal: don't remove SIGNAL_UNKILLABLE for traced tasks.Jamie Iles2017-08-191-1/+5
| * | | | | kmod: fix wait on recursive loopLuis R. Rodriguez2017-08-191-2/+23
* | | | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2017-08-174-12/+40
|\| | | | |
| * | | | | Merge tag 'audit-pr-20170816' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-08-171-6/+8
| |\ \ \ \ \
| | * | | | | audit: Receive unmount eventJan Kara2017-08-151-1/+1
| | * | | | | audit: Fix use after free in audit_remove_watch_rule()Jan Kara2017-08-151-5/+7
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-08-161-4/+30
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | bpf: fix bpf_trace_printk on 32 bit archsDaniel Borkmann2017-08-161-4/+30
| * | | | | | mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit2017-08-111-1/+1
| * | | | | | mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner2017-08-111-1/+1
| |/ / / / /
* | | | / / perf/core: Reduce context switch overheadleilei.lin2017-08-101-0/+9
| |_|_|/ / |/| | | |
* | | | | perf/core: Fix time on IOC_ENABLEPeter Zijlstra2017-08-101-5/+36
* | | | | perf/x86: Fix RDPMC vs. mm_struct trackingPeter Zijlstra2017-08-101-3/+3
|/ / / /
* | | | futex: Remove unnecessary warning from get_futex_keyMel Gorman2017-08-091-2/+3
* | | | Fix compat_sys_sigpending breakageDmitry V. Levin2017-08-061-4/+7
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-08-051-1/+1
|\ \ \ \
| * | | | timers: Fix overflow in get_next_timer_interruptMatija Glavinic Pecotic2017-08-011-1/+1
| | |_|/ | |/| |
* | | | cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()Dima Zavin2017-08-031-0/+1
* | | | pid: kill pidhash_size in pidhash_init()Kefeng Wang2017-08-031-3/+0Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-08-012-8/+17
|\ \ \ \
| * | | | bpf: fix bpf_prog_get_info_by_fd to dump correct xlated_prog_lenDaniel Borkmann2017-07-301-1/+1
| * | | | bpf: don't indicate success when copy_from_user failsDaniel Borkmann2017-07-291-1/+1
| * | | | bpf/verifier: fix min/max handling in BPF_SUBEdward Cree2017-07-241-6/+15
* | | | | Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-312-29/+40
|\ \ \ \ \
| * | | | | cgroup: fix error return value from cgroup_subtree_control()Tejun Heo2017-07-231-2/+2
| * | | | | cgroup: create dfl_root files on subsys registrationTejun Heo2017-07-191-0/+4
| * | | | | cgroup: don't call migration methods if there are no tasks to migrateTejun Heo2017-07-082-27/+34
* | | | | | Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-311-4/+26
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | workqueue: Work around edge cases for calc of pool's cpumaskMichael Bringmann2017-07-281-0/+7