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
2020-02-25
x86/mce/therm_throt: Undo thermal polling properly on CPU offline
Thomas Gleixner
1
-2
/
+7
2020-02-25
x86/vmlinux: Drop unneeded linker script discard of .eh_frame
Arvind Sankar
1
-5
/
+2
2020-02-24
x86/pkeys: Add check for pkey "overflow"
Dave Hansen
1
-2
/
+7
2020-02-24
x86/kexec: Do not reserve EFI setup_data in the kexec e820 table
Dave Young
1
-1
/
+9
2020-02-24
Merge tag 'v5.6-rc3' into sched/core, to pick up fixes and dependent patches
Ingo Molnar
70
-1450
/
+1322
2020-02-23
x86/ima: Use EFI GetVariable only when available
Ard Biesheuvel
1
-1
/
+1
2020-02-23
efi: Add 'runtime' pointer to struct efi
Ard Biesheuvel
1
-0
/
+5
2020-02-23
efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specific
Ard Biesheuvel
1
-2
/
+2
2020-02-23
efi/x86: Remove runtime table address from kexec EFI setup data
Ard Biesheuvel
1
-1
/
+0
2020-02-22
Merge tag 'ras-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-23
/
+27
2020-02-22
Merge tag 'x86-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+14
2020-02-22
x86/boot: Remove KEEP_SEGMENTS support
Arvind Sankar
1
-6
/
+0
2020-02-20
x86/split_lock: Enable split lock detection by kernel
Peter Zijlstra (Intel)
4
-2
/
+202
2020-02-19
x86/cpu/amd: Enable the fixed Instructions Retired counter IRPERF
Kim Phillips
1
-0
/
+14
2020-02-19
x86/mce: Do not log spurious corrected mce errors
Prarit Bhargava
3
-0
/
+21
2020-02-17
x86/cpu: Move prototype for get_umwait_control_msr() to a global location
Benjamin Thiel
1
-0
/
+1
2020-02-17
x86/iopl: Include prototype header for ksys_ioperm()
Benjamin Thiel
1
-0
/
+1
2020-02-17
x86/vdso: Use generic VDSO clock mode storage
Thomas Gleixner
4
-15
/
+9
2020-02-17
x86/vdso: Move VDSO clocksource state tracking to callback
Thomas Gleixner
2
-12
/
+27
2020-02-16
x86: Fix a handful of typos
Martin Molnar
6
-7
/
+7
2020-02-15
x86 user stack frame reads: switch to explicit __get_user()
Al Viro
1
-2
/
+4
2020-02-14
x86/mce/amd: Fix kobject lifetime
Thomas Gleixner
1
-6
/
+11
2020-02-13
x86/mce/amd: Publish the bank pointer only after setup has succeeded
Borislav Petkov
1
-17
/
+16
2020-02-12
x86/fpu/xstate: Warn when checking alignment of disabled xfeatures
Yu-cheng Yu
1
-0
/
+7
2020-02-12
x86/fpu/xstate: Fix XSAVES offsets in setup_xstate_comp()
Yu-cheng Yu
1
-20
/
+12
2020-02-11
x86/ima: use correct identifier for SetupMode variable
Ard Biesheuvel
1
-4
/
+2
2020-02-11
x86/fpu/xstate: Fix last_good_offset in setup_xstate_features()
Yu-cheng Yu
1
-14
/
+13
2020-02-09
Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-10
/
+161
2020-02-08
Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-8
/
+3
2020-02-07
fs_parse: fold fs_parameter_desc/fs_parameter_spec
Al Viro
1
-7
/
+3
2020-02-07
fs_parser: remove fs_parameter_description name field
Eric Sandeen
1
-1
/
+0
2020-02-07
x86/apic: Mask IOAPIC entries when disabling the local APIC
Tony W Wang-oc
1
-0
/
+7
2020-02-06
Merge tag 'kvm-5.6-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+3
2020-02-05
x86/kvm: do not setup pv tlb flush when not paravirtualized
Thadeu Lima de Souza Cascardo
1
-0
/
+3
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
1
-10
/
+11
2020-02-01
x86/apic/msi: Plug non-maskable MSI affinity race
Thomas Gleixner
1
-3
/
+125
2020-01-31
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-54
/
+67
2020-01-30
Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/daveh/x86-mpx
Linus Torvalds
6
-139
/
+1
2020-01-29
Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
1
-2
/
+0
2020-01-29
x86/timer: Don't skip PIT setup when APIC is disabled or in legacy mode
Thomas Gleixner
3
-7
/
+29
2020-01-28
Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-41
/
+22
2020-01-28
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-10
/
+11
2020-01-28
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
12
-134
/
+204
2020-01-28
x86/intel_pstate: Handle runtime turbo disablement/enablement in frequency invariance
Giovanni Gherdovich
1
-5
/
+10
2020-01-28
x86, sched: Add support for frequency invariance on ATOM
Giovanni Gherdovich
1
-6
/
+21
2020-01-28
x86, sched: Add support for frequency invariance on ATOM_GOLDMONT*
Giovanni Gherdovich
1
-4
/
+8
2020-01-28
x86, sched: Add support for frequency invariance on XEON_PHI_KNL/KNM
Giovanni Gherdovich
1
-3
/
+46
2020-01-28
x86, sched: Add support for frequency invariance on SKYLAKE_X
Giovanni Gherdovich
1
-13
/
+53
2020-01-28
x86, sched: Add support for frequency invariance
Giovanni Gherdovich
1
-1
/
+182
2020-01-28
Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-31
/
+123
[prev]
[next]