summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-04-15
|\
| * kconfig: extend output of 'listnewconfig'Don Zickus2018-04-13
| * kbuild: rpm-pkg: use kernel-install as a fallback for new-kernel-pkgJavier Martinez Canillas2018-04-13
| * Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes2018-04-10
| * kbuild: deb-pkg: split generating packaging and buildRiku Voipio2018-04-07
| * kbuild: use -fmacro-prefix-map to make __FILE__ a relative pathMasahiro Yamada2018-04-07
| * kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada2018-04-07
| * kbuild: rename *-asn1.[ch] to *.asn1.[ch]Masahiro Yamada2018-04-07
| * kbuild: clean up *-asn1.[ch] patterns from top-level MakefileMasahiro Yamada2018-04-07
| * .gitignore: move *-asn1.[ch] patterns to the top-level .gitignoreMasahiro Yamada2018-04-07
| * kbuild: add %.dtb.S and %.dtb to 'targets' automaticallyMasahiro Yamada2018-04-07
| * kbuild: add %.lex.c and %.tab.[ch] to 'targets' automaticallyMasahiro Yamada2018-04-07
| * genksyms: generate lexer and parser during build instead of shippingMasahiro Yamada2018-04-07
| * kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level MakefileMasahiro Yamada2018-04-07
| * .gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignoreMasahiro Yamada2018-04-07
| * kbuild: use HOSTLDFLAGS for single .c executablesRobin Jarry2018-04-07
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-15
|\ \
| * \ Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is readyIngo Molnar2018-04-12
| |\ \
| | * | syscalls/x86: Adapt syscall_wrapper.h to the new syscall stub naming conventionDominik Brodowski2018-04-09
| | * | syscalls/core, syscalls/x86: Rename struct pt_regs-based sys_*() to __x64_sys...Dominik Brodowski2018-04-09
| | * | syscalls/core, syscalls/x86: Clean up compat syscall stub naming conventionDominik Brodowski2018-04-09
| | * | syscalls/core, syscalls/x86: Clean up syscall stub naming conventionDominik Brodowski2018-04-09
| | * | syscalls/x86: Extend register clearing on syscall entry to lower registersDominik Brodowski2018-04-05
| | * | syscalls/x86: Unconditionally enable 'struct pt_regs' based syscalls on x86_64Dominik Brodowski2018-04-05
| | * | syscalls/x86: Use 'struct pt_regs' based syscall calling for IA32_EMULATION a...Dominik Brodowski2018-04-05
| | * | syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscallsDominik Brodowski2018-04-05
| | * | syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bi...Dominik Brodowski2018-04-05
| | * | syscalls/core: Introduce CONFIG_ARCH_HAS_SYSCALL_WRAPPER=yDominik Brodowski2018-04-05
| | * | x86/syscalls: Don't pointlessly reload the system call numberLinus Torvalds2018-04-05
| * | | x86/apic: Fix signedness bug in APIC ID validity checksLi RongQing2018-04-10
| * | | x86/cpu: Prevent cpuinfo_x86::x86_phys_bits adjustment corruptionKirill A. Shutemov2018-04-10
| * | | x86/olpc: Fix inconsistent MFD_CS5535 configurationArnd Bergmann2018-04-09
| * | | swiotlb: Use dma_direct_supported() for swiotlb_opsChristoph Hellwig2018-04-09
| * | | x86/mm: Fix documentation of module mapping range with 4-level pagingKirill A. Shutemov2018-04-03
| * | | x86/cpuid: Switch to 'static const' specifierRalf Ramsauer2018-03-08
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-15
|\ \ \ \
| * | | | x86/pgtable: Don't set huge PUD/PMD on non-leaf entriesJoerg Roedel2018-04-12
| * | | | x86/pti: Leave kernel text global for !PCIDDave Hansen2018-04-12
| * | | | x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel imageDave Hansen2018-04-12
| * | | | x86/pti: Enable global pages for shared areasDave Hansen2018-04-12
| * | | | x86/mm: Do not forbid _PAGE_RW before init for __ro_after_initDave Hansen2018-04-12
| * | | | x86/mm: Comment _PAGE_GLOBAL mysteryDave Hansen2018-04-12
| * | | | x86/mm: Remove extra filtering in pageattr codeDave Hansen2018-04-12
| * | | | x86/mm: Do not auto-massage page protectionsDave Hansen2018-04-12
| * | | | x86/espfix: Document use of _PAGE_GLOBALDave Hansen2018-04-09
| * | | | x86/mm: Introduce "default" kernel PTE maskDave Hansen2018-04-09
| * | | | x86/mm: Undo double _PAGE_PSE clearingDave Hansen2018-04-09
| * | | | x86/mm: Factor out pageattr _PAGE_GLOBAL settingDave Hansen2018-04-09
| * | | | Merge branch 'linus' into x86/pti to pick up upstream changesIngo Molnar2018-04-09
| |\ \ \ \
| * | | | | x86/entry/64: Drop idtentry's manual stack switch for user entriesAndy Lutomirski2018-04-09