Age | Commit message (Expand) | Author | Lines |
2008-10-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo... | Linus Torvalds | -174/+210 |
2008-10-16 | Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl... | Linus Torvalds | -18/+60 |
2008-10-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | -617/+1786 |
2008-10-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | -89/+15 |
2008-10-16 | Merge branch 'personality' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | -47/+39 |
2008-10-16 | Merge branch 'docs' of git://git.lwn.net/linux-2.6 | Linus Torvalds | -1658/+2046 |
2008-10-16 | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | -205/+125 |
2008-10-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | -338/+2252 |
2008-10-16 | rtc: rtc-ds1286 and rtc-m48t35 need <linux/io.h> | Geert Uytterhoeven | -0/+2 |
2008-10-16 | Document panic_on_unrecovered_nmi sysctl | Bernhard Walle | -0/+12 |
2008-10-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | -73/+53 |
2008-10-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | -137/+268 |
2008-10-16 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | -1140/+10914 |
2008-10-16 | drivers/net/xen-netfront.c: Use DIV_ROUND_UP | Julia Lawall | -1/+1 |
2008-10-16 | make kprobes.c:kretprobe_table_lock() static | Adrian Bunk | -1/+1 |
2008-10-16 | make hp_wmi_notify() static | Adrian Bunk | -1/+1 |
2008-10-16 | ipc/sem.c: make free_un() static | Adrian Bunk | -1/+1 |
2008-10-16 | resource: add resource_type() and IORESOURCE_TYPE_BITS | Magnus Damm | -15/+23 |
2008-10-16 | resources: tidy __request_region() | Bjorn Helgaas | -20/+21 |
2008-10-16 | GRU driver: minor updates | Jack Steiner | -29/+39 |
2008-10-16 | Configure out AIO support | Thomas Petazzoni | -1/+26 |
2008-10-16 | w1: new driver. DS2431 chip | Bernhard Weirich | -0/+313 |
2008-10-16 | W1: ds2490.c optimize ds_set_pullup | David Fries | -19/+45 |
2008-10-16 | W1: Documentation/w1/masters/ds2490 update | David Fries | -0/+52 |
2008-10-16 | W1: ds2490.c ds_write_block remove extra ds_wait_status | David Fries | -2/+0 |
2008-10-16 | W1: ds2490.c magic number work | David Fries | -4/+12 |
2008-10-16 | W1: ds2490.c reset ds2490 in init | David Fries | -0/+21 |
2008-10-16 | W1: ds2490.c ds_reset remove ds_wait_status | David Fries | -13/+2 |
2008-10-16 | W1: ds2490.c ds_dump_status rework | David Fries | -50/+84 |
2008-10-16 | W1: ds2490.c simplify and fix ds_touch_bit | David Fries | -17/+4 |
2008-10-16 | W1: ds2490.c disable bit read and write | David Fries | -7/+18 |
2008-10-16 | W1: ds2490.c ds_write_bit, grouping error, disable readback | David Fries | -1/+6 |
2008-10-16 | W1: ds2490.c add support for strong pullup | David Fries | -38/+38 |
2008-10-16 | W1: ds2490.c correct print message | David Fries | -1/+2 |
2008-10-16 | W1: ds1wm.c msleep for reset | David Fries | -1/+3 |
2008-10-16 | W1: w1_io.c reset comments and msleep | David Fries | -1/+13 |
2008-10-16 | W1: w1.c s/printk/dev_dbg/ | David Fries | -3/+3 |
2008-10-16 | W1: w1_int.c use first available master number | David Fries | -6/+26 |
2008-10-16 | W1: w1_therm consistent mutex access code cleanup | David Fries | -1/+1 |
2008-10-16 | W1: w1_family, remove unused variable need_exit | David Fries | -7/+1 |
2008-10-16 | W1: w1_therm fix user buffer overflow and cat | David Fries | -36/+20 |
2008-10-16 | W1: w1_slave_read_id read bug, use device_attribute | David Fries | -25/+10 |
2008-10-16 | W1: Document add, remove, search_count, and pullup. | David Fries | -1/+10 |
2008-10-16 | W1: new module parameter search_count | David Fries | -1/+3 |
2008-10-16 | W1: recode w1_slave_found logic | David Fries | -20/+6 |
2008-10-16 | W1: be able to manually add and remove slaves | David Fries | -1/+137 |
2008-10-16 | W1: feature, w1_therm.c use strong pullup and documentation | David Fries | -2/+60 |
2008-10-16 | W1: feature, enable hardware strong pullup | David Fries | -5/+131 |
2008-10-16 | W1: w1_process, block or sleep | David Fries | -9/+17 |
2008-10-16 | W1: don't delay search start | David Fries | -22/+23 |