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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-02
UAPI: (Scripted) Set up UAPI Kbuild files
David Howells
1
-0
/
+3
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers
David Howells
3
-3
/
+3
2012-10-01
Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
3
-6
/
+6
2012-10-01
Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
3
-1
/
+63
2012-10-01
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-44
/
+36
2012-10-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
1
-4
/
+0
2012-09-25
vtime: Consolidate system/idle context detection
Frederic Weisbecker
1
-19
/
+28
2012-09-25
cputime: Use a proper subsystem naming for vtime related APIs
Frederic Weisbecker
1
-5
/
+5
2012-09-13
Merge commit 'v3.6-rc5' into next
Bjorn Helgaas
42
-281
/
+307
2012-09-13
Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into next/fixes-non-critical
Olof Johansson
3
-6
/
+6
2012-09-11
powerpc/powernv: I/O and memory alignment for P2P bridges
Gavin Shan
1
-0
/
+39
2012-09-11
powerpc/PCI: Override pcibios_window_alignment()
Gavin Shan
2
-0
/
+23
2012-09-11
powerpc/fsl_msi: drop unneeded cast to non-const pointer
Arnd Bergmann
1
-3
/
+3
2012-09-11
powerpc/celleb_pci: add a const qualifier
Uwe Kleine-König
1
-1
/
+1
2012-09-11
powerpc/fsl_msi: add a const qualifier
Uwe Kleine-König
1
-1
/
+1
2012-09-11
powerpc/83xx: add a const qualifier
Uwe Kleine-König
1
-1
/
+1
2012-09-05
powerpc: Don't use __put_user() in patch_instruction
Benjamin Herrenschmidt
1
-1
/
+1
2012-09-05
powerpc: Make sure IPI handlers see data written by IPI senders
Paul Mackerras
3
-3
/
+16
2012-09-05
powerpc: Restore correct DSCR in context switch
Anton Blanchard
2
-6
/
+18
2012-09-05
powerpc: Fix DSCR inheritance in copy_thread()
Anton Blanchard
1
-10
/
+2
2012-09-05
powerpc: Keep thread.dscr and thread.dscr_inherit in sync
Anton Blanchard
2
-2
/
+5
2012-09-05
powerpc: Update DSCR on all CPUs when writing sysfs dscr_default
Anton Blanchard
1
-0
/
+8
2012-09-05
powerpc/powernv: Always go into nap mode when CPU is offline
Paul Mackerras
3
-9
/
+4
2012-09-05
powerpc: Give hypervisor decrementer interrupts their own handler
Paul Mackerras
2
-1
/
+11
2012-09-05
powerpc/vphn: Fix arch_update_cpu_topology() return value
Jesse Larrew
1
-3
/
+4
2012-09-04
Merge branch 'sched/urgent' into sched/core
Ingo Molnar
27
-247
/
+239
2012-09-01
powerpc: remove four unused files from .gitignore
Paul Bolle
1
-4
/
+0
2012-08-25
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
Linus Torvalds
20
-238
/
+206
2012-08-24
Revert "powerpc: Update g5_defconfig"
Benjamin Herrenschmidt
1
-30
/
+73
2012-08-24
powerpc/perf: Use pmc_overflow() to detect rolled back events
Sukadev Bhattiprolu
1
-1
/
+1
2012-08-24
powerpc: Fix VMX in interrupt check in POWER7 copy loops
Anton Blanchard
2
-4
/
+4
2012-08-24
powerpc: POWER7 copy_to_user/copy_from_user patch applied twice
Anton Blanchard
1
-31
/
+0
2012-08-24
powerpc: Fix personality handling in ppc64_personality()
Jiri Kosina
1
-4
/
+4
2012-08-24
powerpc/dma-iommu: Fix IOMMU window check
Aaro Koskinen
1
-5
/
+4
2012-08-24
powerpc: Remove unnecessary ifdefs
Michael Neuling
1
-2
/
+0
2012-08-24
powerpc/kgdb: Restore current_thread_info properly
Tiejun Chen
1
-2
/
+9
2012-08-24
powerpc/kgdb: Bail out of KGDB when we've been triggered
Tiejun Chen
1
-0
/
+15
2012-08-24
powerpc/kgdb: Do not set kgdb_single_step on ppc
Tiejun Chen
1
-1
/
+0
2012-08-24
powerpc/mpic_msgr: Add missing includes
Scott Wood
2
-0
/
+4
2012-08-24
powerpc: Fix null pointer deref in perf hardware breakpoints
Michael Neuling
1
-1
/
+1
2012-08-24
powerpc: Fixup whitespace in xmon
Michael Ellerman
1
-20
/
+20
2012-08-24
powerpc: Fix xmon dl command for new printk implementation
Michael Ellerman
1
-26
/
+10
2012-08-23
powerpc/fsl: fix "Failed to mount /dev: No such device" errors
Kim Phillips
6
-0
/
+6
2012-08-23
powerpc/fsl: update defconfigs
Kim Phillips
5
-102
/
+35
2012-08-23
PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_type
Yijing Wang
1
-1
/
+1
2012-08-20
cputime: Consolidate vtime handling on context switch
Frederic Weisbecker
3
-9
/
+6
2012-08-17
cputime: Generalize CONFIG_VIRT_CPU_ACCOUNTING
Frederic Weisbecker
1
-15
/
+1
2012-08-16
ppc: e500_tlb memset clears nothing
Alan Cox
1
-4
/
+4
2012-08-16
KVM: PPC: Add cache flush on page map
Alexander Graf
6
-0
/
+22
2012-08-16
KVM: PPC: Book3S HV: Fix incorrect branch in H_CEDE code
Paul Mackerras
1
-5
/
+7
[next]