aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ipv6.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-17epca.c: reformat comments and coding style improvementsAlexey Dobriyan1-1409/+1202
2007-10-17core_pattern: fix up a few miscellaneous bugsNeil Horman1-2/+15
2007-10-17core_pattern: allow passing of arguments to user mode helper when core_pattern is a pipeNeil Horman1-3/+22
2007-10-17core_pattern: ignore RLIMIT_CORE if core_pattern is a pipeNeil Horman10-39/+39
2007-10-17argv_split: allow argv_split to handle NULL pointer in argcp parameter gracefullyNeil Horman1-1/+3
2007-10-17ufs: implement show_optionsEvgeniy Dushistov1-4/+39
2007-10-17Add in SunOS 4.1.x compatible mode for UFSMark Fortescue3-23/+123
2007-10-17remove unused bh in calls to ext234_get_group_descEric Sandeen4-37/+23
2007-10-17fs: remove the unused mempages parameterDenis Cheng4-8/+8
2007-10-17Fix CONFIG_DEBUG_SHIRQ trigger on free_irq()David Woodhouse1-16/+15
2007-10-17report the per-irq statistics on all archesRavikiran G Thirumalai1-3/+0
2007-10-17Remove "unsafe" from module structRusty Russell4-37/+9
2007-10-17ext4: show all mount optionsMiklos Szeredi2-0/+73
2007-10-17ext3: show all mount optionsMiklos Szeredi2-0/+71
2007-10-17ext2: show all mount optionsMiklos Szeredi2-2/+60
2007-10-17convert ill defined log2() to ilog2()Fengguang Wu4-18/+9
2007-10-17time: simplify smp_call_function_single() call sequenceAvi Kivity1-13/+4
2007-10-17Clean up duplicate includes in kernel/Jesper Juhl7-7/+0
2007-10-17Clean up duplicate includes in fs/ecryptfs/Jesper Juhl1-1/+0
2007-10-17Clean up duplicate includes in fs/Jesper Juhl2-2/+0
2007-10-17Clean up duplicate includes in drivers/w1/Jesper Juhl1-1/+0
2007-10-17Clean up duplicate includes in drivers/char/Jesper Juhl3-6/+0
2007-10-17Remove sysctl.h from fs.hAlexey Dobriyan1-2/+2
2007-10-17pcmcia: CompactFlash driver for PA Semi Electra boardsOlof Johansson4-0/+441
2007-10-17fs: use kmem_cache_zalloc insteadDenis Cheng1-2/+1
2007-10-17fs/proc/mmu.c: headers butcheryAlexey Dobriyan1-19/+2
2007-10-17do_poll: return -EINTR when signalledOleg Nesterov1-7/+7
2007-10-17do_sys_poll: simplify playing with on-stack dataOleg Nesterov1-56/+36
2007-10-17Remove unneeded lock_kernel() in driver/block/loop.cDiego Woitasen1-2/+0
2007-10-17KCONFIG: Make "Instrumentation support" non-EXPERIMENTALRobert P. J. Day6-6/+0
2007-10-17fs: mark nibblemap constPhilippe De Muyter5-5/+5
2007-10-17fs/romfs/inode.c: trivial improvementsWANG Cong1-2/+2
2007-10-17nbd: change a parameter's type to remove a memcpy callDenis Cheng1-5/+3
2007-10-17nbd: use list_for_each_entry_safe to make it more consolidated and readableDenis Cheng1-4/+2
2007-10-17kill DECLARE_MUTEX_LOCKEDChristoph Hellwig24-24/+3
2007-10-17unexport asm/shmparam.hOlaf Hering4-4/+2
2007-10-17Driver for the Atmel on-chip SSC on AT32AP and AT91Hans-Christian Egtvedt4-0/+499
2007-10-17Force erroneous inclusions of compiler-*.h files to be errorsRobert P. J. Day4-4/+12
2007-10-17zisofs use mutex instead of semaphoreDave Young1-20/+5
2007-10-17SLAB_PANIC more (proc, posix-timers, shmem)Alexey Dobriyan3-7/+4
2007-10-17softlockup: add a /proc tuning parameterRavikiran G Thirumalai4-9/+40
2007-10-17softlockup watchdog: style cleanupsIngo Molnar1-7/+7
2007-10-17softlockup: improve debug outputIngo Molnar1-7/+13
2007-10-17softlockup: make asm/irq_regs.h available on every platformIngo Molnar4-0/+4
2007-10-17fix the softlockup watchdog to actually workIngo Molnar1-3/+4
2007-10-17softlockup: use cpu_clock() instead of sched_clock()Ingo Molnar1-4/+6
2007-10-17Remove workaround for unimmunized rcu_dereference from mce_log()Paul E. McKenney1-3/+0
2007-10-17Immunize rcu_dereference() against crazy compiler writersPaul E. McKenney1-1/+13
2007-10-17Make unregister_binfmt() return voidAlexey Dobriyan3-4/+3
2007-10-17Use list_head in binfmt handlingAlexey Dobriyan4-33/+17