Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 2010-10-25 | 54 | -191/+1016 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | microblaze: Fix build with make 3.82 | Thomas Backlund | 2010-10-22 | 1 | -2/+6 | |
| * | | | | | | | | microblaze: Support C optimized lib functions for little-endian | Michal Simek | 2010-10-21 | 2 | -6/+60 | |
| * | | | | | | | | microblaze: Separate library optimized functions | Michal Simek | 2010-10-21 | 3 | -15/+46 | |
| * | | | | | | | | microblaze: Support timer on AXI lite | Michal Simek | 2010-10-21 | 2 | -6/+16 | |
| * | | | | | | | | microblaze: Add support for little-endian Microblaze | Michal Simek | 2010-10-21 | 10 | -18/+42 | |
| * | | | | | | | | microblaze: KGDB little endian support | Michal Simek | 2010-10-21 | 1 | -0/+4 | |
| * | | | | | | | | microblaze: Add PVR for endians plus detection | Michal Simek | 2010-10-21 | 6 | -1/+9 | |
| * | | | | | | | | microblaze: trivial: Add comment for AXI pvr | Michal Simek | 2010-10-21 | 1 | -4/+4 | |
| * | | | | | | | | microblaze: pci-common cleanup | Nishanth Aravamudan | 2010-10-21 | 1 | -4/+2 | |
| * | | | | | | | | microblaze: Support early console on uart16550 | Michal Simek | 2010-10-21 | 4 | -1/+99 | |
| * | | | | | | | | microblaze: Do not compile early console support for uartlite if is disabled | Michal Simek | 2010-10-21 | 1 | -2/+7 | |
| * | | | | | | | | microblaze: Setup early console dynamically | Michal Simek | 2010-10-21 | 1 | -1/+2 | |
| * | | | | | | | | microblaze: Rename all uartlite early printk functions | Michal Simek | 2010-10-21 | 1 | -7/+7 | |
| * | | | | | | | | microblaze: remove early printk uarlite console dependency from header | Michal Simek | 2010-10-21 | 1 | -1/+1 | |
| * | | | | | | | | microblaze: Remove additional compatible properties | Michal Simek | 2010-10-21 | 4 | -9/+0 | |
| * | | | | | | | | microblaze: Remove hardcoded asm instraction for PVR loading | Michal Simek | 2010-10-21 | 1 | -1/+1 | |
| * | | | | | | | | microblaze: Use static const char * const where possible | Joe Perches | 2010-10-21 | 3 | -12/+12 | |
| * | | | | | | | | microblaze: Define VMALLOC_START/END | Michal Simek | 2010-10-21 | 1 | -0/+7 | |
| * | | | | | | | | microblaze: Export missing symbols for modules | Michal Simek | 2010-10-21 | 1 | -0/+7 | |
| * | | | | | | | | microblaze: Add libgcc function directly to kernel | Michal Simek | 2010-10-21 | 13 | -28/+607 | |
| * | | | | | | | | microblaze: support gpio_to_irq() | Michal Simek | 2010-10-21 | 1 | -4/+1 | |
| * | | | | | | | | microblaze: Define empty mmiowb | Michal Simek | 2010-10-21 | 1 | -0/+2 | |
| * | | | | | | | | microblaze: wire up prlimit64 and fanotify* syscalls | Michal Simek | 2010-10-21 | 2 | -1/+7 | |
| * | | | | | | | | microblaze: use asm-generic/pci-dma-compat.h | FUJITA Tomonori | 2010-10-21 | 2 | -15/+2 | |
| * | | | | | | | | microblaze: Add PVR for BTC | Michal Simek | 2010-10-21 | 1 | -1/+2 | |
| * | | | | | | | | microblaze: Add new microblaze versions | Michal Simek | 2010-10-21 | 1 | -0/+2 | |
| * | | | | | | | | microblaze: remove OUTPUT_FORMAT from linker script | Michal Simek | 2010-10-21 | 1 | -1/+0 | |
| * | | | | | | | | microblaze: Fix r16 and r17 reg saving | Michal Simek | 2010-10-21 | 1 | -7/+4 | |
| * | | | | | | | | microblaze: Removing dead CONTIGUOUS_PAGE_ALLOC config option | Christian Dietrich | 2010-10-21 | 1 | -3/+0 | |
| * | | | | | | | | microblaze: Report if only one timer is used | Michal Simek | 2010-10-21 | 3 | -7/+7 | |
| * | | | | | | | | microblaze: Clear return value in pt_regs | Michal Simek | 2010-10-21 | 1 | -0/+2 | |
| * | | | | | | | | microblaze: Fix sys_rt_sigreturn_wrapper | Michal Simek | 2010-10-21 | 1 | -7/+1 | |
| * | | | | | | | | microblaze: remove unused TIF_KERNEL_TRACE | Michal Simek | 2010-10-21 | 1 | -4/+0 | |
| * | | | | | | | | microblaze: Add seccomp support | Michal Simek | 2010-10-21 | 2 | -0/+33 | |
| * | | | | | | | | microblaze: Remove old user debugging gdb stub | Michal Simek | 2010-10-21 | 1 | -8/+1 | |
| * | | | | | | | | microblaze: trivial: thread_info cleanup | Michal Simek | 2010-10-21 | 1 | -8/+8 | |
| * | | | | | | | | microblaze: Fix pmd_populate macro | Michal Simek | 2010-10-21 | 1 | -1/+2 | |
| * | | | | | | | | microblaze: kgdb: Remove unused variable and fix return value | Michal Simek | 2010-10-21 | 1 | -2/+1 | |
| * | | | | | | | | microblaze: Fix generic DTS to ensure OF requirements | Michal Simek | 2010-10-21 | 1 | -0/+2 | |
| * | | | | | | | | microblaze: Remove pr_<level> uses of KERN_<level> | Joe Perches | 2010-10-21 | 1 | -10/+6 | |
* | | | | | | | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2010-10-25 | 1 | -0/+43 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Kirkwood: add fan support for Network Space Max v2 | Simon Guinot | 2010-10-25 | 1 | -0/+43 | |
* | | | | | | | | | | MN10300: Fix the PERCPU() alignment to allow for workqueues | David Howells | 2010-10-25 | 1 | -1/+1 | |
* | | | | | | | | | | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2010-10-25 | 145 | -3565/+11223 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | omap: complete removal of machine_desc.io_pg_offst and .phys_io | Anand Gadiyar | 2010-10-22 | 3 | -8/+0 | |
| * | | | | | | | | | omap: UART: fix wakeup registers for OMAP24xx UART2 | Kevin Hilman | 2010-10-22 | 1 | -7/+10 | |
| * | | | | | | | | | omap: Fix spotty MMC voltages | Tony Lindgren | 2010-10-12 | 4 | -8/+4 | |
| * | | | | | | | | | OMAP3: DMA: Errata i541: sDMA FIFO draining does not finish | Peter Ujfalusi | 2010-10-11 | 2 | -2/+37 | |
| * | | | | | | | | | omap: dma: Fix buffering disable bit setting for omap24xx | Jarkko Nikula | 2010-10-11 | 2 | -4/+11 |