summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* Fix the declaration of sys_execve() in asm-generic/syscalls.hDavid Howells2010-08-181-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2010-08-151-1/+5
|\
| * Merge branch 'master' into for-linusChris Metcalf2010-08-132-3/+4
| |\
| * | Add fanotify syscalls to <asm-generic/unistd.h>.Chris Metcalf2010-08-131-1/+5
* | | include: replace unifdef-y with header-ySam Ravnborg2010-08-142-38/+38
| |/ |/|
* | dma-mapping: remove dma_is_consistent APIFUJITA Tomonori2010-08-111-3/+0
* | vfs: O_* bit numbers uniqueness checkWu Fengguang2010-08-111-0/+4
|/
* tty: Add EXTPROC support for LINEMODEhyc@symas.com2010-08-102-0/+3
* tty: Remove Hayes ESP ioctlsJeff Dike2010-08-101-4/+2
* Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds2010-08-101-1/+3
|\
| * unistd: add __NR_prlimit64 syscall numbersJiri Slaby2010-07-161-1/+3
* | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2010-08-101-0/+8
|\ \
| * | fanotify: FMODE_NONOTIFY and __O_SYNC in sparc conflictSigned-off-by: Wu Fengguang2010-07-281-1/+1
| * | vfs: introduce FMODE_NONOTIFYEric Paris2010-07-281-0/+8
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-3/+6
|\ \ \
| * | | add f_flags to struct statfs(64)Christoph Hellwig2010-08-091-3/+6
| |/ /
* | | asm-generic/io.h: add big endian versions of io{read,write}{16,32}Mike Frysinger2010-08-091-0/+4
* | | topology: alternate fix for ia64 tiger_defconfig build breakageLee Schermerhorn2010-08-091-1/+19
* | | asm-generic: use raw_local_irq_save/restore instead local_irq_save/restoreMichal Simek2010-08-091-6/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2010-08-081-8/+25
|\ \ \
| * \ \ Merge branch 'master' into for-linusChris Metcalf2010-08-062-1/+27
| |\ \ \
| * | | | Add wait4() back to the set of <asm-generic/unistd.h> syscalls.Chris Metcalf2010-06-251-3/+6
| * | | | Fix up the "generic" unistd.h ABI to be more useful.Chris Metcalf2010-06-041-6/+20
| | |_|/ | |/| |
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-062-4/+96
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge commit 'v2.6.35' into perf/coreIngo Molnar2010-08-021-1/+11
| |\ \ \ | | | |/ | | |/|
| * | | tracing: Remove letfover markers sectionFrederic Weisbecker2010-07-151-4/+0
| * | | Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar2010-06-182-24/+24
| |\ \ \ | | | |/ | | |/|
| * | | arch: Implement local64_tPeter Zijlstra2010-06-091-0/+96
* | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-051-0/+15
|\ \ \ \
| * | | | of/gpio: stop using device_node data pointer to find gpio_chipGrant Likely2010-07-051-0/+3
| * | | | of/gpio: Kill of_gpio_chip and add members directly to gpio_chipAnton Vorontsov2010-07-051-0/+12
| | |/ / | |/| |
* | | | Merge branch 'upstream/pvhvm' into upstream/xenJeremy Fitzhardinge2010-08-041-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | support multiple .discard.* sections to avoid section type conflictsJeremy Fitzhardinge2010-07-271-0/+1
| |/ /
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-07-231-1/+1
|\ \ \
| * | | vmlinux.lds: fix .data..init_task output section (fix popwerpc boot)Sam Ravnborg2010-07-231-1/+1
| |/ /
* | | tracing: Properly align linker defined symbolsSam Ravnborg2010-07-201-0/+10
|/ /
* | Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds2010-06-012-24/+24
|\ \ | |/ |/|
| * Rename .data.nosave to .data..nosave.Denys Vlasenko2010-03-031-1/+1
| * Rename .data.read_mostly to .data..read_mostly.Denys Vlasenko2010-03-031-1/+1
| * Rename .data[.percpu][.XXX] to .data[..percpu][..XXX].Denys Vlasenko2010-03-032-17/+17
| * Rename .bss.page_aligned to .bss..page_aligned.Tim Abbott2010-03-031-1/+1
| * Rename .data.page_aligned to .data..page_aligned.Tim Abbott2010-03-031-1/+1
| * Rename .data.init_task to .data..init_task.Tim Abbott2010-03-031-2/+2
| * Rename .data.cacheline_aligned to .data..cacheline_aligned.Tim Abbott2010-03-031-1/+1
* | numa: introduce numa_mem_id()- effective local memory node idLee Schermerhorn2010-05-271-0/+3
* | asm-generic: remove ARCH_HAS_SG_CHAIN in scatterlist.hFUJITA Tomonori2010-05-271-2/+0
* | asm-generic: add NEED_SG_DMA_LENGTH to define sg_dma_len()FUJITA Tomonori2010-05-271-8/+5
* | asm-generic: remove ISA_DMA_THRESHOLD in scatterlist.hFUJITA Tomonori2010-05-271-4/+0
* | dma-mapping: remove unnecessary sync_single_range_* in dma_map_opsFUJITA Tomonori2010-05-271-18/+2
* | rapidio: modify initialization of switch operationsAlexandre Bounine2010-05-271-6/+3
OpenPOWER on IntegriCloud