summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] PM: Add pm_trace switchRafael J. Wysocki2006-09-261-0/+30
* [PATCH] PM: make it possible to disable console suspendingRafael J. Wysocki2006-09-262-0/+14
* [PATCH] swsusp: Use memory bitmaps during resumeRafael J. Wysocki2006-09-264-246/+186Star
* [PATCH] swsusp: Introduce memory bitmapsRafael J. Wysocki2006-09-263-70/+540
* [PATCH] swsusp: Introduce some helpful constantsRafael J. Wysocki2006-09-261-9/+15
* [PATCH] Change the name of pagedir_nosaveRafael J. Wysocki2006-09-262-14/+14
* [PATCH] swsusp: Fix alloc_pagedirRafael J. Wysocki2006-09-261-15/+17
* [PATCH] swsusp: Reorder memory-allocating functionsRafael J. Wysocki2006-09-261-40/+53
* [PATCH] swsusp: Fix mark_free_pagesRafael J. Wysocki2006-09-261-14/+13Star
* [PATCH] Disable CPU hotplug during suspendRafael J. Wysocki2006-09-266-96/+137
* [PATCH] swsusp: struct snapshot_handle cleanupRafael J. Wysocki2006-09-262-28/+76
* [PATCH] swsusp: clean up browsing of pfnsRafael J. Wysocki2006-09-261-30/+32
* [PATCH] swsusp: read speedupAndrew Morton2006-09-263-71/+79
* [PATCH] swsusp: add read-speed instrumentationAndrew Morton2006-09-261-0/+5
* [PATCH] swsusp: write speedupAndrew Morton2006-09-261-18/+75
* [PATCH] swsusp: add write-speed instrumentationAndrew Morton2006-09-261-3/+29
* [PATCH] FRV: permit __do_IRQ() to be dispensed withDavid Howells2006-09-261-0/+2
* [PATCH] selinux: rename selinux_ctxid_to_stringStephen Smalley2006-09-263-10/+10
* [PATCH] selinux: eliminate selinux_task_ctxidStephen Smalley2006-09-261-1/+1
* [PATCH] NUMA: Add zone_to_nid functionChristoph Lameter2006-09-261-2/+2
* [PATCH] zone_reclaim: dynamic slab reclaimChristoph Lameter2006-09-261-0/+11
* [PATCH] Profiling: require buffer allocation on the correct nodeChristoph Lameter2006-09-261-4/+12
* [PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset...Christoph Lameter2006-09-261-1/+1
* [PATCH] Fix longstanding load balancing bug in the schedulerChristoph Lameter2006-09-261-8/+46
* [PATCH] load_module: no BUG if module_subsys uninitializedEd Swierk2006-09-261-0/+6
* [NETLINK]: Extend netlink messaging interfaceThomas Graf2006-09-221-1/+1
* [PATCH] genirq core: fix handle_level_irq()Ingo Molnar2006-09-191-3/+3
* [PATCH] bug fix in kernel/kmod.cKenneth Lee2006-09-161-2/+3
* [PATCH] genirq: fix typo in IRQ resendImre Deak2006-09-161-2/+1Star
* [PATCH] rcu_do_batch: make ->qlen decrement irq safeOleg Nesterov2006-09-131-1/+5
* [PATCH] lockdep: double the number of stack-trace entriesIngo Molnar2006-09-131-1/+1
* [PATCH] audit: AUDIT_PERM supportAl Viro2006-09-113-0/+69
* [PATCH] update audit rule change messagesAmy Griffis2006-09-111-5/+14
* [PATCH] sanity check audit_bufferAmy Griffis2006-09-111-0/+6
* [PATCH] fix ppid bug in 2.6.18 kernelSteve Grubb2006-09-111-0/+1
* [PATCH] Use the correct restart option for futex_lock_piThomas Gleixner2006-09-081-73/+11Star
* [PATCH] lockdep: do not touch console state when tainting the kernelIngo Molnar2006-09-061-1/+1
* [PATCH] prevent swsusp with PAEPavel Machek2006-09-061-1/+5
* [PATCH] lockdep ifdef fixJarek Poplawski2006-09-061-1/+1
* [PATCH] eligible_child: remove an obsolete ->tgid checkOleg Nesterov2006-09-021-1/+1
* [PATCH] kerneldoc for handle_bad_irq()Henrik Kretzschmar2006-09-011-0/+5
* [PATCH] task delay accounting fixesShailabh Nagar2006-09-013-19/+4Star
* [PATCH] cpuset: oom panic fixNick Piggin2006-08-271-1/+1
* [PATCH] cpuset: top_cpuset tracks hotplug changes to cpu_online_mapPaul Jackson2006-08-271-0/+33
* [PATCH] Remove redundant up() in stop_machine()Yingchao Zhou2006-08-271-1/+0Star
* [PATCH] futex_find_get_task(): remove an obscure EXIT_ZOMBIE checkOleg Nesterov2006-08-271-1/+1
* [PATCH] revert "Drop tasklist lock in do_sched_setscheduler"Oleg Nesterov2006-08-271-3/+1Star
* [PATCH] workqueue: remove lock_cpu_hotplug()Andrew Morton2006-08-141-12/+21
* [PATCH] futex_handle_fault always failsjohn stultz2006-08-141-6/+10
* [PATCH] sys_getppid oopses on debug kernelKirill Korotaev2006-08-141-34/+7Star