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-12-10
Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflicts
Ingo Molnar
15
-170
/
+322
2019-12-10
x86/setup: Enhance the comments
Ingo Molnar
1
-16
/
+25
2019-12-10
x86/setup: Clean up the header portion of setup.c
Ingo Molnar
1
-100
/
+22
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
1
-1
/
+1
2019-12-09
x86/mtrr: Require CAP_SYS_ADMIN for all access
Kees Cook
1
-19
/
+2
2019-12-09
x86/mtrr: Get rid of mtrr_seq_show() forward declaration
Borislav Petkov
1
-22
/
+20
2019-12-01
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
8
-144
/
+239
2019-11-30
Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-5
/
+12
2019-11-30
x86/ioperm: Save an indentation level in tss_update_io_bitmap()
Borislav Petkov
1
-24
/
+24
2019-11-29
x86/intel: Disable HPET on Intel Ice Lake platforms
Kai-Heng Feng
1
-0
/
+2
2019-11-29
x86/intel: Disable HPET on Intel Coffee Lake H platforms
Kai-Heng Feng
1
-0
/
+2
2019-11-29
x86/mce/therm_throt: Mask out read-only and reserved MSR bits
Srinivas Pandruvada
1
-5
/
+12
2019-11-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2
-3
/
+3
2019-11-27
Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2
-6
/
+50
2019-11-27
x86/alternatives: Sync bp_patching update for avoiding NULL pointer exception
Masami Hiramatsu
1
-1
/
+7
2019-11-27
x86/alternatives: Use INT3_INSN_SIZE
Peter Zijlstra
1
-6
/
+6
2019-11-27
x86/kprobe: Add comments to arch_{,un}optimize_kprobes()
Peter Zijlstra
1
-2
/
+12
2019-11-27
x86/kprobes: Fix ordering while text-patching
Peter Zijlstra
3
-11
/
+14
2019-11-27
x86/kprobes: Convert to text-patching.h
Peter Zijlstra
2
-32
/
+30
2019-11-27
x86/ftrace: Mark ftrace_modify_code_direct() __ref
Borislav Petkov
1
-1
/
+6
2019-11-27
x86/alternative: Shrink text_poke_loc
Peter Zijlstra
1
-9
/
+14
2019-11-27
x86/alternative: Remove text_poke_loc::len
Peter Zijlstra
1
-5
/
+7
2019-11-27
x86/ftrace: Use text_gen_insn()
Peter Zijlstra
2
-51
/
+7
2019-11-27
x86/alternative: Add text_opcode_size()
Peter Zijlstra
1
-11
/
+1
2019-11-27
x86/ftrace: Use text_poke()
Peter Zijlstra
3
-556
/
+134
2019-11-27
x86/alternatives: Add and use text_gen_insn() helper
Peter Zijlstra
3
-26
/
+48
2019-11-27
x86/alternatives, jump_label: Provide better text_poke() batching interface
Peter Zijlstra
2
-71
/
+92
2019-11-26
Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
2
-12
/
+18
2019-11-26
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+4
2019-11-26
x86/ptrace: Document FSBASE and GSBASE ABI oddities
Andy Lutomirski
1
-0
/
+17
2019-11-26
x86/ptrace: Remove set_segment_reg() implementations for current
Andy Lutomirski
1
-12
/
+7
2019-11-26
x86/traps: die() instead of panicking on a double fault
Andy Lutomirski
1
-1
/
+1
2019-11-26
x86/doublefault/32: Rewrite the x86_32 #DF handler and unify with 64-bit
Andy Lutomirski
2
-32
/
+92
2019-11-26
x86/doublefault/32: Move #DF stack and TSS to cpu_entry_area
Andy Lutomirski
3
-29
/
+71
2019-11-26
x86/doublefault/32: Rename doublefault.c to doublefault_32.c
Andy Lutomirski
2
-5
/
+3
2019-11-26
x86/traps: Disentangle the 32-bit and 64-bit doublefault code
Andy Lutomirski
2
-20
/
+3
2019-11-26
Merge branch 'x86-iopl-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
8
-388
/
+391
2019-11-26
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
12
-154
/
+174
2019-11-26
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-0
/
+13
2019-11-26
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+28
2019-11-26
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-52
/
+266
2019-11-26
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-4
/
+4
2019-11-26
Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-139
/
+36
2019-11-26
Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+6
2019-11-26
Merge branches 'x86-cpu-for-linus' and 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-19
/
+44
2019-11-26
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-12
/
+81
2019-11-26
Merge branches 'core-objtool-for-linus', 'x86-cleanups-for-linus' and 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
9
-1791
/
+19
2019-11-26
Merge branch 'acpi-mm'
Rafael J. Wysocki
2
-12
/
+18
2019-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
3
-40
/
+112
2019-11-25
Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
Linus Torvalds
6
-46
/
+40
[prev]
[next]