| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'apei-release' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2011-08-03 | 1 | -0/+1 |
|\ |
|
| * | Merge branch 'apei' into apei-release | Len Brown | 2011-08-03 | 1 | -0/+1 |
| |\ |
|
| | * | Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHG | Huang Ying | 2011-08-03 | 1 | -0/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2011-08-02 | 42 | -49/+81 |
|\ \ \
| |/ /
|/| | |
|
| * | | arch/tile/mm/init.c: trivial: use BUG_ON | Julia Lawall | 2011-08-02 | 1 | -2/+1 |
| * | | Merge tag 'v3.0' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/li... | Chris Metcalf | 2011-08-02 | 1 | -11/+0 |
| |\ \
| | |/ |
|
| * | | arch/tile: remove useless set_fixmap_nocache() macro | Chris Metcalf | 2011-06-15 | 1 | -6/+0 |
| * | | arch/tile: add hypervisor-based character driver for SPI flash ROM | Chris Metcalf | 2011-06-10 | 1 | -0/+41 |
| * | | tile: use generic-y format for one-line asm-generic headers | Chris Metcalf | 2011-06-03 | 38 | -37/+38 |
| * | | clocksource: tile: convert to use clocksource_register_hz | John Stultz | 2011-06-03 | 1 | -4/+1 |
* | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2011-07-29 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | PCI: Make the struct pci_dev * argument of pci_fixup_irqs const. | Ralf Baechle | 2011-07-22 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | atomic: cleanup asm-generic atomic*.h inclusion | Arun Sharma | 2011-07-26 | 1 | -5/+0 |
* | | | atomic: move atomic_add_unless to generic code | Arun Sharma | 2011-07-26 | 2 | -7/+7 |
* | | | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 | 9 | -18/+9 |
* | | | asm-generic: add another generic ext2 atomic bitops | Akinobu Mita | 2011-07-26 | 1 | -4/+1 |
* | | | ptrace: unify show_regs() prototype | Mike Frysinger | 2011-07-26 | 1 | -2/+0 |
* | | | Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2011-07-25 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | nfsd: Remove deprecated nfsctl system call and related code. | NeilBrown | 2011-07-15 | 1 | -1/+0 |
| |/ / |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-07-25 | 1 | -2/+1 |
|\ \ \ |
|
| * \ \ | Merge branch 'master' into for-next | Jiri Kosina | 2011-07-11 | 1 | -11/+0 |
| |\ \ \
| | |/ / |
|
| * | | | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches | 2011-06-10 | 1 | -2/+1 |
| | |/
| |/| |
|
* | | | modules: make arch's use default loader hooks | Jonas Bonn | 2011-07-24 | 1 | -31/+0 |
* | | | virtio: expose for non-virtualization users too | Ohad Ben-Cohen | 2011-07-23 | 1 | -1/+0 |
| |/
|/| |
|
* | | Fix node_start/end_pfn() definition for mm/page_cgroup.c | KAMEZAWA Hiroyuki | 2011-06-27 | 1 | -11/+0 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2011-05-29 | 6 | -28/+338 |
|\ |
|
| * | arch/tile: more /proc and /sys file support | Chris Metcalf | 2011-05-27 | 6 | -28/+338 |
* | | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT} | Akinobu Mita | 2011-05-26 | 1 | -1/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2011-05-25 | 77 | -1910/+11241 |
|\ \
| |/ |
|
| * | arch/tile: prefer "tilepro" as the name of the 32-bit architecture | Chris Metcalf | 2011-05-25 | 1 | -0/+0 |
| * | arch/tile: cleanups for tilegx compat mode | Chris Metcalf | 2011-05-19 | 3 | -21/+1 |
| * | arch/tile: allocate PCI IRQs later in boot | Chris Metcalf | 2011-05-19 | 1 | -6/+5 |
| * | arch/tile: support signal "exception-trace" hook | Chris Metcalf | 2011-05-19 | 7 | -22/+150 |
| * | arch/tile: use better definitions of xchg() and cmpxchg() | Chris Metcalf | 2011-05-19 | 3 | -32/+44 |
| * | tile: add an RTC driver for the Tilera hypervisor | Chris Metcalf | 2011-05-17 | 2 | -3/+61 |
| * | arch/tile: finish enabling support for TILE-Gx 64-bit chip | Chris Metcalf | 2011-05-12 | 28 | -1348/+9319 |
| * | compat: fixes to allow working with tile arch | Chris Metcalf | 2011-05-12 | 1 | -1/+1 |
| * | arch/tile: update defconfig file to something more useful | Chris Metcalf | 2011-05-04 | 1 | -0/+1091 |
| * | tile: do_hardwall_trap: do not play with task->sighand | Oleg Nesterov | 2011-05-04 | 1 | -4/+2 |
| * | tile: replace mm->cpu_vm_mask with mm_cpumask() | KOSAKI Motohiro | 2011-05-04 | 2 | -8/+8 |
| * | tile,mn10300: add device parameter to dma_cache_sync() | James Hogan | 2011-05-04 | 2 | -2/+3 |
| * | arch/tile: clarify flush_buffer()/finv_buffer() function names | Chris Metcalf | 2011-05-04 | 1 | -6/+12 |
| * | arch/tile: kernel-related cleanups from removing static page size | Chris Metcalf | 2011-05-04 | 4 | -48/+17 |
| * | arch/tile: various header improvements for building drivers | Chris Metcalf | 2011-05-04 | 11 | -10/+83 |
| * | arch/tile: disable GX prefetcher during cache flush | Chris Metcalf | 2011-05-04 | 1 | -0/+18 |
| * | arch/tile: tolerate disabling CONFIG_BLK_DEV_INITRD | Chris Metcalf | 2011-05-04 | 1 | -0/+6 |
| * | arch/tile: properly flush the I$ when unloading kernel modules | Chris Metcalf | 2011-05-04 | 1 | -1/+7 |
| * | arch/tile: disable SD_WAKE_AFFINE flag on CPU/NODE scheduling domain | Chris Metcalf | 2011-05-04 | 1 | -18/+57 |
| * | arch/tile: allow nonatomic stores to interoperate with fast atomic syscalls | Chris Metcalf | 2011-05-04 | 2 | -36/+27 |
| * | arch/tile: improve support for PCI hotplug | Chris Metcalf | 2011-05-04 | 3 | -91/+127 |