| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'suspend' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2008-02-02 | 8 | -245/+506 |
|\ |
|
| * | Hibernation: Invoke suspend notifications after console switch | Rafael J. Wysocki | 2008-02-01 | 1 | -10/+7 |
| * | Suspend: Invoke suspend notifications after console switch | Johannes Berg | 2008-02-01 | 1 | -4/+4 |
| * | Suspend: Add config option to disable the freezer if architecture wants that | Johannes Berg | 2008-02-01 | 3 | -3/+36 |
| * | Hibernation: Introduce begin() and end() callbacks | Rafael J. Wysocki | 2008-02-01 | 1 | -9/+24 |
| * | Suspend: Introduce begin() and end() callbacks | Rafael J. Wysocki | 2008-02-01 | 1 | -3/+6 |
| * | suspend: fix ia64 allmodconfig build | Rafael J. Wysocki | 2008-02-01 | 1 | -5/+2 |
| * | Suspend: Clean up Kconfig (V2) | Johannes Berg | 2008-02-01 | 1 | -18/+3 |
| * | Hibernation: Clean up Kconfig (V2) | Johannes Berg | 2008-02-01 | 1 | -15/+3 |
| * | Hibernation: Update messages | Rafael J. Wysocki | 2008-02-01 | 4 | -40/+47 |
| * | Suspend: Use common prefix in messages | Rafael J. Wysocki | 2008-02-01 | 1 | -3/+3 |
| * | Hibernation: Remove unnecessary variable declaration | Rafael J. Wysocki | 2008-02-01 | 1 | -2/+0 |
| * | Hibernation: Fix comment in disk.c | Rafael J. Wysocki | 2008-02-01 | 1 | -2/+2 |
| * | Suspend: Fix comment in main.c | Rafael J. Wysocki | 2008-02-01 | 1 | -2/+2 |
| * | Hibernation: Move low level resume to disk.c | Rafael J. Wysocki | 2008-02-01 | 3 | -37/+48 |
| * | Suspend: Fix compilation warning for CONFIG_SUSPEND unset | Rafael J. Wysocki | 2008-02-01 | 1 | -0/+2 |
| * | PM: Convert PM notifiers to out-of-line code | Alan Stern | 2008-02-01 | 2 | -10/+30 |
| * | PM: Make PM_TRACE more architecture independent | Johannes Berg | 2008-02-01 | 1 | -1/+22 |
| * | Hibernation: New testing facility (rev. 2) | Rafael J. Wysocki | 2008-02-01 | 2 | -15/+57 |
| * | suspend: build fix responding to 2.6.25 kset change | Rafael J. Wysocki | 2008-02-01 | 1 | -2/+5 |
| * | Suspend: Testing facility (rev. 2) | Rafael J. Wysocki | 2008-02-01 | 2 | -9/+117 |
| * | Hibernation: Add PM_RESTORE_PREPARE and PM_POST_RESTORE notifiers (rev. 2) | Alan Stern | 2008-02-01 | 2 | -12/+24 |
| * | Hibernation: Move function prototypes to header | Adrian Bunk | 2008-02-01 | 3 | -9/+8 |
| * | Hibernation: Introduce exportable suspend ioctls header (rev. 2) | Rafael J. Wysocki | 2008-02-01 | 1 | -28/+1 |
| * | Hibernation: Correct definitions of some ioctls (rev. 2) | Rafael J. Wysocki | 2008-02-01 | 2 | -7/+21 |
| * | Hibernation: Mark SNAPSHOT_SET_SWAP_FILE ioctl as deprecated (rev. 2) | Rafael J. Wysocki | 2008-02-01 | 2 | -5/+5 |
| * | Hibernation: Rework platform support ioctls (rev. 2) | Rafael J. Wysocki | 2008-02-01 | 2 | -16/+32 |
| * | Hibernation: Introduce SNAPSHOT_GET_IMAGE_SIZE ioctl | Rafael J. Wysocki | 2008-02-01 | 3 | -6/+23 |
* | | debug: softlockup looping fix | Peter Zijlstra | 2008-02-02 | 1 | -10/+20 |
|/ |
|
* | Merge branch 'audit.b46' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2008-02-02 | 4 | -381/+467 |
|\ |
|
| * | [AUDIT] ratelimit printk messages audit | Eric Paris | 2008-02-01 | 1 | -9/+18 |
| * | [patch 2/2] audit: complement va_copy with va_end() | Richard Knutsson | 2008-02-01 | 1 | -0/+1 |
| * | [patch 1/2] kernel/audit.c: warning fix | Andrew Morton | 2008-02-01 | 1 | -1/+1 |
| * | [AUDIT] create context if auditing was ever enabled | Eric Paris | 2008-02-01 | 2 | -4/+15 |
| * | [AUDIT] clean up audit_receive_msg() | Eric Paris | 2008-02-01 | 1 | -103/+66 |
| * | [AUDIT] make audit=0 really stop audit messages | Eric Paris | 2008-02-01 | 2 | -152/+93 |
| * | [AUDIT] break large execve argument logging into smaller messages | Eric Paris | 2008-02-01 | 3 | -65/+188 |
| * | [AUDIT] include audit type in audit message when using printk | Eric Paris | 2008-02-01 | 1 | -1/+2 |
| * | [AUDIT] do not panic on exclude messages in audit_log_pid_context() | Eric Paris | 2008-02-01 | 1 | -1/+1 |
| * | [AUDIT] Add End of Event record | Eric Paris | 2008-02-01 | 1 | -0/+5 |
| * | [AUDIT] add session id to audit messages | Eric Paris | 2008-02-01 | 1 | -9/+27 |
| * | [AUDIT] collect uid, loginuid, and comm in OBJ_PID records | Eric Paris | 2008-02-01 | 1 | -5/+27 |
| * | [AUDIT] return EINTR not ERESTART* | Eric Paris | 2008-02-01 | 1 | -1/+18 |
| * | [PATCH] get rid of loginuid races | Al Viro | 2008-02-01 | 1 | -41/+15 |
| * | [PATCH] switch audit_get_loginuid() to task_struct * | Al Viro | 2008-02-01 | 1 | -2/+3 |
* | | futex: Add bitset conditional wait/wakeup functionality | Thomas Gleixner | 2008-02-01 | 2 | -8/+32 |
* | | futex: Remove warn on in return fixup path | Thomas Gleixner | 2008-02-01 | 1 | -3/+0 |
* | | tick-sched: add more debug information | Thomas Gleixner | 2008-02-01 | 2 | -0/+4 |
* | | timekeeping: update xtime_cache when time(zone) changes | Thomas Gleixner | 2008-02-01 | 2 | -2/+5 |
* | | hrtimer: fix hrtimer_init_sleeper() users | Peter Zijlstra | 2008-02-01 | 2 | -0/+4 |
|/ |
|