summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-07-032-0/+235
|\
| * trace/osnoise: Fix 'no previous prototype' warningsDaniel Bristot de Oliveira2021-06-281-3/+0
| * trace: Add osnoise tracerDaniel Bristot de Oliveira2021-06-252-0/+238
* | Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-07-021-15/+0
|\ \
| * | asm-generic: use asm-generic/unaligned.h for most architecturesArnd Bergmann2021-05-101-15/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-0211-41/+31
|\ \ \
| * | | kprobes: remove duplicated strong free_insn_page in x86 and s390Barry Song2021-07-011-6/+0
| * | | kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-015-0/+6
| * | | mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-011-2/+0
| * | | mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-2/+0
| * | | mm: generalize ZONE_[DMA|DMA32]Kefeng Wang2021-06-301-13/+2
| * | | mm/thp: make ARCH_ENABLE_SPLIT_PMD_PTLOCK dependent on PGTABLE_LEVELS > 2Anshuman Khandual2021-06-301-1/+1
| * | | mm: sparsemem: use huge PMD mapping for vmemmap pagesMuchun Song2021-06-301-6/+2
| * | | mm/pgtable: add stubs for {pmd/pub}_{set/clear}_hugeChristophe Leroy2021-06-301-15/+19
| * | | mm: hugetlb: add a kernel parameter hugetlb_free_vmemmapMuchun Song2021-06-301-2/+6
| * | | mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAPMuchun Song2021-06-301-1/+1
| * | | mm: memory_hotplug: factor out bootmem core functions to bootmem_info.cMuchun Song2021-06-301-1/+2
* | | | Merge tag 'drm-next-2021-07-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-07-011-0/+2
|\ \ \ \
| * \ \ \ Backmerge tag 'v5.13-rc7' into drm-nextDave Airlie2021-06-2342-217/+405
| |\ \ \ \
| * \ \ \ \ Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2021-06-101-0/+1
| |\ \ \ \ \
| | * | | | | x86/gpu: add JasperLake to gen11 early quirksTejas Upadhyay2021-06-081-0/+1
| * | | | | | Merge v5.13-rc3 into drm-nextDaniel Vetter2021-05-2711-74/+136
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge tag 'drm-intel-next-2021-05-19-1' of git://anongit.freedesktop.org/drm/...Dave Airlie2021-05-211-0/+1
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge drm/drm-next into drm-intel-nextRodrigo Vivi2021-05-17329-6245/+11033
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | * | | | | | drm/i915/adl_p: ADL_P device info enablingClinton Taylor2021-05-071-0/+1
* | | | | | | | Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-012-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | quota: Wire up quotactl_fd syscallJan Kara2021-06-072-2/+2
* | | | | | | | | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-301-33/+13
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-281-33/+13
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | bpf, x86: Fix extable offset calculationRavi Bangoria2021-06-281-1/+1
| | * | | | | | | | | bpf, x86: Remove unused cnt increase from EMIT macroJiri Olsa2021-06-241-32/+12
| | | |_|_|_|/ / / / | | |/| | | | | | |
* | | | | | | | | | Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-06-301-2/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Kconfig: Introduce ARCH_WANTS_NO_INSTR and CC_HAS_NO_PROFILE_FN_ATTRNick Desaulniers2021-06-221-0/+1
| * | | | | | | | | | x86, lto: Enable Clang LTO for 32-bit as wellNathan Chancellor2021-06-141-2/+2
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-296-12/+21
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | mm,hwpoison: send SIGBUS with error virutal addressNaoya Horiguchi2021-06-291-2/+11
| * | | | | | | | | mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-293-6/+6
| * | | | | | | | | x86/sgx: use vma_lookup() in sgx_encl_find()Liam Howlett2021-06-291-2/+2
| * | | | | | | | | binfmt: remove in-tree usage of MAP_EXECUTABLEDavid Hildenbrand2021-06-291-2/+2
* | | | | | | | | | Merge tag 'acpi-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-06-291-71/+47
|\ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ Merge branches 'acpi-prm', 'acpi-sysfs' and 'acpi-x86'Rafael J. Wysocki2021-06-291-71/+47
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| | | * | | | | | | | | x86/acpi: Switch to pr_xxx log functionsHeiner Kallweit2021-05-171-71/+47
| | | | |/ / / / / / / | | | |/| | | | | | |
* | | | | | | | | | | Merge tag 'x86-entry-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-06-2915-216/+125
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/syscalls: Don't adjust CFLAGS for syscall tablesBrian Gerst2021-05-251-6/+0
| * | | | | | | | | | | x86/syscalls: Remove -Wno-override-init for syscall tablesBrian Gerst2021-05-251-4/+0
| * | | | | | | | | | | x86/uml/syscalls: Remove array index from syscall initializersBrian Gerst2021-05-252-2/+2
| * | | | | | | | | | | x86/syscalls: Clear 'offset' and 'prefix' in case they are set in envMasahiro Yamada2021-05-251-0/+2
| * | | | | | | | | | | x86/entry: Use int everywhere for system call numbersH. Peter Anvin (Intel)2021-05-252-29/+60
| * | | | | | | | | | | x86/entry: Treat out of range and gap system calls the sameH. Peter Anvin (Intel)2021-05-201-0/+4
| * | | | | | | | | | | x86/entry/64: Sign-extend system calls on entry to intH. Peter Anvin (Intel)2021-05-201-1/+2