Age | Commit message (Expand) | Author | Files | Lines |
2012-10-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 1 | -0/+3 |
2012-10-12 | vfs: define struct filename and have getname() return it | Jeff Layton | 1 | -4/+4 |
2012-10-12 | arch/tile: enable interrupts in do_work_pending() | Chris Metcalf | 1 | -0/+3 |
2012-10-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -19/+2 |
2012-10-06 | compat: move compat_siginfo_t definition to asm/compat.h | Denys Vlasenko | 1 | -57/+0 |
2012-10-01 | tile: don't bother with SIGTRAP in setup_frame | Al Viro | 2 | -19/+2 |
2012-09-19 | Merge branch 'pci/thierry-fixup-irqs' into next | Bjorn Helgaas | 2 | -16/+0 |
2012-09-18 | PCI: Provide a default pcibios_update_irq() | Thierry Reding | 2 | -16/+0 |
2012-09-18 | PCI: Discard __init annotations for pci_fixup_irqs() and related functions | Thierry Reding | 2 | -2/+2 |
2012-08-23 | tile: PCI: Use PCI Express Capability accessors | Jiang Liu | 1 | -20/+6 |
2012-07-25 | tilepro pci: fix pci_bus.subordinate bad bombing from b918c62e | Chris Metcalf | 1 | -1/+1 |
2012-07-25 | tilegx pci: fix semantic merge conflict with 3527ed81c | Chris Metcalf | 1 | -1/+1 |
2012-07-24 | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 1 | -13/+6 |
2012-07-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 5 | -118/+2080 |
2012-07-22 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -10/+0 |
2012-07-18 | tile: updates to pci root complex from community feedback | Chris Metcalf | 2 | -45/+39 |
2012-07-18 | usb: add host support for the tilegx architecture | Chris Metcalf | 2 | -0/+70 |
2012-07-18 | tile pci: enable IOMMU to support DMA for legacy devices | Chris Metcalf | 3 | -145/+372 |
2012-07-18 | arch/tile: enable ZONE_DMA for tilegx | Chris Metcalf | 2 | -7/+20 |
2012-07-18 | tilegx pci: support I/O to arbitrarily-cached pages | Chris Metcalf | 1 | -39/+143 |
2012-07-18 | arch/tile: tilegx PCI root complex support | Chris Metcalf | 3 | -0/+1554 |
2012-07-05 | Merge branch 'pci/myron-pcibios_setup' into next | Bjorn Helgaas | 1 | -10/+0 |
2012-07-05 | tile/PCI: factor out pcibios_setup() | Myron Stowe | 1 | -10/+0 |
2012-06-18 | arch/tile: big-endian: properly bswap instruction bundles when backtracing | Chris Metcalf | 1 | -2/+7 |
2012-06-13 | tile/PCI: use pci_scan_root_bus instead pci_scan_bus | Yinghai Lu | 1 | -1/+4 |
2012-06-13 | PCI: replace struct pci_bus secondary/subordinate with busn_res | Yinghai Lu | 1 | -2/+2 |
2012-06-06 | tile: add #include to unbreak build after generic init_task conversion | Chris Metcalf | 1 | -0/+1 |
2012-06-06 | tile: remove cpu_idle_on_new_stack | Chris Metcalf | 1 | -14/+0 |
2012-06-05 | tile: SMP: Remove call to ipi_call_lock()/ipi_call_unlock() | Yong Zhang | 1 | -10/+0 |
2012-06-01 | new helper: signal_delivered() | Al Viro | 1 | -1/+1 |
2012-06-01 | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set | Al Viro | 2 | -6/+0 |
2012-06-01 | pull clearing RESTORE_SIGMASK into block_sigmask() | Al Viro | 1 | -20/+5 |
2012-06-01 | new helper: sigmask_to_save() | Al Viro | 1 | -8/+3 |
2012-06-01 | new helper: restore_saved_sigmask() | Al Viro | 1 | -4/+1 |
2012-05-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+0 |
2012-05-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 20 | -393/+1057 |
2012-05-25 | arch/tile: add descriptive text if the kernel reports a bad trap | Chris Metcalf | 1 | -2/+28 |
2012-05-25 | arch/tile: allow querying cpu module information from the hypervisor | Chris Metcalf | 1 | -0/+8 |
2012-05-25 | arch/tile: fix hardwall for tilegx and generalize for idn and ipi | Chris Metcalf | 3 | -260/+512 |
2012-05-25 | arch/tile: support multiple huge page sizes dynamically | Chris Metcalf | 4 | -56/+120 |
2012-05-25 | arch/tile: support kexec() for tilegx | Chris Metcalf | 4 | -9/+288 |
2012-05-25 | arch/tile: support <asm/cachectl.h> header for cacheflush() syscall | Chris Metcalf | 1 | -2/+8 |
2012-05-25 | arch/tile: Allow tilegx to build with either 16K or 64K page size | Chris Metcalf | 5 | -22/+25 |
2012-05-25 | arch/tile: optimize get_user/put_user and friends | Chris Metcalf | 1 | -1/+0 |
2012-05-25 | arch/tile: support building big-endian kernel | Chris Metcalf | 2 | -5/+23 |
2012-05-25 | arch/tile: use interrupt critical sections less | Chris Metcalf | 2 | -36/+45 |
2012-05-23 | move key_repace_session_keyring() into tracehook_notify_resume() | Al Viro | 1 | -2/+0 |
2012-05-21 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 5 | -82/+20 |
2012-05-16 | arch/tile: apply commit 74fca9da0 to the compat signal handling as well | Chris Metcalf | 1 | -7/+5 |
2012-05-16 | arch/tile: fix up some issues in calling do_work_pending() | Chris Metcalf | 3 | -25/+61 |