summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-05-08add touch_all_softlockup_watchdogs()Jeremy Fitzhardinge
2007-05-08Ignore stolen time in the softlockup watchdogJeremy Fitzhardinge
2007-05-08Move timekeeping code to timekeeping.cjohn stultz
2007-05-08IRQ: check for PERCPU flag only when adding first irqactionAhmed S. Darwish
2007-05-08Add support for deferrable timersVenki Pallipadi
2007-05-08kernel/irq/proc.c: unprotected iteration over the IRQ action list in name_uni...Dmitry Adamushko
2007-05-08Fix race between attach_task and cpuset_exitSrivatsa Vaddagiri
2007-05-08move die notifier handling to common codeChristoph Hellwig
2007-05-08kprobes: fix sparse NULL warningRandy Dunlap
2007-05-08Fixes and cleanups for earlyprintk aka boot consoleGerd Hoffmann
2007-05-08futex: restartable futex_waitNick Piggin
2007-05-08futex: get_futex_key, get_key_refs and drop_key_refsRusty Russell
2007-05-08proc: maps protectionKees Cook
2007-05-08Optimize timespec_trunc()Eric Dumazet
2007-05-08rcutorture: Mark rcu_torture_init as __initJosh Triplett
2007-05-08Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty
2007-05-08Use stop_machine_run in the Intel RNG driverPrarit Bhargava
2007-05-08module: use kreallocPekka Enberg
2007-05-08softlockup: s/99/MAX_RT_PRIO/Oleg Nesterov
2007-05-08freezer: task->exit_state should be treated as boleanOleg Nesterov
2007-05-08simplify the stacktrace codeChristoph Hellwig
2007-05-07swsusp: free more memoryRafael J. Wysocki
2007-05-07swsusp: fix snapshot_releaseRafael J. Wysocki
2007-05-07kconfig: mention 'hibernation' not just swsuspDavid Brownell
2007-05-07power management: change /sys/power/disk displayJohannes Berg
2007-05-07remove software_suspend()Johannes Berg
2007-05-07swsusp: use rbtree for tracking allocated swapRafael J. Wysocki
2007-05-07swsusp: use GFP_KERNEL for creating basic data structuresRafael J. Wysocki
2007-05-07swsusp: fix error paths in snapshot_openRafael J. Wysocki
2007-05-07swsusp: do not use page flagsRafael J. Wysocki
2007-05-07swsusp: use inline functions for changing page flagsRafael J. Wysocki
2007-05-07fix refrigerator() vs thaw_process() raceOleg Nesterov
2007-05-07Return EPERM not ECHILD on security_task_wait failureRoland McGrath
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter
2007-05-07KMEM_CACHE(): simplify slab cache creationChristoph Lameter
2007-05-07cpusets: allow TIF_MEMDIE threads to allocate anywhereDavid Rientjes
2007-05-07Safer nr_node_ids and nr_node_ids determination and initial valuesChristoph Lameter
2007-05-05Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds
2007-05-04Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2007-05-02MSI: arch must connect the irq and the msi_descMichael Ellerman
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman
2007-05-02[PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destructionJeremy Fitzhardinge
2007-05-02[PATCH] x86: Allow percpu variables to be page-alignedJeremy Fitzhardinge
2007-05-02[PATCH] x86-64: Account for module percpu space separately from kernel percpuJeremy Fitzhardinge
2007-05-02[PATCH] x86-64: do not use virt_to_page on kernel data addressVivek Goyal
2007-05-02[PATCH] x86: Move swsusp __pa() dependent code to arch portionVivek Goyal
2007-04-30power management: force pm_ops.valid callback to be assignedJohannes Berg
2007-04-30power management: implement pm_ops.valid for everybodyJohannes Berg
2007-04-30power management: remove firmware disk modeJohannes Berg