Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2010-08-05 | 10 | -1290/+11 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | of/address: Clean up function declarations | Grant Likely | 2010-08-01 | 2 | -0/+2 | |
| * | | | | | | | | of: remove of_default_bus_ids | Jonas Bonn | 2010-07-24 | 1 | -24/+0 | |
| * | | | | | | | | of: make of_find_device_by_node generic | Jonas Bonn | 2010-07-24 | 1 | -16/+0 | |
| * | | | | | | | | powerpc: remove references to of_device and to_of_device | Grant Likely | 2010-07-24 | 2 | -8/+8 | |
| * | | | | | | | | 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 | 3 | -27/+0 | |
| * | | | | | | | | Merge commit 'v2.6.35-rc6' into devicetree/next | Grant Likely | 2010-07-24 | 23 | -143/+111 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | ||||||
| * | | | | | | | | of: Remove unused of_find_device_by_phandle() | Grant Likely | 2010-07-18 | 1 | -19/+0 | |
| * | | | | | | | | of: Merge of_device_alloc() and of_device_make_bus_id() | Grant Likely | 2010-07-05 | 2 | -85/+1 | |
| * | | | | | | | | of/device: Merge of_platform_bus_probe() | Grant Likely | 2010-07-05 | 1 | -130/+1 | |
| * | | | | | | | | of/device: merge of_device_uevent | Grant Likely | 2010-07-05 | 1 | -49/+0 | |
| * | | | | | | | | of/address: Merge all of the bus translation code | Grant Likely | 2010-07-05 | 1 | -515/+0 | |
| * | | | | | | | | of/address: merge of_address_to_resource() | Grant Likely | 2010-07-05 | 1 | -46/+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 | -266/+0 | |
| * | | | | | | | | of/powerpc: Move Powermac irq quirk code into powermac pic driver code | Grant Likely | 2010-07-05 | 1 | -85/+0 | |
| * | | | | | | | | of/irq: Move irq_of_parse_and_map() to common code | Grant Likely | 2010-06-28 | 1 | -12/+2 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2010-08-05 | 25 | -499/+1126 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge commit 'gcl/next' into next | Benjamin Herrenschmidt | 2010-08-04 | 14 | -75/+73 | |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | ||||||
| * | | | | | | | | powerpc/kexec: Fix orphaned offline CPUs across kexec | Matt Evans | 2010-07-31 | 1 | -1/+25 | |
| * | | | | | | | | powerpc/kexec: Add to and tidy debug/comments in machine_kexec64.c | Matt Evans | 2010-07-31 | 1 | -5/+24 | |
| * | | | | | | | | powerpc: Print decimal values in prom_init.c | Michael Neuling | 2010-07-31 | 1 | -9/+35 | |
| * | | | | | | | | powerpc/smp: remove the incorrect decrementer initial codes for AP | Tiejun Chen | 2010-07-31 | 1 | -8/+0 | |
| * | | | | | | | | powerpc: Add vmcoreinfo symbols to allow makdumpfile to filter core files pro... | Neil Horman | 2010-07-31 | 1 | -0/+12 | |
| * | | | | | | | | powerpc/crashdump: Fix issues with kexec and 36bit physical addr | Matthew McClintock | 2010-07-31 | 2 | -7/+7 | |
| * | | | | | | | | powerpc/kexec: Switch to a static PACA on the way out | Matt Evans | 2010-07-31 | 3 | -10/+30 | |
| * | | | | | | | | Merge commit 'jwb/next' into next | Benjamin Herrenschmidt | 2010-07-30 | 1 | -7/+111 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | powerpc/40x: Distinguish AMCC PowerPC 405EX and 405EXr correctly | Lee Nipper | 2010-07-26 | 1 | -7/+111 | |
| * | | | | | | | | | powerpc/book3e: Fix single step when using HW page tables | Benjamin Herrenschmidt | 2010-07-14 | 1 | -0/+6 | |
| * | | | | | | | | | powerpc/book3e: Add generic 64-bit idle powersave support | Benjamin Herrenschmidt | 2010-07-14 | 3 | -1/+110 | |
| * | | | | | | | | | powerpc/book3e: Resend doorbell exceptions to ourself | Michael Ellerman | 2010-07-09 | 2 | -2/+12 | |
| * | | | | | | | | | powerpc/book3e: Use set_irq_regs() in the msgsnd/msgrcv IPI path | David Gibson | 2010-07-09 | 1 | -1/+6 | |
| * | | | | | | | | | powerpc/book3e: Hookup doorbells exceptions on 64-bit Book3E | Benjamin Herrenschmidt | 2010-07-09 | 3 | -4/+25 | |
| * | | | | | | | | | powerpc/book3e: Don't re-trigger decrementer on lazy irq restore | Benjamin Herrenschmidt | 2010-07-09 | 1 | -0/+9 | |
| * | | | | | | | | | powerpc/book3e: More doorbell cleanups. Sample the PIR register | Benjamin Herrenschmidt | 2010-07-09 | 1 | -13/+34 | |
| * | | | | | | | | | powerpc/book3e: Move doorbell_exception from traps.c to dbell.c | Benjamin Herrenschmidt | 2010-07-09 | 2 | -22/+21 | |
| * | | | | | | | | | powerpc/book3e: Hack to get gdb moving along on Book3E 64-bit | Benjamin Herrenschmidt | 2010-07-09 | 1 | -0/+22 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | powerpc: Add i8042 keyboard and mouse irq parsing | Martyn Welch | 2010-07-09 | 1 | -0/+13 | |
| * | | | | | | | | powerpc: Optimise per cpu accesses on 64bit | Anton Blanchard | 2010-07-09 | 2 | -3/+7 | |
| * | | | | | | | | powerpc/pseries: Migration code reorganization / hibernation prep | Brian King | 2010-07-09 | 1 | -35/+70 | |
| * | | | | | | | | powerpc: Clean up obsolete code relating to decrementer and timebase | Paul Mackerras | 2010-07-09 | 2 | -135/+3 | |
| * | | | | | | | | powerpc: Rework VDSO gettimeofday to prevent time going backwards | Paul Mackerras | 2010-07-09 | 4 | -237/+97 | |
| * | | | | | | | | Merge commit 'paulus-perf/master' into next | Benjamin Herrenschmidt | 2010-07-09 | 8 | -5/+453 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | powerpc, hw_breakpoint: Tell generic code we have no instruction breakpoints | Paul Mackerras | 2010-06-30 | 1 | -0/+10 | |
| | * | | | | | | | | powerpc, hw_breakpoint: Cooperate better with other single-steppers | Paul Mackerras | 2010-06-23 | 1 | -6/+7 | |
| | * | | | | | | | | powerpc, hw_breakpoint: Fix off-by-one in checking access address | Paul Mackerras | 2010-06-23 | 1 | -16/+7 | |
| | * | | | | | | | | powerpc, hw_breakpoint: Discard extraneous interrupt due to accesses outside ... | K.Prasad | 2010-06-22 | 1 | -2/+21 | |
| | * | | | | | | | | powerpc, hw_breakpoint: Enable hw-breakpoints while handling intervening signals | K.Prasad | 2010-06-22 | 2 | -0/+21 | |
| | * | | | | | | | | powerpc, hw_breakpoint: Handle concurrent alignment interrupts | K.Prasad | 2010-06-22 | 1 | -5/+3 |