Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | lockdep: generate the state bit definitions | Peter Zijlstra | 2009-02-14 | 1 | -27/+20 | |
| * | | | | | lockdep: move state bit definitions around | Peter Zijlstra | 2009-02-14 | 3 | -45/+56 | |
| * | | | | | lockdep: simplify mark_lock() | Peter Zijlstra | 2009-02-14 | 1 | -12/+7 | |
| * | | | | | lockdep: simplify mark_held_locks | Peter Zijlstra | 2009-02-14 | 1 | -24/+14 | |
| * | | | | | lockdep: lockdep_states.h | Peter Zijlstra | 2009-02-14 | 1 | -0/+3 | |
| * | | | | | lockdep: sanitize reclaim bit names | Peter Zijlstra | 2009-02-14 | 2 | -23/+23 | |
| * | | | | | lockdep: sanitize bit names | Peter Zijlstra | 2009-02-14 | 3 | -59/+59 | |
| * | | | | | lockdep: annotate reclaim context (__GFP_NOFS) | Nick Piggin | 2009-02-14 | 10 | -17/+254 | |
| * | | | | | timer: implement lockdep deadlock detection | Johannes Berg | 2009-02-14 | 2 | -20/+141 | |
| * | | | | | Merge branch 'linus' into core/locking | Ingo Molnar | 2009-02-07 | 2145 | -18501/+40054 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Btrfs: stop spinning on mutex_trylock and let the adaptive code spin for us | Chris Mason | 2009-01-15 | 1 | -10/+0 | |
| * | | | | | | mutex: adaptive spinnning, performance tweaks | Chris Mason | 2009-01-14 | 1 | -13/+7 | |
| * | | | | | | mutex: implement adaptive spinning | Peter Zijlstra | 2009-01-14 | 8 | -31/+201 | |
| * | | | | | | mutex: preemption fixes | Peter Zijlstra | 2009-01-14 | 3 | -4/+12 | |
| * | | | | | | mutex: small cleanup | Peter Zijlstra | 2009-01-14 | 1 | -5/+2 | |
* | | | | | | | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad... | Linus Torvalds | 2009-03-30 | 60 | -281/+103 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Revert "proc: revert /proc/uptime to ->read_proc hook" | Alexey Dobriyan | 2009-03-31 | 1 | -20/+18 | |
| * | | | | | | | proc 2/2: remove struct proc_dir_entry::owner | Alexey Dobriyan | 2009-03-31 | 55 | -232/+26 | |
| * | | | | | | | proc 1/2: do PDE usecounting even for ->read_proc, ->write_proc | Alexey Dobriyan | 2009-03-31 | 3 | -11/+40 | |
| * | | | | | | | proc: fix sparse warnings in pagemap_read() | Milind Arun Choudhary | 2009-03-31 | 1 | -4/+4 | |
| * | | | | | | | proc: move fs/proc/inode-alloc.txt comment into a source file | Randy Dunlap | 2009-03-31 | 2 | -14/+15 | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2009-03-30 | 18 | -256/+461 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | PCI PM: Make pci_prepare_to_sleep() disable wake-up if needed | Rafael J. Wysocki | 2009-03-30 | 1 | -1/+1 | |
| * | | | | | | | | radeonfb: Use __pci_complete_power_transition() | Rafael J. Wysocki | 2009-03-30 | 1 | -1/+1 | |
| * | | | | | | | | PCI PM: Introduce __pci_[start|complete]_power_transition() (rev. 2) | Rafael J. Wysocki | 2009-03-30 | 2 | -18/+52 | |
| * | | | | | | | | PCI PM: Restore config spaces of all devices during early resume | Rafael J. Wysocki | 2009-03-30 | 1 | -7/+9 | |
| * | | | | | | | | PCI PM: Make pci_set_power_state() handle devices with no PM support | Rafael J. Wysocki | 2009-03-30 | 1 | -6/+12 | |
| * | | | | | | | | PCI PM: Put devices into low power states during late suspend (rev. 2) | Rafael J. Wysocki | 2009-03-30 | 1 | -53/+81 | |
| * | | | | | | | | PCI PM: Move pci_restore_standard_config to pci-driver.c | Rafael J. Wysocki | 2009-03-30 | 3 | -22/+17 | |
| * | | | | | | | | PCI PM: Use pci_set_power_state during early resume | Rafael J. Wysocki | 2009-03-30 | 1 | -39/+9 | |
| * | | | | | | | | PCI PM: Consistently use variable name "error" for pm call return values | Frans Pop | 2009-03-30 | 1 | -10/+10 | |
| * | | | | | | | | kexec: Change kexec jump code ordering | Rafael J. Wysocki | 2009-03-30 | 1 | -10/+9 | |
| * | | | | | | | | PM: Change hibernation code ordering | Rafael J. Wysocki | 2009-03-30 | 1 | -48/+61 | |
| * | | | | | | | | PM: Change suspend code ordering | Rafael J. Wysocki | 2009-03-30 | 1 | -16/+22 | |
| * | | | | | | | | PM: Rework handling of interrupts during suspend-resume | Rafael J. Wysocki | 2009-03-30 | 7 | -40/+83 | |
| * | | | | | | | | PM: Introduce functions for suspending and resuming device interrupts | Rafael J. Wysocki | 2009-03-30 | 6 | -7/+116 | |
* | | | | | | | | | dma-debug: fix printk formats (i386) | Randy Dunlap | 2009-03-30 | 1 | -4/+4 | |
* | | | | | | | | | reiserfs: xattr_create is unused with xattrs disabled | Jeff Mahoney | 2009-03-30 | 1 | -0/+2 | |
* | | | | | | | | | reiserfs: fix build breakage | Alexander Beregalov | 2009-03-30 | 1 | -1/+2 | |
* | | | | | | | | | Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl... | Linus Torvalds | 2009-03-30 | 39 | -434/+27309 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | drm: detect hdmi monitor by hdmi identifier (v3) | Ma Ling | 2009-03-29 | 2 | -0/+63 | |
| * | | | | | | | | | drm: drm_fops.c unlock missing on error path | Dan Carpenter | 2009-03-29 | 1 | -0/+1 | |
| * | | | | | | | | | drm: reorder struct drm_ioctl_desc to save space on 64 bit builds | Richard Kennedy | 2009-03-29 | 1 | -3/+3 | |
| * | | | | | | | | | radeon: add some new pci ids | Alex Deucher | 2009-03-29 | 1 | -0/+2 | |
| * | | | | | | | | | drm: read EDID extensions from monitor | Ma Ling | 2009-03-29 | 2 | -29/+95 | |
| * | | | | | | | | | drm: Use a little stash on the stack to avoid kmalloc in most DRM ioctls. | Eric Anholt | 2009-03-29 | 1 | -5/+10 | |
| * | | | | | | | | | drm/radeon: add regs required for occlusion queries support | Maciej Cencora | 2009-03-29 | 4 | -2/+11 | |
| * | | | | | | | | | drm/i915: check the return value from the copy from user | Dave Airlie | 2009-03-28 | 1 | -1/+4 | |
| * | | | | | | | | | drm: merge Linux master into HEAD | Dave Airlie | 2009-03-28 | 4618 | -180926/+334646 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | drm/radeon: fix logic in r600_page_table_init() to match ati_gart | Alex Deucher | 2009-03-18 | 1 | -2/+2 |