aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* initial merge with 3.2.72Wolfgang Wiedmeyer2015-10-233-0/+205
|\
| * signal: Define __ARCH_HAS_SA_RESTORER so we know whether to clear sa_restorerBen Hutchings2013-03-271-0/+4
| * mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPTMichal Hocko2013-01-161-0/+9
| * mutex: Place lock in contended state after fastpath_lock failureWill Deacon2012-09-121-2/+9
| * thp: avoid atomic64_read in pmd_read_atomic for 32bit PAEAndrea Arcangeli2012-07-041-0/+10
| * mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race conditionAndrea Arcangeli2012-07-041-2/+20
| * asm-generic: Use __BITS_PER_LONG in statfs.hH. Peter Anvin2012-05-111-1/+1
| * compat: use sys_sendfile64() implementation for sendfile syscallChris Metcalf2012-04-021-1/+1
| * mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli2012-04-021-0/+61
| * epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov2012-02-291-0/+2
| * procfs: do not confuse jiffies with cputime64_tAndreas Schwab2011-12-291-0/+1
| * asm-generic/unistd.h: support new process_vm_{readv,write} syscallsChris Metcalf2011-12-031-1/+7
| * Merge Qualcom Hexagon architectureLinus Torvalds2011-11-012-0/+136
| |\
| | * Add extra arch overrides to asm-generic/checksum.hLinas Vepstas2011-11-011-0/+4
| | * Hexagon: Add locking types and functionsRichard Kuo2011-11-011-0/+132
| * | treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-5/+6
| * | include/asm-generic/page.h: calculate virt_to_page and page_to_virt via prede...Sonic Zhang2011-10-311-2/+2
| * | dma-mapping: fix sync_single_range_* DMA debuggingClemens Ladisch2011-10-311-2/+12
| * | Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-10-291-14/+3
| |\ \
| | * | gpio: fix build error in include/asm-generic/gpio.hHamo2011-10-261-2/+2
| | * | gpiolib: Ensure struct gpio is always definedMark Brown2011-10-241-12/+1
| | |/
| * | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-10-261-2/+2
| |\ \
| | * | cputime: Clean up cputime_to_usecs and usecs_to_cputime macrosMichal Hocko2011-09-081-2/+2
| * | | Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-10-251-5/+0
| |\ \ \
| | * | | locks: move F_INPROGRESS from fl_type to fl_flags fieldJ. Bruce Fields2011-08-191-5/+0
| | |/ /
| * | | m68k: Finally remove leftover markers sectionsKirill Tkhai2011-10-241-1/+0
| | |/ | |/|
| * | All Arch: remove linkage for sys_nfsservctl system callNeilBrown2011-08-261-1/+1
| * | mm: fix __page_to_pfn for a const struct page argumentIan Campbell2011-08-171-2/+2
| |/
| * Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-07-261-0/+62
| |\
| | * pci: move microblaze and powerpc pci flag functions into asm-genericRob Herring2011-07-121-0/+62
| * | asm-generic/atomic.h: allow SMP peeps to leverage thisMike Frysinger2011-07-261-1/+15
| * | asm-generic/atomic.h: add atomic_set_mask() helperMike Frysinger2011-07-261-0/+16
| * | asm-generic/atomic.h: fix type used in atomic_clear_maskMike Frysinger2011-07-261-2/+9
| * | asm-generic/atomic.h: simplify inc/dec test helpersMike Frysinger2011-07-261-2/+2
| * | atomic: Update comments in atomic.hArun Sharma2011-07-261-1/+3
| * | atomic: cleanup asm-generic atomic*.h inclusionArun Sharma2011-07-261-2/+0
| * | atomic: move atomic_add_unless to generic codeArun Sharma2011-07-261-2/+2
| * | atomic: use <linux/atomic.h>Arun Sharma2011-07-263-4/+2
| * | asm-generic: add another generic ext2 atomic bitopsAkinobu Mita2011-07-262-0/+15
| * | Merge 'akpm' patch seriesLinus Torvalds2011-07-251-2/+0
| |\ \
| | * | asm-generic/system.h: drop useless __KERNEL__Mike Frysinger2011-07-251-2/+0
| * | | iomap: make IOPORT/PCI mapping functions conditionalRandy Dunlap2011-07-251-0/+8
| |/ /
| * | iomap: make IOPORT/PCI mapping functions conditionalJonas Bonn2011-07-222-0/+6
| * | asm-generic: add MMU variants of io.h functionsJonas Bonn2011-07-221-1/+6
| * | asm-generic: delay.h fix udelay and ndelay for 8 bit argsAndrew Morton2011-07-221-6/+27
| * | asm-generic: adapt delay.h to common implementationJonas Bonn2011-07-071-1/+15
| |/
* | merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-0/+4
* | Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-274-5/+39
|\ \
| * | mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPTMichal Hocko2013-01-111-0/+9
| * | mutex: Place lock in contended state after fastpath_lock failureWill Deacon2012-10-021-2/+9