summaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2014-06-05x86: 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/...Linus Torvalds1-44/+16
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-16/+12
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+5
2014-05-21DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_tBjorn Helgaas1-8/+5
2014-05-21serial: 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-15asm-generic: remove _STK_LIM_MAXJames Hogan1-1/+1
2014-05-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+3
2014-05-04arm64: fixmap: fix missing sub-page offset for earlyprintkMarc Zyngier1-0/+3
2014-05-01word-at-a-time: simplify big-endian zero_bytemask macroH. Peter Anvin1-1/+1
2014-04-28word-at-a-time: avoid undefined behaviour in zero_bytemask macroWill Deacon1-6/+2
2014-04-19mm: use paravirt friendly ops for NUMA hinting ptesMel Gorman1-8/+23
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra2-2/+2
2014-04-18arch: Prepare for smp_mb__{before,after}_atomic()Peter Zijlstra3-14/+10
2014-04-13Merge tag 'llvmlinux-for-v3.15' of git://git.linuxfoundation.org/llvmlinux/ke...Linus Torvalds1-1/+2
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-3/+1
2014-04-10LLVMLinux: Remove warning about returning an uninitialized variableBehan Webster1-1/+2
2014-04-08mm: create generic early_ioremap() supportMark Salter1-0/+42
2014-04-08percpu: add raw_cpu_opsChristoph Lameter1-5/+8
2014-04-08Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König2-3/+3
2014-04-08bug: Make BUG() always stop the machineJosh Triplett1-1/+1
2014-04-08bug: when !CONFIG_BUG, make WARN call no_printk to check format and argsJosh Triplett1-0/+1
2014-04-08include/asm-generic/bug.h: style fix: s/while(0)/while (0)/Josh Triplett1-3/+3
2014-04-08bug: when !CONFIG_BUG, simplify WARN_ON_ONCE and familyJosh Triplett1-27/+30
2014-04-06Merge tag 'soc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds1-0/+10
2014-04-04Merge tag 'gpio-v3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-1/+1
2014-04-03Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-0/+11
2014-04-01Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+7
2014-04-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-5/+5
2014-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-0/+13
2014-03-31Merge branch 'core-types-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+9
2014-03-31Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+13
2014-03-20syscall_get_arch: remove useless function argumentsEric Paris1-3/+1
2014-03-14asm-generic: rwsem: de-PPCify rwsem.hWill Deacon1-5/+5
2014-03-14Merge tag 'v3.14-rc6' into develLinus Walleij1-0/+39
2014-03-13cputime: Bring cputime -> nsecs conversionFrederic Weisbecker2-1/+5
2014-03-13cputime: Fix nsecs_to_cputime() return type castFrederic Weisbecker1-1/+2
2014-03-11drivers: of: add support for custom reserved memory driversMarek Szyprowski1-0/+11
2014-03-09Merge tag 'imx-soc-3.15' of git://git.linaro.org/people/shawnguo/linux-2.6 in...Olof Johansson1-0/+39
2014-03-07Merge tag 'v3.13' into for-3.15Eric Paris9-168/+205
2014-02-21mm: add support for discard of unused ptesKonstantin Weitz1-0/+13
2014-02-17mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bitAneesh Kumar K.V1-0/+39
2014-02-12ARM: Introduce CPU_METHOD_OF_DECLARE() for cpu hotplug/smpStephen Boyd1-0/+10
2014-02-10locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen1-0/+13
2014-02-09bitops: Fix signedness of compile-time hweight implementationsPaul Walmsley1-8/+9
2014-02-07gpio: make gpiod_direction_output take a logical valuePhilipp Zabel1-1/+1
2014-01-28Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-0/+12