index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next
Linus Torvalds
1
-1
/
+1
2018-04-02
Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-4
/
+10
2018-04-02
Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5
-145
/
+21
2018-04-02
Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-1
/
+40
2018-04-02
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-22
/
+56
2018-04-02
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
11
-49
/
+304
2018-04-02
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
5
-96
/
+77
2018-04-02
Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+3
2018-04-02
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
9
-79
/
+87
2018-04-02
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-37
/
+120
2018-04-02
x86/sigreturn: use SYSCALL_DEFINE0
Tautschnig, Michael
1
-2
/
+3
2018-04-02
x86: fix sys_sigreturn() return type to be long, not unsigned long
Dominik Brodowski
1
-1
/
+1
2018-04-02
x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm()
Dominik Brodowski
1
-1
/
+6
2018-04-02
mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()
Dominik Brodowski
1
-1
/
+1
2018-04-02
Merge tag 'drm-for-v4.17' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-1
/
+1
2018-03-31
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+3
2018-03-31
x86/cpu/tme: Fix spelling: "configuation" -> "configuration"
Colin Ian King
1
-1
/
+1
2018-03-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+2
2018-03-28
Revert "x86/mce/AMD: Collect error info even if valid bits are not set"
Yazen Ghannam
1
-14
/
+0
2018-03-28
KVM: x86: Fix pv tlb flush dependencies
Wanpeng Li
1
-2
/
+2
2018-03-28
x86/platform/uv/BAU: Add APIC idt entry
Andrew Banman
1
-0
/
+3
2018-03-28
Backmerge tag 'v4.16-rc7' into drm-next
Dave Airlie
41
-248
/
+540
2018-03-27
x86/cpuid: Allow cpuid_read() to schedule
Eric Dumazet
1
-8
/
+26
2018-03-27
x86/mm: Update comment in detect_tme() regarding x86_phys_bits
Kirill A. Shutemov
1
-5
/
+2
2018-03-27
Merge tag 'v4.16-rc7' into x86/mm, to fix up conflict
Ingo Molnar
8
-77
/
+79
2018-03-26
x86/devicetree: Use CPU description from Device Tree
Ivan Gorinov
1
-12
/
+33
2018-03-25
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-28
/
+8
2018-03-23
x86/entry/64: Don't use IST entry for #BP stack
Andy Lutomirski
2
-9
/
+8
2018-03-23
x86/tsc: Get rid of rdtscll()
Thomas Gleixner
1
-1
/
+1
2018-03-20
Merge branch 'linus' into x86/build to pick up dependencies
Thomas Gleixner
39
-220
/
+532
2018-03-20
x86/dma: Remove dma_alloc_coherent_gfp_flags()
Christoph Hellwig
2
-4
/
+0
2018-03-20
x86/dma/amd_gart: Use dma_direct_{alloc,free}()
Christoph Hellwig
1
-22
/
+14
2018-03-20
x86/dma/amd_gart: Look at dev->coherent_dma_mask instead of GFP_DMA
Christoph Hellwig
1
-1
/
+1
2018-03-20
x86/dma: Use generic swiotlb_ops
Christoph Hellwig
1
-46
/
+1
2018-03-20
x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y)
Christoph Hellwig
5
-74
/
+9
2018-03-20
x86/dma: Remove dma_alloc_coherent_mask()
Christoph Hellwig
1
-6
/
+4
2018-03-20
Merge branch 'x86/mm' into x86/dma, to pick up dependencies
Ingo Molnar
19
-76
/
+480
2018-03-20
x86/cpu: Remove the CONFIG_X86_PPRO_FENCE=y quirk
Christoph Hellwig
1
-19
/
+0
2018-03-18
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5
-49
/
+71
2018-03-18
signals, sparc: Add signal codes for ADI violations
Khalid Aziz
1
-1
/
+1
2018-03-16
x86/microcode: Fix CPU synchronization routine
Borislav Petkov
1
-27
/
+41
2018-03-16
x86/microcode: Attempt late loading only when new microcode is present
Borislav Petkov
3
-19
/
+27
2018-03-16
x86/tsc: Convert ART in nanoseconds to TSC
Rajvi Jingar
1
-0
/
+39
2018-03-16
x86/speculation: Remove Skylake C2 from Speculation Control microcode blacklist
Alexander Sergeyev
1
-2
/
+1
2018-03-15
x86/rtc: Stop using deprecated functions
Benjamin Gaignard
1
-3
/
+3
2018-03-14
Merge branch 'x86/urgent' into x86/mm to pick up dependencies
Thomas Gleixner
3
-11
/
+100
2018-03-14
x86/vm86/32: Fix POPF emulation
Andy Lutomirski
1
-1
/
+2
2018-03-12
ACPI, x86/boot: Introduce the ->reduced_hw_early_init() ACPI callback
Andy Shevchenko
2
-1
/
+3
2018-03-12
ACPI, x86/boot: Split out acpi_generic_reduce_hw_init() and export
Andy Shevchenko
1
-9
/
+13
2018-03-12
x86/pconfig: Detect PCONFIG targets
Kirill A. Shutemov
2
-1
/
+83
[next]