index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-31
powerpc/kexec: Switch to a static PACA on the way out
Matt Evans
1
-1
/
+1
2010-07-30
of: Provide default of_node_to_nid() implementation.
Grant Likely
2
-7
/
+7
2010-07-24
of/device: Replace of_device with platform_device in includes and core code
Grant Likely
1
-1
/
+1
2010-07-24
of: remove asm/of_device.h
Grant Likely
1
-3
/
+0
2010-07-24
of: remove asm/of_platform.h
Grant Likely
2
-16
/
+2
2010-07-24
Merge commit 'v2.6.35-rc6' into devicetree/next
Grant Likely
8
-42
/
+66
2010-07-23
Merge commit 'kumar/merge' into merge
Benjamin Herrenschmidt
1
-3
/
+3
2010-07-23
powerpc/mm: Add some debug output when hash insertion fails
Benjamin Herrenschmidt
1
-1
/
+3
2010-07-22
powerpc/kexec: Fix boundary case for book-e kexec memory limits
Kumar Gala
1
-3
/
+3
2010-07-21
Merge branch 'linus' into sched/core
Ingo Molnar
8
-42
/
+66
2010-07-21
Merge branch 'linus' into perf/core
Ingo Molnar
6
-35
/
+56
2010-07-18
of: Remove unused of_find_device_by_phandle()
Grant Likely
1
-2
/
+0
2010-07-14
Merge branch 'lmb-to-memblock' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
Linus Torvalds
3
-16
/
+16
2010-07-14
lmb: rename to memblock
Yinghai Lu
3
-16
/
+16
2010-07-14
powerpc/book3e: Adjust the page sizes list based on MMU config
Benjamin Herrenschmidt
2
-0
/
+5
2010-07-14
powerpc/book3e: Add generic 64-bit idle powersave support
Benjamin Herrenschmidt
1
-0
/
+1
2010-07-11
powerpc/cpm1: Mark micropatch code/data static and __init
Anton Vorontsov
1
-1
/
+2
2010-07-11
powerpc/cpm: Reintroduce global spi_pram struct (fixes build issue)
Anton Vorontsov
1
-0
/
+24
2010-07-09
powerpc/book3e: Resend doorbell exceptions to ourself
Michael Ellerman
1
-0
/
+1
2010-07-09
powerpc/book3e: More doorbell cleanups. Sample the PIR register
Benjamin Herrenschmidt
1
-4
/
+3
2010-07-09
powerpc/book3e: Hack to get gdb moving along on Book3E 64-bit
Benjamin Herrenschmidt
1
-2
/
+2
2010-07-09
powerpc/book3e: mtmsr should not be mtmsrd on book3e 64-bit
Benjamin Herrenschmidt
1
-1
/
+1
2010-07-09
powerpc/numa: Use form 1 affinity to setup node distance
Anton Blanchard
1
-0
/
+3
2010-07-09
powerpc/pseries: Rename RAS_VECTOR_OFFSET to RTAS_VECTOR_EXTERNAL_INTERRUPT and move to rtas.h
Mark Nelson
1
-0
/
+3
2010-07-09
powerpc: Optimise per cpu accesses on 64bit
Anton Blanchard
1
-3
/
+0
2010-07-09
powerpc/iseries: Fix constant warning
Denis Kirjanov
1
-1
/
+1
2010-07-09
powerpc/pseries: Partition hibernation support
Brian King
1
-0
/
+1
2010-07-09
powerpc/pseries: Migration code reorganization / hibernation prep
Brian King
2
-0
/
+11
2010-07-09
powerpc: Clean up obsolete code relating to decrementer and timebase
Paul Mackerras
2
-10
/
+0
2010-07-09
powerpc: Rework VDSO gettimeofday to prevent time going backwards
Paul Mackerras
1
-0
/
+2
2010-07-09
Merge commit 'paulus-perf/master' into next
Benjamin Herrenschmidt
5
-0
/
+95
2010-07-08
powerpc: Fix userspace build of ptrace.h
Sam Ravnborg
1
-18
/
+14
2010-07-05
of: Merge of_device_alloc() and of_device_make_bus_id()
Grant Likely
1
-10
/
+0
2010-07-05
of/device: Merge of_platform_bus_probe()
Grant Likely
1
-11
/
+0
2010-07-05
of/device: merge of_device_uevent
Grant Likely
1
-3
/
+0
2010-07-05
of/address: Merge all of the bus translation code
Grant Likely
1
-4
/
+0
2010-07-05
of/address: merge of_address_to_resource()
Grant Likely
2
-13
/
+9
2010-07-05
of/address: merge of_iomap()
Grant Likely
1
-9
/
+1
2010-07-05
of/irq: merge irq mapping code
Grant Likely
1
-47
/
+0
2010-07-05
of/powerpc: Move Powermac irq quirk code into powermac pic driver code
Grant Likely
1
-9
/
+15
2010-06-30
powerpc, hw_breakpoint: Tell generic code we have no instruction breakpoints
Paul Mackerras
1
-4
/
+1
2010-06-28
Merge branch 'linus' into perf/core
Thomas Gleixner
2
-7
/
+10
2010-06-28
of/irq: Move irq_of_parse_and_map() to common code
Grant Likely
2
-54
/
+1
2010-06-28
of: kill struct of_device
Grant Likely
2
-13
/
+2
2010-06-22
powerpc, hw_breakpoint: Discard extraneous interrupt due to accesses outside symbol length
K.Prasad
1
-0
/
+1
2010-06-22
powerpc, hw_breakpoint: Enable hw-breakpoints while handling intervening signals
K.Prasad
1
-0
/
+3
2010-06-22
powerpc, hw_breakpoints: Implement hw_breakpoints for 64-bit server processors
K.Prasad
3
-0
/
+85
2010-06-22
powerpc: Emulate most Book I instructions in emulate_step()
Paul Mackerras
2
-0
/
+9
2010-06-18
Merge commit 'v2.6.35-rc3' into perf/core
Ingo Molnar
6
-23
/
+38
2010-06-15
net: NET_SKB_PAD should depend on L1_CACHE_BYTES
Eric Dumazet
1
-3
/
+0
[prev]
[next]