summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Blackfin arch: make sure cycles is marked as volatile so gcc doesnt reorder o...Mike Frysinger2008-10-161-1/+1
| * | | | | | | | | | Blackfin arch: disable CONFIG_HW_RANDOM and CONFIG_DAB in defconfig filesMike Frysinger2008-10-1613-18/+18
| * | | | | | | | | | Blackfin arch: update cache flush prototypes with argument names to make them...Mike Frysinger2008-10-161-5/+5
| * | | | | | | | | | Blackfin arch: move bfin_addr_dcachable() and friends into the cacheflush hea...Mike Frysinger2008-10-163-17/+18
| * | | | | | | | | | Blackfin arch: use the new bfin_addr_dcachable() functionMike Frysinger2008-10-161-3/+2
| * | | | | | | | | | Blackfin arch: fix bug - build kernel failed at head.S when reprogram clock o...Robin Getz2008-10-165-5/+5
| * | | | | | | | | | Blackfin arch: unify/cleanup cache codeMike Frysinger2008-10-161-115/+58
| * | | | | | | | | | Blackfin arch: update AD7879 platform resources in board fileMichael Hennerich2008-10-161-8/+17
| * | | | | | | | | | Blackfin arch: Zero out bss region in L1/L2 memory.Graf Yang2008-10-161-0/+54
| * | | | | | | | | | Blackfin arch: add read/write IO accessor functions to BlackfinBryan Wu2008-10-161-0/+30
| * | | | | | | | | | Blackfin arch: fix bug - some serial header files set RTS to an input when th...Sonic Zhang2008-10-132-2/+2
* | | | | | | | | | | Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds2008-10-163-18/+60
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | agp/nvidia: Support agp user-memory on nvidia agp.Thomas Hellstrom2008-10-161-4/+18
| * | | | | | | | | | | agp/amd-k7: Suspend support for AMD K7 GART driverStuart Bennett2008-10-161-6/+32
| * | | | | | | | | | | agp/intel: Reduce extraneous PCI posting reads during initKeith Packard2008-10-161-3/+3
| * | | | | | | | | | | agp: Fix stolen memory counting on G4X.Eric Anholt2008-10-161-5/+7
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-10-16131-617/+1786
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | UIO: Fix mapping of logical and virtual memoryAndrew G. Harvey2008-10-161-2/+10
| * | | | | | | | | | | UIO: add automata sercos3 pci card supportJohn Ogness2008-10-163-0/+257
| * | | | | | | | | | | UIO: Change driver name of uio_pdrvHans J. Koch2008-10-161-1/+1
| * | | | | | | | | | | UIO: Add alignment warnings for uio-memHans J. Koch2008-10-161-0/+8
| * | | | | | | | | | | Driver core: add bus_sort_breadthfirst() functionGreg Kroah-Hartman2008-10-163-45/+58
| * | | | | | | | | | | NET: convert the phy_device file to use bus_find_device_by_nameGreg Kroah-Hartman2008-10-161-7/+1
| * | | | | | | | | | | kobject: Cleanup kobject_rename and !CONFIG_SYSFSEric W. Biederman2008-10-163-10/+17
| * | | | | | | | | | | kobject: Fix kobject_rename and !CONFIG_SYSFSEric W. Biederman2008-10-164-14/+17
| * | | | | | | | | | | sysfs: Make dir and name args to sysfs_notify() constTrent Piepho2008-10-162-3/+4
| * | | | | | | | | | | platform: add new device registration helperDmitry Baryshkov2008-10-162-0/+49
| * | | | | | | | | | | sysfs: use ilookup5() instead of ilookup5_nowait()Tejun Heo2008-10-161-9/+8
| * | | | | | | | | | | PNP: create device attributes via default device attributesDrew Moseley2008-10-164-39/+11
| * | | | | | | | | | | Driver core: make bus_find_device_by_name() more robustPeter Korsgaard2008-10-161-3/+1
| * | | | | | | | | | | usb: turn dev_warn+WARN_ON combos into dev_WARNArjan van de Ven2008-10-161-16/+8
| * | | | | | | | | | | debug: use dev_WARN() rather than WARN_ON() in device_pm_add()Arjan van de Ven2008-10-161-1/+1
| * | | | | | | | | | | debug: Introduce a dev_WARN() functionArjan van de Ven2008-10-161-0/+8
| * | | | | | | | | | | sysfs: fix deadlockNick Piggin2008-10-161-11/+31
| * | | | | | | | | | | device model: Do a quickcheck for driver binding before doing an expensive checkArjan van de Ven2008-10-161-0/+3
| * | | | | | | | | | | Driver core: Fix cleanup in device_create_vargs().Cornelia Huck2008-10-161-1/+1
| * | | | | | | | | | | Driver core: Clarify device cleanup.Cornelia Huck2008-10-161-5/+18
| * | | | | | | | | | | drivers/firmware/iscsi_ibft.c: make 3 functions staticAdrian Bunk2008-10-161-9/+9
| * | | | | | | | | | | sysfs: Support sysfs_notify from atomic context with new sysfs_notify_direntNeil Brown2008-10-165-18/+62
| * | | | | | | | | | | driver core: make struct platform_pm_ops staticAdrian Bunk2008-10-161-1/+1
| * | | | | | | | | | | driver core: basic infrastructure for per-module dynamic debug messagesJason Baron2008-10-1614-7/+700
| * | | | | | | | | | | usb gadget: link fixes for network gadgetDavid Brownell2008-10-165-145/+158
| * | | | | | | | | | | usb gadget: link fixes for cdc composite gadgetDavid Brownell2008-10-163-6/+26
| * | | | | | | | | | | usb gadget: link fixes for storage gadgetDavid Brownell2008-10-162-2/+13
| * | | | | | | | | | | usb gadget: link fixes for printer gadgetDavid Brownell2008-10-162-2/+15
| * | | | | | | | | | | usb gadget: link fixes for MIDI gadgetDavid Brownell2008-10-162-1/+16
| * | | | | | | | | | | usb gadget: link fixes for gadget zeroDavid Brownell2008-10-163-17/+36
| * | | | | | | | | | | usb gadget: link fixes for serial gadgetDavid Brownell2008-10-162-1/+19
| * | | | | | | | | | | device create: remove device_create_drvdataGreg Kroah-Hartman2008-10-161-1/+0
| * | | | | | | | | | | device create: ide: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-162-8/+7
OpenPOWER on IntegriCloud