| Commit message (Expand) | Author | Age | Files | Lines |
* | ptrace: cleanup arch_ptrace() on microblaze | Namhyung Kim | 2010-10-27 | 1 | -1/+1 |
* | ptrace: change signature of arch_ptrace() | Namhyung Kim | 2010-10-27 | 1 | -1/+2 |
* | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 2010-10-25 | 17 | -108/+192 |
|\ |
|
| * | microblaze: Support timer on AXI lite | Michal Simek | 2010-10-21 | 1 | -5/+16 |
| * | microblaze: Add support for little-endian Microblaze | Michal Simek | 2010-10-21 | 5 | -11/+19 |
| * | 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 | 3 | -1/+4 |
| * | microblaze: Support early console on uart16550 | Michal Simek | 2010-10-21 | 2 | -0/+97 |
| * | 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 additional compatible properties | Michal Simek | 2010-10-21 | 3 | -6/+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: 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 | 1 | -25/+0 |
| * | microblaze: wire up prlimit64 and fanotify* syscalls | Michal Simek | 2010-10-21 | 1 | -0/+3 |
| * | 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: Report if only one timer is used | Michal Simek | 2010-10-21 | 2 | -7/+1 |
| * | 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 old user debugging gdb stub | Michal Simek | 2010-10-21 | 1 | -8/+1 |
| * | microblaze: kgdb: Remove unused variable and fix return value | Michal Simek | 2010-10-21 | 1 | -2/+1 |
| * | microblaze: Remove pr_<level> uses of KERN_<level> | Joe Perches | 2010-10-21 | 1 | -10/+6 |
* | | of/flattree: Eliminate need to provide early_init_dt_scan_chosen_arch | Grant Likely | 2010-10-21 | 1 | -5/+0 |
|/ |
|
* | Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2010-08-18 | 1 | -1/+1 |
|\ |
|
| * | microblaze: Fix of/address: Merge all of the bus translation code | Michal Simek | 2010-08-16 | 1 | -1/+1 |
* | | Make do_execve() take a const filename pointer | David Howells | 2010-08-17 | 1 | -3/+7 |
|/ |
|
* | Mark arguments to certain syscalls as being const | David Howells | 2010-08-13 | 1 | -1/+1 |
* | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2010-08-05 | 7 | -1214/+11 |
|\ |
|
| * | of: remove of_default_bus_ids | Jonas Bonn | 2010-07-24 | 2 | -50/+1 |
| * | of: make of_find_device_by_node generic | Jonas Bonn | 2010-07-24 | 1 | -16/+0 |
| * | microblaze: remove references to of_device and to_of_device | Grant Likely | 2010-07-24 | 1 | -3/+3 |
| * | of/platform: remove all of_bus_type and of_platform_bus_type references | Grant Likely | 2010-07-24 | 1 | -2/+1 |
| * | of: Merge of_platform_bus_type with platform_bus_type | Grant Likely | 2010-07-24 | 2 | -17/+0 |
| * | Merge commit 'v2.6.35-rc6' into devicetree/next | Grant Likely | 2010-07-24 | 1 | -7/+7 |
| |\ |
|
| * | | of: Remove unused of_find_device_by_phandle() | Grant Likely | 2010-07-18 | 1 | -18/+0 |
| * | | of/gpio: stop using device_node data pointer to find gpio_chip | Grant Likely | 2010-07-05 | 1 | -1/+1 |
| * | | of/gpio: Kill of_gpio_chip and add members directly to gpio_chip | Anton Vorontsov | 2010-07-05 | 1 | -6/+6 |
| * | | of: Merge of_device_alloc() and of_device_make_bus_id() | Grant Likely | 2010-07-05 | 2 | -65/+1 |
| * | | of/device: Merge of_platform_bus_probe() | Grant Likely | 2010-07-05 | 1 | -123/+18 |
| * | | of/device: merge of_device_uevent | Grant Likely | 2010-07-05 | 1 | -48/+0 |
| * | | of/address: Merge all of the bus translation code | Grant Likely | 2010-07-05 | 1 | -489/+0 |
| * | | of/address: merge of_address_to_resource() | Grant Likely | 2010-07-05 | 1 | -45/+1 |
| * | | of/address: merge of_iomap() | Grant Likely | 2010-07-05 | 1 | -11/+0 |
| * | | of/irq: merge irq mapping code | Grant Likely | 2010-07-05 | 1 | -290/+0 |
| * | | of/microblaze: strip out of_irq_workarounds code | Grant Likely | 2010-07-05 | 1 | -41/+0 |
| * | | of/irq: Move irq_of_parse_and_map() to common code | Grant Likely | 2010-06-28 | 1 | -12/+2 |