| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-10 | 2 | -20/+1 |
|\ |
|
| * | get rid of generic instances of asm/exec.h | Al Viro | 2012-09-20 | 2 | -20/+1 |
* | | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-10-09 | 4 | -12/+15 |
|\ \ |
|
| * | | readahead: fault retry breaks mmap file read random detection | Shaohua Li | 2012-10-09 | 1 | -0/+1 |
| * | | mm: hugetlb: add arch hook for clearing page flags before entering pool | Will Deacon | 2012-10-09 | 1 | -0/+4 |
| * | | mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_file | Konstantin Khlebnikov | 2012-10-09 | 1 | -12/+7 |
| * | | Kconfig: clean up the "#if defined(arch)" list for exception-trace sysctl entry | Catalin Marinas | 2012-10-09 | 1 | -0/+1 |
| * | | Kconfig: clean up the long arch list for the DEBUG_BUGVERBOSE config option | Catalin Marinas | 2012-10-09 | 1 | -0/+1 |
| * | | Kconfig: clean up the long arch list for the DEBUG_KMEMLEAK config option | Catalin Marinas | 2012-10-09 | 1 | -0/+1 |
* | | | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd... | Linus Torvalds | 2012-10-09 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow... | Arnd Bergmann | 2012-10-04 | 14 | -59/+17 |
| |\ \ |
|
| * | | | asm-generic: Add default clkdev.h | Mark Brown | 2012-10-03 | 1 | -0/+1 |
* | | | | Merge branch 'uapi-prep' of git://git.infradead.org/users/dhowells/linux-headers | Linus Torvalds | 2012-10-07 | 1 | -5/+0 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | UAPI: Fix the guards on various asm/unistd.h files | David Howells | 2012-10-04 | 1 | -5/+0 |
* | | | | compat: move compat_siginfo_t definition to asm/compat.h | Denys Vlasenko | 2012-10-06 | 2 | -57/+62 |
* | | | | tile: fix personality bits handling upon exec() | Jiri Kosina | 2012-10-06 | 1 | -2/+2 |
|/ / / |
|
* | | | Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu... | Linus Torvalds | 2012-10-03 | 7 | -7/+11 |
|\ \ \ |
|
| * | | | UAPI: (Scripted) Set up UAPI Kbuild files | David Howells | 2012-10-02 | 2 | -0/+4 |
| * | | | UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst... | David Howells | 2012-10-02 | 5 | -7/+7 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-10-02 | 2 | -2/+0 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-09-28 | 1 | -11/+13 |
| |\ \ \
| | |/ / |
|
| * | | | netfilter: remove xt_NOTRACK | Cong Wang | 2012-09-03 | 2 | -2/+0 |
| | |/
| |/| |
|
* | | | Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-10-01 | 1 | -8/+0 |
|\ \ \ |
|
| * | | | tile: remove duplicate CONFIG_HOTPLUG definition | Greg Kroah-Hartman | 2012-09-06 | 1 | -8/+0 |
| |/ / |
|
* | | | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 2012-10-01 | 2 | -36/+6 |
|\ \ \ |
|
| * \ \ | Merge branch 'pci/thierry-fixup-irqs' into next | Bjorn Helgaas | 2012-09-19 | 2 | -16/+0 |
| |\ \ \ |
|
| | * | | | PCI: Provide a default pcibios_update_irq() | Thierry Reding | 2012-09-18 | 2 | -16/+0 |
| | * | | | PCI: Discard __init annotations for pci_fixup_irqs() and related functions | Thierry Reding | 2012-09-18 | 2 | -2/+2 |
| | |/ / |
|
| * | | | tile: PCI: Use PCI Express Capability accessors | Jiang Liu | 2012-08-23 | 1 | -20/+6 |
| |/ / |
|
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-10-01 | 1 | -1/+0 |
|\ \ \
| |_|/
|/| | |
|
| * | | tile: Remove SD_PREFER_LOCAL leftover | Alex Shi | 2012-08-15 | 1 | -1/+0 |
| |/ |
|
* | | tile: gxio iorpc numbering change for TRIO interface | Chris Metcalf | 2012-09-24 | 1 | -11/+13 |
|/ |
|
* | memcg: rename config variables | Andrew Morton | 2012-07-31 | 2 | -4/+4 |
* | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2012-07-30 | 1 | -1/+0 |
|\ |
|
| * | Remove useless wrappers of asm-generic/ipc.h | Paul Bolle | 2012-06-28 | 1 | -1/+0 |
* | | Merge branch 'kmap_atomic' of git://github.com/congwang/linux | Linus Torvalds | 2012-07-27 | 2 | -31/+2 |
|\ \ |
|
| * | | tile: remove km_type definitions | Cong Wang | 2012-07-24 | 1 | -30/+1 |
| * | | tile: remove usage of enum km_type | Cong Wang | 2012-07-23 | 1 | -1/+1 |
* | | | tilepro pci: fix pci_bus.subordinate bad bombing from b918c62e | Chris Metcalf | 2012-07-25 | 1 | -1/+1 |
* | | | tilegx pci: fix semantic merge conflict with 3527ed81c | Chris Metcalf | 2012-07-25 | 1 | -1/+1 |
* | | | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 2012-07-24 | 1 | -13/+6 |
|\ \ \ |
|
| * \ \ | Merge branch 'pci/myron-pcibios_setup' into next | Bjorn Helgaas | 2012-07-05 | 1 | -10/+0 |
| |\ \ \ |
|
| | * | | | tile/PCI: factor out pcibios_setup() | Myron Stowe | 2012-07-05 | 1 | -10/+0 |
| * | | | | tile/PCI: use pci_scan_root_bus instead pci_scan_bus | Yinghai Lu | 2012-06-13 | 1 | -1/+4 |
| * | | | | PCI: replace struct pci_bus secondary/subordinate with busn_res | Yinghai Lu | 2012-06-13 | 1 | -2/+2 |
| |/ / / |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2012-07-23 | 65 | -400/+10771 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | tile: updates to pci root complex from community feedback | Chris Metcalf | 2012-07-18 | 3 | -64/+47 |
| * | | | bounce: allow use of bounce pool via config option | Chris Metcalf | 2012-07-18 | 1 | -0/+6 |
| * | | | usb: add host support for the tilegx architecture | Chris Metcalf | 2012-07-18 | 3 | -0/+80 |
| * | | | arch/tile: provide kernel support for the tilegx USB shim | Chris Metcalf | 2012-07-18 | 9 | -0/+413 |