aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-05timerfd: new timerfd APIDavide Libenzi3-11/+14
2008-02-05exec: rework the group exit and fix the race with killOleg Nesterov2-3/+4
2008-02-05remove handle_group_stop() in favor of do_signal_stop()Oleg Nesterov1-38/+5
2008-02-05__group_complete_signal(): fix coredump with group stop raceOleg Nesterov1-30/+0
2008-02-05clone: prepare to recycle CLONE_STOPPEDAndrew Morton1-0/+17
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2-3/+1
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-49/+0
2008-02-04vm audit: add VM_DONTEXPAND to mmap for drivers that need itNick Piggin1-0/+1
2008-02-03kernel/: Spelling fixesJoe Perches1-1/+1
2008-02-03Remove one useless extern declarationPierre Peiffer1-2/+0
2008-02-03Move Kconfig.instrumentation to arch/Kconfig and init/KconfigMathieu Desnoyers1-55/+0
2008-02-03Add HAVE_KPROBESMathieu Desnoyers1-1/+4
2008-02-03Add HAVE_OPROFILEMathieu Desnoyers1-1/+4
2008-02-03Fix ARM to play nicely with generic Instrumentation menuMathieu Desnoyers1-1/+1
2008-02-02kobject: Always build in kernel/ksysfs.o.Paul Mundt1-2/+1
2008-02-02Merge branch 'suspend' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds8-245/+506
2008-02-02debug: softlockup looping fixPeter Zijlstra1-10/+20
2008-02-01Hibernation: Invoke suspend notifications after console switchRafael J. Wysocki1-10/+7
2008-02-01Suspend: Invoke suspend notifications after console switchJohannes Berg1-4/+4
2008-02-01Suspend: Add config option to disable the freezer if architecture wants thatJohannes Berg3-3/+36
2008-02-01Hibernation: Introduce begin() and end() callbacksRafael J. Wysocki1-9/+24
2008-02-01Suspend: Introduce begin() and end() callbacksRafael J. Wysocki1-3/+6
2008-02-01suspend: fix ia64 allmodconfig buildRafael J. Wysocki1-5/+2
2008-02-01Suspend: Clean up Kconfig (V2)Johannes Berg1-18/+3
2008-02-01Hibernation: Clean up Kconfig (V2)Johannes Berg1-15/+3
2008-02-01Hibernation: Update messagesRafael J. Wysocki4-40/+47
2008-02-01Suspend: Use common prefix in messagesRafael J. Wysocki1-3/+3
2008-02-01Hibernation: Remove unnecessary variable declarationRafael J. Wysocki1-2/+0
2008-02-01Hibernation: Fix comment in disk.cRafael J. Wysocki1-2/+2
2008-02-01Suspend: Fix comment in main.cRafael J. Wysocki1-2/+2
2008-02-01Hibernation: Move low level resume to disk.cRafael J. Wysocki3-37/+48
2008-02-01Suspend: Fix compilation warning for CONFIG_SUSPEND unsetRafael J. Wysocki1-0/+2
2008-02-01PM: Convert PM notifiers to out-of-line codeAlan Stern2-10/+30
2008-02-01PM: Make PM_TRACE more architecture independentJohannes Berg1-1/+22
2008-02-01Hibernation: New testing facility (rev. 2)Rafael J. Wysocki2-15/+57
2008-02-01suspend: build fix responding to 2.6.25 kset changeRafael J. Wysocki1-2/+5
2008-02-01Suspend: Testing facility (rev. 2)Rafael J. Wysocki2-9/+117
2008-02-01Hibernation: Add PM_RESTORE_PREPARE and PM_POST_RESTORE notifiers (rev. 2)Alan Stern2-12/+24
2008-02-01Hibernation: Move function prototypes to headerAdrian Bunk3-9/+8
2008-02-01Hibernation: Introduce exportable suspend ioctls header (rev. 2)Rafael J. Wysocki1-28/+1
2008-02-01Hibernation: Correct definitions of some ioctls (rev. 2)Rafael J. Wysocki2-7/+21
2008-02-01Hibernation: Mark SNAPSHOT_SET_SWAP_FILE ioctl as deprecated (rev. 2)Rafael J. Wysocki2-5/+5
2008-02-01Hibernation: Rework platform support ioctls (rev. 2)Rafael J. Wysocki2-16/+32
2008-02-01Hibernation: Introduce SNAPSHOT_GET_IMAGE_SIZE ioctlRafael J. Wysocki3-6/+23
2008-02-02Merge branch 'audit.b46' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds4-381/+467
2008-02-01[AUDIT] ratelimit printk messages auditEric Paris1-9/+18
2008-02-01[patch 2/2] audit: complement va_copy with va_end()Richard Knutsson1-0/+1
2008-02-01[patch 1/2] kernel/audit.c: warning fixAndrew Morton1-1/+1
2008-02-01[AUDIT] create context if auditing was ever enabledEric Paris2-4/+15
2008-02-01[AUDIT] clean up audit_receive_msg()Eric Paris1-103/+66