aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel
Commit message (Expand)AuthorAge
* new helper: signal_delivered()Al Viro2012-06-01
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-01
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-01
* new helper: sigmask_to_save()Al Viro2012-06-01
* new helper: restore_saved_sigmask()Al Viro2012-06-01
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-31
|\
| * move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-05-25
|\ \ | |/ |/|
| * arch/tile: add descriptive text if the kernel reports a bad trapChris Metcalf2012-05-25
| * arch/tile: allow querying cpu module information from the hypervisorChris Metcalf2012-05-25
| * arch/tile: fix hardwall for tilegx and generalize for idn and ipiChris Metcalf2012-05-25
| * arch/tile: support multiple huge page sizes dynamicallyChris Metcalf2012-05-25
| * arch/tile: support kexec() for tilegxChris Metcalf2012-05-25
| * arch/tile: support <asm/cachectl.h> header for cacheflush() syscallChris Metcalf2012-05-25
| * arch/tile: Allow tilegx to build with either 16K or 64K page sizeChris Metcalf2012-05-25
| * arch/tile: optimize get_user/put_user and friendsChris Metcalf2012-05-25
| * arch/tile: support building big-endian kernelChris Metcalf2012-05-25
| * arch/tile: use interrupt critical sections lessChris Metcalf2012-05-25
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-21
|\ \ | |/ |/|
| * Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner2012-05-08
| |\
| | * tile: Use common threadinfo allocatorThomas Gleixner2012-05-08
| * | tile: Use generic init_taskThomas Gleixner2012-05-05
| * | smp: Add task_struct argument to __cpu_up()Thomas Gleixner2012-04-26
* | | arch/tile: apply commit 74fca9da0 to the compat signal handling as wellChris Metcalf2012-05-16
* | | arch/tile: fix up some issues in calling do_work_pending()Chris Metcalf2012-05-16
| |/ |/|
* | arch/tile: fix a couple of functions that should be __initChris Metcalf2012-04-25
|/
* VM: add "vm_mmap()" helper functionLinus Torvalds2012-04-20
* arch/tile: avoid unused variable warning in proc.c for tilegxChris Metcalf2012-04-11
* tile/CPU hotplug: Add missing call to notify_cpu_starting()Srivatsa S. Bhat2012-04-09
* Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2012-04-06
|\
| * arch/tile: avoid accidentally unmasking NMI-type interrupt accidentallyChris Metcalf2012-04-02
| * arch/tile: return SIGBUS for addresses that are unaligned AND invalidChris Metcalf2012-04-02
| * arch/tile: fix single-stepping over swint1 instructions on tilegxChris Metcalf2012-04-02
| * arch/tile: implement panic_smp_self_stop()Chris Metcalf2012-04-02
| * arch/tile: add "nop" after "nap" to help GX idle power drawChris Metcalf2012-04-02
| * arch/tile: use proper memparse() for "maxmem" optionsChris Metcalf2012-04-02
| * arch/tile: don't leak kernel memory when we unload modulesChris Metcalf2012-04-02
| * arch/tile: fix a couple of comments that needed updatingChris Metcalf2012-04-02
| * arch/tile: fix up some minor trap handling issuesChris Metcalf2012-04-02
| * arch/tile: work around a hardware issue with the return-address stackChris Metcalf2012-04-02
| * arch/tile: various bugs in stack backtracerChris Metcalf2012-04-02
| * arch/tile: avoid false corrupt frame warning in early bootChris Metcalf2012-04-02
| * tile: fix multiple build failures from system.h dismantlePaul Gortmaker2012-04-02
* | Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-04-02
|\ \ | |/ |/|
| * documentation: remove references to cpu_*_map.Rusty Russell2012-03-29
| * remove references to cpu_*_map in arch/Rusty Russell2012-03-29
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-03-29
|\ \ | |/ |/|
| * [PATCH v3] ipc: provide generic compat versions of IPC syscallsChris Metcalf2012-03-15
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-28
|\ \
| * | smp: introduce a generic on_each_cpu_mask() functionGilad Ben-Yossef2012-03-28