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
2019-04-30
x86/kgdb: Avoid redundant comparison of patched code
Nadav Amit
1
-13
/
+1
2019-04-30
x86/alternatives: Use temporary mm for text poking
Nadav Amit
1
-22
/
+86
2019-04-30
x86/alternatives: Initialize temporary mm for patching
Nadav Amit
1
-0
/
+3
2019-04-30
x86/jump_label: Use text_poke_early() during early init
Nadav Amit
1
-1
/
+6
2019-04-30
x86/alternatives: Add text_poke_kgdb() to not assert the lock when debugging
Nadav Amit
2
-19
/
+44
2019-04-29
x86/paravirt: Rename paravirt_patch_site::instrtype to paravirt_patch_site::type
Ingo Molnar
1
-2
/
+1
2019-04-29
x86/paravirt: Standardize 'insn_buff' variable names
Ingo Molnar
4
-66
/
+66
2019-04-29
x86/stacktrace: Use common infrastructure
Thomas Gleixner
1
-97
/
+19
2019-04-26
Merge branch 'linus' into x86/mm, to pick up dependent fix
Ingo Molnar
7
-14
/
+84
2019-04-25
x86: tsc: Rework time_cpufreq_notifier()
Rafael J. Wysocki
1
-15
/
+14
2019-04-25
x86/apic: Unify duplicated local apic timer clockevent initialization
Jacob Pan
1
-26
/
+31
2019-04-25
x86/paravirt: Match paravirt patchlet field definition ordering to initialization ordering
Ingo Molnar
1
-3
/
+3
2019-04-25
x86/paravirt: Replace the paravirt patch asm magic
Thomas Gleixner
1
-61
/
+81
2019-04-25
x86/paravirt: Unify the 32/64 bit paravirt patching code
Thomas Gleixner
3
-80
/
+50
2019-04-25
x86/paravirt: Detect over-sized patching bugs in paravirt_patch_call()
Ingo Molnar
1
-8
/
+8
2019-04-25
x86/paravirt: Detect over-sized patching bugs in paravirt_patch_insns()
Ingo Molnar
1
-4
/
+4
2019-04-25
x86/paravirt: Remove bogus extern declarations
Thomas Gleixner
2
-6
/
+0
2019-04-24
x86/build: Move _etext to actual end of .text
Kees Cook
1
-3
/
+3
2019-04-24
Merge tag 'drm-intel-next-2019-04-17' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
1
-1
/
+3
2019-04-23
x86/MCE/AMD: Don't report L1 BTB MCA errors on some family 17h models
Yazen Ghannam
3
-13
/
+48
2019-04-23
x86/MCE: Add an MCE-record filtering function
Yazen Ghannam
3
-0
/
+11
2019-04-22
x86/kdump: Fall back to reserve high crashkernel memory
Dave Young
1
-8
/
+14
2019-04-22
x86/kdump: Have crashkernel=X reserve under 4G by default
Dave Young
1
-5
/
+5
2019-04-20
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+46
2019-04-19
x86/topology: Make DEBUG_HOTPLUG_CPU0 pr_info() more descriptive
Juri Lelli
1
-1
/
+1
2019-04-19
x86/power: Optimize C3 entry on Centaur CPUs
David Wang
1
-0
/
+12
2019-04-19
x86/mce: Fix debugfs_simple_attr.cocci warnings
YueHaibing
1
-4
/
+4
2019-04-19
x86/cpu/intel: Lower the "ENERGY_PERF_BIAS: Set to normal" message's log priority
Hans de Goede
1
-2
/
+2
2019-04-19
x86/kvm: Make steal_time visible
Andi Kleen
1
-1
/
+1
2019-04-19
x86/cpu/amd: Exclude 32bit only assembler from 64bit build
Andi Kleen
1
-0
/
+2
2019-04-19
x86/asm: Mark all top level asm statements as .text
Andi Kleen
2
-1
/
+3
2019-04-19
x86/cpu/bugs: Use __initconst for 'const' init data
Andi Kleen
1
-3
/
+3
2019-04-19
x86/kprobes: Avoid kretprobe recursion bug
Masami Hiramatsu
1
-2
/
+20
2019-04-19
x86/kprobes: Verify stack frame on kretprobe
Masami Hiramatsu
1
-0
/
+26
2019-04-19
rseq: Clean up comments by reflecting removal of event counter
Mathieu Desnoyers
1
-4
/
+1
2019-04-19
x86/smpboot: Rename match_die() to match_pkg()
Len Brown
1
-3
/
+3
2019-04-18
x86/speculation/mds: Add 'mitigations=' support for MDS
Josh Poimboeuf
1
-2
/
+3
2019-04-18
x86/resctrl: Initialize a new resource group with default MBA values
Xiaochen Shen
2
-21
/
+35
2019-04-17
x86/resctrl: Move per RDT domain initialization to a separate function
Xiaochen Shen
1
-59
/
+72
2019-04-17
Merge branch 'core/speculation' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git
Thomas Gleixner
1
-2
/
+9
2019-04-17
x86/speculation: Support 'mitigations=' cmdline option
Josh Poimboeuf
1
-2
/
+9
2019-04-17
x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations off
Konrad Rzeszutek Wilk
1
-1
/
+2
2019-04-17
x86/speculation/mds: Fix comment
Boris Ostrovsky
1
-1
/
+1
2019-04-17
x86/irq/64: Remove stack overflow debug code
Thomas Gleixner
1
-56
/
+0
2019-04-17
x86/irq/64: Remap the IRQ stack with guard pages
Andy Lutomirski
1
-0
/
+30
2019-04-17
x86/irq/64: Split the IRQ stack into its own pages
Andy Lutomirski
6
-15
/
+14
2019-04-17
x86/irq/64: Init hardirq_stack_ptr during CPU hotplug
Thomas Gleixner
2
-3
/
+16
2019-04-17
x86/irq/32: Handle irq stack allocation failure proper
Thomas Gleixner
3
-20
/
+29
2019-04-17
x86/irq/32: Invoke irq_ctx_init() from init_IRQ()
Thomas Gleixner
1
-2
/
+2
2019-04-17
x86/irq/64: Rename irq_stack_ptr to hardirq_stack_ptr
Thomas Gleixner
4
-4
/
+4
[prev]
[next]