index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
gcc-plugins.txt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-03-23
x86/gdt: Get rid of the get_*_gdt_*_vaddr() helpers
Andy Lutomirski
2
-22
/
+2
2017-03-23
x86/boot/32: Defer resyncing initial_page_table until per-cpu is set up
Andy Lutomirski
2
-15
/
+21
2017-03-23
x86/efi/32: Fix EFI on systems where the per-cpu GDT is virtually mapped
Andy Lutomirski
1
-1
/
+1
2017-03-23
x86/gdt: Fix setup_fixmap_gdt() to use the correct PA
Andy Lutomirski
2
-2
/
+8
2017-03-23
selftests/x86/ldt_gdt_32: Work around a glibc sigaction() bug
Andy Lutomirski
1
-0
/
+46
2017-03-21
um/arch_prctl: Fix fallout from x86 arch_prctl() rework
Kyle Huey
1
-1
/
+1
2017-03-21
x86/headers: Simplify asm/fixmap.h inclusion into asm/pgtable*.h
Thomas Garnier
3
-2
/
+1
2017-03-20
x86/arch_prctl: Add ARCH_[GET|SET]_CPUID
Kyle Huey
8
-13
/
+109
2017-03-20
x86/cpufeature: Detect CPUID faulting support
Kyle Huey
3
-1
/
+26
2017-03-20
x86/syscalls/32: Wire up arch_prctl on x86-32
Kyle Huey
6
-1
/
+25
2017-03-20
x86/arch_prctl: Add do_arch_prctl_common()
Kyle Huey
3
-1
/
+16
2017-03-20
x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()
Kyle Huey
6
-31
/
+32
2017-03-20
x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl()
Kyle Huey
2
-2
/
+4
2017-03-20
x86/arch_prctl: Rename 'code' argument to 'option'
Kyle Huey
6
-16
/
+17
2017-03-20
x86/msr: Rename MISC_FEATURE_ENABLES to MISC_FEATURES_ENABLES
Kyle Huey
2
-7
/
+7
2017-03-19
x86/tls: Forcibly set the accessed bit in TLS segments
Andy Lutomirski
1
-2
/
+9
2017-03-18
x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation
Kirill A. Shutemov
12
-519
/
+128
2017-03-18
mm/gup: Provide callback to check if __GUP_fast() is allowed for the range
Kirill A. Shutemov
1
-3
/
+21
2017-03-18
mm/gup: Implement the dev_pagemap() logic in the generic get_user_pages_fast(...
Kirill A. Shutemov
2
-2
/
+89
2017-03-18
mm/gup: Mark all pages PageReferenced in generic get_user_pages_fast()
Kirill A. Shutemov
1
-0
/
+5
2017-03-18
mm/gup: Move page table entry dereference into helper function
Kirill A. Shutemov
1
-8
/
+12
2017-03-18
mm/gup: Move permission checks into helpers
Kirill A. Shutemov
2
-5
/
+35
2017-03-18
mm/gup: Drop the arch_pte_access_permitted() MMU callback
Kirill A. Shutemov
7
-37
/
+0
2017-03-18
x86/mm: Correct fixmap header usage on adaptable MODULES_END
Thomas Garnier
5
-7
/
+1
2017-03-16
x86: Make the GDT remapping read-only on 64-bit
Thomas Garnier
5
-55
/
+96
2017-03-16
x86: Remap GDT tables in the fixmap section
Thomas Garnier
17
-29
/
+114
2017-03-16
x86/mm: Adapt MODULES_END based on fixmap section size
Thomas Garnier
6
-2
/
+13
2017-03-15
gfs2: Avoid alignment hole in struct lm_lockname
Andreas Gruenbacher
1
-1
/
+1
2017-03-15
xfs: verify inline directory data forks
Darrick J. Wong
6
-18
/
+122
2017-03-14
qed: Enable iSCSI Out-of-Order
Mintz, Yuval
1
-0
/
+3
2017-03-14
qed: Correct out-of-bound access in OOO history
Mintz, Yuval
1
-0
/
+2
2017-03-14
qed: Fix interrupt flags on Rx LL2
Ram Amrani
1
-4
/
+5
2017-03-14
qed: Free previous connections when releasing iSCSI
Mintz, Yuval
1
-0
/
+28
2017-03-14
qed: Fix mapping leak on LL2 rx flow
Mintz, Yuval
1
-0
/
+2
2017-03-14
qed: Prevent creation of too-big u32-chains
Tomer Tayar
1
-3
/
+2
2017-03-14
qed: Align CIDs according to DORQ requirement
Ram Amrani
1
-1
/
+2
2017-03-14
mlxsw: reg: Fix SPVMLR max record count
Jiri Pirko
1
-1
/
+1
2017-03-14
mlxsw: reg: Fix SPVM max record count
Jiri Pirko
1
-1
/
+1
2017-03-14
net: Resend IGMP memberships upon peer notification.
Vlad Yasevich
1
-0
/
+1
2017-03-14
md/raid1: fix a trivial typo in comments
Zhilong Liu
1
-1
/
+1
2017-03-14
blk-mq-sched: don't run the queue async from blk_mq_try_issue_directly()
Jens Axboe
1
-4
/
+5
2017-03-14
md/r5cache: fix set_syndrome_sources() for data in cache
Song Liu
1
-1
/
+2
2017-03-14
x86/hugetlb: Adjust to the new native/compat mmap bases
Dmitry Safonov
4
-15
/
+21
2017-03-14
x86/power: Add 5-level paging support
Kirill A. Shutemov
1
-14
/
+33
2017-03-14
x86/mm/vmalloc: Add 5-level paging support
Kirill A. Shutemov
1
-3
/
+24
2017-03-14
x86/mm/ident_map: Add 5-level paging support
Kirill A. Shutemov
1
-7
/
+44
2017-03-14
x86/mm/gup: Add 5-level paging support
Kirill A. Shutemov
1
-6
/
+27
2017-03-14
x86/mm: Convert trivial cases of page table walk to 5-level paging
Kirill A. Shutemov
9
-23
/
+85
2017-03-14
x86/mm: Extend headers with basic definitions to support 5-level paging
Kirill A. Shutemov
5
-6
/
+53
2017-03-14
dccp: fix memory leak during tear-down of unsuccessful connection request
Hannes Frederic Sowa
1
-0
/
+1
[next]