| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete pcibios_select_root | Matthew Wilcox | 2009-06-17 | 1 | -13/+0 |
* | Merge branch 'akpm' | Linus Torvalds | 2009-06-16 | 5 | -26/+3 |
|\ |
|
| * | fbdev: move logo externs to header file | Geert Uytterhoeven | 2009-06-16 | 2 | -13/+1 |
| * | page allocator: do not check NUMA node ID when the caller knows the node is v... | Mel Gorman | 2009-06-16 | 1 | -2/+2 |
| * | mm: consolidate init_mm definition | Alexey Dobriyan | 2009-06-16 | 1 | -4/+0 |
| * | time: move PIT_TICK_RATE to linux/timex.h | Arnd Bergmann | 2009-06-16 | 1 | -7/+0 |
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2009-06-16 | 22 | -131/+250 |
|\ \ |
|
| * | | ps3: Replace direct file operations by callback | Geert Uytterhoeven | 2009-06-15 | 2 | -63/+82 |
| * | | ps3: Switch ps3_os_area_[gs]et_rtc_diff to EXPORT_SYMBOL_GPL() | Geert Uytterhoeven | 2009-06-15 | 1 | -2/+2 |
| * | | ps3: Correct debug message in dma_ioc0_map_pages() | Geert Uytterhoeven | 2009-06-15 | 1 | -3/+2 |
| * | | ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdata | Geert Uytterhoeven | 2009-06-15 | 1 | -2/+2 |
| * | | ps3: Use dev_[gs]et_drvdata() instead of direct access for system bus devices | Geert Uytterhoeven | 2009-06-15 | 1 | -2/+2 |
| * | | powerpc: Use generic atomic64_t implementation on 32-bit processors | Paul Mackerras | 2009-06-15 | 2 | -0/+4 |
| * | | powerpc: Add compiler memory barrier to mtmsr macro | Paul Mackerras | 2009-06-15 | 2 | -5/+4 |
| * | | powerpc/iseries: Mark signal_vsp_instruction() as maybe unused | Michael Ellerman | 2009-06-15 | 1 | -1/+2 |
| * | | powerpc/iseries: Fix unused function warning in iSeries DT code | Michael Ellerman | 2009-06-15 | 1 | -1/+2 |
| * | | powerpc: Only build prom_init.o when CONFIG_PPC_OF_BOOT_TRAMPOLINE=y | Michael Ellerman | 2009-06-15 | 1 | -0/+2 |
| * | | powerpc: Wire up sys_rt_tgsigqueueinfo | Stephen Rothwell | 2009-06-15 | 2 | -1/+3 |
| * | | powerpc/cell: Use driver_data acessors, not platform_data in Axon MSI | Michael Ellerman | 2009-06-15 | 1 | -2/+2 |
| * | | powerpc: Fix warning in setup_64.c when CONFIG_RELOCATABLE=y | Michael Ellerman | 2009-06-15 | 1 | -2/+2 |
| * | | ps3fb: Tear down FB setup during cleanup | Geert Uytterhoeven | 2009-06-15 | 1 | -0/+8 |
| * | | ps3fb/vram: Extract common GPU stuff into <asm/ps3gpu.h> | Geert Uytterhoeven | 2009-06-15 | 3 | -3/+79 |
| * | | powerpc/cell: Extract duplicated IOPTE_* to <asm/iommu.h> | Geert Uytterhoeven | 2009-06-15 | 5 | -40/+39 |
| * | | powerpc: Don't do generic calibrate_delay() | Benjamin Herrenschmidt | 2009-06-15 | 2 | -4/+10 |
| * | | powerpc/install: Bail with error code on error in install script | Grant Likely | 2009-06-15 | 1 | -0/+3 |
| * | | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 2009-06-15 | 12 | -24/+36 |
| |\ \ |
|
* | \ \ | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2009-06-16 | 1 | -1/+1 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | i2c/chips: Move max6875 to drivers/misc/eeprom | Wolfram Sang | 2009-06-15 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2009-06-15 | 3 | -33/+10 |
|\ \ \ |
|
| * \ \ | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2009-06-15 | 54 | -422/+5481 |
| |\ \ \
| | |/ / |
|
| * | | | net/ucc_geth: Add SGMII support for UEC GETH driver | Haiying Wang | 2009-06-03 | 1 | -0/+2 |
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-05-18 | 143 | -18239/+4793 |
| |\ \ \ |
|
| * | | | | powerpc/82xx: Rework Embedded Planet ep8248e platform to use of_mdio | Grant Likely | 2009-04-27 | 1 | -6/+3 |
| * | | | | net: Rework pasemi_mac driver to use of_mdio infrastructure | Grant Likely | 2009-04-27 | 1 | -27/+5 |
* | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2009-06-15 | 177 | -2198/+5861 |
|\ \ \ \ \
| |_|_|/ /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 2009-06-12 | 25 | -93/+4895 |
| |\ \ \ |
|
| * | | | | powerpc: Fix bug in move of altivec code to vector.S | Benjamin Herrenschmidt | 2009-06-12 | 1 | -2/+4 |
| * | | | | Merge commit 'jwb/next' into next | Benjamin Herrenschmidt | 2009-06-12 | 22 | -220/+234 |
| |\ \ \ \ |
|
| | * | | | | powerpc/40x: Convert AMCC Kilauea/Halekala boards to ppc40x_simple | Josh Boyer | 2009-06-04 | 5 | -82/+61 |
| | * | | | | powerpc/40x: Convert AMCC Makalu board to ppc40x_simple | Josh Boyer | 2009-06-04 | 5 | -83/+61 |
| | * | | | | powerpc/4xx: Sequoia: Enable NAND support | Stefan Roese | 2009-06-04 | 2 | -37/+94 |
| | * | | | | powerpc/4xx: Disable PCI_LEGACY | Josh Boyer | 2009-06-03 | 16 | -18/+18 |
| * | | | | | powerpc: Add support for swiotlb on 32-bit | Becky Bruce | 2009-06-09 | 8 | -2/+226 |
| * | | | | | powerpc/spufs: Remove unused error path | Stephen Rothwell | 2009-06-09 | 1 | -2/+0 |
| * | | | | | powerpc: Fix warning when printing a resource_size_t | Stephen Rothwell | 2009-06-09 | 1 | -1/+1 |
| * | | | | | powerpc/xmon: Remove unused variable in xmon.c | Stephen Rothwell | 2009-06-09 | 1 | -1/+1 |
| * | | | | | powerpc/pseries: Fix warnings when printing resource_size_t | Stephen Rothwell | 2009-06-09 | 1 | -2/+2 |
| * | | | | | powerpc: Shield code specific to 64-bit server processors | Benjamin Herrenschmidt | 2009-06-09 | 10 | -8/+32 |
| * | | | | | powerpc: Separate PACA fields for server CPUs | Benjamin Herrenschmidt | 2009-06-09 | 3 | -19/+39 |
| * | | | | | powerpc: Split exception handling out of head_64.S | Benjamin Herrenschmidt | 2009-06-09 | 2 | -960/+995 |