summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2008-02-042-3/+1
|\
| * kernel/: Spelling fixesJoe Perches2008-02-031-1/+1
| * Remove one useless extern declarationPierre Peiffer2008-02-031-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2008-02-041-49/+0
|\ \
| * | Move Kconfig.instrumentation to arch/Kconfig and init/KconfigMathieu Desnoyers2008-02-031-55/+0
| * | Add HAVE_KPROBESMathieu Desnoyers2008-02-031-1/+4
| * | Add HAVE_OPROFILEMathieu Desnoyers2008-02-031-1/+4
| * | Fix ARM to play nicely with generic Instrumentation menuMathieu Desnoyers2008-02-031-1/+1
| |/
* | vm audit: add VM_DONTEXPAND to mmap for drivers that need itNick Piggin2008-02-041-0/+1
* | kobject: Always build in kernel/ksysfs.o.Paul Mundt2008-02-021-2/+1
|/
* Merge branch 'suspend' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-02-028-245/+506
|\
| * Hibernation: Invoke suspend notifications after console switchRafael J. Wysocki2008-02-011-10/+7
| * Suspend: Invoke suspend notifications after console switchJohannes Berg2008-02-011-4/+4
| * Suspend: Add config option to disable the freezer if architecture wants thatJohannes Berg2008-02-013-3/+36
| * Hibernation: Introduce begin() and end() callbacksRafael J. Wysocki2008-02-011-9/+24
| * Suspend: Introduce begin() and end() callbacksRafael J. Wysocki2008-02-011-3/+6
| * suspend: fix ia64 allmodconfig buildRafael J. Wysocki2008-02-011-5/+2
| * Suspend: Clean up Kconfig (V2)Johannes Berg2008-02-011-18/+3
| * Hibernation: Clean up Kconfig (V2)Johannes Berg2008-02-011-15/+3
| * Hibernation: Update messagesRafael J. Wysocki2008-02-014-40/+47
| * Suspend: Use common prefix in messagesRafael J. Wysocki2008-02-011-3/+3
| * Hibernation: Remove unnecessary variable declarationRafael J. Wysocki2008-02-011-2/+0
| * Hibernation: Fix comment in disk.cRafael J. Wysocki2008-02-011-2/+2
| * Suspend: Fix comment in main.cRafael J. Wysocki2008-02-011-2/+2
| * Hibernation: Move low level resume to disk.cRafael J. Wysocki2008-02-013-37/+48
| * Suspend: Fix compilation warning for CONFIG_SUSPEND unsetRafael J. Wysocki2008-02-011-0/+2
| * PM: Convert PM notifiers to out-of-line codeAlan Stern2008-02-012-10/+30
| * PM: Make PM_TRACE more architecture independentJohannes Berg2008-02-011-1/+22
| * Hibernation: New testing facility (rev. 2)Rafael J. Wysocki2008-02-012-15/+57
| * suspend: build fix responding to 2.6.25 kset changeRafael J. Wysocki2008-02-011-2/+5
| * Suspend: Testing facility (rev. 2)Rafael J. Wysocki2008-02-012-9/+117
| * Hibernation: Add PM_RESTORE_PREPARE and PM_POST_RESTORE notifiers (rev. 2)Alan Stern2008-02-012-12/+24
| * Hibernation: Move function prototypes to headerAdrian Bunk2008-02-013-9/+8
| * Hibernation: Introduce exportable suspend ioctls header (rev. 2)Rafael J. Wysocki2008-02-011-28/+1
| * Hibernation: Correct definitions of some ioctls (rev. 2)Rafael J. Wysocki2008-02-012-7/+21
| * Hibernation: Mark SNAPSHOT_SET_SWAP_FILE ioctl as deprecated (rev. 2)Rafael J. Wysocki2008-02-012-5/+5
| * Hibernation: Rework platform support ioctls (rev. 2)Rafael J. Wysocki2008-02-012-16/+32
| * Hibernation: Introduce SNAPSHOT_GET_IMAGE_SIZE ioctlRafael J. Wysocki2008-02-013-6/+23
* | debug: softlockup looping fixPeter Zijlstra2008-02-021-10/+20
|/
* Merge branch 'audit.b46' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-02-024-381/+467
|\
| * [AUDIT] ratelimit printk messages auditEric Paris2008-02-011-9/+18
| * [patch 2/2] audit: complement va_copy with va_end()Richard Knutsson2008-02-011-0/+1
| * [patch 1/2] kernel/audit.c: warning fixAndrew Morton2008-02-011-1/+1
| * [AUDIT] create context if auditing was ever enabledEric Paris2008-02-012-4/+15
| * [AUDIT] clean up audit_receive_msg()Eric Paris2008-02-011-103/+66
| * [AUDIT] make audit=0 really stop audit messagesEric Paris2008-02-012-152/+93
| * [AUDIT] break large execve argument logging into smaller messagesEric Paris2008-02-013-65/+188
| * [AUDIT] include audit type in audit message when using printkEric Paris2008-02-011-1/+2
| * [AUDIT] do not panic on exclude messages in audit_log_pid_context()Eric Paris2008-02-011-1/+1
| * [AUDIT] Add End of Event recordEric Paris2008-02-011-0/+5