aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-s390 (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-17fs/reiserfs/: cleanupsAdrian Bunk4-67/+4
2007-10-17writeback: don't propagate AOP_WRITEPAGE_ACTIVATEAndrew Morton1-1/+3
2007-10-17mm: document tree_lock->zone.lock lockorderNick Piggin2-0/+2
2007-10-17mm: test and set zone reclaim lock before starting reclaimDavid Rientjes2-10/+21
2007-10-17oom: convert zone_scan_lock from mutex to spinlockDavid Rientjes1-5/+5
2007-10-17oom: add header file to Kbuild as unifdefDavid Rientjes1-0/+1
2007-10-17oom: prevent including sched.h in header fileDavid Rientjes1-2/+5
2007-10-17oom: do not take callback_mutexDavid Rientjes1-3/+0
2007-10-17oom: compare cpuset mems_allowed instead of exclusive ancestorsDavid Rientjes3-35/+16
2007-10-17oom: suppress extraneous stack and memory dumpDavid Rientjes1-13/+14
2007-10-17oom: add oom_kill_allocating_task sysctlDavid Rientjes3-5/+39
2007-10-17oom: serialize out of memory callsDavid Rientjes1-2/+12