summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/byteorder.h (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-20powerpc: Add PACA fields specific to 64-bit Book3E processorsBenjamin Herrenschmidt3-3/+37
2009-08-20powerpc: Add definitions used by exception handling on 64-bit Book3EBenjamin Herrenschmidt2-0/+220
2009-08-20powerpc: Add memory management headers for new 64-bit BookEBenjamin Herrenschmidt10-40/+205
2009-08-20powerpc: Add SPR definitions for new 64-bit BookEBenjamin Herrenschmidt2-10/+42
2009-08-20powerpc/mm: Rework & cleanup page table freeing code pathBenjamin Herrenschmidt6-46/+67
2009-08-20powerpc: Move definitions of secondary CPU spinloop to header fileBenjamin Herrenschmidt7-13/+9
2009-08-20powerpc: Clean ifdef usage in copy_thread()Benjamin Herrenschmidt1-0/+2
2009-08-20powerpc/mm: Call mmu_context_init() from ppc64Benjamin Herrenschmidt2-1/+10
2009-08-20powerpc/mm: Make low level TLB flush ops on BookE take additional argsBenjamin Herrenschmidt4-19/+56
2009-08-20powerpc: Modify some ppc_asm.h macros to accomodate 64-bits Book3EBenjamin Herrenschmidt1-4/+10
2009-08-20powerpc/mm: Add support for early ioremap on non-hash 64-bit processorsBenjamin Herrenschmidt1-5/+54
2009-08-20powerpc/mm: Add more bit definitions for Book3E MMU registersBenjamin Herrenschmidt1-49/+119
2009-08-20powerpc/mm: Add opcode definitions for tlbivax and tlbsrx.Benjamin Herrenschmidt1-0/+6
2009-08-20powerpc/mm: Add HW threads support to no_hash TLB managementBenjamin Herrenschmidt3-33/+86
2009-08-20powerpc/of: Remove useless register save/restore when calling OF backBenjamin Herrenschmidt1-32/+6
2009-08-20powerpc/mm: Fix misplaced #endif in pgtable-ppc64-64k.hBenjamin Herrenschmidt1-3/+1
2009-08-20powerpc: Add compat_sys_truncateBenjamin Herrenschmidt2-2/+14
2009-08-20powerpc: Update boot wrapper script with the new location of dtcLucian Adrian Grijincu1-1/+2
2009-08-20powerpc: Makefile simplification through use of cc-ifversionFrans Pop1-1/+1
2009-08-20powerpc: Change PACA from SPRG3 to SPRG1Benjamin Herrenschmidt1-5/+5
2009-08-20powerpc/pmac: Fix PowerSurge SMP IPI allocationBenjamin Herrenschmidt1-1/+1
2009-08-20powerpc/mm: Fix definitions of FORCE_MAX_ZONEORDER in KconfigBenjamin Herrenschmidt1-10/+10
2009-08-20powerpc/cell: Replace strncpy by strlcpyroel kluin1-2/+1
2009-08-20powerpc: Remove use of a second scratch SPRG in STAB codeBenjamin Herrenschmidt4-30/+55
2009-08-20powerpc: Use names rather than numbers for SPRGs (v2)Benjamin Herrenschmidt20-264/+356
2009-08-20powerpc: Rename exception.h to exception-64s.hBenjamin Herrenschmidt4-2/+3
2009-08-20powerpc: Preload application text segment instead of TASK_UNMAPPED_BASEAnton Blanchard1-9/+8
2009-08-20powerpc: Rearrange SLB preload codeAnton Blanchard1-13/+8
2009-08-20powerpc: Move 64bit VDSO to improve context switch performanceAnton Blanchard2-3/+7
2009-08-20powerpc: expose the multi-bit ops that underlie single-bit ops.Geoff Thorpe1-134/+62
2009-08-20powerpc/mpic: Fix MPIC_BROKEN_REGREAD on non broken MPICsMichael Ellerman1-5/+8
2009-08-20powerpc/amigaone: Convert amigaone_init() to a machine_device_initcall()Gerhard Pircher1-2/+4
2009-08-19mm: build_zonelists(): move clear node_load[] to __build_all_zonelists()Bo Liu1-1/+3
2009-08-19REPORTING-BUGS: add get_maintainer.pl blurbJoe Perches1-1/+4
2009-08-19nommu: check fd read permission in validate_mmap_request()Graff Yang1-0/+4
2009-08-19spi_s3c24xx: fix transfer setup codeBen Dooks1-0/+6
2009-08-19spi_s3c24xx: fix clock rate calculationBen Dooks1-10/+7
2009-08-19mmc: add the new linux-mmc mailing list to MAINTAINERSAndrew Morton1-0/+1
2009-08-19mm: revert "oom: move oom_adj value"KOSAKI Motohiro6-54/+48
2009-08-19vfs: make get_sb_pseudo set s_maxbytes to value that can be cast to signedJeff Layton1-1/+1
2009-08-19MAINTAINERS: OSD LIBRARY and FILESYSTEM pattern fixJoe Perches1-1/+1
2009-08-19security: Fix prompt for LSM_MMAP_MIN_ADDRAndreas Schwab1-1/+1
2009-08-19security: Make LSM_MMAP_MIN_ADDR default match its help text.Dave Jones1-1/+1
2009-08-18genirq: Wake up irq thread after action has been installedThomas Gleixner1-2/+8
2009-08-18net: restore gnet_stats_basic to previous definitionEric Dumazet13-23/+33
2009-08-18NETROM: Fix use of static bufferRalf Baechle1-9/+12
2009-08-18Fix new incorrect error return from do_md_stop.NeilBrown1-0/+1
2009-08-17inotify: start watch descriptor count at 1Eric Paris1-1/+1
2009-08-17inotify: tail drop inotify q_overflow eventsEric Paris1-0/+4
2009-08-17notify: unused event private raceEric Paris3-14/+13