Age | Commit message (Expand) | Author | Files | Lines |
2018-04-23 | earlycon: Use a pointer table to fix __earlycon_table stride | Daniel Kurtz | 1 | -1/+1 |
2018-04-12 | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd... | Linus Torvalds | 1 | -18/+143 |
2018-04-10 | io: change writeX_relaxed() to remove barriers | Sinan Kaya | 1 | -4/+20 |
2018-04-10 | io: change readX_relaxed() to remove barriers | Sinan Kaya | 1 | -4/+20 |
2018-04-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+5 |
2018-04-07 | Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+3 |
2018-04-06 | io: change inX() to have their own IO barrier overrides | Sinan Kaya | 1 | -3/+18 |
2018-04-06 | io: change outX() to have their own IO barrier overrides | Sinan Kaya | 1 | -3/+9 |
2018-04-06 | io: define stronger ordering for the default writeX() implementation | Sinan Kaya | 1 | -0/+8 |
2018-04-06 | io: define stronger ordering for the default readX() implementation | Sinan Kaya | 1 | -4/+24 |
2018-04-06 | io: define several IO & PIO barrier types for the asm-generic version | Sinan Kaya | 1 | -0/+44 |
2018-04-05 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -1/+0 |
2018-04-04 | PCI: Apply the new generic I/O management on PCI IO hosts | Zhichang Yuan | 1 | -1/+1 |
2018-04-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next | Linus Torvalds | 1 | -0/+36 |
2018-04-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+10 |
2018-04-03 | Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn... | Linus Torvalds | 6 | -7/+5 |
2018-04-03 | Merge tag 'nds32-for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -9/+9 |
2018-04-03 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -4/+6 |
2018-03-31 | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 1 | -0/+10 |
2018-03-28 | bpf: introduce BPF_RAW_TRACEPOINT | Alexei Starovoitov | 1 | -0/+10 |
2018-03-27 | Merge tag 'v4.16-rc7' into x86/mm, to fix up conflict | Ingo Molnar | 1 | -0/+10 |
2018-03-23 | mm/vmalloc: add interfaces to free unmapped page table | Toshi Kani | 1 | -0/+10 |
2018-03-22 | lib: Add generic PIO mapping method | Zhichang Yuan | 1 | -0/+2 |
2018-03-18 | mm, swap: Add infrastructure for saving page metadata on swap | Khalid Aziz | 1 | -0/+36 |
2018-03-12 | locking/atomic, asm-generic, x86: Add comments for atomic instrumentation | Dmitry Vyukov | 1 | -0/+21 |
2018-03-12 | locking/atomic, asm-generic: Add KASAN instrumentation to atomic operations | Dmitry Vyukov | 1 | -0/+62 |
2018-03-12 | locking/atomic, asm-generic: Add asm-generic/atomic-instrumented.h | Dmitry Vyukov | 1 | -0/+393 |
2018-03-10 | mn10300: Remove the architecture | David Howells | 6 | -7/+5 |
2018-03-09 | Merge tag 'acpi/iort-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Will Deacon | 1 | -1/+0 |
2018-03-08 | ACPI/IORT: Remove linker section for IORT entries again | Jia He | 1 | -1/+0 |
2018-03-06 | KVM: Introduce paravirtualization hints and KVM_HINTS_DEDICATED | Wanpeng Li | 1 | -0/+5 |
2018-02-26 | Merge tag 'v4.16-rc3' into x86/mm, to pick up fixes | Ingo Molnar | 2 | -1/+3 |
2018-02-22 | asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out o... | Greentime Hu | 1 | -9/+9 |
2018-02-22 | bug.h: work around GCC PR82365 in BUG() | Arnd Bergmann | 1 | -0/+1 |
2018-02-14 | x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variable | Kirill A. Shutemov | 2 | -4/+6 |
2018-02-13 | locking/atomic/bitops: Document and clarify ordering semantics for failed tes... | Will Deacon | 1 | -1/+2 |
2018-02-07 | Merge tag 'riscv-for-linus-4.16-merge_window' of git://git.kernel.org/pub/scm... | Linus Torvalds | 1 | -0/+2 |
2018-02-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+20 |
2018-02-07 | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -0/+1 |
2018-02-07 | lib: optimize cpumask_next_and() | Clement Courbet | 1 | -0/+20 |
2018-02-06 | Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -5/+1 |
2018-02-06 | locking/qrwlock: include asm/byteorder.h as needed | Arnd Bergmann | 1 | -0/+1 |
2018-02-02 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -30/+0 |
2018-02-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml... | Linus Torvalds | 1 | -2/+6 |
2018-02-01 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -9/+16 |
2018-02-01 | mm/thp: remove pmd_huge_split_prepare() | Aneesh Kumar K.V | 1 | -8/+0 |
2018-02-01 | mm: do not lose dirty and accessed bits in pmdp_invalidate() | Kirill A. Shutemov | 1 | -1/+1 |
2018-02-01 | asm-generic: provide generic_pmdp_establish() | Kirill A. Shutemov | 1 | -0/+15 |
2018-02-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2 | -0/+45 |
2018-01-31 | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -0/+10 |