summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-022-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/mm: remove vmalloc faultingJoerg Roedel2020-06-021-3/+3
| * | | | | | | | | x86: fix vmap arguments in map_irq_stackChristoph Hellwig2020-06-021-1/+1
* | | | | | | | | | Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-021-1/+27
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | signal: refactor copy_siginfo_to_user32Christoph Hellwig2020-05-051-1/+27
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-023-9/+1
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'x86/asm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/t...Will Deacon2020-04-303-9/+1
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | x86/32: Remove CONFIG_DOUBLEFAULTBorislav Petkov2020-04-143-9/+1
| | |/ / / / / / / /
* | | | | | | | | | Merge tag 'x86-platform-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-011-74/+17
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/apic/uv: Remove code for unused distributed GRU modeSteve Wahl2020-05-231-58/+1
| * | | | | | | | | | x86/platform/uv: Unexport uv_apicid_hibitsChristoph Hellwig2020-05-071-1/+0
| * | | | | | | | | | x86/platform/uv: Remove _uv_hub_info_check()Christoph Hellwig2020-05-071-6/+0
| * | | | | | | | | | x86/platform/uv: Simplify uv_send_IPI_one()Christoph Hellwig2020-05-071-5/+14
| * | | | | | | | | | x86/platform/uv: Mark uv_min_hub_revision_id staticChristoph Hellwig2020-05-071-2/+1
| * | | | | | | | | | x86/platform/uv: Mark is_uv_hubless() staticChristoph Hellwig2020-05-071-2/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'x86-fpu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-017-113/+292
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/fpu/xstate: Restore supervisor states for signal returnYu-cheng Yu2020-05-161-5/+39
| * | | | | | | | | | x86/fpu/xstate: Preserve supervisor states for the slow path in __fpu__restor...Yu-cheng Yu2020-05-161-25/+28
| * | | | | | | | | | x86/fpu: Introduce copy_supervisor_to_kernel()Yu-cheng Yu2020-05-161-0/+84
| * | | | | | | | | | x86/fpu/xstate: Update sanitize_restored_xstate() for supervisor xstatesYu-cheng Yu2020-05-131-13/+24
| * | | | | | | | | | x86/fpu/xstate: Define new functions for clearing fpregs and xstatesFenghua Yu2020-05-134-22/+39
| * | | | | | | | | | x86/fpu/xstate: Introduce XSAVES supervisor statesYu-cheng Yu2020-05-131-9/+19
| * | | | | | | | | | x86/fpu/xstate: Separate user and supervisor xfeatures maskYu-cheng Yu2020-05-132-35/+54
| * | | | | | | | | | x86/fpu/xstate: Define new macros for supervisor and user xstatesFenghua Yu2020-05-122-14/+15
| * | | | | | | | | | x86/fpu/xstate: Rename validate_xstate_header() to validate_user_xstate_header()Fenghua Yu2020-05-123-5/+5
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'x86-cpu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-013-48/+19
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/cpu/amd: Make erratum #1054 a legacy erratumKim Phillips2020-05-071-2/+1
| * | | | | | | | | | x86/apic: Convert the TSC deadline timer matching to steppings macroBorislav Petkov2020-05-071-45/+12
| * | | | | | | | | | Merge 'x86/urgent' into x86/cpuBorislav Petkov2020-05-074-53/+93
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross2020-04-201-1/+6
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-017-90/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/apb_timer: Drop unused TSC calibrationJohan Hovold2020-05-271-53/+0
| * | | | | | | | | | x86/io_apic: Remove unused function mp_init_irq_at_boot()YueHaibing2020-05-261-13/+0
| * | | | | | | | | | x86/audit: Fix a -Wmissing-prototypes warning for ia32_classify_syscall()Benjamin Thiel2020-05-191-1/+1
| * | | | | | | | | | x86/nmi: Remove edac.h include leftoverBorislav Petkov2020-05-161-4/+0
| * | | | | | | | | | x86/early_printk: Remove unused includesAndy Shevchenko2020-04-171-3/+0
| * | | | | | | | | | crash_dump: Remove no longer used saved_max_pfnKairui Song2020-04-151-8/+0
| * | | | | | | | | | x86/smpboot: Remove the last ICPU() macroBorislav Petkov2020-04-131-8/+9
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'x86-boot-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-012-2/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/tboot: Mark tboot staticChristoph Hellwig2020-04-281-2/+6
| * | | | | | | | | | x86/setup: Add an initrdmem= option to specify initrd physical addressRonald G. Minnich2020-04-271-0/+6
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'smp-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-011-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cpu/hotplug: Remove disable_nonboot_cpus()Qais Yousef2020-05-071-2/+2
* | | | | | | | | | | Merge tag 'perf-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-011-0/+8
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge tag 'v5.7-rc7' into perf/core, to pick up fixesIngo Molnar2020-05-286-72/+175
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | |
| * | | | | | | | | | | x86/perf: Add hardware performance events support for Zhaoxin CPU.CodyYao-oc2020-04-301-0/+8
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-013-27/+33
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic...Ingo Molnar2020-05-186-72/+168
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86: Change {JMP,CALL}_NOSPEC argumentPeter Zijlstra2020-04-302-3/+3
| * | | | | | | | | | | | x86,ftrace: Shrink ftrace_regs_caller() by one bytePeter Zijlstra2020-04-221-2/+2