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
2018-09-15
x86/APM: Fix build warning when PROC_FS is not enabled
Randy Dunlap
1
-0
/
+2
2018-09-12
x86/pti/64: Remove the SYSCALL64 entry trampoline
Andy Lutomirski
4
-32
/
+3
2018-09-12
x86/xen: Disable CPU0 hotplug for Xen PV
Juergen Gross
1
-1
/
+3
2018-09-11
x86/EISA: Don't probe EISA bus for Xen PV guests
Boris Ostrovsky
1
-2
/
+8
2018-09-11
signal: Properly deliver SIGSEGV from x86 uprobes
Eric W. Biederman
1
-1
/
+1
2018-09-11
x86/paravirt: Clean up native_patch()
Borislav Petkov
2
-57
/
+33
2018-09-10
x86/corruption-check: Use pr_*() instead of printk()
He Zhe
1
-5
/
+8
2018-09-10
x86/corruption-check: Fix panic in memory_corruption_check() when boot option without value is provided
He Zhe
1
-0
/
+15
2018-09-08
x86/apic/vector: Make error return value negative
Thomas Gleixner
1
-1
/
+1
2018-09-08
x86/entry/64: Use the TSS sp2 slot for SYSCALL/SYSRET scratch space
Andy Lutomirski
2
-3
/
+2
2018-09-08
x86/entry/64: Document idtentry
Andy Lutomirski
1
-0
/
+4
2018-09-06
x86/process: Don't mix user/kernel regs in 64bit __show_regs()
Jann Horn
3
-12
/
+15
2018-09-06
x86/tsc: Prevent result truncation on 32bit
Chuanhua Lei
1
-1
/
+1
2018-09-03
x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrella
Juergen Gross
5
-17
/
+14
2018-09-03
x86/paravirt: Move the pv_irq_ops under the PARAVIRT_XXL umbrella
Juergen Gross
6
-7
/
+9
2018-09-03
x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrella
Juergen Gross
7
-3
/
+28
2018-09-03
x86/paravirt: Move items in pv_info under PARAVIRT_XXL umbrella
Juergen Gross
1
-0
/
+2
2018-09-03
x86/paravirt: Remove unused paravirt bits
Juergen Gross
1
-1
/
+0
2018-09-03
x86/paravirt: Use a single ops structure
Juergen Gross
13
-239
/
+220
2018-09-03
x86/paravirt: Remove clobbers parameter from paravirt patch functions
Juergen Gross
5
-19
/
+13
2018-09-03
x86/paravirt: Make paravirt_patch_call() and paravirt_patch_jmp() static
Juergen Gross
1
-6
/
+6
2018-09-03
x86/fault: Plumb error code and fault address through to fault handlers
Jann Horn
2
-4
/
+4
2018-09-03
x86/kprobes: Stop calling fixup_exception() from kprobe_fault_handler()
Jann Horn
1
-9
/
+0
2018-09-03
x86/kprobes: Inline kprobe_exceptions_notify() into do_general_protection()
Jann Horn
2
-30
/
+11
2018-09-02
x86/microcode: Update the new microcode revision unconditionally
Filippo Sironi
2
-14
/
+21
2018-09-02
x86/microcode: Make sure boot_cpu_data.microcode is up-to-date
Prarit Bhargava
2
-0
/
+8
2018-09-02
x86/microcode: Make revision and processor flags world-readable
Jacek Tomaka
1
-2
/
+2
2018-08-31
x86/dumpstack: Don't dump kernel memory based on usermode RIP
Jann Horn
1
-3
/
+13
2018-08-30
x86/alternatives: Lockdep-enforce text_mutex in text_poke*()
Jiri Kosina
1
-4
/
+5
2018-08-30
x86/entry/64: Wipe KASAN stack shadow before rewind_stack_do_exit()
Jann Horn
1
-0
/
+4
2018-08-27
x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+
Andi Kleen
2
-5
/
+42
2018-08-27
x86/spectre: Add missing family 6 check to microcode check
Andi Kleen
1
-0
/
+3
2018-08-26
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-0
/
+5
2018-08-25
Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2
-50
/
+3
2018-08-24
Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
1
-0
/
+8
2018-08-24
x86/speculation/l1tf: Suggest what to do on systems with too much RAM
Vlastimil Babka
1
-0
/
+4
2018-08-23
x86/mm: Only use tlb_remove_table() for paravirt
Peter Zijlstra
2
-1
/
+6
2018-08-22
Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-1
/
+1
2018-08-20
x86/memory_failure: Introduce {set, clear}_mce_nospec()
Dan Williams
2
-50
/
+3
2018-08-20
x86/process: Re-export start_thread()
Rian Hunter
1
-0
/
+1
2018-08-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+111
2018-08-18
Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-3
/
+3
2018-08-16
Fix kexec forbidding kernels signed with keys in the secondary keyring to boot
Yannik Sembritzki
1
-1
/
+1
2018-08-16
Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
2
-8
/
+0
2018-08-15
Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-0
/
+18
2018-08-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+3
2018-08-15
Merge branch 'pci/resource'
Bjorn Helgaas
1
-5
/
+0
2018-08-15
x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabled
Guenter Roeck
1
-2
/
+1
2018-08-14
Merge tag 'for-linus-4.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Linus Torvalds
2
-1
/
+2
2018-08-15
x86/ACPI/cstate: Make APCI C1 FFH MWAIT C-state description vendor-neutral
Prarit Bhargava
1
-1
/
+1
[prev]
[next]