aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
...
| * gpio: make gpio_{request,free}_array gpio array parameter constLars-Peter Clausen2011-05-271-2/+2
| * gpio: Convert gpio_is_valid to return boolJoe Perches2011-05-261-3/+3
* | Merge branch 'setns'Linus Torvalds2011-05-281-1/+3
|\ \
| * | ns: Wire up the setns system callEric W. Biederman2011-05-281-1/+3
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-05-271-40/+0
|\ \
| * | bug.h: Move ratelimit warn interfaces to ratelimit.hDavid S. Miller2011-05-261-40/+0
* | | bitops: add #ifndef for each of find bitopsAkinobu Mita2011-05-262-0/+11
* | | asm-generic/ptrace.h: start a common low level ptrace helperMike Frysinger2011-05-261-0/+74
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-05-251-0/+37
|\ \ | |/
| * bug.h: Fix build with CONFIG_PRINTK disabled.David S. Miller2011-05-241-0/+21
| * bug.h: Add WARN_RATELIMITJoe Perches2011-05-231-0/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-05-255-97/+149
|\ \
| * | compat: fixes to allow working with tile archChris Metcalf2011-05-121-97/+124
| * | audit: support the "standard" <asm-generic/unistd.h>Chris Metcalf2011-05-044-0/+25
* | | ulimit: raise default hard ulimit on number of files to 4096Tim Gardner2011-05-251-1/+1
* | | asm-generic/cacheflush.h: flush icache when copying to user pagesMike Frysinger2011-05-251-1/+4
* | | mm: uninline large generic tlb.h functionsPeter Zijlstra2011-05-251-122/+13
* | | mm: extended batches for generic mmu_gatherPeter Zijlstra2011-05-251-46/+83
* | | mm, powerpc: move the RCU page-table freeing into generic codePeter Zijlstra2011-05-251-5/+51
* | | mm: mmu_gather reworkPeter Zijlstra2011-05-251-27/+69
* | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-05-241-8/+4
|\ \ \
| * | | [S390] merge page_test_dirty and page_clear_dirtyMartin Schwidefsky2011-05-231-8/+4
| | |/ | |/|
* | | Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-05-241-29/+32
|\ \ \ | |/ / |/| |
| * | Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo2011-05-242-21/+51
| |\ \
| | * | percpu: Unify input section namesMike Frysinger2011-04-041-20/+24
| * | | percpu: Always align percpu output section to PAGE_SIZETejun Heo2011-03-241-9/+8
* | | | sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-201-1/+1
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-05-191-10/+4
|\ \ \ \
| * \ \ \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-04-271-10/+4
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | jump label: Introduce static_branch() interfaceJason Baron2011-04-041-10/+4
| | | |/ | | |/|
* | | | module: Sort exported symbolsAlessio Igor Bogani2011-05-191-10/+10
|/ / /
* | | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-072-2/+2
|\ \ \
| * | | Fix common misspellingsLucas De Marchi2011-03-312-2/+2
| |/ /
* | | WARN_ON_SMP(): Add comment to explain ({0;})Steven Rostedt2011-03-281-0/+7
|/ /
* | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-03-251-1/+27
|\ \ | |/ |/|
| * WARN_ON_SMP(): Allow use in if() statements on UPSteven Rostedt2011-03-251-1/+27
* | bitops: remove minix bitops from asm/bitops.hAkinobu Mita2011-03-233-31/+0
* | bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita2011-03-232-19/+0
* | asm-generic: use little-endian bitopsAkinobu Mita2011-03-231-2/+2
* | bitops: introduce little-endian bitops for most architecturesAkinobu Mita2011-03-233-4/+1
* | asm-generic: change little-endian bitops to take any pointer typesAkinobu Mita2011-03-231-24/+53
* | asm-generic: rename generic little-endian bitops functionsAkinobu Mita2011-03-233-25/+25
* | bitops: merge little and big endian definisions in asm-generic/bitops/le.hAkinobu Mita2011-03-231-26/+20
* | add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori2011-03-221-27/+0
* | include/asm-generic/unistd.h: fix syncfs syscall numberAndrew Morton2011-03-221-1/+1
* | introduce sys_syncfs to sync a single file systemSage Weil2011-03-211-1/+3
|/
* asm-generic: support clock_adjtime() in <asm-generic/unistd.h>Chris Metcalf2011-03-201-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-181-2/+2
|\
| * asm-generic/user.h: Fix spelling in commentTobias Klauser2011-03-011-2/+2
* | Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-03-171-0/+2
|\ \