index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/mm: Comment _PAGE_GLOBAL mystery
Dave Hansen
2018-04-12
1
-1
/
+10
*
x86/mm: Remove extra filtering in pageattr code
Dave Hansen
2018-04-12
1
-4
/
+2
*
x86/mm: Do not auto-massage page protections
Dave Hansen
2018-04-12
10
-12
/
+75
*
x86/espfix: Document use of _PAGE_GLOBAL
Dave Hansen
2018-04-09
1
-0
/
+4
*
x86/mm: Introduce "default" kernel PTE mask
Dave Hansen
2018-04-09
4
-14
/
+34
*
x86/mm: Undo double _PAGE_PSE clearing
Dave Hansen
2018-04-09
1
-3
/
+6
*
x86/mm: Factor out pageattr _PAGE_GLOBAL setting
Dave Hansen
2018-04-09
1
-43
/
+23
*
Merge branch 'linus' into x86/pti to pick up upstream changes
Ingo Molnar
2018-04-09
379
-3647
/
+5274
|
\
|
*
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-04-03
10
-53
/
+108
|
|
\
|
|
*
x86/efi: Use efi_switch_mm() rather than manually twiddling with %cr3
Sai Praneeth
2018-03-12
3
-35
/
+33
|
|
*
x86/efi: Replace efi_pgd with efi_mm.pgd
Sai Praneeth
2018-03-12
2
-12
/
+12
|
|
*
efi: Use string literals for efi_char16_t variable initializers
Ard Biesheuvel
2018-03-12
2
-4
/
+7
|
|
*
efi: Use efi_mm in x86 as well as ARM
Sai Praneeth
2018-03-12
2
-0
/
+4
|
|
*
Merge branch 'x86/mm' into efi/core
Ingo Molnar
2018-03-12
7
-584
/
+611
|
|
|
\
|
|
*
|
efi: Make const array 'apple' static
Colin Ian King
2018-03-09
1
-1
/
+1
|
|
*
|
x86/efi: Replace GFP_ATOMIC with GFP_KERNEL in efi_query_variable_store()
Jia-Ju Bai
2018-03-09
1
-1
/
+1
|
|
*
|
efi/arm64: Check whether x18 is preserved by runtime services calls
Ard Biesheuvel
2018-03-09
4
-2
/
+52
|
*
|
|
Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-04-03
20
-364
/
+57
|
|
\
\
\
|
|
*
\
\
Merge branch 'linus' into x86/dma, to resolve a conflict with upstream
Ingo Molnar
2018-03-24
21
-153
/
+185
|
|
|
\
\
\
|
|
*
|
|
|
dma/direct: Handle force decryption for DMA coherent buffers in common code
Christoph Hellwig
2018-03-20
1
-70
/
+3
|
|
*
|
|
|
dma/direct: Handle the memory encryption bit in common code
Christoph Hellwig
2018-03-20
10
-46
/
+25
|
|
*
|
|
|
dma/swiotlb: Remove swiotlb_set_mem_attributes()
Christoph Hellwig
2018-03-20
2
-10
/
+0
|
|
*
|
|
|
x86/dma: Remove dma_alloc_coherent_gfp_flags()
Christoph Hellwig
2018-03-20
4
-22
/
+0
|
|
*
|
|
|
x86/dma/amd_gart: Use dma_direct_{alloc,free}()
Christoph Hellwig
2018-03-20
1
-22
/
+14
|
|
*
|
|
|
x86/dma/amd_gart: Look at dev->coherent_dma_mask instead of GFP_DMA
Christoph Hellwig
2018-03-20
1
-1
/
+1
|
|
*
|
|
|
x86/dma: Use generic swiotlb_ops
Christoph Hellwig
2018-03-20
4
-95
/
+9
|
|
*
|
|
|
x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y)
Christoph Hellwig
2018-03-20
9
-86
/
+11
|
|
*
|
|
|
x86/dma: Remove dma_alloc_coherent_mask()
Christoph Hellwig
2018-03-20
3
-25
/
+7
|
|
*
|
|
|
Merge branch 'x86/mm' into x86/dma, to pick up dependencies
Ingo Molnar
2018-03-20
244
-2162
/
+3698
|
|
|
\
\
\
\
|
*
|
\
\
\
\
Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-04-03
2
-2
/
+4
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
sched/wait, arch/mips: Fix and convert wait_on_atomic_t() usage to the new wa...
Peter Zijlstra
2018-03-20
2
-2
/
+4
|
|
|
|
_
|
_
|
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-04-03
5
-5
/
+43
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
x86/tsc: Get rid of rdtscll()
Thomas Gleixner
2018-03-23
3
-5
/
+3
|
|
*
|
|
|
|
|
x86/tsc: Convert ART in nanoseconds to TSC
Rajvi Jingar
2018-03-16
2
-0
/
+40
|
*
|
|
|
|
|
|
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-04-03
13
-81
/
+84
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
x86/PCI: Fix a potential regression when using dmi_get_bios_year()
Andy Shevchenko
2018-03-27
1
-1
/
+3
|
|
*
|
|
|
|
|
|
x86/devicetree: Use CPU description from Device Tree
Ivan Gorinov
2018-03-26
1
-12
/
+33
|
|
*
|
|
|
|
|
|
x86/jailhouse: Allow to use PCI_MMCONFIG without ACPI
Jan Kiszka
2018-03-08
3
-3
/
+7
|
|
*
|
|
|
|
|
|
x86: Consolidate PCI_MMCONFIG configs
Jan Kiszka
2018-03-08
1
-7
/
+4
|
|
*
|
|
|
|
|
|
x86: Align x86_64 PCI_MMCONFIG with 32-bit variant
Jan Kiszka
2018-03-08
1
-1
/
+2
|
|
*
|
|
|
|
|
|
x86/jailhouse: Enable PCI mmconfig access in inmates
Otavio Pontes
2018-03-08
3
-2
/
+12
|
|
*
|
|
|
|
|
|
PCI: Scan all functions when running over Jailhouse
Jan Kiszka
2018-03-08
1
-1
/
+3
|
|
*
|
|
|
|
|
|
jailhouse: Provide detection for non-x86 systems
Jan Kiszka
2018-03-08
1
-1
/
+1
|
|
*
|
|
|
|
|
|
x86/devicetree: Fix device IRQ settings in DT
Ivan Gorinov
2018-03-08
1
-5
/
+8
|
|
*
|
|
|
|
|
|
x86/devicetree: Initialize device tree before using it
Ivan Gorinov
2018-03-08
1
-3
/
+5
|
|
*
|
|
|
|
|
|
x86/pci: Simplify code by using the new dmi_get_bios_year() helper
Andy Shevchenko
2018-02-23
3
-16
/
+6
|
|
*
|
|
|
|
|
|
Merge tag 'v4.16-rc2' into x86/platform, to pick up fixes
Ingo Molnar
2018-02-23
31
-427
/
+506
|
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
x86/platform/quark: Re-use DEFINE_SHOW_ATTRIBUTE() macro
Andy Shevchenko
2018-02-16
1
-21
/
+3
|
|
*
|
|
|
|
|
|
|
x86/platform/atom: Re-use DEFINE_SHOW_ATTRIBUTE() macro
Andy Shevchenko
2018-02-16
1
-14
/
+3
|
*
|
|
|
|
|
|
|
|
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-04-03
57
-970
/
+1619
|
|
\
\
\
\
\
\
\
\
\
[next]