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
2017-08-01
x86/hpet: Cure interface abuse in the resume path
Thomas Gleixner
1
-15
/
+10
2017-07-30
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+3
2017-07-30
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+9
2017-07-30
cpufreq: x86: Make scaling_cur_freq behave more as expected
Rafael J. Wysocki
1
-14
/
+26
2017-07-30
x86/mm, kexec: Fix memory corruption with SME on successive kexecs
Tom Lendacky
2
-1
/
+16
2017-07-30
x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment reads
Andy Lutomirski
5
-6
/
+5
2017-07-30
x86/traps: Don't clear segment high bits in early_idt_handler_common()
Andy Lutomirski
1
-12
/
+8
2017-07-27
x86/ldt/64: Refresh DS and ES when modify_ldt changes an entry
Andy Lutomirski
1
-0
/
+21
2017-07-27
Backmerge tag 'v4.13-rc2' into drm-next
Dave Airlie
4
-3
/
+11
2017-07-26
x86: irq: Define a global vector for nested posted interrupts
Wincy Van
2
-0
/
+21
2017-07-26
x86/unwind: Add the ORC unwinder
Josh Poimboeuf
7
-29
/
+622
2017-07-25
x86/mce/AMD: Allow any CPU to initialize the smca_banks array
Yazen Ghannam
1
-7
/
+2
2017-07-25
x86/efi: Fix reboot_mode when EFI runtime services are disabled
Stefan Assmann
1
-3
/
+3
2017-07-25
x86/microcode/AMD: Free unneeded patch before exit from update_cache()
Shu Wang
1
-1
/
+4
2017-07-24
ACPI / boot: Add number of legacy IRQs to debug output
Andy Shevchenko
1
-1
/
+1
2017-07-24
ACPI / boot: Correct address space of __acpi_map_table()
Andy Shevchenko
1
-2
/
+2
2017-07-24
ACPI / boot: Don't define unused variables
Andy Shevchenko
1
-1
/
+4
2017-07-24
signal: Remove kernel interal si_code magic
Eric W. Biederman
1
-12
/
+9
2017-07-24
kprobes/x86: Release insn_slot in failure path
Masami Hiramatsu
1
-1
/
+9
2017-07-23
Merge 4.13-rc2 into char-misc-next
Greg Kroah-Hartman
4
-3
/
+11
2017-07-21
x86/devicetree: Convert to using %pOF instead of ->full_name
Rob Herring
1
-2
/
+1
2017-07-21
x86/mm: Prepare to expose larger address space to userspace
Kirill A. Shutemov
1
-4
/
+17
2017-07-21
x86/mpx: Do not allow MPX if we have mappings above 47-bit
Kirill A. Shutemov
1
-0
/
+9
2017-07-21
x86/mm: Rename tasksize_32bit/64bit to task_size_32bit/64bit()
Kirill A. Shutemov
1
-1
/
+1
2017-07-20
x86/ioapic: Pass the correct data to unmask_ioapic_irq()
Seunghun Han
1
-1
/
+1
2017-07-20
x86/acpi: Prevent out of bound access caused by broken ACPI tables
Seunghun Han
1
-0
/
+8
2017-07-20
Merge tag 'drm-intel-next-2017-07-17' of git://anongit.freedesktop.org/git/drm-intel into drm-next
Dave Airlie
1
-0
/
+1
2017-07-18
x86/mm: Add support to make use of Secure Memory Encryption
Tom Lendacky
1
-2
/
+3
2017-07-18
x86/mm, kexec: Allow kexec to be used with SME
Tom Lendacky
2
-3
/
+36
2017-07-18
x86/cpu/AMD: Make the microcode level available earlier in the boot
Tom Lendacky
1
-4
/
+4
2017-07-18
x86, swiotlb: Add memory encryption support
Tom Lendacky
3
-7
/
+21
2017-07-18
x86/boot: Use memremap() to map the MPF and MPC data
Tom Lendacky
1
-28
/
+70
2017-07-18
x86/boot/e820: Add support to determine the E820 type of an address
Tom Lendacky
1
-3
/
+23
2017-07-18
x86/mm: Insure that boot memory areas are mapped properly
Tom Lendacky
2
-4
/
+35
2017-07-18
x86/mm: Provide general kernel support for memory encryption
Tom Lendacky
3
-13
/
+20
2017-07-18
x86/mm: Add support to enable SME in early boot processing
Tom Lendacky
2
-13
/
+60
2017-07-18
x86/cpu/AMD: Handle SME reduction in physical address size
Tom Lendacky
1
-11
/
+13
2017-07-18
x86/cpu/AMD: Add the Secure Memory Encryption CPU feature
Tom Lendacky
2
-0
/
+20
2017-07-18
x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap() for RAM mappings
Tom Lendacky
4
-45
/
+33
2017-07-18
Merge branch 'x86/boot' into x86/mm, to pick up interacting changes
Ingo Molnar
14
-43
/
+166
2017-07-18
x86/dumpstack: Fix interrupt and exception stack boundary checks
Josh Poimboeuf
2
-4
/
+4
2017-07-18
x86/dumpstack: Fix occasionally missing registers
Josh Poimboeuf
1
-5
/
+7
2017-07-18
x86/entry/64: Refactor IRQ stacks and make them NMI-safe
Andy Lutomirski
1
-0
/
+3
2017-07-17
x86/hyper-v: stash the max number of virtual/logical processor
Vitaly Kuznetsov
1
-3
/
+9
2017-07-16
x86/cpu: Use indirect call to measure performance in init_amd_k6()
Mikulas Patocka
1
-0
/
+1
2017-07-15
Merge tag 'kvm-4.13-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+6
2017-07-14
KVM: async_pf: Let guest support delivery of async_pf from guest mode
Wanpeng Li
1
-1
/
+6
2017-07-12
kernel/watchdog: split up config options
Nicholas Piggin
1
-1
/
+1
2017-07-12
kexec: move vmcoreinfo out of the kernel's .bss section
Xunlei Pang
1
-1
/
+1
2017-07-10
Merge tag 'drm-for-v4.13' into drm-intel-next-queued
Daniel Vetter
7
-13
/
+17
[prev]
[next]