aboutsummaryrefslogtreecommitdiffstats
path: root/CREDITS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-21x86/microcode: Announce reload operation's completionBorislav Petkov1-0/+2
2019-03-21x86/hyperv: Prevent potential NULL pointer dereferenceKangjie Lu1-1/+5
2019-03-21x86/hpet: Prevent potential NULL pointer dereferenceAditya Pakki1-0/+2
2019-03-21x86/lib: Fix indentation issue, remove extra tabColin Ian King1-1/+1
2019-03-21x86/boot: Restrict header scope to make Clang happyNick Desaulniers1-1/+2
2019-03-21irqchip/mbigen: Don't clear eventid when freeing an MSIJianguo Chen1-0/+3
2019-03-21irqchip/stm32: Don't set rising configuration registers at initFabien Dessenne1-5/+0
2019-03-21irqchip/stm32: Don't clear rising/falling config registers at initFabien Dessenne1-5/+0
2019-03-21dt-bindings: irqchip: renesas-irqc: Document r8a774c0 supportFabrizio Castro1-0/+1
2019-03-21irqchip/mmp: Make mmp_irq_domain_ops staticYueHaibing1-1/+1
2019-03-21irqchip/brcmstb-l2: Make two init functions staticYueHaibing1-2/+2
2019-03-21objtool: Move objtool_file struct off the stackJosh Poimboeuf1-1/+2
2019-03-21workqueue: Only unregister a registered lockdep keyBart Van Assche1-2/+3
2019-03-21genirq: Fix typo in comment of IRQD_MOVE_PCNTXTPeter Xu1-1/+1
2019-03-21mmc: renesas_sdhi: limit block count to 16 bit for old revisionsWolfram Sang1-1/+7
2019-03-21mmc: alcor: fix DMA readsDaniel Drake1-6/+19
2019-03-21mmc: sdhci-omap: Set caps2 to indicate no physical write protect pinKishon Vijay Abraham I1-0/+3
2019-03-21powerpc/security: Fix spectre_v2 reportingMichael Ellerman1-15/+8
2019-03-21mmc: mxcmmc: "Revert mmc: mxcmmc: handle highmem pages"Alexander Shiyan1-12/+4
2019-03-21ALSA: hda/realtek: Enable headset MIC of Acer AIO with ALC286Jian-Hong Pan1-3/+14
2019-03-21drm/exynos/mixer: fix MIXER shadow registry synchronisation codeAndrzej Hajda1-44/+66
2019-03-20scsi: ibmvscsi: Fix empty event pool access during host removalTyrel Datwyler1-6/+16
2019-03-20scsi: ibmvscsi: Protect ibmvscsi_head from concurrent modificaitonTyrel Datwyler1-0/+5
2019-03-20blkcg: Fix kernel-doc warningsBart Van Assche1-4/+5
2019-03-20blk-iolatency: #include "blk.h"Bart Van Assche1-0/+1
2019-03-20block: Unexport blk_mq_add_to_requeue_list()Bart Van Assche3-3/+2
2019-03-20block: add BLK_MQ_POLL_CLASSIC for hybrid poll and return EINVAL for unexpected valueYufen Yu3-7/+12
2019-03-20perf annotate: Enable annotation of BPF programsSong Liu3-2/+164
2019-03-20perf build: Check what binutils's 'disassembler()' signature to useSong Liu3-2/+18
2019-03-20scsi: hisi_sas: Add softreset in hisi_sas_I_T_nexus_reset()Luo Jiaxing1-0/+6
2019-03-20irqchip/gic-v3-its: Fix comparison logic in lpi_range_cmpRasmus Villemoes1-1/+1
2019-03-20arm64: remove obsolete selection of MULTI_IRQ_HANDLERMatthias Kaehlcke1-1/+0
2019-03-20rbd: drop wait_for_latest_osdmap()Ilya Dryomov1-18/+2
2019-03-20libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov3-1/+28
2019-03-21powerpc/mm: Only define MAX_PHYSMEM_BITS in SPARSEMEM configurationsBen Hutchings1-1/+1
2019-03-20drm/vmwgfx: Don't double-free the mode stored in par->set_modeThomas Zimmermann1-9/+3
2019-03-20drm/vmwgfx: Return 0 when gmrid::get_node runs out of ID'sDeepak Rawat1-1/+1
2019-03-19PM / Domains: Avoid a potential deadlockJiada Wang1-7/+6
2019-03-19ACPI / utils: Drop reference in test for device presenceAndy Shevchenko1-0/+1
2019-03-19perf bpf: Process PERF_BPF_EVENT_PROG_LOAD for annotationSong Liu1-0/+54
2019-03-19perf symbols: Introduce DSO_BINARY_TYPE__BPF_PROG_INFOSong Liu3-0/+10
2019-03-19perf feature detection: Add -lopcodes to feature-libbfdSong Liu1-3/+3
2019-03-19perf top: Add option --no-bpf-eventSong Liu1-0/+1
2019-03-19perf bpf: Save BTF information as headers to perf.dataSong Liu2-1/+101
2019-03-19perf bpf: Save BTF in a rbtree in perf_envSong Liu4-0/+102
2019-03-19perf bpf: Save bpf_prog_info information as headers to perf.dataSong Liu2-1/+153
2019-03-19perf bpf: Save bpf_prog_info in a rbtree in perf_envSong Liu6-2/+144
2019-03-19perf bpf: Make synthesize_bpf_events() receive perf_session pointer instead of perf_toolSong Liu4-7/+9
2019-03-19perf bpf: Synthesize bpf events with bpf_program__get_prog_info_linear()Song Liu1-78/+40
2019-03-19bpftool: use bpf_program__get_prog_info_linear() in prog.c:do_dump()Song Liu1-207/+59