Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARM: 5696/1: Include device.h in VIC driver | Linus Walleij | 2009-09-15 | 1 | -0/+1 |
* | Merge branch 'for-linus3' of git://git.kernel.org/pub/scm/linux/kernel/git/jm... | Linus Torvalds | 2009-09-14 | 9 | -48/+118 |
|\ | |||||
| * | SELinux: inline selinux_is_enabled in !CONFIG_SECURITY_SELINUX | Eric Paris | 2009-09-15 | 1 | -1/+1 |
| * | KEYS: Fix garbage collector | David Howells | 2009-09-15 | 4 | -35/+73 |
| * | KEYS: Unlock tasklist when exiting early from keyctl_session_to_parent | Marc Dionne | 2009-09-15 | 1 | -0/+1 |
| * | CRED: Allow put_cred() to cope with a NULL groups list | David Howells | 2009-09-15 | 1 | -1/+2 |
| * | SELinux: flush the avc before disabling SELinux | Eric Paris | 2009-09-14 | 1 | -0/+2 |
| * | SELinux: seperate avc_cache flushing | Eric Paris | 2009-09-14 | 1 | -7/+17 |
| * | Creds: creds->security can be NULL is selinux is disabled | Eric Paris | 2009-09-14 | 3 | -5/+23 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2009-09-14 | 32 | -305/+2287 |
|\ \ | |||||
| * | | at_hdmac: Rework suspend_late()/resume_early() | Dan Williams | 2009-09-14 | 1 | -7/+12 |
| * | | PM: Reset transition_started at dpm_resume_noirq | Xiaotian Feng | 2009-09-14 | 1 | -1/+1 |
| * | | PM: Update kerneldoc comments in drivers/base/power/main.c | Rafael J. Wysocki | 2009-09-14 | 1 | -85/+84 |
| * | | PM: Add convenience macro to make switching to dev_pm_ops less error-prone | Albin Tonnerre | 2009-09-14 | 1 | -0/+14 |
| * | | hp-wmi: Switch driver to dev_pm_ops | Frans Pop | 2009-09-14 | 1 | -5/+10 |
| * | | floppy: Switch driver to dev_pm_ops | Frans Pop | 2009-09-14 | 1 | -2/+7 |
| * | | PM: Trivial fixes | Wu Fengguang | 2009-09-14 | 1 | -2/+2 |
| * | | PM / Hibernate / Memory hotplug: Always use for_each_populated_zone() | Gerald Schaefer | 2009-09-14 | 1 | -6/+6 |
| * | | PM/Hibernate: Do not try to allocate too much memory too hard (rev. 2) | Rafael J. Wysocki | 2009-09-14 | 1 | -4/+39 |
| * | | PM/Hibernate: Do not release preallocated memory unnecessarily (rev. 2) | Rafael J. Wysocki | 2009-09-14 | 3 | -72/+147 |
| * | | PM/Hibernate: Rework shrinking of memory | Rafael J. Wysocki | 2009-09-14 | 1 | -47/+158 |
| * | | PM: Fix typo in label name s/Platofrm_finish/Platform_finish/ | Thadeu Lima de Souza Cascardo | 2009-09-14 | 1 | -3/+3 |
| * | | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-09-14 | 2413 | -109520/+204605 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-09-10 | 232 | -1586/+2344 |
| |\ \ \ | |||||
| * | | | | PM: Run-time PM platform device bus support | Magnus Damm | 2009-08-23 | 1 | -9/+37 |
| * | | | | PM: Introduce core framework for run-time PM of I/O devices (rev. 17) | Rafael J. Wysocki | 2009-08-23 | 10 | -11/+1689 |
| * | | | | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-08-23 | 32 | -278/+459 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-08-20 | 59 | -460/+725 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-08-18 | 149 | -859/+1882 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-08-17 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-08-16 | 167 | -851/+1643 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-08-10 | 208 | -1771/+4118 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-08-05 | 374 | -5914/+10939 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-07-30 | 134 | -6448/+6318 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into for-linus | Rafael J. Wysocki | 2009-07-29 | 320 | -1944/+10067 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Driver Core: Make PM operations a const pointer | Dmitry Torokhov | 2009-07-24 | 4 | -16/+19 |
| * | | | | | | | | | | | | | PM: Remove platform device suspend_late()/resume_early() V2 | Magnus Damm | 2009-07-22 | 2 | -38/+0 |
| * | | | | | | | | | | | | | USB: Rework musb suspend()/resume_early() | Magnus Damm | 2009-07-22 | 1 | -6/+12 |
| * | | | | | | | | | | | | | I2C: Rework i2c-s3c2410 suspend_late()/resume() V2 | Magnus Damm | 2009-07-22 | 1 | -9/+16 |
| * | | | | | | | | | | | | | I2C: Rework i2c-pxa suspend_late()/resume_early() | Magnus Damm | 2009-07-22 | 1 | -8/+17 |
| * | | | | | | | | | | | | | DMA: Rework txx9dmac suspend_late()/resume_early() | Magnus Damm | 2009-07-22 | 1 | -5/+10 |
| * | | | | | | | | | | | | | DMA: Rework dw_dmac suspend_late()/resume_early() | Magnus Damm | 2009-07-22 | 1 | -5/+10 |
| * | | | | | | | | | | | | | ARM: Rework omap suspend_late()/resume_early() | Magnus Damm | 2009-07-22 | 2 | -8/+17 |
| * | | | | | | | | | | | | | Driver Core: Add platform device arch data V3 | Magnus Damm | 2009-07-22 | 8 | -0/+24 |
* | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 2009-09-14 | 4 | -2/+414 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | kconfig: add missing dependency of conf to localyesconfig | Steven Rostedt | 2009-08-21 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | kconfig: test if a .config already exists | Steven Rostedt | 2009-08-18 | 1 | -10/+20 |
| * | | | | | | | | | | | | | | kconfig: make local .config default for streamline_config | Steven Rostedt | 2009-08-18 | 1 | -4/+4 |
| * | | | | | | | | | | | | | | kconfig: test for /boot/config-uname after /proc/config.gz in localconfig | Steven Rostedt | 2009-08-18 | 1 | -0/+4 |
| * | | | | | | | | | | | | | | kconfig: unset IKCONFIG_PROC and clean up nesting | Steven Rostedt | 2009-08-18 | 1 | -6/+3 |