summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/pt, coresight: Clean up address filter structureAlexander Shishkin2018-03-291-8/+18
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2018-03-2916-91/+144
|\
| * perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds2018-03-281-23/+7
| * Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-03-251-3/+8
| |\
| | * posix-timers: Protect posix clock array access against speculationThomas Gleixner2018-03-221-3/+8
| * | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-03-251-12/+17
| |\ \
| | * | sched/debug: Adjust newlines for better alignmentJoe Lawrence2018-03-201-11/+16
| | * | sched/debug: Fix per-task line continuation for console outputJoe Lawrence2018-03-201-1/+1
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-03-251-5/+16
| |\ \ \
| * \ \ \ Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-03-252-10/+34
| |\ \ \ \
| | * | | | jump_label: Disable jump labels in __exit codeJosh Poimboeuf2018-03-201-3/+4
| | * | | | locking/mutex: Improve documentationMatthew Wilcox2018-03-201-7/+30
| | | |_|/ | | |/| |
| * | | | Merge tag 'trace-v4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-03-233-8/+6
| |\ \ \ \
| | * | | | tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu2018-03-233-8/+6
| * | | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-03-221-1/+0
| |\ \ \ \ \
| | * | | | | kernel/memremap: Remove stale devres_free() callOliver O'Halloran2018-03-061-1/+0
| | |/ / / /
| * | | | | Merge tag 'modules-for-v4.16-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-03-221-1/+1
| |\ \ \ \ \
| | * | | | | module: propagate error in modules_open()Leon Yu2018-03-081-1/+1
| | |/ / / /
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-03-223-29/+51
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | bpf: skip unnecessary capability checkChenbo Feng2018-03-201-1/+1
| | * | | | trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type programsYonghong Song2018-03-201-28/+40
| | * | | | error-injection: Fix to prohibit jump optimizationMasami Hiramatsu2018-03-121-0/+10
| * | | | | Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-03-192-5/+20
| |\ \ \ \ \
| | * | | | | cgroup: fix rule checking for threaded mode switchingTejun Heo2018-02-211-0/+10
| | * | | | | sched, cgroup: Don't reject lower cpu.max on ancestorsTejun Heo2018-02-121-5/+10
| * | | | | | Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-03-191-9/+1
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | workqueue: remove unused cancel_work()Stephen Hemminger2018-03-131-8/+0
| | * | | | | workqueue: use put_device() instead of kfree()Arvind Yadav2018-03-131-1/+1
* | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-03-241-5/+16
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | perf/cgroup: Fix child event counting bugSong Liu2018-03-201-5/+16
| |/ / / / /
* | | | | | Merge tag 'v4.16-rc6' into perf/core, to pick up fixesIngo Molnar2018-03-196-40/+35
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-181-1/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | jump_label: Fix sparc64 warningJosh Poimboeuf2018-03-141-1/+2
| * | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-03-111-1/+3
| |\ \ \ \ \
| | * | | | | perf/core: Fix ctx_event_type in ctx_resched()Song Liu2018-03-091-1/+3
| * | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-03-111-2/+3
| |\ \ \ \ \ \
| | * | | | | | rtmutex: Make rt_mutex_futex_unlock() safe for irq-off callsitesBoqun Feng2018-03-091-2/+3
| | | |_|_|/ / | | |/| | | |
| * | | | | | bug: use %pB in BUG and stack protector failureKees Cook2018-03-091-1/+1
| * | | | | | Merge tag 'mips_fixes_4.16_4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-03-081-19/+0
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | signals: Move put_compat_sigset to compat.h to silence hardened usercopyMatt Redfearn2018-03-021-19/+0
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-03-051-16/+26
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-03-011-16/+26
| | |\ \ \ \ \
| | | * | | | | bpf: allow xadd only on aligned memoryDaniel Borkmann2018-02-231-16/+26
* | | | | | | | perf/core: Clear sibling list of detached eventsMark Rutland2018-03-161-1/+1
* | | | | | | | perf: Fix sibling iterationPeter Zijlstra2018-03-161-18/+16
* | | | | | | | perf/core: Implement fast breakpoint modification via _IOC_MODIFY_ATTRIBUTESMilind Chabbi2018-03-132-1/+49
* | | | | | | | perf/core: Move perf_event_attr::sample_max_stack into perf_copy_attr()Jiri Olsa2018-03-131-3/+3
* | | | | | | | hw_breakpoint: Add perf_event_attr fields check in __modify_user_hw_breakpoint()Jiri Olsa2018-03-131-2/+7
* | | | | | | | hw_breakpoint: Factor out __modify_user_hw_breakpoint() functionJiri Olsa2018-03-131-17/+29
* | | | | | | | hw_breakpoint: Add modify_bp_slot() functionJiri Olsa2018-03-131-7/+39
OpenPOWER on IntegriCloud