aboutsummaryrefslogtreecommitdiffstats
path: root/usr (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-15debugfs: Modify default debugfs directory for debugging pktcdvd.GeunSik Lim1-1/+1
2009-09-15debugfs: Modified default dir of debugfs for debugging UHCI.GeunSik Lim1-1/+1
2009-09-15debugfs: Change debugfs directory of IWMC3200GeunSik Lim1-3/+3
2009-09-15debugfs: Change debuhgfs directory of trace-events-sample.hGeunSik Lim1-1/+1
2009-09-15debugfs: Fix mount directory of debugfs by default in events.txtGeunSik Lim1-12/+12
2009-09-15hpilo: add poll f_opDavid Altobelli1-1/+41
2009-09-15hpilo: add interrupt handlerDavid Altobelli2-45/+101
2009-09-15hpilo: staging for interrupt handlingDavid Altobelli1-47/+73
2009-09-15driver core: platform_device_add_data(): use kmemdup()Andrew Morton1-4/+4
2009-09-15Driver core: Add support for compatibility classesJean Delvare2-0/+95
2009-09-15uio: add generic driver for PCI 2.3 devicesMichael S. Tsirkin6-0/+389
2009-09-15driver-core: move dma-coherent.c from kernel to driver/baseMing Lei3-1/+1
2009-09-15mem_class: fix bugJin Dongming1-2/+2
2009-09-15mem_class: use minor as index instead of searching the arrayKay Sievers1-42/+40
2009-09-15driver model: constify attribute groupsDavid Brownell30-39/+39
2009-09-15UIO: remove 'default n' from KconfigDaniel Mack1-5/+0
2009-09-15Driver core: Add accessor for device platform dataMark Brown1-0/+5
2009-09-15Driver core: move dev_get/set_drvdata to drivers/base/dd.cGreg Kroah-Hartman4-20/+52
2009-09-15Driver core: add new device to bus's list before probingAlan Stern3-15/+12
2009-09-15SELinux: inline selinux_is_enabled in !CONFIG_SECURITY_SELINUXEric Paris1-1/+1
2009-09-14fix undefined reference to user_shm_unlockHugh Dickins1-1/+1
2009-09-14cleanup console_print()Anirban Sinha7-32/+11
2009-09-15KEYS: Fix garbage collectorDavid Howells4-35/+73
2009-09-15KEYS: Unlock tasklist when exiting early from keyctl_session_to_parentMarc Dionne1-0/+1
2009-09-15CRED: Allow put_cred() to cope with a NULL groups listDavid Howells1-1/+2
2009-09-14at_hdmac: Rework suspend_late()/resume_early()Dan Williams1-7/+12
2009-09-14PM: Reset transition_started at dpm_resume_noirqXiaotian Feng1-1/+1
2009-09-14PM: Update kerneldoc comments in drivers/base/power/main.cRafael J. Wysocki1-85/+84
2009-09-14PM: Add convenience macro to make switching to dev_pm_ops less error-proneAlbin Tonnerre1-0/+14
2009-09-14hp-wmi: Switch driver to dev_pm_opsFrans Pop1-5/+10
2009-09-14floppy: Switch driver to dev_pm_opsFrans Pop1-2/+7
2009-09-14PM: Trivial fixesWu Fengguang1-2/+2
2009-09-14PM / Hibernate / Memory hotplug: Always use for_each_populated_zone()Gerald Schaefer1-6/+6
2009-09-14PM/Hibernate: Do not try to allocate too much memory too hard (rev. 2)Rafael J. Wysocki1-4/+39
2009-09-14PM/Hibernate: Do not release preallocated memory unnecessarily (rev. 2)Rafael J. Wysocki3-72/+147
2009-09-14PM/Hibernate: Rework shrinking of memoryRafael J. Wysocki1-47/+158
2009-09-14PM: Fix typo in label name s/Platofrm_finish/Platform_finish/Thadeu Lima de Souza Cascardo1-3/+3
2009-09-14udf: Fix possible corruption when close races with writeJan Kara1-0/+2
2009-09-14udf: Perform preallocation only for regular filesJan Kara1-9/+10
2009-09-14udf: Remove wrong assignment in udf_symlinkJan Kara1-1/+0
2009-09-14udf: Remove dead codeJan Kara2-90/+0
2009-09-14x86, mce: do not compile mcelog message on AMDBorislav Petkov1-1/+4
2009-09-14EDAC, AMD: decode FR MCEsBorislav Petkov1-0/+13
2009-09-14EDAC, AMD: decode load store MCEsBorislav Petkov1-0/+25
2009-09-14EDAC, AMD: decode bus unit MCEsBorislav Petkov1-0/+46
2009-09-14EDAC, AMD: decode instruction cache MCEsBorislav Petkov1-0/+61
2009-09-14EDAC, AMD: decode data cache MCEsBorislav Petkov1-2/+54
2009-09-14EDAC, AMD: carve out decoding of MCi_STATUS ErrorCodeBorislav Petkov2-19/+22
2009-09-14EDAC, AMD: carve out MCi_STATUS decodingBorislav Petkov3-35/+34
2009-09-14x86, mce: pass mce info to EDAC for decodingBorislav Petkov6-111/+185