summaryrefslogtreecommitdiff
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-10-191-1/+1
|\
| * syscall.h: fix doc text for syscall_get_arch()Richard Guy Briggs2014-09-231-1/+1
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-10-181-0/+9
|\ \
| * | asm-generic: Add dma-contiguous.hZubair Lutfullah Kakakhel2014-09-221-0/+9
* | | Merge tag 'clk-for-linus-3.18' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2014-10-151-0/+2
|\ \ \
| * | | asm-generic: COMMON_CLK defines __clk_{get,put}Mike Turquette2014-09-251-0/+2
| |/ /
* | | mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedPeter Feiner2014-10-141-0/+14
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-132-0/+4
|\ \ \
| * | | sched, time: Fix build error with 64 bit cputime_t on 32 bit systemsRik van Riel2014-10-032-0/+4
| |/ /
* | | Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-132-101/+113
|\ \ \
| * | | locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar2014-10-031-1/+1
| * | | locking,arch: Rewrite generic atomic supportPeter Zijlstra2014-08-142-100/+112
* | | | Merge branch 'for-v3.18' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2014-10-101-8/+0
|\ \ \ \
| * | | | dma-mapping: Provide write-combine allocationsThierry Reding2014-08-261-8/+0
| | |/ / | |/| |
* | | | Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds2014-10-093-18/+22
|\ \ \ \
| * | | | nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven2014-10-091-0/+4
| * | | | common: dma-mapping: introduce common remapping functionsLaura Abbott2014-10-091-0/+9
| * | | | mm: remove misleading ARCH_USES_NUMA_PROT_NONEMel Gorman2014-10-091-18/+9
* | | | | Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-092-1/+5
|\ \ \ \ \
| * | | | | PCI: Add pci_remap_iospace() to map bus I/O resourcesLiviu Dudau2014-09-301-0/+4
| * | | | | asm-generic/io.h: Fix ioport_map() for !CONFIG_GENERIC_IOMAPLiviu Dudau2014-09-301-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-10-091-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | gpio: Increase ARCH_NR_GPIOs to 512Mika Westerberg2014-09-231-1/+1
| |/ / /
* | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-091-0/+10
|\ \ \ \
| * | | | irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra2014-09-131-0/+10
| |/ / /
* | | | ARM: 8168/1: extend __init_end to a page align addressYalin Wang2014-10-021-0/+2
|/ / /
* | | Merge tag 'gpio-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-08-081-3/+0
|\ \ \
| * | | gpio: remove gpio_ensure_requested()Alexandre Courbot2014-07-241-3/+12
| * | | gpio: move gpio_ensure_requested() into legacy C fileAlexandre Courbot2014-07-231-12/+3
| * | | gpio: remove gpiod_lock/unlock_as_irq()Alexandre Courbot2014-07-231-3/+0
* | | | pci-dma-compat: add pci_zalloc_consistent helperJoe Perches2014-08-081-0/+8
* | | | Merge tag 'char-misc-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-08-041-0/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge 3.16-rc5 into char-misc-nextGreg Kroah-Hartman2014-07-131-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | PCI: Add pci_fixup_suspend_late quirk passAndreas Noever2014-06-191-0/+3
| | |/ | |/|
* | | Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-08-041-59/+351
|\ \ \
| * | | percpu: preffity percpu header filesTejun Heo2014-06-171-285/+296
| * | | percpu: reorder macros in percpu header filesTejun Heo2014-06-171-99/+99
| * | | percpu: move generic {raw|this}_cpu_*_N() definitions to include/asm-generic/...Tejun Heo2014-06-171-0/+341
| * | | percpu: include/asm-generic/percpu.h should contain only arch-overridable partsTejun Heo2014-06-171-64/+0
| * | | percpu: introduce arch_raw_cpu_ptr()Tejun Heo2014-06-171-2/+9
| * | | percpu: disallow archs from overriding SHIFT_PERCPU_PTR()Tejun Heo2014-06-171-6/+3
| |/ /
* | | Merge tag 'edac_for_3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2014-08-042-10/+18
|\ \ \ | |_|/ |/| |
| * | readq/writeq: Add explicit lo_hi_[read|write]_q and hi_lo_[read|write]_qJason Baron2014-07-042-10/+18
| |/
* | core: fix typo in percpu read_mostly sectionZhengyu He2014-07-011-1/+1
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-121-0/+10
|\
| * Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare...Ingo Molnar2014-06-061-1/+1
| |\
| * \ Merge branch 'perf/kprobes' into perf/coreIngo Molnar2014-06-051-0/+10
| |\ \
| | * | kprobes: Ensure blacklist data is alignedVineet Gupta2014-05-071-1/+2
| | * | kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistMasami Hiramatsu2014-04-241-0/+9
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-122-0/+187
|\ \ \ \