aboutsummaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-02perf test attr: Fix ignored test case resultThomas Richter1-1/+1
2017-10-02perf test attr: Fix python error on empty resultThomas Richter1-1/+5
2017-10-02perf tests attr: Fix task term valuesJiri Olsa4-2/+4
2017-09-29perf/x86: Enable free running PEBS for REGS_USER/INTRAndi Kleen2-1/+27
2017-09-29perf/core: Explain perf_sched_mutexAlexander Shishkin1-0/+5
2017-09-29perf/aux: Only update ->aux_wakeup in non-overwrite modeAlexander Shishkin1-5/+15
2017-09-28Revert "Bluetooth: Add option for disabling legacy ioctl interfaces"Linus Torvalds2-16/+0
2017-09-28perf test: Fix vmlinux failure on s390x part 2Thomas Richter2-22/+0
2017-09-28perf test: Fix vmlinux failure on s390xThomas Richter3-18/+1
2017-09-28kprobes/x86: Remove IRQ disabling from ftrace-based/optimized kprobesMasami Hiramatsu2-11/+2
2017-09-28kprobes/x86: Disable preemption in ftrace-based jprobesMasami Hiramatsu1-9/+14
2017-09-28kprobes/x86: Disable preemption in optprobeMasami Hiramatsu1-0/+2
2017-09-28kprobes: Warn if optprobe handler tries to change execution pathMasami Hiramatsu1-1/+4
2017-09-28kprobes/x86: Move the get_kprobe_ctlblk() into irq-disabled blockMasami Hiramatsu1-1/+1
2017-09-28kprobes: Improve smoke test to check preemptibilityMasami Hiramatsu1-0/+20
2017-09-28kprobes/x86: Remove addressof() operatorsMasami Hiramatsu2-6/+6
2017-09-28kprobes/x86: Make insn buffer always ROX and use text_poke()Masami Hiramatsu4-53/+81
2017-09-27seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()Oleg Nesterov1-7/+16
2017-09-28cpufreq: docs: Drop intel-pstate.txt from index.txtRafael J. Wysocki1-2/+0
2017-09-27ACPI / APEI: clear error status before acknowledging the errorTyler Baicar1-7/+9
2017-09-27IB/hfi1: Unsuccessful PCIe caps tuning should not fail driver loadHarish Chegondi1-29/+21
2017-09-27IB/hfi1: On error, fix use after free during user context setupMichael J. Ruhl1-19/+22
2017-09-27Revert "IB/ipoib: Update broadcast object if PKey value was changed in index 0"Alex Estrin1-13/+0
2017-09-27IB/hfi1: Return correct value in general interrupt handlerKamenee Arumugam1-1/+3
2017-09-27IB/hfi1: Check eeprom config partition validityJan Sokolowski1-5/+15
2017-09-27IB/hfi1: Only reset QSFP after link up and turn off AOC TXSebastian Sanchez3-3/+15
2017-09-27IB/hfi1: Turn off AOC TX after offline substatesSebastian Sanchez2-21/+65
2017-09-27quota: Fix quota corruption with generic/232 testJan Kara1-0/+4
2017-09-26vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsetsAndreas Gruenbacher1-2/+2
2017-09-26xfs: revert "xfs: factor rmap btree size into the indlen calculations"Darrick J. Wong1-15/+2
2017-09-26xfs: Capture state of the right inode in xfs_iflush_doneCarlos Maiolino1-1/+1
2017-09-26xfs: perag initialization should only touch m_ag_max_usable for AG 0Darrick J. Wong1-2/+10
2017-09-26xfs: update i_size after unwritten conversion in dio completionEryu Guan5-19/+28
2017-09-26iomap_dio_rw: Allocate AIO completion queue before submitting dioChandan Rajendra1-7/+7
2017-09-26xfs: validate bdev support for DAX inode flagRoss Zwisler1-1/+2
2017-09-26x86/fpu: Use using_compacted_format() instead of open coded X86_FEATURE_XSAVESEric Biggers1-1/+1
2017-09-26x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_user_to_xstate()Eric Biggers1-11/+5
2017-09-26x86/fpu: Eliminate the 'xfeatures' local variable in copy_user_to_xstate()Eric Biggers1-7/+4
2017-09-26x86/fpu: Copy the full header in copy_user_to_xstate()Eric Biggers1-2/+5
2017-09-26x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_kernel_to_xstate()Eric Biggers1-10/+2
2017-09-26x86/fpu: Eliminate the 'xfeatures' local variable in copy_kernel_to_xstate()Eric Biggers1-6/+4
2017-09-26x86/fpu: Copy the full state_header in copy_kernel_to_xstate()Eric Biggers1-2/+4
2017-09-26x86/fpu: Use validate_xstate_header() to validate the xstate_header in __fpu__restore_sig()Eric Biggers1-7/+9
2017-09-26x86/fpu: Use validate_xstate_header() to validate the xstate_header in xstateregs_set()Eric Biggers1-13/+6
2017-09-26x86/fpu: Introduce validate_xstate_header()Eric Biggers2-0/+28
2017-09-26x86/fpu: Rename fpu__activate_fpstate_read/write() to fpu__prepare_[read|write]()Ingo Molnar3-10/+10
2017-09-26x86/fpu: Rename fpu__activate_curr() to fpu__initialize()Ingo Molnar5-8/+8
2017-09-26x86/fpu: Simplify and speed up fpu__copy()Ingo Molnar1-12/+3
2017-09-26x86/fpu: Fix stale comments about lazy FPU logicIngo Molnar1-6/+3
2017-09-26x86/fpu: Rename fpu::fpstate_active to fpu::initializedIngo Molnar11-35/+35