summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-081-0/+6
|\
| * mm: add utility for early copy from unmapped ramMark Salter2015-09-081-0/+6
* | Merge tag 'rtc-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2015-09-081-0/+29
|\ \
| * | rtc: cmos: century supportSylvain Chouleur2015-09-051-0/+29
| |/
* | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-0/+6
|\ \
| * | mm: move __phys_to_pfn and __pfn_to_phys to asm/generic/memory_model.hChristoph Hellwig2015-08-271-0/+6
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2015-09-081-3/+1
|\ \ \
| * | | kbuild: Fix .text.unlikely placementAndi Kleen2015-08-201-3/+1
* | | | Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-082-0/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | mm: provide early_memremap_ro to establish read-only mappingJuergen Gross2015-08-202-0/+5
| | |/ | |/|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-035-220/+140
|\ \ \
| * | | locking/qrwlock: Make use of _{acquire|release|relaxed}() atomicsWill Deacon2015-08-121-7/+6
| * | | locking/qrwlock: Implement queue_write_unlock() using smp_store_release()Will Deacon2015-08-121-8/+1
| * | | locking, asm-generic: Add _{relaxed|acquire|release}() variants for 'atomic_l...Will Deacon2015-08-121-27/+59
| * | | locking, asm-generic: Rework atomic-long.h to avoid bulk code duplicationWill Deacon2015-08-121-149/+40
| * | | Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ...Ingo Molnar2015-08-122-5/+10
| |\ \ \
| | * | | atomic: Collapse all atomic_{set,clear}_mask definitionsPeter Zijlstra2015-07-271-10/+0
| | * | | atomic: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-272-9/+16
| | * | | atomic: Prepare generic atomic implementation for logic opsPeter Zijlstra2015-07-271-2/+10
| | |/ /
| * | | locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_a...Andrey Konovalov2015-08-031-2/+2
| * | | Merge branch 'locking/urgent', tag 'v4.2-rc5' into locking/core, to pick up f...Ingo Molnar2015-08-031-0/+16
| |\ \ \ | | |/ /
| * | | locking/qrwlock: Better optimization for interrupt context readersWaiman Long2015-07-061-2/+2
| * | | locking/qrwlock: Rename functions to queued_*()Waiman Long2015-07-061-29/+29
| | |/ | |/|
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-09-012-1/+43
|\ \ \
| * | | PCI: Add pci_iomap_wc() variantsLuis R. Rodriguez2015-08-251-0/+14
| * | | Merge tag 'v4.2-rc8' into x86/mm, before applying new changesIngo Molnar2015-08-2512-74/+296
| |\ \ \ | | | |/ | | |/|
| * | | x86/mm, asm-generic: Add IOMMU ioremap_uc() variant defaultLuis R. Rodriguez2015-07-211-1/+29
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-08-311-2/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov2015-08-031-2/+3
| | |/ | |/|
* | | mm: clean up per architecture MM hook header filesLaurent Dufour2015-07-171-0/+16
|/ /
* | Merge tag 'arc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2015-07-011-1/+27
|\ \
| * | arch: conditionally define smp_{mb,rmb,wmb}Vineet Gupta2015-06-251-0/+25
* | | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-34/+0
|\ \ \
| * | | remove <asm/scatterlist.h>Christoph Hellwig2015-05-051-34/+0
| |/ /
* | | Merge tag 'for-4.2' of git://git.sourceforge.jp/gitroot/uclinux-h8/linuxLinus Torvalds2015-06-251-0/+1
|\ \ \
| * | | asm-generic: Add common asm-offsets.hYoshinori Sato2015-06-231-0/+1
| |/ /
* | | mm: clarify that the function operates on hugepage pteAneesh Kumar K.V2015-06-241-9/+9
* | | powerpc/mm: use generic version of pmdp_clear_flush()Aneesh Kumar K.V2015-06-241-7/+2
* | | mm/thp: split out pmd collapse flush into separate functionsAneesh Kumar K.V2015-06-241-0/+21
* | | Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-06-231-13/+0
|\ \ \
| * | | PCI: Remove unused pcibios_select_root() (again)Bjorn Helgaas2015-06-081-13/+0
| |/ /
* | | Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-06-231-5/+0
|\ \ \
| * | | gpio: remove gpiod_sysfs_set_active_lowJohan Hovold2015-05-121-5/+0
| |/ /
* | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-223-0/+25
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co...Ingo Molnar2015-06-227-5/+245
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/
| | | * x86/mm/pat: Add pgprot_writethrough()Toshi Kani2015-06-071-0/+4
| | | * x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappingsToshi Kani2015-06-072-0/+13
| | * | Merge branch 'locking/core' into x86/core, to prepare for dependent patchIngo Molnar2015-06-034-5/+220
| | |\ \ | | | |/ | | |/|
| | * | x86/mm: Add ioremap_uc() helper to map memory uncacheable (not UC-)Luis R. Rodriguez2015-05-111-0/+8
| |/ /
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-222-7/+7
|\ \ \ | |_|/ |/| |
OpenPOWER on IntegriCloud