index
:
xavi/android_kernel_m2note
lp-5.1
mm-6.0
ng-7.1.2
o-8.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
partial merge fix - BACKPORT: random: introduce getrandom(2) system call
Theodore Ts'o
2019-07-07
2
-0
/
+2
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2018-11-29
35
-35
/
+35
*
Finally eradicate CONFIG_HOTPLUG
Stephen Rothwell
2017-12-22
1
-1
/
+1
*
seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computing
Andy Lutomirski
2017-12-05
2
-2
/
+2
*
x86/apic: fix build breakage caused by incomplete backport to 3.10
Willy Tarreau
2017-11-06
1
-0
/
+2
*
KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exit
Haozhong Zhang
2017-11-06
1
-1
/
+1
*
KVM: x86: zero base3 of unusable segments
Radim Krčmář
2017-11-06
1
-0
/
+2
*
x86/mm/32: Set the '__vmalloc_start_set' flag in initmem_init()
Laura Abbott
2017-11-06
1
-0
/
+1
*
kvm: async_pf: fix rcu_irq_enter() with irqs enabled
Paolo Bonzini
2017-11-06
1
-1
/
+1
*
x86/io: Add "memory" clobber to insb/insw/insl/outsb/outsw/outsl
Arnd Bergmann
2017-11-06
1
-2
/
+2
*
misc: replace __FUNCTION__ by __function__
Moyster
2017-09-23
2
-2
/
+2
*
kernel.h: remove ancient __FUNCTION__ hack
Rasmus Villemoes
2017-09-23
2
-3
/
+3
*
crypto: xts - consolidate sanity check for keys
Stephan Mueller
2017-08-31
6
-45
/
+18
*
Make ARCH_HAS_FAST_MULTIPLIER a real config variable
Linus Torvalds
2017-08-31
2
-2
/
+1
*
UPSTREAM: x86/acpi: Prevent out of bound access caused by broken ACPI tables
Seunghun Han
2017-08-16
1
-0
/
+8
*
mm: larger stack guard gap, between vmas
Hugh Dickins
2017-07-04
2
-3
/
+3
*
x86/mm/32: Enable full randomization on i386 and X86_32
Hector Marco-Gisbert
2017-07-04
1
-13
/
+1
*
x86: standardize mmap_rnd() usage
Kees Cook
2017-07-04
1
-18
/
+22
*
kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF)
Jim Mattson
2017-07-04
1
-6
/
+5
*
ftrace/x86: Fix triple fault with graph tracing and suspend-to-ram
Josh Poimboeuf
2017-07-04
1
-0
/
+12
*
xen/x86: don't lose event interrupts
Stefano Stabellini
2017-07-04
1
-3
/
+3
*
x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRs
Yazen Ghannam
2017-07-04
1
-1
/
+1
*
x86/vdso: Plug race between mapping and ELF header setup
Thomas Gleixner
2017-07-04
1
-1
/
+1
*
crypto: ghash-clmulni - Fix load failure
Wang, Rui Y
2017-07-04
1
-0
/
+26
*
KVM: VMX: use correct vmcs_read/write for guest segment selector/base
Chao Peng
2017-07-04
1
-1
/
+1
*
x86/PCI: Ignore _CRS on Supermicro X8DTH-i/6/iF/6F
Bjorn Helgaas
2017-07-04
1
-0
/
+10
*
ftrace/x86: Set ftrace_stub to weak to prevent gcc from using short jumps to it
Steven Rostedt
2017-07-04
1
-1
/
+2
*
xen: do not re-use pirq number cached in pci device msi msg data
Dan Streetman
2017-06-17
1
-16
/
+7
*
x86/platform/goldfish: Prevent unconditional loading
Thomas Gleixner
2017-06-17
1
-1
/
+13
*
x86/cpu: Fix bootup crashes by sanitizing the argument of the 'clearcpuid=' c...
Lukasz Odzioba
2017-06-17
1
-1
/
+1
*
ftrace/x86_32: Set ftrace_stub to weak to prevent gcc from using short jumps ...
Steven Rostedt (Red Hat)
2017-06-17
1
-2
/
+2
*
KVM: x86: Introduce segmented_write_std
Steve Rutherford
2017-06-17
1
-2
/
+16
*
KVM: x86: fix emulation of "MOV SS, null selector"
Paolo Bonzini
2017-06-17
1
-10
/
+38
*
mm: Tighten x86 /dev/mem with zeroing reads
Kees Cook
2017-05-07
1
-10
/
+30
*
um: Stop abusing __KERNEL__
Richard Weinberger
2017-05-03
1
-3
/
+3
*
locking/mcs: Allow architecture specific asm files to be used for contended case
Tim Chen
2017-05-03
1
-0
/
+1
*
um: x86: add relaxed.h
Mister Oyster
2017-05-03
1
-0
/
+22
*
um: remove dead code
Richard Weinberger
2017-05-03
1
-1
/
+0
*
BACKPORT: FROMLIST: mm: ASLR: use get_random_long()
dcashman
2017-04-11
1
-2
/
+2
*
Get rid of __cpuinit
Moyster
2017-04-11
66
-313
/
+313
*
Fix potential infoleak in older kernels
Linus Torvalds
2017-04-11
1
-1
/
+1
*
x86/um: reuse asm-generic/barrier.h
Michael S. Tsirkin
2017-04-11
1
-5
/
+1
*
x86/build: Build compressed x86 kernels as PIE
H.J. Lu
2017-04-11
3
-1
/
+49
*
x86/paravirt: Do not trace _paravirt_ident_*() functions
Steven Rostedt
2017-04-11
1
-2
/
+2
*
x86/mm/pat, /dev/mem: Remove superfluous error message
Jiri Kosina
2017-04-11
1
-4
/
+1
*
x86/apic: Do not init irq remapping if ioapic is disabled
Wanpeng Li
2017-04-11
1
-0
/
+3
*
x86/mm: Disable preemption during CR3 read+write
Sebastian Andrzej Siewior
2017-04-11
1
-0
/
+7
*
x86/traps: Ignore high word of regs->cs in early_idt_handler_common
Andy Lutomirski
2017-04-11
1
-1
/
+1
*
x86/xen: fix upper bound of pmd loop in xen_cleanhighmap()
Juergen Gross
2017-04-11
1
-1
/
+1
*
x86/mm/xen: Suppress hugetlbfs in PV guests
Jan Beulich
2017-04-11
1
-0
/
+1
[next]