summaryrefslogtreecommitdiffstats
path: root/Documentation/gcc-plugins.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-23x86/gdt: Get rid of the get_*_gdt_*_vaddr() helpersAndy Lutomirski2-22/+2
2017-03-23x86/boot/32: Defer resyncing initial_page_table until per-cpu is set upAndy Lutomirski2-15/+21
2017-03-23x86/efi/32: Fix EFI on systems where the per-cpu GDT is virtually mappedAndy Lutomirski1-1/+1
2017-03-23x86/gdt: Fix setup_fixmap_gdt() to use the correct PAAndy Lutomirski2-2/+8
2017-03-23selftests/x86/ldt_gdt_32: Work around a glibc sigaction() bugAndy Lutomirski1-0/+46
2017-03-21um/arch_prctl: Fix fallout from x86 arch_prctl() reworkKyle Huey1-1/+1
2017-03-21x86/headers: Simplify asm/fixmap.h inclusion into asm/pgtable*.hThomas Garnier3-2/+1
2017-03-20x86/arch_prctl: Add ARCH_[GET|SET]_CPUIDKyle Huey8-13/+109
2017-03-20x86/cpufeature: Detect CPUID faulting supportKyle Huey3-1/+26
2017-03-20x86/syscalls/32: Wire up arch_prctl on x86-32Kyle Huey6-1/+25
2017-03-20x86/arch_prctl: Add do_arch_prctl_common()Kyle Huey3-1/+16
2017-03-20x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()Kyle Huey6-31/+32
2017-03-20x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl()Kyle Huey2-2/+4
2017-03-20x86/arch_prctl: Rename 'code' argument to 'option'Kyle Huey6-16/+17
2017-03-20x86/msr: Rename MISC_FEATURE_ENABLES to MISC_FEATURES_ENABLESKyle Huey2-7/+7
2017-03-19x86/tls: Forcibly set the accessed bit in TLS segmentsAndy Lutomirski1-2/+9
2017-03-18x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov12-519/+128
2017-03-18mm/gup: Provide callback to check if __GUP_fast() is allowed for the rangeKirill A. Shutemov1-3/+21
2017-03-18mm/gup: Implement the dev_pagemap() logic in the generic get_user_pages_fast(...Kirill A. Shutemov2-2/+89
2017-03-18mm/gup: Mark all pages PageReferenced in generic get_user_pages_fast()Kirill A. Shutemov1-0/+5
2017-03-18mm/gup: Move page table entry dereference into helper functionKirill A. Shutemov1-8/+12
2017-03-18mm/gup: Move permission checks into helpersKirill A. Shutemov2-5/+35
2017-03-18mm/gup: Drop the arch_pte_access_permitted() MMU callbackKirill A. Shutemov7-37/+0
2017-03-18x86/mm: Correct fixmap header usage on adaptable MODULES_ENDThomas Garnier5-7/+1
2017-03-16x86: Make the GDT remapping read-only on 64-bitThomas Garnier5-55/+96
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier17-29/+114
2017-03-16x86/mm: Adapt MODULES_END based on fixmap section sizeThomas Garnier6-2/+13
2017-03-15gfs2: Avoid alignment hole in struct lm_locknameAndreas Gruenbacher1-1/+1
2017-03-15xfs: verify inline directory data forksDarrick J. Wong6-18/+122
2017-03-14qed: Enable iSCSI Out-of-OrderMintz, Yuval1-0/+3
2017-03-14qed: Correct out-of-bound access in OOO historyMintz, Yuval1-0/+2
2017-03-14qed: Fix interrupt flags on Rx LL2Ram Amrani1-4/+5
2017-03-14qed: Free previous connections when releasing iSCSIMintz, Yuval1-0/+28
2017-03-14qed: Fix mapping leak on LL2 rx flowMintz, Yuval1-0/+2
2017-03-14qed: Prevent creation of too-big u32-chainsTomer Tayar1-3/+2
2017-03-14qed: Align CIDs according to DORQ requirementRam Amrani1-1/+2
2017-03-14mlxsw: reg: Fix SPVMLR max record countJiri Pirko1-1/+1
2017-03-14mlxsw: reg: Fix SPVM max record countJiri Pirko1-1/+1
2017-03-14net: Resend IGMP memberships upon peer notification.Vlad Yasevich1-0/+1
2017-03-14md/raid1: fix a trivial typo in commentsZhilong Liu1-1/+1
2017-03-14blk-mq-sched: don't run the queue async from blk_mq_try_issue_directly()Jens Axboe1-4/+5
2017-03-14md/r5cache: fix set_syndrome_sources() for data in cacheSong Liu1-1/+2
2017-03-14x86/hugetlb: Adjust to the new native/compat mmap basesDmitry Safonov4-15/+21
2017-03-14x86/power: Add 5-level paging supportKirill A. Shutemov1-14/+33
2017-03-14x86/mm/vmalloc: Add 5-level paging supportKirill A. Shutemov1-3/+24
2017-03-14x86/mm/ident_map: Add 5-level paging supportKirill A. Shutemov1-7/+44
2017-03-14x86/mm/gup: Add 5-level paging supportKirill A. Shutemov1-6/+27
2017-03-14x86/mm: Convert trivial cases of page table walk to 5-level pagingKirill A. Shutemov9-23/+85
2017-03-14x86/mm: Extend headers with basic definitions to support 5-level pagingKirill A. Shutemov5-6/+53
2017-03-14dccp: fix memory leak during tear-down of unsuccessful connection requestHannes Frederic Sowa1-0/+1