summaryrefslogtreecommitdiffstats
path: root/arch/tile
AgeCommit message (Expand)AuthorLines
2012-06-01new helper: signal_delivered()Al Viro-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro-6/+0
2012-06-01set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro-1/+1
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro-20/+5
2012-06-01new helper: sigmask_to_save()Al Viro-8/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro-4/+1
2012-06-01new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro-0/+16
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+0
2012-05-30bury __kernel_nlink_t, make internal nlink_t consistentAl Viro-1/+0
2012-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds-1164/+2458
2012-05-25tile: default to tilegx_defconfig for ARCH=tileChris Metcalf-1/+6
2012-05-25tile: fix bug where fls(0) was not returning 0Chris Metcalf-6/+6
2012-05-25arch/tile: mark TILEGX as not EXPERIMENTALChris Metcalf-6/+4
2012-05-25tile/mm/fault.c: Port OOM changes to handle_page_faultKautuk Consul-5/+27
2012-05-25arch/tile: add descriptive text if the kernel reports a bad trapChris Metcalf-2/+28
2012-05-25arch/tile: allow querying cpu module information from the hypervisorChris Metcalf-1/+21
2012-05-25arch/tile: fix hardwall for tilegx and generalize for idn and ipiChris Metcalf-280/+636
2012-05-25arch/tile: support multiple huge page sizes dynamicallyChris Metcalf-158/+456
2012-05-25arch/tile: support kexec() for tilegxChris Metcalf-9/+300
2012-05-25arch/tile: support <asm/cachectl.h> header for cacheflush() syscallChris Metcalf-8/+55
2012-05-25arch/tile: Allow tilegx to build with either 16K or 64K page sizeChris Metcalf-197/+345
2012-05-25arch/tile: optimize get_user/put_user and friendsChris Metcalf-315/+241
2012-05-25arch/tile: support building big-endian kernelChris Metcalf-29/+130
2012-05-25arch/tile: allow building Linux with transparent huge pages enabledChris Metcalf-48/+107
2012-05-25arch/tile: use interrupt critical sections lessChris Metcalf-99/+96
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+1
2012-05-24Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro-2/+0
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+0
2012-05-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-26/+0
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-86/+22
2012-05-21timers: Fixup the Kconfig consolidation falloutThomas Gleixner-2/+0
2012-05-21tile: Use generic time configAnna-Maria Gleixner-3/+1
2012-05-18tilegx: enable SYSCALL_WRAPPERS supportChris Metcalf-0/+1
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha-3/+0
2012-05-16arch/tile: apply commit 74fca9da0 to the compat signal handling as wellChris Metcalf-7/+5
2012-05-16arch/tile: fix up some issues in calling do_work_pending()Chris Metcalf-27/+68
2012-05-09sched/numa: Rewrite the CONFIG_NUMA sched domain supportPeter Zijlstra-26/+0
2012-05-08Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner-29/+8
2012-05-08tile: Use common threadinfo allocatorThomas Gleixner-25/+4
2012-05-05init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner-1/+0
2012-05-05tile: Use generic init_taskThomas Gleixner-60/+18
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner-1/+1
2012-04-25arch/tile: fix a couple of functions that should be __initChris Metcalf-4/+4
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds-3/+1
2012-04-19Merge branch 'linus' into queueMarcelo Tosatti-3/+3
2012-04-11arch/tile: avoid unused variable warning in proc.c for tilegxChris Metcalf-3/+1
2012-04-09tile/CPU hotplug: Add missing call to notify_cpu_starting()Srivatsa S. Bhat-0/+2
2012-04-08kvmclock: Add functions to check if the host has stopped the vmEric B Munson-0/+1
2012-04-06Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds-257/+429