summaryrefslogtreecommitdiffstats
path: root/arch/tile
Commit message (Expand)AuthorAgeFilesLines
* tile: add #include to unbreak build after generic init_task conversionChris Metcalf2012-06-061-0/+1
* tile: remove cpu_idle_on_new_stackChris Metcalf2012-06-062-19/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-013-38/+25
|\
| * new helper: signal_delivered()Al Viro2012-06-011-1/+1
| * most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-012-6/+0
| * set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro2012-06-011-1/+1
| * pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-20/+5
| * new helper: sigmask_to_save()Al Viro2012-06-011-8/+3
| * new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+1
| * new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro2012-06-011-0/+16
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-1/+0
|\ \ | |/ |/|
| * bury __kernel_nlink_t, make internal nlink_t consistentAl Viro2012-05-301-1/+0
* | 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 git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-05-2570-1164/+2458
|\ \
| * | tile: default to tilegx_defconfig for ARCH=tileChris Metcalf2012-05-251-1/+6
| * | tile: fix bug where fls(0) was not returning 0Chris Metcalf2012-05-251-6/+6
| * | arch/tile: mark TILEGX as not EXPERIMENTALChris Metcalf2012-05-251-6/+4
| * | tile/mm/fault.c: Port OOM changes to handle_page_faultKautuk Consul2012-05-251-5/+27
| * | arch/tile: add descriptive text if the kernel reports a bad trapChris Metcalf2012-05-251-2/+28
| * | arch/tile: allow querying cpu module information from the hypervisorChris Metcalf2012-05-252-1/+21
| * | arch/tile: fix hardwall for tilegx and generalize for idn and ipiChris Metcalf2012-05-258-280/+636
| * | arch/tile: support multiple huge page sizes dynamicallyChris Metcalf2012-05-2515-158/+456
| * | arch/tile: support kexec() for tilegxChris Metcalf2012-05-255-9/+300
| * | arch/tile: support <asm/cachectl.h> header for cacheflush() syscallChris Metcalf2012-05-256-8/+55
| * | arch/tile: Allow tilegx to build with either 16K or 64K page sizeChris Metcalf2012-05-2520-197/+345
| * | arch/tile: optimize get_user/put_user and friendsChris Metcalf2012-05-258-315/+241
| * | arch/tile: support building big-endian kernelChris Metcalf2012-05-2510-29/+130
| * | arch/tile: allow building Linux with transparent huge pages enabledChris Metcalf2012-05-254-48/+107
| * | arch/tile: use interrupt critical sections lessChris Metcalf2012-05-257-99/+96
* | | 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-3/+3
| |\ \ \
| * | | | 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-5/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | timers: Fixup the Kconfig consolidation falloutThomas Gleixner2012-05-211-2/+0
| * | | | tile: Use generic time configAnna-Maria Gleixner2012-05-211-3/+1
* | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-231-3/+0
|\ \ \ \ \
| * | | | | fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-161-3/+0
| |/ / / /
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-05-221-26/+0
|\ \ \ \ \
| * | | | | sched/numa: Rewrite the CONFIG_NUMA sched domain supportPeter Zijlstra2012-05-091-26/+0
| |/ / / /
* | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-216-86/+22
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner2012-05-084-29/+8
| |\ \ \ \
| | * | | | tile: Use common threadinfo allocatorThomas Gleixner2012-05-082-25/+4
| | |/ / /
| * | | | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner2012-05-051-1/+0
| * | | | tile: Use generic init_taskThomas Gleixner2012-05-054-60/+18
| * | | | smp: Add task_struct argument to __cpu_up()Thomas Gleixner2012-04-261-1/+1
* | | | | tilegx: enable SYSCALL_WRAPPERS supportChris Metcalf2012-05-181-0/+1
* | | | | arch/tile: apply commit 74fca9da0 to the compat signal handling as wellChris Metcalf2012-05-161-7/+5
* | | | | arch/tile: fix up some issues in calling do_work_pending()Chris Metcalf2012-05-164-27/+68
| |/ / / |/| | |
* | | | arch/tile: fix a couple of functions that should be __initChris Metcalf2012-04-252-4/+4
|/ / /