aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-08cpusets: allow empty {cpus,mems}_allowed to be set for unpopulated cpusetDavid Rientjes1-8/+30
2007-05-08lockdep: removed unused ip argument in mark_lock & mark_held_locksJarek Poplawski1-23/+15
2007-05-08The scheduled -EINVAL for invalid timevals in setitimerAdrian Bunk1-56/+3
2007-05-08CPU time limit patch / setrlimit(RLIMIT_CPU, 0) cheat fixTom Alsberg1-9/+10
2007-05-08Introduce a handy list_first_entry macroPavel Emelianov2-9/+9
2007-05-08lockdep: lookup_chain_cache comment errataJarek Poplawski1-2/+3
2007-05-08highres/dyntick: prevent xtime lock contentionThomas Gleixner3-3/+48
2007-05-08kallsyms: cleanup: use seq_release_private() where appropriateMartin Peschke1-8/+1
2007-05-08audit: add spaces on either side of case "..." operator.Robert P. J. Day1-4/+4
2007-05-08Pad irq_desc to internode cacheline sizeRavikiran G Thirumalai1-1/+1
2007-05-08Lockdep treats down_write_trylock like regular down_writePavel Emelianov1-1/+1
2007-05-08kernel/params.c: fix lying comment for param_array()Bert Wesarg1-1/+1
2007-05-08Fix race between cat /proc/slab_allocators and rmmodAlexey Dobriyan2-0/+46
2007-05-08Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan4-13/+48
2007-05-08Simplify kallsyms_lookup()Alexey Dobriyan6-16/+13
2007-05-08Fix race between rmmod and cat /proc/kallsymsAlexey Dobriyan2-20/+22
2007-05-08Simplify module_get_kallsym() by dropping length argAlexey Dobriyan2-3/+4
2007-05-08Fix kevent's childs priority greedinessJan Engelhardt1-0/+6
2007-05-08kdump/kexec: calculate note size at compile timeSimon Horman1-2/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap13-13/+0
2007-05-08add touch_all_softlockup_watchdogs()Jeremy Fitzhardinge2-2/+15
2007-05-08Ignore stolen time in the softlockup watchdogJeremy Fitzhardinge1-6/+29
2007-05-08Move timekeeping code to timekeeping.cjohn stultz3-459/+478
2007-05-08IRQ: check for PERCPU flag only when adding first irqactionAhmed S. Darwish1-4/+6
2007-05-08Add support for deferrable timersVenki Pallipadi1-8/+57
2007-05-08kernel/irq/proc.c: unprotected iteration over the IRQ action list in name_unique()Dmitry Adamushko1-4/+11
2007-05-08Fix race between attach_task and cpuset_exitSrivatsa Vaddagiri1-4/+2
2007-05-08move die notifier handling to common codeChristoph Hellwig3-2/+40
2007-05-08kprobes: fix sparse NULL warningRandy Dunlap1-1/+2
2007-05-08Fixes and cleanups for earlyprintk aka boot consoleGerd Hoffmann1-10/+16
2007-05-08futex: restartable futex_waitNick Piggin1-5/+51
2007-05-08futex: get_futex_key, get_key_refs and drop_key_refsRusty Russell1-36/+14
2007-05-08proc: maps protectionKees Cook1-0/+11
2007-05-08Optimize timespec_trunc()Eric Dumazet1-30/+30
2007-05-08rcutorture: Mark rcu_torture_init as __initJosh Triplett1-1/+1
2007-05-08Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty4-178/+98
2007-05-08Use stop_machine_run in the Intel RNG driverPrarit Bhargava1-3/+5
2007-05-08module: use kreallocPekka Enberg1-4/+4
2007-05-08softlockup: s/99/MAX_RT_PRIO/Oleg Nesterov1-1/+1
2007-05-08freezer: task->exit_state should be treated as boleanOleg Nesterov1-3/+2
2007-05-08simplify the stacktrace codeChristoph Hellwig1-2/+1
2007-05-07swsusp: free more memoryRafael J. Wysocki2-2/+12
2007-05-07swsusp: fix snapshot_releaseRafael J. Wysocki1-1/+0
2007-05-07kconfig: mention 'hibernation' not just swsuspDavid Brownell1-3/+8
2007-05-07power management: change /sys/power/disk displayJohannes Berg1-1/+28
2007-05-07remove software_suspend()Johannes Berg2-15/+8
2007-05-07swsusp: use rbtree for tracking allocated swapRafael J. Wysocki4-118/+86
2007-05-07swsusp: use GFP_KERNEL for creating basic data structuresRafael J. Wysocki4-20/+38
2007-05-07swsusp: fix error paths in snapshot_openRafael J. Wysocki1-4/+6
2007-05-07swsusp: do not use page flagsRafael J. Wysocki5-22/+259