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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-11
x86/paravirt: Simplify paravirt macros
Juergen Gross
1
-29
/
+12
2021-03-11
x86/paravirt: Remove no longer needed 32-bit pvops cruft
Juergen Gross
3
-119
/
+33
2021-03-11
x86/paravirt: Add new features for paravirt patching
Juergen Gross
2
-0
/
+12
2021-03-11
x86/alternative: Use ALTERNATIVE_TERNARY() in _static_cpu_has()
Juergen Gross
1
-32
/
+9
2021-03-11
x86/alternative: Support ALTERNATIVE_TERNARY
Juergen Gross
1
-0
/
+13
2021-03-11
x86/alternative: Support not-feature
Juergen Gross
1
-0
/
+3
2021-03-11
x86/paravirt: Switch time pvops functions to use static_call()
Juergen Gross
3
-10
/
+13
2021-03-11
x86/alternative: Merge include files
Juergen Gross
4
-122
/
+110
2021-03-11
x86/setup: Remove unused RESERVE_BRK_ARRAY()
Cao jin
1
-5
/
+0
2021-03-09
x86/alternative: Drop unused feature parameter from ALTINSTR_REPLACEMENT()
Juergen Gross
1
-7
/
+7
2021-03-09
x86/sev-es: Use __copy_from_user_inatomic()
Joerg Roedel
1
-0
/
+2
2021-03-08
x86: Use ELF fields defined in 'struct kimage'
Lakshmi Ramasubramanian
1
-5
/
+0
2021-03-08
clocksource/drivers/hyper-v: Move handling of STIMER0 interrupts
Michael Kelley
1
-4
/
+0
2021-03-08
clocksource/drivers/hyper-v: Handle sched_clock differences inline
Michael Kelley
1
-11
/
+0
2021-03-08
clocksource/drivers/hyper-v: Handle vDSO differences inline
Michael Kelley
1
-4
/
+0
2021-03-08
Drivers: hv: vmbus: Move handling of VMbus interrupts
Michael Kelley
1
-1
/
+0
2021-03-08
Drivers: hv: vmbus: Handle auto EOI quirk inline
Michael Kelley
1
-3
/
+0
2021-03-08
Drivers: hv: Redo Hyper-V synthetic MSR get/set functions
Michael Kelley
2
-67
/
+74
2021-03-08
x86/hyper-v: Move hv_message_type to architecture neutral module
Michael Kelley
1
-29
/
+0
2021-03-08
Drivers: hv: vmbus: Move Hyper-V page allocator to arch neutral code
Michael Kelley
1
-5
/
+0
2021-03-08
x86/sev-es: Introduce ip_within_syscall_gap() helper
Joerg Roedel
2
-0
/
+16
2021-03-08
x86/stackprotector/32: Make the canary into a regular percpu variable
Andy Lutomirski
5
-101
/
+34
2021-03-08
x86: Remove duplicate TSC DEADLINE MSR definitions
Dave Hansen
1
-2
/
+0
2021-03-06
Merge branch 'locking/core' into x86/mm, to resolve conflict
Ingo Molnar
1
-2
/
+2
2021-03-06
x86/mm/tlb: Privatize cpu_tlbstate
Nadav Amit
1
-18
/
+21
2021-03-06
x86/mm/tlb: Flush remote and local TLBs concurrently
Nadav Amit
4
-8
/
+8
2021-03-06
x86/mm/tlb: Unify flush_tlb_func_local() and flush_tlb_func_remote()
Nadav Amit
1
-2
/
+3
2021-03-06
x86/jump_label: Mark arguments as const to satisfy asm constraints
Jason Gerecke
1
-2
/
+2
2021-03-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-3
/
+6
2021-03-04
Merge tag 'for-linus-5.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Linus Torvalds
1
-0
/
+12
2021-03-03
xen: fix p2m size in dom0 for disabled memory hotplug case
Juergen Gross
1
-0
/
+12
2021-03-02
KVM: x86/xen: Add support for vCPU runstate information
David Woodhouse
1
-0
/
+6
2021-02-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-34
/
+8
2021-02-26
kfence: use pt_regs to generate stack trace on faults
Marco Elver
1
-6
/
+0
2021-02-26
x86, kfence: enable KFENCE for x86
Alexander Potapenko
1
-0
/
+70
2021-02-26
KVM: x86: remove misplaced comment on active_mmu_pages
Dongli Zhang
1
-3
/
+0
2021-02-24
Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-90
/
+212
2021-02-24
Merge tag 'sfi-removal-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
7
-239
/
+2
2021-02-24
Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-0
/
+78
2021-02-23
Merge tag 'objtool-core-2021-02-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-11
/
+57
2021-02-21
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
5
-336
/
+0
2021-02-21
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
9
-22
/
+231
2021-02-21
Merge tag 'hyperv-next-signed-20210216' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Linus Torvalds
2
-2
/
+55
2021-02-21
Merge tag 'perf-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-13
/
+22
2021-02-21
Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-9
/
+46
2021-02-21
Merge tag 'core-mm-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+0
2021-02-21
Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/linux
Linus Torvalds
1
-1
/
+0
2021-02-21
Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
3
-12
/
+32
2021-02-20
Merge tag 'x86_asm_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+3
2021-02-20
Merge tag 'x86_cache_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-4
/
+7
[prev]
[next]