summaryrefslogtreecommitdiffstats
path: root/arch/c6x
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-12-115-23/+23
|\
| * c6x: use new common dtc ruleStephen Warren2012-12-035-23/+23
* | c6x: use generic kvm_para.hMark Salter2012-11-282-1/+2
* | c6x: remove internal kernel symbols from exported setup.hMark Salter2012-11-282-30/+36
* | c6x: fix misleading commentMark Salter2012-11-261-2/+1
* | c6x: run do_notify_resume with interrupts enabledMark Salter2012-11-261-0/+2
|/
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-142-11/+2
|\
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-282-11/+2
* | Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds2012-10-1310-146/+171
|\ \
| * | UAPI: (Scripted) Disintegrate arch/c6x/include/asmDavid Howells2012-10-0910-146/+171
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-128-100/+41
|\ \ \
| * | | sanitize tsk_is_polling()Al Viro2012-10-012-2/+0
| * | | c6x: switch to generic kernel_thread()Al Viro2012-10-013-21/+6
| * | | c6x: switch to generic sys_execveMark Salter2012-10-014-50/+1
| * | | c6x: switch to generic kernel_execveMark Salter2012-10-012-7/+8
| * | | c6x: add ret_from_kernel_thread(), simplify kernel_thread()Mark Salter2012-10-012-26/+32
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-102-6/+1
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | get rid of generic instances of asm/exec.hAl Viro2012-09-202-6/+1
| |/
* | Merge branch 'uapi-prep' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds2012-10-074-21/+3
|\ \
| * \ Merge remote-tracking branch 'c6x/for-linux-next' into uapi-prepDavid Howells2012-10-043-17/+3
| |\ \
| | * | c6x: remove c6x signal.hMark Salter2012-10-042-17/+1
| | * | c6x: make dsk6455 the default configMark Salter2012-10-031-0/+2
| * | | UAPI: Fix the guards on various asm/unistd.h filesDavid Howells2012-10-041-4/+0
* | | | cross-arch: don't corrupt personality flags upon exec()Jiri Kosina2012-10-061-1/+2
|/ / /
* | | UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells2012-10-021-0/+3
|/ /
* | c6x: use asm-generic/barrier.hMark Salter2012-09-242-27/+1
|/
* Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds2012-08-172-5/+12
|\
| * C6X: select GENERIC_ATOMIC64Mark Salter2012-08-151-0/+1
| * C6X: add Lx_CACHE_SHIFT definesMark Salter2012-08-151-5/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-07-241-1/+1
|\ \
| * | arch: Use eth_random_addrJoe Perches2012-07-161-1/+1
| |/
* | C6X: clean up compiler warningMark Salter2012-07-181-2/+0
* | C6X: add basic support for TMS320C6678 SoCKen Cox2012-07-186-0/+344
* | C6X: remove dependence on legacy IRQsMark Salter2012-07-182-13/+10
* | C6X: remove megamod-pic requirement on direct-mapped core picMark Salter2012-07-181-9/+19
|/
* new helper: signal_delivered()Al Viro2012-06-011-2/+1
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-3/+0
* TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro2012-06-011-2/+1
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-17/+6
* new helper: sigmask_to_save()Al Viro2012-06-011-11/+3
* new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-311-2/+0
|\
| * move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-2/+0
* | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-241-0/+1
|\ \
| * \ Merge branch 'linus' into queueMarcelo Tosatti2012-04-192-17/+0
| |\ \
| * | | kvmclock: Add functions to check if the host has stopped the vmEric B Munson2012-04-081-0/+1
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-241-7/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | timers: Fixup the Kconfig consolidation falloutThomas Gleixner2012-05-211-1/+0
| * | | c6x: Use generic time configAnna-Maria Gleixner2012-05-211-6/+1
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-231-0/+3
|\ \ \
OpenPOWER on IntegriCloud