| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc... | Linus Torvalds | 2015-10-04 | 1 | -8/+72 |
|\ |
|
| * | Make asm/word-at-a-time.h available on all architectures | Chris Metcalf | 2015-07-08 | 1 | -8/+72 |
* | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2015-09-19 | 1 | -1/+1 |
|\ \ |
|
| * | | mm: fix type cast in __pfn_to_phys() | Tyler Baker | 2015-09-19 | 1 | -1/+1 |
* | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2015-09-17 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | locking/qspinlock/x86: Fix performance regression under unaccelerated VMs | Peter Zijlstra | 2015-09-11 | 1 | -2/+2 |
* | | | dma-mapping: consolidate dma_set_mask | Christoph Hellwig | 2015-09-10 | 1 | -0/+15 |
* | | | dma-mapping: consolidate dma_supported | Christoph Hellwig | 2015-09-10 | 1 | -0/+13 |
* | | | dma-mapping: cosolidate dma_mapping_error | Christoph Hellwig | 2015-09-10 | 1 | -0/+14 |
* | | | dma-mapping: consolidate dma_{alloc,free}_noncoherent | Christoph Hellwig | 2015-09-10 | 1 | -0/+18 |
* | | | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} | Christoph Hellwig | 2015-09-10 | 1 | -0/+58 |
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-09-08 | 1 | -0/+6 |
|\ \ \ |
|
| * | | | mm: add utility for early copy from unmapped ram | Mark Salter | 2015-09-08 | 1 | -0/+6 |
* | | | | Merge tag 'rtc-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 2015-09-08 | 1 | -0/+29 |
|\ \ \ \ |
|
| * | | | | rtc: cmos: century support | Sylvain Chouleur | 2015-09-05 | 1 | -0/+29 |
| |/ / / |
|
* | | | | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-09-08 | 1 | -0/+6 |
|\ \ \ \ |
|
| * | | | | mm: move __phys_to_pfn and __pfn_to_phys to asm/generic/memory_model.h | Christoph Hellwig | 2015-08-27 | 1 | -0/+6 |
* | | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2015-09-08 | 1 | -3/+1 |
|\ \ \ \ \ |
|
| * | | | | | kbuild: Fix .text.unlikely placement | Andi Kleen | 2015-08-20 | 1 | -3/+1 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-09-08 | 2 | -0/+5 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | mm: provide early_memremap_ro to establish read-only mapping | Juergen Gross | 2015-08-20 | 2 | -0/+5 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-09-03 | 5 | -220/+140 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | locking/qrwlock: Make use of _{acquire|release|relaxed}() atomics | Will Deacon | 2015-08-12 | 1 | -7/+6 |
| * | | | locking/qrwlock: Implement queue_write_unlock() using smp_store_release() | Will Deacon | 2015-08-12 | 1 | -8/+1 |
| * | | | locking, asm-generic: Add _{relaxed|acquire|release}() variants for 'atomic_l... | Will Deacon | 2015-08-12 | 1 | -27/+59 |
| * | | | locking, asm-generic: Rework atomic-long.h to avoid bulk code duplication | Will Deacon | 2015-08-12 | 1 | -149/+40 |
| * | | | Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ... | Ingo Molnar | 2015-08-12 | 2 | -5/+10 |
| |\ \ \ |
|
| | * | | | atomic: Collapse all atomic_{set,clear}_mask definitions | Peter Zijlstra | 2015-07-27 | 1 | -10/+0 |
| | * | | | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 2 | -9/+16 |
| | * | | | atomic: Prepare generic atomic implementation for logic ops | Peter Zijlstra | 2015-07-27 | 1 | -2/+10 |
| | |/ / |
|
| * | | | locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_a... | Andrey Konovalov | 2015-08-03 | 1 | -2/+2 |
| * | | | Merge branch 'locking/urgent', tag 'v4.2-rc5' into locking/core, to pick up f... | Ingo Molnar | 2015-08-03 | 1 | -0/+16 |
| |\ \ \
| | |/ / |
|
| * | | | locking/qrwlock: Better optimization for interrupt context readers | Waiman Long | 2015-07-06 | 1 | -2/+2 |
| * | | | locking/qrwlock: Rename functions to queued_*() | Waiman Long | 2015-07-06 | 1 | -29/+29 |
| | |/
| |/| |
|
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2015-09-01 | 2 | -1/+43 |
|\ \ \ |
|
| * | | | PCI: Add pci_iomap_wc() variants | Luis R. Rodriguez | 2015-08-25 | 1 | -0/+14 |
| * | | | Merge tag 'v4.2-rc8' into x86/mm, before applying new changes | Ingo Molnar | 2015-08-25 | 12 | -74/+296 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | x86/mm, asm-generic: Add IOMMU ioremap_uc() variant default | Luis R. Rodriguez | 2015-07-21 | 1 | -1/+29 |
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-08-31 | 1 | -2/+3 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | sched/preempt: Fix cond_resched_lock() and cond_resched_softirq() | Konstantin Khlebnikov | 2015-08-03 | 1 | -2/+3 |
| | |/
| |/| |
|
* | | | mm: clean up per architecture MM hook header files | Laurent Dufour | 2015-07-17 | 1 | -0/+16 |
|/ / |
|
* | | Merge tag 'arc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup... | Linus Torvalds | 2015-07-01 | 1 | -1/+27 |
|\ \ |
|
| * | | arch: conditionally define smp_{mb,rmb,wmb} | Vineet Gupta | 2015-06-25 | 1 | -0/+25 |
* | | | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-06-25 | 1 | -34/+0 |
|\ \ \ |
|
| * | | | remove <asm/scatterlist.h> | Christoph Hellwig | 2015-05-05 | 1 | -34/+0 |
| |/ / |
|
* | | | Merge tag 'for-4.2' of git://git.sourceforge.jp/gitroot/uclinux-h8/linux | Linus Torvalds | 2015-06-25 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | asm-generic: Add common asm-offsets.h | Yoshinori Sato | 2015-06-23 | 1 | -0/+1 |
| |/ / |
|
* | | | mm: clarify that the function operates on hugepage pte | Aneesh Kumar K.V | 2015-06-24 | 1 | -9/+9 |
* | | | powerpc/mm: use generic version of pmdp_clear_flush() | Aneesh Kumar K.V | 2015-06-24 | 1 | -7/+2 |
* | | | mm/thp: split out pmd collapse flush into separate functions | Aneesh Kumar K.V | 2015-06-24 | 1 | -0/+21 |