| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2018-11-10 | 1 | -1/+7 |
|\ |
|
| * | arch/alpha, termios: implement BOTHER, IBSHIFT and termios2 | H. Peter Anvin (Intel) | 2018-11-08 | 1 | -1/+7 |
* | | treewide: remove current_text_addr | Nick Desaulniers | 2018-10-31 | 1 | -6/+0 |
* | | y2038: Compile utimes()/futimesat() conditionally | Arnd Bergmann | 2018-08-29 | 1 | -0/+1 |
* | | y2038: Remove newstat family from default syscall set | Arnd Bergmann | 2018-08-29 | 1 | -0/+1 |
|/ |
|
* | locking/atomics: Rework ordering barriers | Mark Rutland | 2018-07-25 | 1 | -4/+4 |
* | atomics/treewide: Make conditional inc/dec ops optional | Mark Rutland | 2018-06-21 | 1 | -0/+1 |
* | atomics/treewide: Make unconditional inc/dec ops optional | Mark Rutland | 2018-06-21 | 1 | -12/+0 |
* | atomics/treewide: Make test ops optional | Mark Rutland | 2018-06-21 | 1 | -12/+0 |
* | atomics/alpha: Define atomic64_fetch_add_unless() | Mark Rutland | 2018-06-21 | 1 | -11/+12 |
* | atomics/treewide: Make atomic_fetch_add_unless() optional | Mark Rutland | 2018-06-21 | 1 | -1/+1 |
* | atomics/treewide: Make atomic64_inc_not_zero() optional | Mark Rutland | 2018-06-21 | 1 | -2/+0 |
* | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() | Mark Rutland | 2018-06-21 | 1 | -2/+2 |
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-06-05 | 1 | -0/+1 |
|\ |
|
| * | time: Add an asm-generic/compat.h file | Arnd Bergmann | 2018-04-19 | 1 | -0/+1 |
* | | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2018-06-04 | 1 | -5/+0 |
|\ \ |
|
| * | | PCI: remove PCI_DMA_BUS_IS_PHYS | Christoph Hellwig | 2018-05-07 | 1 | -5/+0 |
| |/ |
|
* | | alpha: simplify get_arch_dma_ops | Christoph Hellwig | 2018-05-23 | 1 | -2/+2 |
* | | alpha: use dma_direct_ops for jensen | Christoph Hellwig | 2018-05-23 | 1 | -0/+4 |
|/ |
|
* | alpha: io: reorder barriers to guarantee writeX() and iowriteX() ordering | Sinan Kaya | 2018-04-08 | 1 | -7/+7 |
* | locking/xchg/alpha: Remove superfluous memory barriers from the _local() vari... | Andrea Parri | 2018-03-12 | 2 | -31/+16 |
* | locking/xchg/alpha: Fix xchg() and cmpxchg() memory ordering bugs | Andrea Parri | 2018-02-23 | 1 | -3/+18 |
* | locking/xchg/alpha: Clean up barrier usage by using smp_mb() in place of __AS... | Andrea Parri | 2018-02-23 | 2 | -14/+8 |
* | locking/xchg/alpha: Add unconditional memory barrier to cmpxchg() | Andrea Parri | 2018-02-21 | 1 | -8/+7 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat... | Linus Torvalds | 2018-02-02 | 2 | -8/+5 |
|\ |
|
| * | alpha: Fix mixed up args in EXC macro in futex operations | Michael Cree | 2018-01-21 | 1 | -4/+4 |
| * | alpha: make thread_saved_pc static | Tobias Klauser | 2018-01-21 | 1 | -4/+1 |
* | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2018-02-02 | 1 | -1/+0 |
|\ \ |
|
| * | | arch: Remove clkdev.h asm-generic from Kbuild | Stephen Boyd | 2018-01-03 | 1 | -1/+0 |
| |/ |
|
* | | Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-02-01 | 1 | -1/+1 |
|\ \ |
|
| * | | asm-prototypes.h: use linux/uaccess.h, not asm/uaccess.h | Al Viro | 2017-12-05 | 1 | -1/+1 |
| |/ |
|
* / | Construct init thread stack in the linker script rather than by union | David Howells | 2018-01-10 | 1 | -3/+0 |
|/ |
|
* | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-11-16 | 1 | -5/+0 |
|\ |
|
| * | PCI: Remove redundant pci_dev, pci_bus, resource declarations | Bjorn Helgaas | 2017-11-08 | 1 | -3/+0 |
| * | PCI: Remove redundant pcibios_set_master() declarations | Bjorn Helgaas | 2017-11-08 | 1 | -2/+0 |
* | | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2017-11-15 | 2 | -4/+0 |
|\ \ |
|
| * | | dma-mapping: turn dma_cache_sync into a dma_map_ops method | Christoph Hellwig | 2017-10-19 | 1 | -2/+0 |
| * | | floppy: consolidate the dummy fd_cacheflush definition | Christoph Hellwig | 2017-10-19 | 1 | -2/+0 |
* | | | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 2017-11-07 | 91 | -0/+91 |
|\ \ \ |
|
| * | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 91 | -0/+91 |
| |/ / |
|
* | | | locking/atomics/alpha: Add smp_read_barrier_depends() to _release()/_relaxed(... | Will Deacon | 2017-10-24 | 1 | -0/+13 |
* | | | locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementations | Will Deacon | 2017-10-10 | 1 | -4/+0 |
* | | | locking/core: Remove {read,spin,write}_can_lock() | Will Deacon | 2017-10-10 | 1 | -10/+0 |
* | | | locking/arch, alpha: Add __down_read_killable() | Kirill Tkhai | 2017-10-10 | 1 | -3/+18 |
|/ / |
|
* / | alpha: fix build failures | Sudip Mukherjee | 2017-10-04 | 1 | -0/+1 |
|/ |
|
* | alpha: add support for memset16 | Matthew Wilcox | 2017-09-09 | 2 | -8/+9 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat... | Linus Torvalds | 2017-09-05 | 4 | -14/+20 |
|\ |
|
| * | alpha: Restore symbol versions for symbols exported from assembly | Ben Hutchings | 2017-09-04 | 1 | -0/+18 |
| * | alpha: marvel: make use of raw_spinlock variants | Julia Cartwright | 2017-09-04 | 1 | -1/+1 |
| * | alpha: use generic fb.h | Tobias Klauser | 2017-09-04 | 2 | -13/+1 |