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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-11
x86/entry/32: Convert IRET exception to IDTENTRY_SW
Thomas Gleixner
2
-3
/
+10
2020-06-11
x86/entry: Convert SIMD coprocessor error exception to IDTENTRY
Thomas Gleixner
2
-3
/
+1
2020-06-11
x86/entry: Convert Alignment check exception to IDTENTRY
Thomas Gleixner
2
-3
/
+1
2020-06-11
x86/entry: Convert Coprocessor error exception to IDTENTRY
Thomas Gleixner
2
-3
/
+1
2020-06-11
x86/entry: Convert Spurious interrupt bug exception to IDTENTRY
Thomas Gleixner
2
-3
/
+1
2020-06-11
x86/entry: Convert General protection exception to IDTENTRY
Thomas Gleixner
2
-3
/
+1
2020-06-11
x86/entry: Convert Stack segment exception to IDTENTRY
Thomas Gleixner
2
-3
/
+1
2020-06-11
x86/entry: Convert Segment not present exception to IDTENTRY
Thomas Gleixner
2
-3
/
+1
2020-06-11
x86/entry: Convert Invalid TSS exception to IDTENTRY
Thomas Gleixner
2
-3
/
+3
2020-06-11
x86/idtentry: Provide IDTENTRY_ERRORCODE
Thomas Gleixner
1
-0
/
+46
2020-06-11
x86/entry: Convert Coprocessor segment overrun exception to IDTENTRY
Thomas Gleixner
2
-3
/
+1
2020-06-11
x86/entry: Convert Device not available exception to IDTENTRY
Thomas Gleixner
2
-3
/
+1
2020-06-11
x86/entry: Convert Invalid Opcode exception to IDTENTRY
Thomas Gleixner
2
-3
/
+6
2020-06-11
x86/entry: Convert Bounds exception to IDTENTRY
Thomas Gleixner
2
-3
/
+1
2020-06-11
x86/entry: Convert Overflow exception to IDTENTRY
Thomas Gleixner
2
-3
/
+1
2020-06-11
x86/entry: Convert Divide Error to IDTENTRY
Thomas Gleixner
2
-3
/
+12
2020-06-11
x86/entry/common: Provide idtentry_enter/exit()
Thomas Gleixner
1
-0
/
+3
2020-06-11
x86/idtentry: Provide macros to define/declare IDT entry points
Thomas Gleixner
2
-1
/
+68
2020-06-11
x86/traps: Split trap numbers out in a separate header
Thomas Gleixner
2
-25
/
+32
2020-06-11
x86/entry: Disable interrupts for native_load_gs_index() in C code
Thomas Gleixner
1
-2
/
+12
2020-06-11
x86/speculation/mds: Mark mds_user_clear_cpu_buffers() __always_inline
Thomas Gleixner
1
-2
/
+2
2020-06-11
x86/idt: Remove update_intr_gate()
Thomas Gleixner
1
-1
/
+0
2020-06-11
bug: Annotate WARN/BUG/stackfail as noinstr safe
Thomas Gleixner
1
-0
/
+3
2020-06-11
x86/entry: Remove the unused LOCKDEP_SYSEXIT cruft
Thomas Gleixner
1
-24
/
+0
2020-06-11
locking/atomics: Flip fallbacks and instrumentation
Peter Zijlstra
3
-7
/
+34
2020-06-10
Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-7
/
+0
2020-06-09
x86: use proper parentheses around new uaccess macro argument uses
Linus Torvalds
1
-7
/
+7
2020-06-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
15
-115
/
+41
2020-06-09
x86: use non-set_fs based maccess routines
Christoph Hellwig
1
-0
/
+16
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2
-5
/
+5
2020-06-09
mm: consolidate pte_index() and pte_offset_*() definitions
Mike Rapoport
3
-86
/
+0
2020-06-09
x86/mm: simplify init_trampoline() and surrounding logic
Mike Rapoport
3
-15
/
+14
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
3
-3
/
+3
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
5
-6
/
+5
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2
-2
/
+0
2020-06-09
x86: add missing const qualifiers for log_lvl
Dmitry Safonov
1
-1
/
+1
2020-06-09
Merge branch 'x86/srbds' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-0
/
+6
2020-06-09
x86/vdso: Unbreak paravirt VDSO clocks
Thomas Gleixner
1
-0
/
+18
2020-06-09
KVM: x86: Unexport x86_fpu_cache and make it static
Sean Christopherson
1
-1
/
+0
2020-06-08
asm-generic: don't include <linux/mm.h> in cacheflush.h
Christoph Hellwig
1
-0
/
+2
2020-06-05
Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+21
2020-06-05
Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
7
-522
/
+69
2020-06-04
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-10
/
+6
2020-06-04
kmap: consolidate kmap_prot definitions
Ira Weiny
1
-1
/
+0
2020-06-04
arch/kmap: define kmap_atomic_prot() for all arch's
Ira Weiny
1
-14
/
+0
2020-06-04
arch/kunmap_atomic: consolidate duplicate code
Ira Weiny
1
-1
/
+0
2020-06-04
arch/kmap_atomic: consolidate duplicate code
Ira Weiny
1
-1
/
+4
2020-06-04
{x86,powerpc,microblaze}/kmap: move preempt disable
Ira Weiny
1
-1
/
+10
2020-06-04
arch/kunmap: remove duplicate kunmap implementations
Ira Weiny
1
-4
/
+0
2020-06-04
arch/kmap: remove redundant arch specific kmaps
Ira Weiny
1
-2
/
+0
[prev]
[next]