Age | Commit message (Expand) | Author |
2018-02-21 | bug.h: work around GCC PR82365 in BUG() | Arnd Bergmann |
2018-02-13 | locking/atomic/bitops: Document and clarify ordering semantics for failed tes... | Will Deacon |
2018-02-07 | Merge tag 'riscv-for-linus-4.16-merge_window' of git://git.kernel.org/pub/scm... | Linus Torvalds |
2018-02-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2018-02-06 | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2018-02-06 | lib: optimize cpumask_next_and() | Clement Courbet |
2018-02-06 | Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2018-02-06 | locking/qrwlock: include asm/byteorder.h as needed | Arnd Bergmann |
2018-02-01 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds |
2018-02-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml... | Linus Torvalds |
2018-01-31 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2018-01-31 | mm/thp: remove pmd_huge_split_prepare() | Aneesh Kumar K.V |
2018-01-31 | mm: do not lose dirty and accessed bits in pmdp_invalidate() | Kirill A. Shutemov |
2018-01-31 | asm-generic: provide generic_pmdp_establish() | Kirill A. Shutemov |
2018-01-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2018-01-31 | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2018-01-30 | audit: Avoid build failures on systems without renameat | Palmer Dabbelt |
2018-01-28 | PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplate | Bjorn Helgaas |
2018-01-15 | dma-direct: rename dma_noop to dma_direct | Christoph Hellwig |
2018-01-15 | dma-mapping: provide a generic asm/dma-mapping.h | Christoph Hellwig |
2018-01-12 | error-injection: Add injectable error types | Masami Hiramatsu |
2018-01-12 | error-injection: Separate error-injection from kprobe | Masami Hiramatsu |
2018-01-09 | Construct init thread stack in the linker script rather than by union | David Howells |
2018-01-09 | sections: split dereference_function_descriptor() | Sergey Senozhatsky |
2018-01-03 | arch: Remove clkdev.h asm-generic from Kbuild | Stephen Boyd |
2017-12-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-12-23 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2017-12-22 | init: Invoke init_espfix_bsp() from mm_init() | Thomas Gleixner |
2017-12-22 | arch, mm: Allow arch_dup_mmap() to fail | Thomas Gleixner |
2017-12-17 | Merge commit 'upstream-x86-entry' into WIP.x86/mm | Ingo Molnar |
2017-12-12 | add infrastructure for tagging functions as error injectable | Josef Bacik |
2017-11-29 | mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITE | Dan Williams |
2017-11-29 | mm: fix device-dax pud write-faults triggered by get_user_pages() | Dan Williams |
2017-11-17 | include/asm-generic/topology.h: remove unused parent_node() macro | Dou Liyang |
2017-11-17 | bug: fix "cut here" location for __WARN_TAINT architectures | Kees Cook |
2017-11-17 | bug: define the "cut here" string in a single place | Kees Cook |
2017-11-17 | kernel debug: support resetting WARN*_ONCE | Andi Kleen |
2017-11-15 | Merge tag 'audit-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-11-13 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2017-11-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2017-11-13 | Merge tag 'docs-4.15' of git://git.lwn.net/linux | Linus Torvalds |
2017-11-10 | audit: Add new syscalls to the perm=w filter | Steve Grubb |
2017-11-07 | percpu: Introduce DEFINE_PER_CPU_DECRYPTED | Brijesh Singh |
2017-11-07 | Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts | Ingo Molnar |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-25 | locking/qrwlock: Prevent slowpath writers getting held up by fastpath | Will Deacon |
2017-10-25 | locking/qrwlock: Use atomic_cond_read_acquire() when spinning in qrwlock | Will Deacon |
2017-10-25 | locking/atomic: Add atomic_cond_read_acquire() | Will Deacon |
2017-10-25 | locking/qrwlock: Use 'struct qrwlock' instead of 'struct __qrwlock' | Will Deacon |