index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-26
x86/acpi: Support objtool validation in wakeup_64.S
Josh Poimboeuf
2
-1
/
+2
2021-01-26
x86/acpi: Annotate indirect branch as safe
Josh Poimboeuf
1
-0
/
+2
2021-01-26
x86/ftrace: Support objtool vmlinux.o validation in ftrace_64.S
Josh Poimboeuf
1
-3
/
+2
2021-01-26
objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNC
Josh Poimboeuf
1
-1
/
+1
2021-01-26
x86/ftrace: Add UNWIND_HINT_FUNC annotation for ftrace_stub
Josh Poimboeuf
1
-0
/
+1
2021-01-26
x86/gpu: Add Alderlake-S stolen memory support
Caz Yokoyama
1
-0
/
+1
2021-01-24
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-11
/
+9
2021-01-24
Merge tag 'sched_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+19
2021-01-24
Merge tag 'x86_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-11
/
+25
2021-01-24
x86/setup: don't remove E820_TYPE_RAM for pfn 0
Mike Rapoport
1
-11
/
+9
2021-01-21
x86/vm86/32: Remove VM86_SCREEN_BITMAP support
Andy Lutomirski
1
-48
/
+14
2021-01-21
x86/sgx: Fix the return type of sgx_init()
Sami Tolvanen
1
-5
/
+9
2021-01-21
x86/fpu: Add kernel_fpu_begin_mask() to selectively initialize state
Andy Lutomirski
1
-4
/
+5
2021-01-19
x86: PM: Register syscore_ops for scale invariance
Rafael J. Wysocki
1
-0
/
+19
2021-01-15
x86: Remove definition of DEBUG
Tom Rix
3
-6
/
+0
2021-01-14
x86/topology: Make __max_die_per_package available unconditionally
Borislav Petkov
1
-1
/
+1
2021-01-12
x86/mce: Remove explicit/superfluous tracing
Peter Zijlstra
1
-3
/
+4
2021-01-12
x86/sev: Fix nonistr violation
Peter Zijlstra
1
-1
/
+1
2021-01-12
x86/cpu/amd: Set __max_die_per_package on AMD
Yazen Ghannam
1
-2
/
+2
2021-01-11
Merge tag 'hyperv-fixes-signed-20210111' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Linus Torvalds
1
-0
/
+18
2021-01-11
x86/sev-es: Handle string port IO to kernel memory properly
Hyunwook (Wooky) Baek
1
-0
/
+12
2021-01-11
x86/resctrl: Apply READ_ONCE/WRITE_ONCE to task_struct.{rmid,closid}
Valentin Schneider
1
-5
/
+5
2021-01-11
x86/resctrl: Use task_curr() instead of task_struct->on_cpu to prevent unnecessary IPI
Reinette Chatre
1
-9
/
+5
2021-01-11
x86/resctrl: Add printf attribute to log function
Tom Rix
1
-0
/
+1
2021-01-08
x86/mce: Make mce_timed_out() identify holdout CPUs
Paul E. McKenney
1
-1
/
+14
2021-01-08
x86/resctrl: Don't move a task to the same resource group
Fenghua Yu
1
-0
/
+7
2021-01-08
x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSR
Fenghua Yu
1
-69
/
+43
2021-01-06
x86/mtrr: Correct the range check before performing MTRR type lookups
Ying-Tsun Huang
1
-3
/
+3
2021-01-05
x86/mm: Refine mmap syscall implementation
Adrian Huang
1
-6
/
+2
2021-01-05
x86/sev-es: Fix SEV-ES OUT/IN immediate opcode vc handling
Peter Gonda
1
-2
/
+2
2021-01-05
x86/hyperv: Fix kexec panic/hang issues
Dexuan Cui
1
-0
/
+18
2021-01-05
x86/kprobes: Do not decode opcode in resume_execution()
Masami Hiramatsu
1
-94
/
+74
2020-12-31
x86/microcode: Make microcode_init() static
Borislav Petkov
1
-1
/
+1
2020-12-30
x86/reboot: Add Zotac ZBOX CI327 nano PCI reboot quirk
Heiner Kallweit
1
-0
/
+9
2020-12-30
x86/mtrr: Convert comma to semicolon
Zheng Yongjun
1
-2
/
+2
2020-12-24
Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
2020-12-24
Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-96
/
+0
2020-12-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2020-12-22
x86/split-lock: Avoid returning with interrupts enabled
Andi Kleen
1
-1
/
+2
2020-12-22
kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK
Andrey Konovalov
1
-1
/
+1
2020-12-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-7
/
+8
2020-12-17
Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2
-5
/
+25
2020-12-16
Merge branch 'stable/for-linus-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb
Linus Torvalds
1
-0
/
+6
2020-12-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-1
/
+2
2020-12-15
mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio
Dmitry Safonov
1
-1
/
+1
2020-12-15
mm/gup: prevent gup_fast from racing with COW during fork
Jason Gunthorpe
1
-0
/
+1
2020-12-15
Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
2
-7
/
+14
2020-12-15
genirq: Move irq_has_action() into core code
Thomas Gleixner
1
-0
/
+1
2020-12-14
Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
19
-489
/
+614
2020-12-14
Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-38
/
+10
[prev]
[next]