aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-09-04tracing/kprobes, x86/ptrace: Fix regs argument order for i386Vamshi K Sthambamkadi1-1/+1
2020-09-04arm64: mte: Add specific SIGSEGV codesVincenzo Frascino1-1/+1
2020-09-04x86/entry/64: Do not include inst.h in calling.hUros Bizjak1-1/+0
2020-09-04x86, fakenuma: Fix invalid starting node IDHuang Ying1-1/+1
2020-09-03x86/uaccess: Use XORL %0,%0 in __get_user_asm()Uros Bizjak1-1/+1
2020-09-03dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen1-2/+1
2020-09-03x86/mm/32: Bring back vmalloc faulting on x86_32Joerg Roedel1-0/+78
2020-09-03x86/cmdline: Disable jump tables for cmdline.cArvind Sankar1-1/+1
2020-09-03x86/boot/compressed: Warn on orphan section placementKees Cook1-0/+1
2020-09-03x86/build: Warn on orphan section placementKees Cook1-0/+4
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-11/+21
2020-09-01x86/PCI: Fix intel_mid_pci.c build error when ACPI is not enabledRandy Dunlap1-0/+1
2020-09-01x86/boot/compressed: Add missing debugging sections to outputKees Cook1-0/+2
2020-09-01x86/boot/compressed: Remove, discard, or assert for unwanted sectionsKees Cook2-2/+13
2020-09-01x86/boot/compressed: Reorganize zero-size section assertsKees Cook1-18/+26
2020-09-01x86/build: Add asserts for unwanted sectionsKees Cook1-0/+24
2020-09-01x86/build: Enforce an empty .got.plt sectionKees Cook1-1/+13
2020-09-01x86/asm: Avoid generating unused kprobe sectionsKees Cook1-1/+5
2020-09-01x86/perf, static_call: Optimize x86_pmu methodsPeter Zijlstra1-40/+94
2020-09-01static_call: Allow early initPeter Zijlstra2-1/+6
2020-09-01static_call: Add some validationPeter Zijlstra1-2/+26
2020-09-01static_call: Handle tail-callsPeter Zijlstra1-3/+18
2020-09-01static_call: Add static_call_cond()Peter Zijlstra2-13/+41
2020-09-01x86/alternatives: Teach text_poke_bp() to emulate RETPeter Zijlstra2-0/+24
2020-09-01x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf4-2/+18
2020-09-01x86/static_call: Add out-of-line static call implementationJosh Poimboeuf4-0/+56
2020-09-01static_call: Avoid kprobes on inline static_call()sPeter Zijlstra1-1/+3
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2-0/+3
2020-08-30x86/kvm: Expose TSX Suspend Load Tracking featureCathy Zhang1-1/+1
2020-08-30Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-13/+29
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-20/+3
2020-08-30x86/cpufeatures: Enumerate TSX suspend load address tracking instructionsKyung Min Park1-0/+1
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov1-11/+21
2020-08-27x86/mpparse: Remove duplicate io_apic.h includeWang Hai1-1/+0
2020-08-27x86/irq: Unbreak interrupt affinity settingThomas Gleixner1-7/+9
2020-08-27x86/hotplug: Silence APIC only after all interrupts are migratedAshok Raj1-6/+20
2020-08-26x86/mce: Delay clearing IA32_MCG_STATUS to the end of do_machine_check()Tony Luck1-5/+4
2020-08-26x86/resctrl: Enable user to view thread or core throttling modeFenghua Yu3-7/+87
2020-08-26x86/resctrl: Enumerate per-thread MBA controlsFenghua Yu3-0/+3
2020-08-26x86/entry: Remove unused THUNKsPeter Zijlstra1-5/+0
2020-08-26cpuidle: Move trace_cpu_idle() into generic codePeter Zijlstra1-4/+0
2020-08-26cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED genericPeter Zijlstra2-11/+3
2020-08-24kvm: mmu: page_track: Fix RCU list API usageMadhuparna Bhowmik1-2/+4
2020-08-24x86/fsgsbase: Replace static_cpu_has() with boot_cpu_has()Borislav Petkov2-6/+6
2020-08-24x86/entry/64: Correct the comment over SAVE_AND_SET_GSBASEBorislav Petkov1-2/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva31-57/+52
2020-08-23Merge tag 'x86-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+6
2020-08-23Merge tag 'perf-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+49
2020-08-23Merge tag 'efi-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-86/+39
2020-08-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-4/+8