summaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2011-06-02asm-generic/unistd.h: support sendmmsg syscallChris Metcalf1-1/+3
2011-05-28Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-5/+5
2011-05-28Merge branch 'setns'Linus Torvalds1-1/+3
2011-05-28ns: Wire up the setns system callEric W. Biederman1-1/+3
2011-05-27gpio: make gpio_{request,free}_array gpio array parameter constLars-Peter Clausen1-2/+2
2011-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-40/+0
2011-05-26gpio: Convert gpio_is_valid to return boolJoe Perches1-3/+3
2011-05-26bitops: add #ifndef for each of find bitopsAkinobu Mita2-0/+11
2011-05-26asm-generic/ptrace.h: start a common low level ptrace helperMike Frysinger1-0/+74
2011-05-26bug.h: Move ratelimit warn interfaces to ratelimit.hDavid S. Miller1-40/+0
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+37
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds5-97/+149
2011-05-25ulimit: raise default hard ulimit on number of files to 4096Tim Gardner1-1/+1
2011-05-25asm-generic/cacheflush.h: flush icache when copying to user pagesMike Frysinger1-1/+4
2011-05-25mm: uninline large generic tlb.h functionsPeter Zijlstra1-122/+13
2011-05-25mm: extended batches for generic mmu_gatherPeter Zijlstra1-46/+83
2011-05-25mm, powerpc: move the RCU page-table freeing into generic codePeter Zijlstra1-5/+51
2011-05-25mm: mmu_gather reworkPeter Zijlstra1-27/+69
2011-05-24bug.h: Fix build with CONFIG_PRINTK disabled.David S. Miller1-0/+21
2011-05-24Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-8/+4
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-29/+32
2011-05-24Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo2-21/+51
2011-05-23bug.h: Add WARN_RATELIMITJoe Perches1-0/+16
2011-05-23[S390] merge page_test_dirty and page_clear_dirtyMartin Schwidefsky1-8/+4
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-1/+1
2011-05-19Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-10/+4
2011-05-19module: Sort exported symbolsAlessio Igor Bogani1-10/+10
2011-05-12compat: fixes to allow working with tile archChris Metcalf1-97/+124
2011-05-04audit: support the "standard" <asm-generic/unistd.h>Chris Metcalf4-0/+25
2011-04-27Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-10/+4
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2-2/+2
2011-04-04jump label: Introduce static_branch() interfaceJason Baron1-10/+4
2011-04-04percpu: Unify input section namesMike Frysinger1-20/+24
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2
2011-03-28WARN_ON_SMP(): Add comment to explain ({0;})Steven Rostedt1-0/+7
2011-03-25Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+27
2011-03-25WARN_ON_SMP(): Allow use in if() statements on UPSteven Rostedt1-1/+27
2011-03-24percpu: Always align percpu output section to PAGE_SIZETejun Heo1-9/+8
2011-03-23bitops: remove minix bitops from asm/bitops.hAkinobu Mita3-31/+0
2011-03-23bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita2-19/+0
2011-03-23asm-generic: use little-endian bitopsAkinobu Mita1-2/+2
2011-03-23bitops: introduce little-endian bitops for most architecturesAkinobu Mita3-4/+1
2011-03-23asm-generic: change little-endian bitops to take any pointer typesAkinobu Mita1-24/+53
2011-03-23asm-generic: rename generic little-endian bitops functionsAkinobu Mita3-25/+25
2011-03-23bitops: merge little and big endian definisions in asm-generic/bitops/le.hAkinobu Mita1-26/+20
2011-03-22add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori1-27/+0
2011-03-22include/asm-generic/unistd.h: fix syncfs syscall numberAndrew Morton1-1/+1
2011-03-21introduce sys_syncfs to sync a single file systemSage Weil1-1/+3
2011-03-20asm-generic: support clock_adjtime() in <asm-generic/unistd.h>Chris Metcalf1-1/+3
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2