index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-31
powerpc: remove non-required uses of include <linux/module.h>
Paul Gortmaker
28
-32
/
+0
2011-10-31
powerpc: various straight conversions from module.h --> export.h
Paul Gortmaker
61
-61
/
+61
2011-10-31
powerpc: convert hvconsole.c to export.h ; fix implicit use of errno.h
Paul Gortmaker
1
-1
/
+2
2011-10-31
powerpc: fix two implicit header uses in pseries/plpar_wrappers.h
Paul Gortmaker
1
-0
/
+3
2011-10-31
powerpc: fix implicit use of mutex.h by include/asm/spu.h
Paul Gortmaker
1
-0
/
+1
2011-10-31
powerpc: fix implicit use of cache.h in kernel/firmware.c
Paul Gortmaker
1
-1
/
+2
2011-10-31
powerpc: fix implicit notifier use in converting to export.h
Paul Gortmaker
1
-1
/
+2
2011-10-31
powerpc: cell/beat_wrapper.h is implicitly using memcpy functions
Paul Gortmaker
1
-0
/
+1
2011-10-31
powerpc: Fix up implicit sched.h users
Paul Gortmaker
8
-0
/
+8
2011-10-31
powerpc: Fix up implicit stat.h users
Paul Gortmaker
6
-0
/
+6
2011-10-31
powerpc: Fix up modules that should be including module.h
Paul Gortmaker
13
-0
/
+13
2011-10-31
powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULE
Paul Gortmaker
13
-0
/
+13
2011-10-31
powerpc: add export.h to files making use of EXPORT_SYMBOL
Paul Gortmaker
42
-0
/
+42
2011-10-31
powerpc: io-workarounds.c was implicitly getting init_mm
Paul Gortmaker
1
-0
/
+1
2011-10-30
Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
25
-456
/
+963
2011-10-30
Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6
Linus Torvalds
4
-77
/
+74
2011-10-28
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...
Linus Torvalds
1
-1
/
+2
2011-10-28
compat: sync compat_stats with statfs.
Eric W. Biederman
1
-1
/
+2
2011-10-26
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-12
/
+12
2011-10-26
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2
-0
/
+3
2011-10-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
27
-111
/
+126
2011-10-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
4
-4
/
+4
2011-10-15
Merge commit 'v3.1-rc9' into fbdev-next
Florian Tobias Schandinat
9
-5
/
+27
2011-10-13
Kconfig: remove redundant CONFIG_ prefix on two symbols
Paul Bolle
1
-1
/
+1
2011-10-07
Merge branch 'master' of github.com:davem330/net
David S. Miller
1
-0
/
+14
2011-10-05
drivers/video: fsl-diu-fb: only DIU modes 0 and 1 are supported
Timur Tabi
1
-1
/
+1
2011-09-29
powerpc: Fix device-tree matching for Apple U4 bridge
Benjamin Herrenschmidt
1
-0
/
+14
2011-09-27
doc: fix broken references
Paul Bolle
2
-2
/
+2
2011-09-25
KVM: PPC: Implement H_CEDE hcall for book3s_hv in real-mode code
Paul Mackerras
6
-196
/
+483
2011-09-25
KVM: PPC: book3s_pr: Simplify transitions between virtual and real mode
Paul Mackerras
11
-212
/
+120
2011-09-25
KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
Paul Mackerras
4
-10
/
+9
2011-09-25
KVM: PPC: Add sanity checking to vcpu_run
Alexander Graf
9
-1
/
+67
2011-09-25
KVM: PPC: Enable the PAPR CAP for Book3S
Alexander Graf
1
-0
/
+5
2011-09-25
KVM: PPC: Support SC1 hypercalls for PAPR in PR mode
Alexander Graf
1
-1
/
+21
2011-09-25
KVM: PPC: Stub emulate CFAR and PURR SPRs
Alexander Graf
1
-0
/
+4
2011-09-25
KVM: PPC: Add PAPR hypercall code for PR mode
Alexander Graf
3
-0
/
+160
2011-09-25
KVM: PPC: Add support for explicit HIOR setting
Alexander Graf
4
-2
/
+23
2011-09-25
KVM: PPC: Read out syscall instruction on trap
Alexander Graf
1
-0
/
+5
2011-09-25
KVM: PPC: Interpret SDR1 as HVA in PAPR mode
Alexander Graf
1
-1
/
+7
2011-09-25
KVM: PPC: Check privilege level on SPRs
Alexander Graf
1
-0
/
+25
2011-09-25
KVM: PPC: Add papr_enabled flag
Alexander Graf
1
-0
/
+1
2011-09-25
KVM: PPC: move compute_tlbie_rb to book3s common header
Alexander Graf
2
-33
/
+33
2011-09-22
Merge branch 'master' of github.com:davem330/net
David S. Miller
8
-5
/
+13
2011-09-15
Merge branch 'master' into for-next
Jiri Kosina
80
-210
/
+184
2011-09-15
treewide: typo 'interrrupt' word corrections.
Vitaliy Ivanov
1
-1
/
+1
2011-09-13
locking, powerpc: Annotate uic->lock as raw
Thomas Gleixner
1
-12
/
+12
2011-08-31
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
6
-2
/
+9
2011-08-30
powerpc/p1023rds: Fix the error of bank-width of nor flash
Chunhe Lan
1
-1
/
+1
2011-08-30
powerpc/85xx: enable caam crypto driver by default
Kim Phillips
3
-1
/
+6
2011-08-30
powerpc/85xx: enable the audio drivers in the defconfigs
Timur Tabi
2
-0
/
+2
[next]