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