aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-03locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar1-1/+1
2014-10-03sched, time: Fix build error with 64 bit cputime_t on 32 bit systemsRik van Riel2-0/+4
2014-10-02ARM: 8168/1: extend __init_end to a page align addressYalin Wang1-0/+2
2014-09-30PCI: Add pci_remap_iospace() to map bus I/O resourcesLiviu Dudau1-0/+4
2014-09-30asm-generic/io.h: Fix ioport_map() for !CONFIG_GENERIC_IOMAPLiviu Dudau1-1/+1
2014-09-25asm-generic: COMMON_CLK defines __clk_{get,put}Mike Turquette1-0/+2
2014-09-23syscall.h: fix doc text for syscall_get_arch()Richard Guy Briggs1-1/+1
2014-09-23gpio: Increase ARCH_NR_GPIOs to 512Mika Westerberg1-1/+1
2014-09-22asm-generic: Add dma-contiguous.hZubair Lutfullah Kakakhel1-0/+9
2014-09-13irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra1-0/+10
2014-08-26dma-mapping: Provide write-combine allocationsThierry Reding1-8/+0
2014-08-14locking,arch: Rewrite generic atomic supportPeter Zijlstra2-100/+112
2014-08-08Merge tag 'gpio-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-3/+0
2014-08-08pci-dma-compat: add pci_zalloc_consistent helperJoe Perches1-0/+8
2014-08-04Merge tag 'char-misc-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+3
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-59/+351
2014-08-04Merge tag 'edac_for_3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2-10/+18
2014-07-24gpio: remove gpio_ensure_requested()Alexandre Courbot1-3/+12
2014-07-23gpio: move gpio_ensure_requested() into legacy C fileAlexandre Courbot1-12/+3
2014-07-23gpio: remove gpiod_lock/unlock_as_irq()Alexandre Courbot1-3/+0
2014-07-13Merge 3.16-rc5 into char-misc-nextGreg Kroah-Hartman1-1/+1
2014-07-04readq/writeq: Add explicit lo_hi_[read|write]_q and hi_lo_[read|write]_qJason Baron2-10/+18
2014-07-01core: fix typo in percpu read_mostly sectionZhengyu He1-1/+1
2014-06-19PCI: Add pci_fixup_suspend_late quirk passAndreas Noever1-0/+3
2014-06-17percpu: preffity percpu header filesTejun Heo1-285/+296
2014-06-17percpu: reorder macros in percpu header filesTejun Heo1-99/+99
2014-06-17percpu: move generic {raw|this}_cpu_*_N() definitions to include/asm-generic/percpu.hTejun Heo1-0/+341
2014-06-17percpu: include/asm-generic/percpu.h should contain only arch-overridable partsTejun Heo1-64/+0
2014-06-17percpu: introduce arch_raw_cpu_ptr()Tejun Heo1-2/+9
2014-06-17percpu: disallow archs from overriding SHIFT_PERCPU_PTR()Tejun Heo1-6/+3
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+10
2014-06-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+187
2014-06-06include/asm-generic/ioctl.h: fix _IOC_TYPECHECK sparse errorHans Verkuil1-0/+5
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into nextLinus Torvalds1-8/+13
2014-06-06locking/rwlocks: Introduce 'qrwlocks' - fair, queued rwlocksWaiman Long2-0/+187
2014-06-06Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare for new patchesIngo Molnar1-1/+1
2014-06-05Merge branch 'perf/kprobes' into perf/coreIngo Molnar1-0/+10
2014-06-04x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levelsMel Gorman1-2/+6
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux into nextLinus Torvalds1-44/+16
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds5-16/+12
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci into nextLinus Torvalds1-8/+5
2014-05-20DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_tBjorn Helgaas1-8/+5
2014-05-20serial: earlycon: add DT supportRob Herring1-1/+3
2014-05-20vmlinuz.lds: define OF table sections with macrosRob Herring1-44/+14
2014-05-20ARM: align cpu_method_of_table namingRob Herring1-2/+2
2014-05-20irqchip: align irqchip OF match table section namingRob Herring1-2/+2
2014-05-16Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm into upstreamCatalin Marinas1-8/+13
2014-05-15asm-generic: remove _STK_LIM_MAXJames Hogan1-1/+1
2014-05-08asm-generic: allow generic unaligned access if the arch supports itArd Biesheuvel1-8/+13
2014-05-07kprobes: Ensure blacklist data is alignedVineet Gupta1-1/+2