aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-07swsusp: use inline functions for changing page flagsRafael J. Wysocki1-23/+25
2007-05-07fix refrigerator() vs thaw_process() raceOleg Nesterov1-2/+4
2007-05-07Return EPERM not ECHILD on security_task_wait failureRoland McGrath1-2/+15
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-05-07KMEM_CACHE(): simplify slab cache creationChristoph Lameter4-16/+4
2007-05-07cpusets: allow TIF_MEMDIE threads to allocate anywhereDavid Rientjes1-2/+20
2007-05-07Safer nr_node_ids and nr_node_ids determination and initial valuesChristoph Lameter1-0/+8
2007-05-05Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds5-34/+36
2007-05-04Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds6-22/+26
2007-05-02MSI: arch must connect the irq and the msi_descMichael Ellerman1-0/+3
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman6-22/+26
2007-05-02[PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destructionJeremy Fitzhardinge1-0/+2
2007-05-02[PATCH] x86: Allow percpu variables to be page-alignedJeremy Fitzhardinge1-4/+4
2007-05-02[PATCH] x86-64: Account for module percpu space separately from kernel percpuJeremy Fitzhardinge1-1/+1
2007-05-02[PATCH] x86-64: do not use virt_to_page on kernel data addressVivek Goyal1-15/+27
2007-05-02[PATCH] x86: Move swsusp __pa() dependent code to arch portionVivek Goyal2-14/+2
2007-04-30power management: force pm_ops.valid callback to be assignedJohannes Berg1-2/+2
2007-04-30power management: implement pm_ops.valid for everybodyJohannes Berg1-0/+13
2007-04-30power management: remove firmware disk modeJohannes Berg1-16/+11