summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-08-07Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2-18/+25
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-3/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport4-3/+1
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+0
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds6-262/+79
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-37/+81
2020-08-05Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+1
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-08-04Merge tag 'x86-fsgsbase-2020-08-04' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-52/+185
2020-08-04Merge tag 'x86-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-20/+21
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds3-6/+3
2020-08-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-1/+1
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+5
2020-08-03Merge tag 'ras-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-2/+4
2020-08-03Merge tag 'x86-platform-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-105/+26
2020-08-03Merge tag 'x86-misc-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+69
2020-08-03Merge tag 'x86-microcode-2020-08-03' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+0
2020-08-03Merge tag 'x86-cpu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-21/+10
2020-08-03Merge tag 'x86-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-49/+54
2020-08-03Merge tag 'x86-cleanups-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2020-08-03Merge tag 'x86-alternatives-2020-08-03' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+2
2020-08-03Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+41
2020-08-03Merge tag 'perf-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-13/+205
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-22/+16
2020-08-03Merge tag 'irq-urgent-2020-08-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+9
2020-07-31Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar5-18/+25
2020-07-30initrd: remove support for multiple floppiesChristoph Hellwig1-2/+0
2020-07-29x86/i8259: Use printk_deferred() to prevent deadlockThomas Gleixner1-1/+1
2020-07-28Merge tag 'v5.8-rc7' into perf/core, to pick up fixesIngo Molnar15-68/+110
2020-07-27x86: switch to ->regset_get()Al Viro6-241/+74
2020-07-27genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner1-0/+4
2020-07-27x86/cpu: Relocate sync_core() to sync_core.hRicardo Neri2-0/+2
2020-07-27Merge tag 'v5.8-rc7' into x86/cpu, to pick up fixesIngo Molnar5-18/+25
2020-07-26Merge branch 'x86/urgent' into x86/cleanupsIngo Molnar29-170/+202
2020-07-26Merge branch 'locking/nmi' into x86/entryIngo Molnar2-16/+10
2020-07-25Merge tag 'v5.8-rc6' into locking/core, to pick up fixesIngo Molnar6-46/+28
2020-07-25x86/split_lock: Enable the split lock feature on Sapphire Rapids and Alder La...Fenghua Yu1-0/+2
2020-07-25Merge tag 'v5.8-rc6' into x86/cpu, to refresh the branch before adding new co...Ingo Molnar25-153/+178
2020-07-24x86/entry: Cleanup idtentry_enter/exitThomas Gleixner2-6/+6
2020-07-24x86/entry: Cleanup idtentry_entry/exit_userThomas Gleixner2-11/+11
2020-07-24x86/entry: Use generic syscall exit functionalityThomas Gleixner1-1/+2
2020-07-24Merge branch 'core/entry' into x86/entryThomas Gleixner5-46/+26
2020-07-24x86: Correct noinstr qualifiersIra Weiny2-2/+2
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie19-115/+148
2020-07-23irqdomain/treewide: Free firmware node after domain removalJon Derrick1-0/+5
2020-07-22x86/dumpstack: Show registers dump with trace's log levelDmitry Safonov1-5/+5
2020-07-22x86/dumpstack: Add log_lvl to __show_regs()Dmitry Safonov3-42/+47
2020-07-22x86/dumpstack: Add log_lvl to show_iret_regs()Dmitry Safonov2-5/+5
2020-07-22x86/dumpstack: Dump user space code correctly againThomas Gleixner1-10/+17
2020-07-22x86/stacktrace: Fix reliable check for empty user task stacksJosh Poimboeuf1-5/+0