messages from 2009-10-06 06:46:25 to 2009-10-09 00:54:12 UTC [more...]
[PATCH 0/6] 8xx MMU fixes
2009-10-09 0:53 UTC (12+ messages)
` [PATCH 1/6] 8xx: DTLB Error must check for more errors
` [PATCH 2/6] 8xx: Update TLB asm so it behaves as linux mm expects
` [PATCH 3/6] 8xx: invalidate non present TLBs
` [PATCH 4/6] 8xx: Tag DAR with 0x00f0 to catch buggy instructions
` [PATCH 5/6] 8xx: Fixup DAR from buggy dcbX instructions
` [PATCH 6/6] 8xx: start using dcbX instructions in various copy routines
[PATCH 0/6] 8xx TLB fixes
2009-10-09 0:36 UTC (36+ messages)
` [PATCH 1/6] 8xx: DTLB Error must check for more errors
` [PATCH 2/6] 8xx: get rid of _PAGE_HWWRITE dependency in MMU
` [PATCH 3/6] 8xx: invalidate non present TLBs
` [PATCH 4/6] 8xx: Tag DAR with 0x00f0 to catch buggy instructions
` [PATCH 5/6] 8xx: Fixup DAR from buggy dcbX instructions
` [PATCH 6/6] 8xx: start using dcbX instructions in various copy routines
[PATCH 1/2][v2] mm: add notifier in pageblock isolation for balloon drivers
2009-10-08 23:34 UTC (5+ messages)
` [PATCH 2/2][v2] powerpc: Make the CMM memory hotplug aware
[RFC] misc/at24: add experimental OF support for the generic eeprom driver
2009-10-08 22:59 UTC (10+ messages)
[PATCH/RFC] powerpc: Fix decrementer setup on 1GHz boards
2009-10-08 20:12 UTC (2+ messages)
Crash in the kernel panic linux mpc 832x
2009-10-08 18:48 UTC (2+ messages)
[PATCH][v2] powerpc/4xx: Add 16K FIFO size DTS entries on supported platforms
2009-10-08 16:33 UTC
[PATCH][v2] ibm_newemac: Added 16K Tx FIFO size support for EMAC4
2009-10-08 16:32 UTC
[FTRACE] Enabling function_graph causes OOPS
2009-10-08 14:51 UTC (16+ messages)
` [PATCH] Ftrace : fix function_graph tracer OOPS
SMU-base PowerMac and server_mode
2009-10-08 14:43 UTC (12+ messages)
[RFC PATCH 00/12] Merge common OpenFirmware device tree code
2009-10-08 13:24 UTC (35+ messages)
` [RFC PATCH 01/12] of: Rework linux/of.h and asm/prom.h include ordering
` [RFC PATCH 02/12] of: merge phandle, ihandle and struct property
` [RFC PATCH 03/12] of: merge struct device_node
` [RFC PATCH 04/12] of: Move OF_IS_DYNAMIC and OF_MARK_DYNAMIC macros to of.h
` [RFC PATCH 05/12] of: add common header for flattened device tree representation
` [microblaze-uclinux] "
` [RFC PATCH 06/12] of: merge struct boot_param_header from Microblaze and PowerPC
` [RFC PATCH 07/12] of: merge of_node_*_flag() and set_node_proc_entry()
` [RFC PATCH 08/12] of: merge of_read_number() an of_read_ulong()
` [RFC PATCH 09/12] of: merge of_node_get(), of_node_put() and of_find_all_nodes()
` [RFC PATCH 10/12] of: merge of_*_flat_dt*() functions
` [RFC PATCH 11/12] of: merge other miscellaneous prototypes
` [RFC PATCH 12/12] of: merge of_find_all_nodes() implementations
` [microblaze-uclinux] Re: [RFC PATCH 00/12] Merge common OpenFirmware device tree code
[v8 PATCH 0/8]: cpuidle: Cleanup cpuidle/ Introduce cpuidle to POWER
2009-10-08 13:10 UTC (17+ messages)
` [v8 PATCH 1/8]: cpuidle: cleanup drivers/cpuidle/cpuidle.c
` [v8 PATCH 2/8]: cpuidle: implement a list based approach to register a set of idle routines
` [v8 PATCH 3/8]: x86: refactor x86 idle power management code and remove all instances of pm_idle
` [v8 PATCH 4/8]: POWER: enable cpuidle for POWER
` [v8 PATCH 5/8]: pSeries/cpuidle: remove dedicate/shared idle loops, which will be moved to arch/powerpc/platforms/pseries/processor_idle.c
` [v8 PATCH 6/8]: POWER: add a default_idle idle loop for POWER
` [v8 PATCH 7/8]: pSeries: implement pSeries processor idle module
` [v8 PATCH 8/8]: POWER: Enable default_idle when power_save=off
[PATCH] ibm_newemac: Added 16K Tx FIFO size support for EMAC4
2009-10-08 12:50 UTC (2+ messages)
` [PATCH] powerpc/4xx: Add 16K FIFO size DTS entries on supported platforms
[PATCH] net: Fix OF platform drivers coldplug/hotplug when compiled as modules
2009-10-08 12:15 UTC
Nested function in drivers/of/of_mdio.c
2009-10-08 11:14 UTC (7+ messages)
` [PATCH] Remove nested function
[PATCH] mpc5200: support for the MAN mpc5200 based board mucmc52
2009-10-08 5:54 UTC (16+ messages)
` [PATCH v2] mpc5200: support for the MAN mpc5200 based board uc101
` [PATCH v3] "
` [PATCH v3] mpc5200: support for the MAN mpc5200 based board mucmc52
` [PATCH v4] mpc5200: support for the MAN mpc5200 based board uc101
` [PATCH v4] mpc5200: support for the MAN mpc5200 based board mucmc52
[v7 PATCH 0/7]: cpuidle/x86/POWER: Cleanup idle power management code in x86, cleanup drivers/cpuidle/cpuidle.c and introduce cpuidle to POWER
2009-10-08 5:54 UTC (18+ messages)
` [v7 PATCH 1/7]: cpuidle: cleanup drivers/cpuidle/cpuidle.c
` [v7 PATCH 2/7]: cpuidle: implement a list based approach to register a set of idle routines
` [v7 PATCH 3/7]: x86: refactor x86 idle power management code and remove all instances of pm_idle
` [v7 PATCH 4/7]: POWER: enable cpuidle for POWER
` [v7 PATCH 5/7]: pSeries/cpuidle: remove dedicate/shared idle loops, which will be moved to arch/powerpc/platforms/pseries/processor_idle.c
` [v7 PATCH 6/7]: POWER: add a default_idle idle loop for POWER
` [v7 PATCH 7/7]: pSeries: implement pSeries processor idle module
Trouble with canyonlands and PCI-E LSI SAS Controller
2009-10-07 17:30 UTC
[PATCH] powerpc/boot/dts: drop obsolete 'fsl5200-clocking'
2009-10-07 13:50 UTC (4+ messages)
[PATCH 10/16] percpu: make percpu symbols in powerpc unique
2009-10-07 11:01 UTC
[PATCH] pasemi_mac: ethtool get settings fix
2009-10-07 10:43 UTC (6+ messages)
` [PATCH] pasemi_mac: ethtool set settings support
[PATCH 0/6] PowerPc 8xx TLB/MMU fixes
2009-10-07 7:47 UTC (32+ messages)
` [PATCH 1/6] 8xx: DTLB Error must check for more errors
` [PATCH 2/6] 8xx, fault: Add some debug code to do_page_fault()
` [PATCH 3/6] 8xx: get rid of _PAGE_HWWRITE dependency in MMU
[PATCH] [V2] USB: Add support for Xilinx USB host controller
2009-10-06 17:29 UTC (2+ messages)
can't access memory above 496M
2009-10-06 15:43 UTC
[PATCH] powerpc: pasemi_defconfig update
2009-10-06 15:52 UTC
[PATCH] powerpc: tracing: Add powerpc tracepoints for interrupt entry and exit
2009-10-06 13:38 UTC (4+ messages)
[PATCH 1/4] powerpc/fsl: 85xx: document cache-sram size as a kernel parametric option
2009-10-06 9:06 UTC (8+ messages)
` [PATCH 2/4] powerpc/fsl: 85xx: document cache-sram
` [PATCH 3/4] powerpc/fsl: 85xx: add mbar()
` [PATCH 4/4] powerpc/fsl: 85xx: add cache-sram support
` XILINX memory layout <-> physical memory
XILINX memory layout <-> physical memory
2009-10-06 9:29 UTC
[PATCH v2 1/3] powerpc/fsl: 85xx: document cache-sram size as a kernel parametric option
2009-10-06 6:49 UTC (3+ messages)
` [PATCH v2 2/3] powerpc/fsl: 85xx: document cache-sram
` [PATCH v2 3/3] powerpc/fsl: 85xx: add cache-sram support
[PATCH] powerpc/iseries: remove compiler version dependent hack
2009-10-06 6:46 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).