summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
AgeCommit message (Expand)AuthorLines
2014-08-08Merge tag 'gpio-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds-3/+0
2014-08-08pci-dma-compat: add pci_zalloc_consistent helperJoe Perches-0/+8
2014-08-04Merge tag 'char-misc-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+3
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds-59/+351
2014-08-04Merge tag 'edac_for_3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds-10/+18
2014-07-24gpio: remove gpio_ensure_requested()Alexandre Courbot-3/+12
2014-07-23gpio: move gpio_ensure_requested() into legacy C fileAlexandre Courbot-12/+3
2014-07-23gpio: remove gpiod_lock/unlock_as_irq()Alexandre Courbot-3/+0
2014-07-13Merge 3.16-rc5 into char-misc-nextGreg Kroah-Hartman-1/+1
2014-07-04readq/writeq: Add explicit lo_hi_[read|write]_q and hi_lo_[read|write]_qJason Baron-10/+18
2014-07-01core: fix typo in percpu read_mostly sectionZhengyu He-1/+1
2014-06-19PCI: Add pci_fixup_suspend_late quirk passAndreas Noever-0/+3
2014-06-17percpu: preffity percpu header filesTejun Heo-285/+296
2014-06-17percpu: reorder macros in percpu header filesTejun Heo-99/+99
2014-06-17percpu: move generic {raw|this}_cpu_*_N() definitions to include/asm-generic/...Tejun Heo-0/+341
2014-06-17percpu: include/asm-generic/percpu.h should contain only arch-overridable partsTejun Heo-64/+0
2014-06-17percpu: introduce arch_raw_cpu_ptr()Tejun Heo-2/+9
2014-06-17percpu: disallow archs from overriding SHIFT_PERCPU_PTR()Tejun Heo-6/+3
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+10
2014-06-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+187
2014-06-06include/asm-generic/ioctl.h: fix _IOC_TYPECHECK sparse errorHans Verkuil-0/+5
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-8/+13
2014-06-06locking/rwlocks: Introduce 'qrwlocks' - fair, queued rwlocksWaiman Long-0/+187
2014-06-06Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare...Ingo Molnar-1/+1
2014-06-05Merge branch 'perf/kprobes' into perf/coreIngo Molnar-0/+10
2014-06-04x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levelsMel Gorman-2/+6
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-44/+16
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-16/+12
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-8/+5
2014-05-20DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_tBjorn Helgaas-8/+5
2014-05-20serial: earlycon: add DT supportRob Herring-1/+3
2014-05-20vmlinuz.lds: define OF table sections with macrosRob Herring-44/+14
2014-05-20ARM: align cpu_method_of_table namingRob Herring-2/+2
2014-05-20irqchip: align irqchip OF match table section namingRob Herring-2/+2
2014-05-16Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm ...Catalin Marinas-8/+13
2014-05-15asm-generic: remove _STK_LIM_MAXJames Hogan-1/+1
2014-05-08asm-generic: allow generic unaligned access if the arch supports itArd Biesheuvel-8/+13
2014-05-07kprobes: Ensure blacklist data is alignedVineet Gupta-1/+2
2014-05-04Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-0/+3
2014-05-03arm64: fixmap: fix missing sub-page offset for earlyprintkMarc Zyngier-0/+3
2014-05-01word-at-a-time: simplify big-endian zero_bytemask macroH. Peter Anvin-1/+1
2014-04-27word-at-a-time: avoid undefined behaviour in zero_bytemask macroWill Deacon-6/+2
2014-04-24kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistMasami Hiramatsu-0/+9
2014-04-18mm: use paravirt friendly ops for NUMA hinting ptesMel Gorman-8/+23
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra-2/+2
2014-04-18arch: Prepare for smp_mb__{before,after}_atomic()Peter Zijlstra-14/+10
2014-04-12Merge tag 'llvmlinux-for-v3.15' of git://git.linuxfoundation.org/llvmlinux/ke...Linus Torvalds-1/+2
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds-3/+1
2014-04-09LLVMLinux: Remove warning about returning an uninitialized variableBehan Webster-1/+2
2014-04-07mm: create generic early_ioremap() supportMark Salter-0/+42