| Commit message (Expand) | Author | Age |
* | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT} | Akinobu Mita | 2011-05-26 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2011-05-25 |
|\ |
|
| * | arch/tile: prefer "tilepro" as the name of the 32-bit architecture | Chris Metcalf | 2011-05-25 |
| * | arch/tile: cleanups for tilegx compat mode | Chris Metcalf | 2011-05-19 |
| * | arch/tile: allocate PCI IRQs later in boot | Chris Metcalf | 2011-05-19 |
| * | arch/tile: support signal "exception-trace" hook | Chris Metcalf | 2011-05-19 |
| * | arch/tile: use better definitions of xchg() and cmpxchg() | Chris Metcalf | 2011-05-19 |
| * | tile: add an RTC driver for the Tilera hypervisor | Chris Metcalf | 2011-05-17 |
| * | arch/tile: finish enabling support for TILE-Gx 64-bit chip | Chris Metcalf | 2011-05-12 |
| * | compat: fixes to allow working with tile arch | Chris Metcalf | 2011-05-12 |
| * | arch/tile: update defconfig file to something more useful | Chris Metcalf | 2011-05-04 |
| * | tile: do_hardwall_trap: do not play with task->sighand | Oleg Nesterov | 2011-05-04 |
| * | tile: replace mm->cpu_vm_mask with mm_cpumask() | KOSAKI Motohiro | 2011-05-04 |
| * | tile,mn10300: add device parameter to dma_cache_sync() | James Hogan | 2011-05-04 |
| * | arch/tile: clarify flush_buffer()/finv_buffer() function names | Chris Metcalf | 2011-05-04 |
| * | arch/tile: kernel-related cleanups from removing static page size | Chris Metcalf | 2011-05-04 |
| * | arch/tile: various header improvements for building drivers | Chris Metcalf | 2011-05-04 |
| * | arch/tile: disable GX prefetcher during cache flush | Chris Metcalf | 2011-05-04 |
| * | arch/tile: tolerate disabling CONFIG_BLK_DEV_INITRD | Chris Metcalf | 2011-05-04 |
| * | arch/tile: properly flush the I$ when unloading kernel modules | Chris Metcalf | 2011-05-04 |
| * | arch/tile: disable SD_WAKE_AFFINE flag on CPU/NODE scheduling domain | Chris Metcalf | 2011-05-04 |
| * | arch/tile: allow nonatomic stores to interoperate with fast atomic syscalls | Chris Metcalf | 2011-05-04 |
| * | arch/tile: improve support for PCI hotplug | Chris Metcalf | 2011-05-04 |
| * | arch/tile: support TIF_NOTIFY_RESUME | Chris Metcalf | 2011-05-02 |
| * | arch/tile: refactor backtracing code | Chris Metcalf | 2011-05-02 |
* | | lib: consolidate DEBUG_STACK_USAGE option | Stephen Boyd | 2011-05-25 |
* | | mm: now that all old mmu_gather code is gone, remove the storage | Peter Zijlstra | 2011-05-25 |
* | | Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 2011-05-24 |
|\ \ |
|
| * \ | Merge branch 'fixes-2.6.39' into for-2.6.40 | Tejun Heo | 2011-05-24 |
| |\ \ |
|
| * | | | percpu: Always align percpu output section to PAGE_SIZE | Tejun Heo | 2011-03-24 |
* | | | | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule() | Peter Zijlstra | 2011-04-14 |
| |_|/
|/| | |
|
* | | | Fix common misspellings | Lucas De Marchi | 2011-03-31 |
* | | | genirq: Remove the now obsolete config options and select statements | Thomas Gleixner | 2011-03-30 |
* | | | Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-03-27 |
|\ \ \
| |_|/
|/| | |
|
| * | | tile: Use generic show_interupts() | Thomas Gleixner | 2011-03-25 |
| * | | tile: Convert to new irq function names | Thomas Gleixner | 2011-03-25 |
* | | | lib, arch: add filter argument to show_mem and fix private implementations | David Rientjes | 2011-03-24 |
| |/
|/| |
|
* | | bitops: remove minix bitops from asm/bitops.h | Akinobu Mita | 2011-03-23 |
* | | bitops: remove ext2 non-atomic bitops from asm/bitops.h | Akinobu Mita | 2011-03-23 |
* | | bitops: introduce little-endian bitops for most architectures | Akinobu Mita | 2011-03-23 |
|/ |
|
* | mm: NUMA aware alloc_thread_info_node() | Eric Dumazet | 2011-03-22 |
* | arch/tile: fix futex sanitization definition/prototype mismatch | Chris Metcalf | 2011-03-20 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2011-03-17 |
|\ |
|
| * | arch/tile: support newer binutils assembler shift semantics | Chris Metcalf | 2011-03-17 |
| * | arch/tile: fix deadlock bugs in rwlock implementation | Chris Metcalf | 2011-03-10 |
| * | drivers/edac: provide support for tile architecture | Chris Metcalf | 2011-03-10 |
| * | arch/tile: support 4KB page size as well as 64KB | Chris Metcalf | 2011-03-10 |
| * | arch/tile: add some more VMSPLIT options and use consistent naming | Chris Metcalf | 2011-03-10 |
| * | arch/tile: fix some comments and whitespace | Chris Metcalf | 2011-03-10 |
| * | arch/tile: export some additional module symbols | Chris Metcalf | 2011-03-01 |