summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | lockdep: sanitize bit namesPeter Zijlstra2009-02-143-59/+59
| | * | | | | | lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin2009-02-1410-17/+254
| | * | | | | | timer: implement lockdep deadlock detectionJohannes Berg2009-02-142-20/+141
| | * | | | | | Merge branch 'linus' into core/lockingIngo Molnar2009-02-072145-18501/+40054
| | |\ \ \ \ \ \
| | * | | | | | | Btrfs: stop spinning on mutex_trylock and let the adaptive code spin for usChris Mason2009-01-151-10/+0
| | * | | | | | | mutex: adaptive spinnning, performance tweaksChris Mason2009-01-141-13/+7
| | * | | | | | | mutex: implement adaptive spinningPeter Zijlstra2009-01-148-31/+201
| | * | | | | | | mutex: preemption fixesPeter Zijlstra2009-01-143-4/+12
| | * | | | | | | mutex: small cleanupPeter Zijlstra2009-01-141-5/+2
| * | | | | | | | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds2009-03-3160-281/+103
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Revert "proc: revert /proc/uptime to ->read_proc hook"Alexey Dobriyan2009-03-301-20/+18
| | * | | | | | | | proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-3055-232/+26
| | * | | | | | | | proc 1/2: do PDE usecounting even for ->read_proc, ->write_procAlexey Dobriyan2009-03-303-11/+40
| | * | | | | | | | proc: fix sparse warnings in pagemap_read()Milind Arun Choudhary2009-03-301-4/+4
| | * | | | | | | | proc: move fs/proc/inode-alloc.txt comment into a source fileRandy Dunlap2009-03-302-14/+15
| * | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2009-03-3118-256/+461
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | PCI PM: Make pci_prepare_to_sleep() disable wake-up if neededRafael J. Wysocki2009-03-301-1/+1
| | * | | | | | | | | radeonfb: Use __pci_complete_power_transition()Rafael J. Wysocki2009-03-301-1/+1
| | * | | | | | | | | PCI PM: Introduce __pci_[start|complete]_power_transition() (rev. 2)Rafael J. Wysocki2009-03-302-18/+52
| | * | | | | | | | | PCI PM: Restore config spaces of all devices during early resumeRafael J. Wysocki2009-03-301-7/+9
| | * | | | | | | | | PCI PM: Make pci_set_power_state() handle devices with no PM supportRafael J. Wysocki2009-03-301-6/+12
| | * | | | | | | | | PCI PM: Put devices into low power states during late suspend (rev. 2)Rafael J. Wysocki2009-03-301-53/+81
| | * | | | | | | | | PCI PM: Move pci_restore_standard_config to pci-driver.cRafael J. Wysocki2009-03-303-22/+17
| | * | | | | | | | | PCI PM: Use pci_set_power_state during early resumeRafael J. Wysocki2009-03-301-39/+9
| | * | | | | | | | | PCI PM: Consistently use variable name "error" for pm call return valuesFrans Pop2009-03-301-10/+10
| | * | | | | | | | | kexec: Change kexec jump code orderingRafael J. Wysocki2009-03-301-10/+9
| | * | | | | | | | | PM: Change hibernation code orderingRafael J. Wysocki2009-03-301-48/+61
| | * | | | | | | | | PM: Change suspend code orderingRafael J. Wysocki2009-03-301-16/+22
| | * | | | | | | | | PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki2009-03-307-40/+83
| | * | | | | | | | | PM: Introduce functions for suspending and resuming device interruptsRafael J. Wysocki2009-03-306-7/+116
| * | | | | | | | | | dma-debug: fix printk formats (i386)Randy Dunlap2009-03-301-4/+4
| * | | | | | | | | | reiserfs: xattr_create is unused with xattrs disabledJeff Mahoney2009-03-301-0/+2
| * | | | | | | | | | reiserfs: fix build breakageAlexander Beregalov2009-03-301-1/+2
| * | | | | | | | | | Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds2009-03-3039-434/+27309
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | drm: detect hdmi monitor by hdmi identifier (v3)Ma Ling2009-03-292-0/+63
| | * | | | | | | | | | drm: drm_fops.c unlock missing on error pathDan Carpenter2009-03-291-0/+1
| | * | | | | | | | | | drm: reorder struct drm_ioctl_desc to save space on 64 bit buildsRichard Kennedy2009-03-291-3/+3
| | * | | | | | | | | | radeon: add some new pci idsAlex Deucher2009-03-291-0/+2
| | * | | | | | | | | | drm: read EDID extensions from monitorMa Ling2009-03-292-29/+95
| | * | | | | | | | | | drm: Use a little stash on the stack to avoid kmalloc in most DRM ioctls.Eric Anholt2009-03-291-5/+10
| | * | | | | | | | | | drm/radeon: add regs required for occlusion queries supportMaciej Cencora2009-03-294-2/+11
| | * | | | | | | | | | drm/i915: check the return value from the copy from userDave Airlie2009-03-291-1/+4
| | * | | | | | | | | | drm: merge Linux master into HEADDave Airlie2009-03-294618-180926/+334646
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / | | | |/| | | | | | | |
| | * | | | | | | | | | drm/radeon: fix logic in r600_page_table_init() to match ati_gartAlex Deucher2009-03-181-2/+2
| | * | | | | | | | | | drm/radeon: r600 ptes are 64-bit, cleanup cleanup function.Dave Airlie2009-03-131-1/+1
| | * | | | | | | | | | drm/radeon: don't call irq changes on r600 suspend/resumeDave Airlie2009-03-131-0/+6
| | * | | | | | | | | | drm/radeon: fix r600 writeback across suspend/resumeDave Airlie2009-03-131-3/+0
| | * | | | | | | | | | drm/radeon: fix r600 writeback setup.Dave Airlie2009-03-131-13/+22
| | * | | | | | | | | | drm: fix warnings about new mappings in info code.Dave Airlie2009-03-131-3/+3
| | * | | | | | | | | | drm/radeon: NULL noise: drivers/gpu/drm/radeon/radeon_*.cHannes Eder2009-03-133-3/+3