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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
xen: Remove redundant initialization of irq
Colin Ian King
1
-1
/
+1
2020-07-24
x86/build: Move max-page-size option to LDFLAGS_vmlinux
Arvind Sankar
1
-15
/
+17
2020-07-24
x86/kvm: Use generic xfer to guest work function
Thomas Gleixner
3
-15
/
+12
2020-07-24
x86/entry: Cleanup idtentry_enter/exit
Thomas Gleixner
5
-31
/
+26
2020-07-24
x86/entry: Use generic interrupt entry/exit code
Thomas Gleixner
2
-172
/
+5
2020-07-24
x86/entry: Cleanup idtentry_entry/exit_user
Thomas Gleixner
3
-15
/
+11
2020-07-24
x86/entry: Use generic syscall exit functionality
Thomas Gleixner
7
-222
/
+54
2020-07-24
x86/entry: Use generic syscall entry function
Thomas Gleixner
5
-179
/
+45
2020-07-24
x86/ptrace: Provide pt_regs helper for entry/exit
Thomas Gleixner
1
-0
/
+5
2020-07-24
x86/entry: Move user return notifier out of loop
Thomas Gleixner
1
-4
/
+4
2020-07-24
x86/entry: Consolidate 32/64 bit syscall entry
Thomas Gleixner
1
-52
/
+41
2020-07-24
x86/entry: Consolidate check_user_regs()
Thomas Gleixner
1
-15
/
+9
2020-07-24
Merge branch 'core/entry' into x86/entry
Thomas Gleixner
20
-77
/
+102
2020-07-24
x86/defconfigs: Remove CONFIG_CRYPTO_AES_586 from i386_defconfig
Sedat Dilek
1
-1
/
+0
2020-07-24
compiler.h: Move instrumentation_begin()/end() to new <linux/instrumentation.h> header
Ingo Molnar
1
-0
/
+1
2020-07-24
x86: Correct noinstr qualifiers
Ira Weiny
2
-2
/
+2
2020-07-24
x86/mm: Drop unused MAX_PHYSADDR_BITS
Arvind Sankar
1
-5
/
+1
2020-07-24
Merge v5.8-rc6 into drm-next
Dave Airlie
60
-293
/
+487
2020-07-23
x86/uaccess: Make __get_user_size() Clang compliant on 32-bit
Nick Desaulniers
1
-1
/
+4
2020-07-23
x86/percpu: Remove unused PER_CPU() macro
Brian Gerst
1
-18
/
+0
2020-07-23
x86/percpu: Clean up percpu_stable_op()
Brian Gerst
1
-29
/
+12
2020-07-23
x86/percpu: Clean up percpu_cmpxchg_op()
Brian Gerst
1
-40
/
+18
2020-07-23
x86/percpu: Clean up percpu_xchg_op()
Brian Gerst
1
-43
/
+18
2020-07-23
x86/percpu: Clean up percpu_add_return_op()
Brian Gerst
1
-35
/
+16
2020-07-23
x86/percpu: Remove "e" constraint from XADD
Brian Gerst
1
-1
/
+1
2020-07-23
x86/percpu: Clean up percpu_add_op()
Brian Gerst
1
-77
/
+22
2020-07-23
x86/percpu: Clean up percpu_from_op()
Brian Gerst
1
-35
/
+15
2020-07-23
x86/percpu: Clean up percpu_to_op()
Brian Gerst
1
-55
/
+35
2020-07-23
x86/percpu: Introduce size abstraction macros
Brian Gerst
1
-0
/
+30
2020-07-23
crypto: x86 - Put back integer parts of include/asm/inst.h
Uros Bizjak
1
-0
/
+148
2020-07-23
crypto: x86/crc32c - fix building with clang ias
Arnd Bergmann
1
-1
/
+1
2020-07-23
irqdomain/treewide: Free firmware node after domain removal
Jon Derrick
1
-0
/
+5
2020-07-22
x86/dumpstack: Show registers dump with trace's log level
Dmitry Safonov
1
-5
/
+5
2020-07-22
x86/dumpstack: Add log_lvl to __show_regs()
Dmitry Safonov
4
-43
/
+49
2020-07-22
x86/dumpstack: Add log_lvl to show_iret_regs()
Dmitry Safonov
3
-6
/
+6
2020-07-22
x86/dumpstack: Dump user space code correctly again
Thomas Gleixner
1
-10
/
+17
2020-07-22
x86/stacktrace: Fix reliable check for empty user task stacks
Josh Poimboeuf
1
-5
/
+0
2020-07-22
x86/unwind/orc: Fix ORC for newly forked tasks
Josh Poimboeuf
1
-2
/
+6
2020-07-22
Merge tag 'media/v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media into master
Linus Torvalds
1
-0
/
+1
2020-07-22
x86/perf: Fix a typo
Hu Haowen
1
-1
/
+1
2020-07-22
Merge branch 'sched/urgent'
Peter Zijlstra
22
-81
/
+108
2020-07-22
x86, vmlinux.lds: Page-align end of ..page_aligned sections
Joerg Roedel
1
-0
/
+1
2020-07-21
exec: Implement kernel_execve
Eric W. Biederman
3
-3
/
+3
2020-07-19
net: remove compat_sys_{get,set}sockopt
Christoph Hellwig
3
-4
/
+11
2020-07-19
copy_xstate_to_kernel: Fix typo which caused GDB regression
Kevin Buettner
1
-1
/
+1
2020-07-19
Merge tag 'x86-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into master
Linus Torvalds
12
-37
/
+66
2020-07-19
Merge tag 'irq-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into master
Linus Torvalds
4
-30
/
+24
2020-07-19
x86/boot: Don't add the EFI stub to targets
Arvind Sankar
1
-2
/
+2
2020-07-19
x86/entry: Actually disable stack protector
Kees Cook
1
-3
/
+11
2020-07-19
dma-mapping: make support for dma ops optional
Christoph Hellwig
1
-0
/
+1
[prev]
[next]