index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
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 a...
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 ...
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
2010-06-15
powerpc: Unconditionally enabled irq stacks
Christoph Hellwig
1
-6
/
+0
2010-06-15
powerpc: Move kdump default base address to 64MB on 64bit
Anton Blanchard
1
-1
/
+10
2010-06-09
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...
Ingo Molnar
1
-0
/
+12
2010-06-09
powerpc: Enable asymmetric SMT scheduling on POWER7
Michael Neuling
1
-1
/
+2
2010-06-09
arch: Implement local64_t
Peter Zijlstra
1
-0
/
+1
2010-06-08
perf: Drop the skip argument from perf_arch_fetch_regs_caller
Frederic Weisbecker
1
-0
/
+12
2010-06-02
powerpc/macio: Fix probing of macio devices by using the right of match table
Benjamin Herrenschmidt
1
-4
/
+0
2010-06-01
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
3
-10
/
+37
2010-06-01
Merge branch 'for-35' of git://repo.or.cz/linux-kbuild
Linus Torvalds
2
-9
/
+1
2010-05-31
Merge commit 'kumar/next' into next
Benjamin Herrenschmidt
3
-10
/
+37
2010-05-27
asm-generic: remove ARCH_HAS_SG_CHAIN in scatterlist.h
FUJITA Tomonori
1
-0
/
+1
2010-05-27
powerpc: use asm-generic/scatterlist.h
FUJITA Tomonori
1
-28
/
+1
2010-05-26
Revert "endian: #define __BYTE_ORDER"
Linus Torvalds
1
-0
/
+6
2010-05-25
Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-0
/
+1
[prev]
[next]