aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-14Merge branch 'for-next' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds1-6/+7
2012-01-14Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+4
2012-01-12thp: add tlb_remove_pmd_tlb_entryShaohua Li1-0/+14
2012-01-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-8/+30
2012-01-10Merge tag 'for-linux-3.3-merge-window' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds3-5/+14
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+0
2012-01-07Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+4
2012-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+3
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-35/+30
2012-01-04GPIO: add bindings for managed devicesJohn Crispin1-0/+4
2012-01-03consolidate umode_t declarationsAl Viro1-6/+0
2011-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2011-12-29procfs: do not confuse jiffies with cputime64_tAndreas Schwab1-0/+1
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+7
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky1-34/+28
2011-12-13UAPI: Rearrange definition of HZ in asm-generic/param.hDavid Howells1-6/+7
2011-12-12of: create of_phandle_args to simplify return of phandle parsing dataGrant Likely1-2/+3
2011-12-12gpio/powerpc: Eliminate duplication of of_get_named_gpio_flags()Grant Likely1-0/+1
2011-12-03asm-generic/unistd.h: support new process_vm_{readv,write} syscallsChris Metcalf1-1/+7
2011-11-28lib: add GENERIC_PCI_IOMAPMichael S. Tsirkin3-8/+30
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-0/+3
2011-11-09net: add wireless TX status socket optionJohannes Berg1-0/+3
2011-11-01Merge Qualcom Hexagon architectureLinus Torvalds2-0/+136
2011-11-01Add extra arch overrides to asm-generic/checksum.hLinas Vepstas1-0/+4
2011-11-01Hexagon: Add locking types and functionsRichard Kuo1-0/+132
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-5/+6
2011-10-31include/asm-generic/page.h: calculate virt_to_page and page_to_virt via predefined macroSonic Zhang1-2/+2
2011-10-31dma-mapping: fix sync_single_range_* DMA debuggingClemens Ladisch1-2/+12
2011-10-29Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-14/+3
2011-10-26gpio: fix build error in include/asm-generic/gpio.hHamo1-2/+2
2011-10-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2011-10-25Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-5/+0
2011-10-24m68k: Finally remove leftover markers sectionsKirill Tkhai1-1/+0
2011-10-24gpiolib: Ensure struct gpio is always definedMark Brown1-12/+1
2011-10-06add missing __iomem to generic iounmap declarationMark Salter1-1/+1
2011-10-06fixed generic page.h for non-zero PAGE_OFFSETMark Salter1-3/+7
2011-10-06fix default __strnlen_user macroMark Salter1-1/+6
2011-09-08cputime: Clean up cputime_to_usecs and usecs_to_cputime macrosMichal Hocko1-2/+2
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown1-1/+1
2011-08-19locks: move F_INPROGRESS from fl_type to fl_flags fieldJ. Bruce Fields1-5/+0
2011-08-17mm: fix __page_to_pfn for a const struct page argumentIan Campbell1-2/+2
2011-07-26Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds1-0/+62
2011-07-26asm-generic/atomic.h: allow SMP peeps to leverage thisMike Frysinger1-1/+15
2011-07-26asm-generic/atomic.h: add atomic_set_mask() helperMike Frysinger1-0/+16
2011-07-26asm-generic/atomic.h: fix type used in atomic_clear_maskMike Frysinger1-2/+9
2011-07-26asm-generic/atomic.h: simplify inc/dec test helpersMike Frysinger1-2/+2
2011-07-26atomic: Update comments in atomic.hArun Sharma1-1/+3
2011-07-26atomic: cleanup asm-generic atomic*.h inclusionArun Sharma1-2/+0
2011-07-26atomic: move atomic_add_unless to generic codeArun Sharma1-2/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma3-4/+2