summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | x86/exceptions: Make IST index zero basedThomas Gleixner2019-04-178-28/+34
| * | | | | | | | | x86/exceptions: Remove unused stack defines on 32bitThomas Gleixner2019-04-171-5/+1
| * | | | | | | | | x86/64: Remove stale CURRENT_MASKThomas Gleixner2019-04-171-1/+0
| * | | | | | | | | x86/idt: Remove unused macro SISTGThomas Gleixner2019-04-171-4/+0
| * | | | | | | | | x86/irq/64: Sanitize the top/bottom confusionThomas Gleixner2019-04-171-11/+11
| * | | | | | | | | x86/irq/64: Remove a hardcoded irq_stack_union accessAndy Lutomirski2019-04-171-2/+1
| * | | | | | | | | x86/dumpstack: Fix off-by-one errors in stack identificationAndy Lutomirski2019-04-172-4/+4
| * | | | | | | | | x86/irq/64: Limit IST stack overflow check to #DB stackThomas Gleixner2019-04-171-5/+14
| * | | | | | | | | mm/slab: Remove store_stackinfo()Qian Cai2019-04-171-42/+6
* | | | | | | | | | Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-062-4/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/entry: Remove unneeded need_resched() loopValentin Schneider2019-04-052-4/+2
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-062-0/+17
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/power: Optimize C3 entry on Centaur CPUsDavid Wang2019-04-191-0/+12
| * | | | | | | | | | x86/CPU/hygon: Fix phys_proc_id calculation logic for multi-die processorsPu Wen2019-03-231-0/+5
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-067-21/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/pci: Clean up usage of X86_DEV_DMA_OPSChristoph Hellwig2019-04-244-12/+3
| * | | | | | | | | | x86/Kconfig: Remove the unused X86_DMA_REMAP KConfig symbolChristoph Hellwig2019-04-101-5/+0
| * | | | | | | | | | x86/kexec/crash: Use struct_size() in vzalloc()Gustavo A. R. Silva2019-04-051-2/+1
| * | | | | | | | | | x86/mm/tlb: Define LOADED_MM_SWITCHING with pointer-sized numberJann Horn2019-03-291-1/+1
| * | | | | | | | | | x86/platform/uv: Fix missing checks of kcalloc() return valuesKangjie Lu2019-03-261-1/+6
* | | | | | | | | | | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-062-75/+102
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/resctrl: Initialize a new resource group with default MBA valuesXiaochen Shen2019-04-182-21/+35
| * | | | | | | | | | | x86/resctrl: Move per RDT domain initialization to a separate functionXiaochen Shen2019-04-171-59/+72
| * | | | | | | | | | | Merge x86/urgent into x86/cacheBorislav Petkov2019-04-179-9/+41
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-064-54/+46
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/tools/relocs: Fix big section header tablesArtem Savkov2019-04-191-29/+45
| * | | | | | | | | | | | x86/defconfig: Remove archaic partition tables supportAhmed S. Darwish2019-04-192-24/+0
| * | | | | | | | | | | | x86/build: Keep local relocations with ld.lldKees Cook2019-04-051-1/+1
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-0623-69/+63
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/um/vdso: Drop unnecessary cc-ldoptionNick Desaulniers2019-04-241-1/+1
| * | | | | | | | | | | | x86/vdso: Rename variable to fix -Wshadow warningLeonardo BrĂ¡s2019-04-191-6/+7
| * | | | | | | | | | | | x86/cpu/amd: Exclude 32bit only assembler from 64bit buildAndi Kleen2019-04-191-0/+2
| * | | | | | | | | | | | x86/asm: Mark all top level asm statements as .textAndi Kleen2019-04-193-1/+4
| * | | | | | | | | | | | x86/build/vdso: Add FORCE to the build rule of %.soMasahiro Yamada2019-04-181-1/+1
| * | | | | | | | | | | | x86/asm: Modernize sync_bitops.hJan Beulich2019-04-101-22/+9
| * | | | | | | | | | | | x86/mm: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov2019-04-083-5/+5
| * | | | | | | | | | | | x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov2019-04-0811-27/+26
| * | | | | | | | | | | | x86/asm: Clarify static_cpu_has()'s intended useBorislav Petkov2019-04-081-3/+6
| * | | | | | | | | | | | x86/uaccess: Fix implicit cast of __user pointerJann Horn2019-04-031-2/+1
| * | | | | | | | | | | | x86/cpufeature: Remove __pure attribute to _static_cpu_has()Borislav Petkov2019-03-291-1/+1
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-061-26/+31
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/apic: Unify duplicated local apic timer clockevent initializationJacob Pan2019-04-251-26/+31
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-0620-183/+173
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | tick: Fix typos in commentsLaurent Gauthier2019-04-191-2/+2
| * | | | | | | | | | | | tick/broadcast: Fix warning about undefined tick_broadcast_oneshot_offline()Borislav Petkov2019-03-291-0/+4
| * | | | | | | | | | | | timekeeping: Force upper bound for setting CLOCK_REALTIMEThomas Gleixner2019-03-283-4/+25
| * | | | | | | | | | | | timer/trace: Improve timer tracingAnna-Maria Gleixner2019-03-242-8/+20
| * | | | | | | | | | | | timer/trace: Replace deprecated vsprintf pointer extension %pf by %psAnna-Maria Gleixner2019-03-241-4/+6
| * | | | | | | | | | | | timer: Move trace point to get proper indexAnna-Maria Gleixner2019-03-241-9/+4
| * | | | | | | | | | | | tick/sched: Update tick_sched struct documentationAnna-Maria Gleixner2019-03-241-3/+10