summaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2019-04-03asm-generic: Fix local variable shadow in __set_fixmap_offsetMark Rutland1-6/+6
2018-05-30asm-generic: provide generic_pmdp_establish()Kirill A. Shutemov1-0/+15
2017-09-07cpumask: fix spurious cpumask_of_node() on non-NUMA multi-node configsTejun Heo1-1/+5
2017-08-11Make asm/word-at-a-time.h available on all architecturesChris Metcalf1-8/+72
2016-10-06asm-generic: make get_user() clear the destination on errorsAl Viro1-3/+7
2016-10-06asm-generic: {get,put}_user ptr argument evaluate only 1 timeYoshinori Sato1-4/+6
2016-10-06asm-generic: make copy_from_user() zero the destination properlyAl Viro1-4/+6
2016-04-18bitops: Do not default to __clear_bit() for __clear_bit_unlock()Peter Zijlstra1-7/+7
2016-03-02cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()zengtao1-2/+3
2015-03-28mmu_gather: move minimal range calculations into generic codeWill Deacon1-10/+47
2014-10-20Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-1/+1
2014-10-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+9
2014-10-15Merge tag 'clk-for-linus-3.18' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds1-0/+2
2014-10-14mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedPeter Feiner1-0/+14
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+4
2014-10-13Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-101/+113
2014-10-11Merge branch 'for-v3.18' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds1-8/+0
2014-10-10Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds3-18/+22
2014-10-10nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven1-0/+4
2014-10-10common: dma-mapping: introduce common remapping functionsLaura Abbott1-0/+9
2014-10-10mm: remove misleading ARCH_USES_NUMA_PROT_NONEMel Gorman1-18/+9
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+5
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-1/+1
2014-10-09Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+10
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-03ARM: 8168/1: extend __init_end to a page align addressYalin Wang1-0/+2
2014-10-01PCI: 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-26asm-generic: COMMON_CLK defines __clk_{get,put}Mike Turquette1-0/+2
2014-09-24syscall.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-09Merge tag 'gpio-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-3/+0
2014-08-09pci-dma-compat: add pci_zalloc_consistent helperJoe Perches1-0/+8
2014-08-05Merge tag 'char-misc-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus 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-14Merge 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-02core: fix typo in percpu read_mostly sectionZhengyu He1-1/+1
2014-06-20PCI: Add pci_fixup_suspend_late quirk passAndreas Noever1-0/+3
2014-06-18percpu: preffity percpu header filesTejun Heo1-285/+296
2014-06-18percpu: reorder macros in percpu header filesTejun Heo1-99/+99