aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2014-10-19Merge git://git.infradead.org/users/eparis/auditGravatar Linus Torvalds 1-1/+1
2014-10-18Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-0/+9
2014-10-15Merge tag 'clk-for-linus-3.18' of git://git.linaro.org/people/mike.turquette/...Gravatar Linus Torvalds 1-0/+2
2014-10-14mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedGravatar Peter Feiner 1-0/+14
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-0/+4
2014-10-13Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-101/+113
2014-10-10Merge branch 'for-v3.18' of git://git.linaro.org/people/mszyprowski/linux-dma...Gravatar Linus Torvalds 1-8/+0
2014-10-09Merge branch 'akpm' (fixes from Andrew Morton)Gravatar Linus Torvalds 3-18/+22
2014-10-09nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Gravatar Geert Uytterhoeven 1-0/+4
2014-10-09common: dma-mapping: introduce common remapping functionsGravatar Laura Abbott 1-0/+9
2014-10-09mm: remove misleading ARCH_USES_NUMA_PROT_NONEGravatar Mel Gorman 1-18/+9
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-1/+5
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-1/+1
2014-10-09Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+10
2014-10-03locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Gravatar Pranith Kumar 1-1/+1
2014-10-03sched, time: Fix build error with 64 bit cputime_t on 32 bit systemsGravatar Rik van Riel 2-0/+4
2014-10-02ARM: 8168/1: extend __init_end to a page align addressGravatar Yalin Wang 1-0/+2
2014-09-30PCI: Add pci_remap_iospace() to map bus I/O resourcesGravatar Liviu Dudau 1-0/+4
2014-09-30asm-generic/io.h: Fix ioport_map() for !CONFIG_GENERIC_IOMAPGravatar Liviu Dudau 1-1/+1
2014-09-25asm-generic: COMMON_CLK defines __clk_{get,put}Gravatar Mike Turquette 1-0/+2
2014-09-23syscall.h: fix doc text for syscall_get_arch()Gravatar Richard Guy Briggs 1-1/+1
2014-09-23gpio: Increase ARCH_NR_GPIOs to 512Gravatar Mika Westerberg 1-1/+1
2014-09-22asm-generic: Add dma-contiguous.hGravatar Zubair Lutfullah Kakakhel 1-0/+9
2014-09-13irq_work: Introduce arch_irq_work_has_interrupt()Gravatar Peter Zijlstra 1-0/+10
2014-08-26dma-mapping: Provide write-combine allocationsGravatar Thierry Reding 1-8/+0
2014-08-14locking,arch: Rewrite generic atomic supportGravatar Peter Zijlstra 2-100/+112
2014-08-08Merge tag 'gpio-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-3/+0
2014-08-08pci-dma-compat: add pci_zalloc_consistent helperGravatar Joe Perches 1-0/+8
2014-08-04Merge tag 'char-misc-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+3
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Gravatar Linus Torvalds 1-59/+351
2014-08-04Merge tag 'edac_for_3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpGravatar Linus Torvalds 2-10/+18
2014-07-24gpio: remove gpio_ensure_requested()Gravatar Alexandre Courbot 1-3/+12
2014-07-23gpio: move gpio_ensure_requested() into legacy C fileGravatar Alexandre Courbot 1-12/+3
2014-07-23gpio: remove gpiod_lock/unlock_as_irq()Gravatar Alexandre Courbot 1-3/+0
2014-07-13Merge 3.16-rc5 into char-misc-nextGravatar Greg Kroah-Hartman 1-1/+1
2014-07-04readq/writeq: Add explicit lo_hi_[read|write]_q and hi_lo_[read|write]_qGravatar Jason Baron 2-10/+18
2014-07-01core: fix typo in percpu read_mostly sectionGravatar Zhengyu He 1-1/+1
2014-06-19PCI: Add pci_fixup_suspend_late quirk passGravatar Andreas Noever 1-0/+3
2014-06-17percpu: preffity percpu header filesGravatar Tejun Heo 1-285/+296
2014-06-17percpu: reorder macros in percpu header filesGravatar Tejun Heo 1-99/+99
2014-06-17percpu: move generic {raw|this}_cpu_*_N() definitions to include/asm-generic/...Gravatar Tejun Heo 1-0/+341
2014-06-17percpu: include/asm-generic/percpu.h should contain only arch-overridable partsGravatar Tejun Heo 1-64/+0
2014-06-17percpu: introduce arch_raw_cpu_ptr()Gravatar Tejun Heo 1-2/+9
2014-06-17percpu: disallow archs from overriding SHIFT_PERCPU_PTR()Gravatar Tejun Heo 1-6/+3
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+10
2014-06-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-0/+187
2014-06-06include/asm-generic/ioctl.h: fix _IOC_TYPECHECK sparse errorGravatar Hans Verkuil 1-0/+5
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-8/+13
2014-06-06locking/rwlocks: Introduce 'qrwlocks' - fair, queued rwlocksGravatar Waiman Long 2-0/+187
2014-06-06Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare...Gravatar Ingo Molnar 1-1/+1