You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dave Hansen
22a9835c35
[PATCH] unify PFN_* macros
...
Just about every architecture defines some macros to do operations on pfns.
They're all virtually identical. This patch consolidates all of them.
One minor glitch is that at least i386 uses them in a very skeletal header
file. To keep away from #include dependency hell, I stuck the new
definitions in a new, isolated header.
Of all of the implementations, sh64 is the only one that varied by a bit.
It used some masks to ensure that any sign-extension got ripped away before
the arithmetic is done. This has been posted to that sh64 maintainers and
the development list.
Compiles on x86, x86_64, ia64 and ppc64.
Signed-off-by: Dave Hansen <haveblue@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
19 years ago
..
m32104ut
[PATCH] m32r: Support M32104UT target platform
19 years ago
m32700ut
…
mappi2
…
mappi3
[PATCH] m32r: M3A-2170(Mappi-III) IDE support
19 years ago
opsput
…
a.out.h
…
addrspace.h
…
assembler.h
[PATCH] m32r: Support M32104UT target platform
19 years ago
atomic.h
[PATCH] mutex subsystem, add atomic_xchg() to all arches
19 years ago
auxvec.h
[PATCH] auxiliary vector cleanups
20 years ago
bitops.h
[PATCH] bitops: m32r: use generic bitops
19 years ago
bug.h
…
bugs.h
…
byteorder.h
…
cache.h
[PATCH] Kill L1_CACHE_SHIFT_MAX
19 years ago
cachectl.h
…
cacheflush.h
[PATCH] m32r: Support M32104UT target platform
19 years ago
checksum.h
[NET]: Fix ipl=>ihl typo in ip_fast_csum
20 years ago
cputime.h
…
current.h
…
delay.h
…
div64.h
[PATCH] m32r: Use asm-generic/div64.h
20 years ago
dma-mapping.h
[PATCH] gfp_t: dma-mapping (simple cases)
20 years ago
dma.h
…
elf.h
…
emergency-restart.h
[PATCH] Add emergency_restart()
20 years ago
errno.h
…
fcntl.h
[PATCH] Clean up struct flock64 definitions
20 years ago
flat.h
…
futex.h
[PATCH] consolidate asm/futex.h
19 years ago
hardirq.h
…
hw_irq.h
…
ide.h
[PATCH] m32r: M3A-2170(Mappi-III) IDE support
19 years ago
io.h
[PATCH] m32r: missing __iomem in ioremap() declaration
20 years ago
ioctl.h
[PATCH] Generic ioctl.h
19 years ago
ioctls.h
…
ipc.h
…
ipcbuf.h
…
irq.h
[PATCH] m32r: Support M32104UT target platform
19 years ago
kmap_types.h
…
linkage.h
…
local.h
…
m32r.h
[PATCH] m32r: Update _port2addr to use NONCACHE_OFFSET
19 years ago
m32r_mp_fpga.h
…
m32102.h
[PATCH] m32r: Remove unnecessary icu_data_t definitions
19 years ago
mc146818rtc.h
…
mman.h
[PATCH] add asm-generic/mman.h
19 years ago
mmu.h
…
mmu_context.h
…
mmzone.h
[PATCH] unify pfn_to_page: m32r pfn_to_page
19 years ago
module.h
…
msgbuf.h
…
mutex.h
[PATCH] mutex subsystem, add default include/asm-*/mutex.h files
19 years ago
namei.h
…
numnodes.h
…
page.h
[PATCH] unify pfn_to_page: m32r pfn_to_page
19 years ago
param.h
…
pci.h
…
percpu.h
…
pgalloc.h
…
pgtable-2level.h
…
pgtable.h
[PATCH] fix remaining missing includes
19 years ago
poll.h
[PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notifications
19 years ago
posix_types.h
…
processor.h
…
ptrace.h
[PATCH] m32r: task_pt_regs(), task_stack_page(), task_thread_info()
19 years ago
resource.h
…
rtc.h
…
s1d13806.h
[PATCH] m32r: framebuffer device support
20 years ago
scatterlist.h
…
sections.h
…
segment.h
…
semaphore.h
[PATCH] semaphore: Remove __MUTEX_INITIALIZER()
20 years ago
sembuf.h
…
serial.h
…
setup.h
[PATCH] unify PFN_* macros
19 years ago
shmbuf.h
…
shmparam.h
…
sigcontext.h
…
siginfo.h
…
signal.h
…
smp.h
[PATCH] m32r smp.h gcc4 fixes
20 years ago
socket.h
[NET]: Introduce SO_{SND,RCV}BUFFORCE socket options
20 years ago
sockios.h
…
spinlock.h
[PATCH] spinlock consolidation
20 years ago
spinlock_types.h
[PATCH] spinlock consolidation
20 years ago
stat.h
…
statfs.h
…
string.h
…
syscall.h
…
system.h
[PATCH] m32r: __cmpxchg_u32 fix
19 years ago
termbits.h
…
termios.h
…
thread_info.h
[PATCH] death of get_thread_info/put_thread_info
19 years ago
timex.h
…
tlb.h
…
tlbflush.h
…
topology.h
[PATCH] m32r: build fix for asm-m32r/topology.h
20 years ago
types.h
[PATCH] sab: consolidate kmem_bufctl_t
20 years ago
uaccess.h
[PATCH] m32r: fix and update for gcc-4.0
19 years ago
ucontext.h
…
unaligned.h
…
unistd.h
[PATCH] m32r: Update syscall macros for MMU-less targets
19 years ago
user.h
…
vga.h
…
xor.h
…