/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ELF_RANDOMIZE_H #define _ELF_RANDOMIZE_H struct mm_struct; #ifndef CONFIG_ARCH_HAS_ELF_RANDOMIZE static inline unsigned long arch_mmap_rnd(void) { return 0; } # if defined(arch_randomize_brk) && defined(CONFIG_COMPAT_BRK) # define compat_brk_randomized # endif # ifndef arch_randomize_brk # define arch_randomize_brk(mm) (mm->brk) # endif #else extern unsigned long arch_mmap_rnd(void); extern unsigned long arch_randomize_brk(struct mm_struct *mm); # ifdef CONFIG_COMPAT_BRK # define compat_brk_randomized # endif #endif #endif c='/cgit.png' alt='cgit logo'/> index : kernel
Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/drivers/net/vxge/vxge-config.c
AgeCommit message (Expand)Author
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-10-06vxge: Allow multiple functions with INTA.Sreenivasa Honnur
2009-10-06vxge: Check if FCS stripping is disabled by the firmware.Sreenivasa Honnur
2009-10-06vxge: Removed unused functions.Sreenivasa Honnur
2009-10-06vxge: Removed accessing non-supported registers.Sreenivasa Honnur
2009-10-06vxge: Modify __vxge_hw_device_is_privilaged() to not assume function-0 as the...Sreenivasa Honnur
2009-07-05vxge: Removed ioremap of unused bar addresses and their referencesSreenivasa Honnur
2009-06-17vxge: Enable SRIOV support in the driver.Sivakumar Subramani
2009-06-11vxge: No need for check vfree() pointer.Figo.zhang
2009-04-02Neterion: New driver: Hardware init & configurationRamkrishna Vepa