index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Kconfig
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-12-20
powerpc: Rename mapping based RELOCATABLE to DYNAMIC_MEMSTART for BookE
Suzuki Poulose
10
-31
/
+56
2011-12-19
powerpc: Fix old bug in prom_init setting of the color
Benjamin Herrenschmidt
1
-1
/
+1
2011-12-19
powerpc: Only use initrd_end as the limit for alloc_bottom if it's inside the...
Paul Mackerras
1
-8
/
+9
2011-12-19
powerpc: Fix comment explaining our VSID layout
Anton Blanchard
1
-4
/
+3
2011-12-19
powerpc: Fix wrong divisor in usecs_to_cputime
Andreas Schwab
2
-8
/
+8
2011-12-19
powerpc/mm: Fix section mismatch for read_n_cells
David Rientjes
1
-1
/
+1
2011-12-19
powerpc/mm: Fix section mismatch for mark_reserved_regions_for_nid
David Rientjes
1
-1
/
+1
2011-12-19
powerpc: Add __SANE_USERSPACE_TYPES__ to asm/types.h for LL64
Matt Evans
1
-1
/
+4
2011-12-19
powerpc: POWER7 optimised copy_to_user/copy_from_user using VMX
Anton Blanchard
5
-2
/
+744
2011-12-16
powerpc: Use rwsem.h from generic location
Richard Kuo
2
-132
/
+2
2011-12-16
powerpc/pmac: Fix SMP kernels on pre-core99 UP machines
Benjamin Herrenschmidt
1
-1
/
+1
2011-12-16
powerpc/pmac: Simplify old pmac PIC interrupt handling
Benjamin Herrenschmidt
1
-28
/
+6
2011-12-16
tty/serial/pmac_zilog: Fix suspend & resume
Benjamin Herrenschmidt
2
-277
/
+115
2011-12-09
powerpc/47x: Add support for the new IBM currituck platform
Tony Breeds
8
-1
/
+688
2011-12-09
powerpc/476fpe: Add 476fpe SoC code
Tony Breeds
6
-1
/
+84
2011-12-09
powerpc/boot: Add mfdcrx
Tony Breeds
1
-0
/
+6
2011-12-09
powerpc/boot: Add extended precision shifts to the boot wrapper.
Tony Breeds
1
-0
/
+52
2011-12-09
powerpc/44x: Removing dead CONFIG_PPC47x
Christoph Egger
1
-4
/
+0
2011-12-09
powerpc/44x: pci: Setup the dma_window properties for each pci_controller
Tony Breeds
1
-0
/
+6
2011-12-09
powerpc/44x: pci: Add a want_sdr flag into ppc4xx_pciex_hwops
Tony Breeds
1
-6
/
+14
2011-12-09
powerpc/44x: pci: Use PCI_BASE_ADDRESS_MEM_PREFETCH rather than magic value.
Tony Breeds
1
-1
/
+1
2011-12-08
powerpc: Enable squashfs as a module
Anton Blanchard
2
-0
/
+10
2011-12-08
powerpc/nvram: Add spinlock to oops_to_nvram to prevent oops in compression c...
Anton Blanchard
1
-0
/
+7
2011-12-08
pmac_zilog: Fix unexpected irq
Finn Thain
1
-50
/
+52
2011-12-08
powerpc: Provide a way for KVM to indicate that NV GPR values are lost
Paul Mackerras
4
-0
/
+9
2011-12-08
powerpc/powernv: Fix problems in onlining CPUs
Paul Mackerras
2
-2
/
+2
2011-12-08
powerpc/pseries: Increase minimum RMO size from 64MB to 256MB
Anton Blanchard
1
-1
/
+1
2011-12-08
powerpc: Punch a hole in /dev/mem for librtas
sukadev@linux.vnet.ibm.com
2
-0
/
+15
2011-12-08
powerpc: Add support for OpenBlockS 600
Benjamin Herrenschmidt
7
-3
/
+438
2011-12-08
powerpc/ps3: Update ps3_defconfig
Geoff Levand
1
-19
/
+20
2011-12-08
powerpc/ps3: Add __init to ps3_smp_probe
Geoff Levand
1
-1
/
+1
2011-12-08
powerpc/ps3: Fix PS3 repository build warnings
Geoff Levand
1
-67
/
+68
2011-12-08
powerpc/ps3: Fix hcall lv1_read_repository_node
Geoff Levand
2
-3
/
+3
2011-12-08
powerpc/ps3: Fix hcall lv1_get_version_info
Geoff Levand
3
-4
/
+6
2011-12-08
powerpc/ps3: Fix hcall lv1_get_virtual_address_space_id_of_ppe
Geoff Levand
2
-2
/
+2
2011-12-08
powerpc/ps3: Fix hcall lv1_net_stop_rx_dma
Geoff Levand
2
-4
/
+4
2011-12-08
powerpc/ps3: Interrupt code cleanup
Geoff Levand
1
-50
/
+53
2011-12-08
powerpc/kdump: Only save CPU state first time through the secondary CPU captu...
Anton Blanchard
1
-12
/
+21
2011-12-08
powerpc/kdump: Delay before sending IPI on a system reset
Anton Blanchard
1
-7
/
+26
2011-12-08
powerpc/xics: Reset the CPPR if H_EOI fails
Anton Blanchard
1
-6
/
+7
2011-12-08
powerpc: Reduce pseries panic timeout from 180s to 10s
Anton Blanchard
1
-0
/
+2
2011-12-08
powerpc: Rework die()
Anton Blanchard
2
-56
/
+74
2011-12-08
powerpc: Cleanup crash/kexec code
Anton Blanchard
2
-19
/
+3
2011-12-08
powerpc/kdump: Use setjmp/longjmp to handle kdump and system reset recursion
Anton Blanchard
1
-15
/
+57
2011-12-08
powerpc: Remove broken and complicated kdump system reset code
Anton Blanchard
3
-101
/
+25
2011-12-08
powerpc: Give us time to get all oopses out before panicking
Anton Blanchard
1
-1
/
+13
2011-12-08
powerpc/cpuidle: Handle power_save=off
Deepthi Dharwar
2
-0
/
+4
2011-12-08
powerpc/cpuidle: Enable cpuidle and directly call cpuidle_idle_call() for pSe...
Deepthi Dharwar
3
-86
/
+23
2011-12-08
powerpc/cpuidle: cpuidle driver for pSeries
Deepthi Dharwar
8
-3
/
+350
2011-12-08
powerpc/cpuidle: Add cpu_idle_wait() to allow switching of idle routines
Deepthi Dharwar
4
-0
/
+34
[next]