Age | Commit message (Expand) | Author | Files | Lines |
2010-11-12 | drivers/macintosh/adb-iop.c: flags should be unsigned long | Geert Uytterhoeven | 1 | -2/+2 |
2010-10-28 | Move ams driver to macintosh | Jean Delvare | 8 | -0/+991 |
2010-10-27 | replace nested max/min macros with {max,min}3 macro | Hagen Paul Pfeifer | 1 | -1/+1 |
2010-10-25 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -3/+3 |
2010-10-22 | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2 | -0/+2 |
2010-10-22 | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 3 | -13/+14 |
2010-10-22 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 1 | -1/+3 |
2010-10-18 | Update broken web addresses in the kernel. | Justin P. Mattock | 1 | -3/+3 |
2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 2 | -0/+2 |
2010-10-12 | drivers/macintosh/adb: Do not claim that the semaphore is a mutex | Thomas Gleixner | 1 | -1/+1 |
2010-09-15 | mac: autoconvert trivial BKL users to private mutex | Arnd Bergmann | 3 | -13/+14 |
2010-09-02 | powerpc/via-pmu-led.c: Add of_node_put to avoid memory leak | Julia Lawall | 1 | -1/+3 |
2010-08-24 | via-pmu: Add compat_pmu_ioctl | Andreas Schwab | 1 | -0/+42 |
2010-08-12 | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+2 |
2010-08-12 | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 5 | -13/+13 |
2010-08-11 | i2c: Add support for custom probe function | Jean Delvare | 1 | -2/+2 |
2010-08-07 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -4/+5 |
2010-08-06 | of/device: Replace struct of_device with struct platform_device | Grant Likely | 5 | -13/+13 |
2010-07-29 | powerpc: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interrupts | Ian Campbell | 1 | -4/+5 |
2010-07-06 | of: Modify of_device_get_modalias to be passed struct device | Grant Likely | 1 | -4/+1 |
2010-06-04 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 3 | -9/+13 |
2010-06-03 | i2c: Remove all i2c_set_clientdata(client, NULL) in drivers | Wolfram Sang | 4 | -8/+1 |
2010-06-02 | powerpc/macio: Fix probing of macio devices by using the right of match table | Benjamin Herrenschmidt | 3 | -6/+9 |
2010-06-02 | powerpc/macio: Don't dereference pointer before null check | Andreas Schwab | 1 | -3/+4 |
2010-05-24 | Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Linus Torvalds | 2 | -4/+15 |
2010-05-22 | Merge remote branch 'origin' into secretlab/next-devicetree | Grant Likely | 5 | -12/+12 |
2010-05-22 | of: change of_match_device to work with struct device | Grant Likely | 1 | -3/+2 |
2010-05-22 | of: Remove duplicate fields from of_platform_driver | Grant Likely | 3 | -6/+15 |
2010-05-22 | drivercore: Add of_match_table to the common device drivers | Grant Likely | 1 | -3/+2 |
2010-05-22 | arch/powerpc: Move dma_mask from of_device into pdev_archdata | Grant Likely | 1 | -2/+2 |
2010-05-21 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 5 | -11/+11 |
2010-05-19 | of: Always use 'struct device.of_node' to get device node pointer. | Grant Likely | 5 | -15/+15 |
2010-05-17 | drivers: Push down BKL into various drivers | Arnd Bergmann | 2 | -4/+15 |
2010-05-07 | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 1 | -0/+1 |
2010-04-23 | Merge branch 'master' into for-next | Jiri Kosina | 8 | -5/+10 |
2010-04-07 | device_attributes: add sysfs_attr_init() for dynamic attributes | Wolfram Sang | 1 | -0/+1 |
2010-04-07 | powerpc/pmac: Fix dangling pointers | Wolfram Sang | 1 | -0/+2 |
2010-04-07 | powerpc/pmac: Add missing unlocks in error path | Julia Lawall | 2 | -1/+4 |
2010-04-07 | powerpc/pmac/windfarm: Correct potential double free | Julia Lawall | 1 | -6/+3 |
2010-04-07 | powerpc/pmac/windfarm: Don't test pointers before kfree() | d binderman | 1 | -4/+2 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 7 | -3/+4 |
2010-03-16 | backlight: Allow properties to be passed at registration | Matthew Garrett | 1 | -2/+5 |
2010-03-16 | Fix typos in comments | Thomas Weber | 1 | -1/+1 |
2010-03-09 | powerpc: Fix G5 thermal shutdown | Josh Boyer | 2 | -7/+25 |
2010-03-08 | sysfs: windfarm: init sysfs attributes | Johannes Berg | 2 | -0/+2 |
2010-03-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2 | -72/+201 |
2010-02-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 2 | -35/+45 |
2010-02-27 | mac68k: start CUDA early | Finn Thain | 2 | -35/+45 |
2010-02-26 | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 14 | -35/+35 |
2010-02-09 | of: add 'of_' prefix to machine_is_compatible() | Grant Likely | 14 | -35/+35 |