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