Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
63300eddb1e6cf69ba2346c97f94275ced5f8106
/
arch
0ade34c
lib: optimize cpumask_next_and()
by Clement Courbet
· 7 years ago
3aa5688
bitmap: replace bitmap_{from,to}_u32array
by Yury Norov
· 7 years ago
44c6dc9
Makefile: introduce CONFIG_CC_STACKPROTECTOR_AUTO
by Kees Cook
· 7 years ago
2bc2f68
Makefile: move stack-protector availability out of Kconfig
by Kees Cook
· 7 years ago
917538e
kasan: clean up KASAN_SHADOW_SCALE_SHIFT usage
by Andrey Konovalov
· 7 years ago
3527799
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
0a646e9
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
4141cf6
Merge branch 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 7 years ago
617aebe
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
b2ac58f
KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL
by KarimAllah Ahmed
· 7 years ago
d28b387
KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
by KarimAllah Ahmed
· 7 years ago
28c1c9f
KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
by KarimAllah Ahmed
· 7 years ago
15d4507
KVM/x86: Add IBPB support
by Ashok Raj
· 7 years ago
b7b27aa
KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDX
by KarimAllah Ahmed
· 7 years ago
a96223f
Merge branch 'msr-bitmaps' of git://git.kernel.org/pub/scm/virt/kvm/kvm into x86/pti
by Thomas Gleixner
· 7 years ago
328008a
x86/power: Fix swsusp_arch_resume prototype
by Arnd Bergmann
· 7 years ago
ebfc150
x86/dumpstack: Avoid uninitlized variable
by Arnd Bergmann
· 7 years ago
af189c9
x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL
by Darren Kenny
· 7 years ago
4bf5d56
x86/pti: Mark constant arrays as __initconst
by Arnd Bergmann
· 7 years ago
b89e32c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha
by Linus Torvalds
· 7 years ago
03f51d4
Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
367b0df
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 7 years ago
4464439
Merge tag 'microblaze-4.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze
by Linus Torvalds
· 7 years ago
9005c68
x86/spectre: Simplify spectre_v2 command line parsing
by KarimAllah Ahmed
· 7 years ago
4bf772b
Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 7 years ago
3879ae6
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
by Linus Torvalds
· 7 years ago
fe53d14
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 7 years ago
adbc128
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 7 years ago
537433b
Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 7 years ago
ab486bc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
by Linus Torvalds
· 7 years ago
2bed266
Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 7 years ago
f6cff79
Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 7 years ago
47fcc03
Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 7 years ago
e4ee8b8
Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 7 years ago
ba49097
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next
by Linus Torvalds
· 7 years ago
ca0c836
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 7 years ago
085331d
x86/kvm: Update spectre-v1 mitigation
by Dan Williams
· 7 years ago
40b9672
Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
73da9e1
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
423ac9a
mm/thp: remove pmd_huge_split_prepare()
by Aneesh Kumar K.V
· 7 years ago
86fa949
x86/mm: provide pmdp_establish() helper
by Kirill A. Shutemov
· 7 years ago
a8e654f
sparc64: update pmdp_invalidate() to return old pmd value
by Nitin Gupta
· 7 years ago
9c4563f
s390/mm: modify pmdp_invalidate to return old value.
by Martin Schwidefsky
· 7 years ago
8cc931e
powerpc/mm: update pmdp_invalidate to return old pmd value
by Aneesh Kumar K.V
· 7 years ago
b6b34b2
mips: use generic_pmdp_establish as pmdp_establish
by Kirill A. Shutemov
· 7 years ago
1d78a62
arm64: provide pmdp_establish() helper
by Catalin Marinas
· 7 years ago
ef298cc
arm/mm: provide pmdp_establish() helper
by Kirill A. Shutemov
· 7 years ago
5c8aa7e
arc: use generic_pmdp_establish as pmdp_establish
by Kirill A. Shutemov
· 7 years ago
2e3ca40
mm: relax deferred struct page requirements
by Pavel Tatashin
· 7 years ago
d91dad4
m32r: remove abort()
by Sudip Mukherjee
· 7 years ago
b2fe5fa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
a103950
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
ae0cb7b
Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 7 years ago
e1c70f3
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching
by Linus Torvalds
· 7 years ago
9798f51
Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 7 years ago
2382dc9
Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 7 years ago
5a87e37
Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
904e14f
KVM: VMX: make MSR bitmaps per-VCPU
by Paolo Bonzini
· 7 years ago
19e7b5f
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
12c69f1
x86/paravirt: Remove 'noreplace-paravirt' cmdline option
by Josh Poimboeuf
· 7 years ago
5bf3031
x86/kexec: Make kexec (mostly) work in 5-level paging mode
by Kirill A. Shutemov
· 7 years ago
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
d417302
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 7 years ago
18bf3c3
x86/speculation: Use Indirect Branch Prediction Barrier in context switch
by Tim Chen
· 7 years ago
0aebc6a
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 7 years ago
7fcae11
x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel
by David Woodhouse
· 7 years ago
e698dcd
x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"
by Colin Ian King
· 7 years ago
72906f3
Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
3ccabd6
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
5289d30
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
edfbae53
x86/spectre: Report get_user mitigation for spectre_v1
by Dan Williams
· 7 years ago
2fbd7af
x86/syscall: Sanitize syscall table de-references under speculation
by Dan Williams
· 7 years ago
c7f631c
x86/get_user: Use pointer masking to limit speculation
by Dan Williams
· 7 years ago
304ec1b
x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec
by Dan Williams
· 7 years ago
b5c4ae4f
x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}
by Dan Williams
· 7 years ago
b3bbfb3
x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec
by Dan Williams
· 7 years ago
b3d7ad8
x86: Introduce barrier_nospec
by Dan Williams
· 7 years ago
babdde2
x86: Implement array_index_mask_nospec
by Dan Williams
· 7 years ago
a1c75e1
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
d8b91dd
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
b8dbf73
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
d772794
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
3a6fbcb
xtensa: remove arch specific early DT functions
by Rob Herring
· 7 years ago
b75e250
x86: remove arch specific early_init_dt_alloc_memory_arch
by Rob Herring
· 7 years ago
f7a6e01
nios2: remove arch specific early_init_dt_alloc_memory_arch
by Rob Herring
· 7 years ago
a518a04
mips: remove arch specific early_init_dt_alloc_memory_arch
by Rob Herring
· 7 years ago
ac94f18
metag: remove arch specific early DT functions
by Rob Herring
· 7 years ago
0fbc0b6
cris: remove arch specific early DT functions
by Rob Herring
· 7 years ago
37a8f7c
x86/asm: Move 'status' from thread_struct to thread_info
by Andy Lutomirski
· 7 years ago
d1f7732
x86/entry/64: Push extra regs right away
by Andy Lutomirski
· 7 years ago
21d375b
x86/entry/64: Remove the SYSCALL64 fast path
by Andy Lutomirski
· 7 years ago
9471eee
x86/spectre: Check CONFIG_RETPOLINE in command line parser
by Dou Liyang
· 7 years ago
55f49fc
x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP
by William Grant
· 7 years ago
7e86548
Merge tag 'v4.15' into x86/pti, to be able to merge dependent changes
by Ingo Molnar
· 7 years ago
015eb1b
powerpc/mm/radix: Fix build error when RADIX_MMU=n
by Michael Ellerman
· 7 years ago
6304672
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
9426335
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
36c289e
Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
669c0f7
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
f0b1342
Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
Next »