summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] kernel/params: driver layer error checkingRandy Dunlap2006-09-291-2/+11
* [PATCH] remove generic__raw_read_trylock()Matthew Wilcox2006-09-291-11/+0Star
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-09-281-0/+4
|\
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/tmlind/linux-omap-upstream ...Russell King2006-09-271-1/+1
| |\
| * | [ARM] Fix kernel/fork.c for lockdep on ARMRussell King2006-09-201-0/+4
* | | [PATCH] pid: remove temporary debug code in attach_pidEric W. Biederman2006-09-271-3/+0Star
* | | [PATCH] pid: Implement transfer_pid and use it to simplify de_threadEric W. Biederman2006-09-271-0/+9
* | | [PATCH] sysctl: Allow /proc/sys without sys_sysctlEric W. Biederman2006-09-271-75/+38Star
* | | [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-1/+0Star
* | | [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2006-09-271-1/+1
* | | [PATCH] NOMMU: move the fallback arch_vma_name() to a sensible placeDavid Howells2006-09-271-0/+5
* | | [PATCH] NOMMU: Check that access_process_vm() has a valid targetDavid Howells2006-09-271-54/+0Star
* | | Resources: insert identical resources above existing resourcesMatthew Wilcox2006-09-271-16/+16
* | | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2006-09-267-11/+110
|\ \ \
| * | | [PATCH] i386/x86-64: Work around gcc bug with noreturn functions in unwinderJan Beulich2006-09-261-7/+28
| * | | [PATCH] Add the __stack_chk_fail() functionArjan van de Ven2006-09-261-0/+12
| * | | [PATCH] Add the canary field to the PDA area and the task structArjan van de Ven2006-09-261-0/+5
| * | | [PATCH] Avoid recursion in lockdep when stack tracer takes locksAndi Kleen2006-09-261-0/+4
| * | | [PATCH] x86: Some preparationary cleanup for stack traceAndi Kleen2006-09-261-1/+4
| * | | [PATCH] i386: Account spinlocks to the caller during profiling for !FP kernelsAndi Kleen2006-09-261-0/+5
| * | | [PATCH] x86: Add portable getcpu callAndi Kleen2006-09-261-0/+31
| * | | [PATCH] x86: Allow users to force a panic on NMIDon Zickus2006-09-262-0/+9
| * | | [PATCH] x86: Add abilty to enable/disable nmi watchdog with sysctlDon Zickus2006-09-261-0/+11
| * | | [PATCH] i386/x86-64: Remove un/set_nmi_callback and reserve/release_lapic_nmi...Don Zickus2006-09-261-3/+1Star
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-09-264-4/+22
|\ \ \ \
| * | | | PM: no suspend_prepare() phaseDavid Brownell2006-09-261-4/+0Star
| * | | | PM: add kconfig option for deprecated .../power/state filesDavid Brownell2006-09-261-0/+11
| * | | | PM: issue PM_EVENT_PRETHAWDavid Brownell2006-09-263-4/+11
| * | | | Suspend infrastructure cleanup and extensionLinus Torvalds2006-09-261-0/+4
| |/ / /
* | | | [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