| Commit message (Expand) | Author | Age | Files | Lines |
* | i2c: Make i2c_register_board_info() a NOP when CONFIG_I2C_BOARDINFO=n | David Brownell | 2008-02-24 | 1 | -1/+8 |
* | i2c: Storage class should be before const qualifier | Tobias Klauser | 2008-02-24 | 1 | -1/+1 |
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2008-02-23 | 2 | -0/+6 |
|\ |
|
| * | libata: automatically use DMADIR if drive/bridge requires it | Tejun Heo | 2008-02-24 | 2 | -0/+6 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-02-23 | 9 | -12/+67 |
|\ \
| |/
|/| |
|
| * | [NET]: Restore sanity wrt. print_mac(). | David S. Miller | 2008-02-23 | 1 | -1/+2 |
| * | ssb: Fix pcicore cardbus mode | Michael Buesch | 2008-02-20 | 2 | -0/+12 |
| * | ssb: Make the GPIO API reentrancy safe | Michael Buesch | 2008-02-20 | 2 | -0/+13 |
| * | ssb: Fix the GPIO API | Michael Buesch | 2008-02-20 | 2 | -8/+11 |
| * | ssb: Fix watchdog access for devices without a chipcommon | Michael Buesch | 2008-02-20 | 3 | -0/+24 |
| * | ssb: Fix serial console on new bcm47xx devices | Michael Buesch | 2008-02-20 | 1 | -0/+3 |
| * | [NETFILTER]: Use __u32 in struct nf_inet_addr | Patrick McHardy | 2008-02-19 | 1 | -1/+1 |
| * | [NETFILTER]: xt_hashlimit: remove unneeded struct member | Jan Engelhardt | 2008-02-19 | 1 | -1/+0 |
| * | [NETFILTER]: Make sure xt_policy.h is unifdef'ed. | Robert P. J. Day | 2008-02-19 | 1 | -1/+1 |
* | | cgroup: clean up cgroup.h | Li Zefan | 2008-02-23 | 1 | -25/+23 |
* | | cgroup: fix comments | Li Zefan | 2008-02-23 | 1 | -1/+1 |
* | | futex: runtime enable pi and robust functionality | Thomas Gleixner | 2008-02-23 | 1 | -0/+1 |
* | | efs: move headers out of include/linux/ | Christoph Hellwig | 2008-02-23 | 3 | -166/+0 |
* | | NOMMU: is_vmalloc_addr() won't compile if !MMU | David Howells | 2008-02-23 | 1 | -0/+2 |
* | | sparc: fix build | David Rientjes | 2008-02-23 | 1 | -3/+0 |
* | | PM: Introduce PM_EVENT_HIBERNATE callback state | Rafael J. Wysocki | 2008-02-23 | 1 | -1/+8 |
* | | MM: Fix macro argument substitution in PageHead() and PageTail() | David Howells | 2008-02-21 | 1 | -2/+2 |
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2008-02-21 | 1 | -0/+6 |
|\ \ |
|
| * | | Hibernation: Handle DEBUG_PAGEALLOC on x86 | Rafael J. Wysocki | 2008-02-21 | 1 | -0/+6 |
* | | | PCI: pci_ids: patch for Intel ICH10 DeviceID's | Jason Gaston | 2008-02-21 | 1 | -0/+6 |
|/ / |
|
* | | ata: fix sparse warning in libata.h | Harvey Harrison | 2008-02-20 | 1 | -1/+1 |
* | | Add missing init section definitions | Sam Ravnborg | 2008-02-19 | 1 | -0/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2008-02-19 | 6 | -32/+9 |
|\ \ |
|
| * | | libata: eliminate the home grown dma padding in favour of | James Bottomley | 2008-02-19 | 1 | -27/+1 |
| * | | block: implement request_queue->dma_drain_needed | Tejun Heo | 2008-02-19 | 1 | -2/+5 |
| * | | block: add request->raw_data_len | Tejun Heo | 2008-02-19 | 1 | -0/+1 |
| * | | cfq-iosched: add hlist for browsing parallel to the radix tree | Jens Axboe | 2008-02-19 | 1 | -0/+2 |
| * | | fs/block_dev.c: remove #if 0'ed code | Adrian Bunk | 2008-02-19 | 2 | -2/+0 |
| * | | make struct def_blk_aops static | Adrian Bunk | 2008-02-19 | 1 | -1/+0 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-02-19 | 2 | -2/+3 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | net: fix kernel-doc warnings in header files | Randy Dunlap | 2008-02-18 | 1 | -0/+2 |
| * | [NET]: Elminate spurious print_mac() calls. | David S. Miller | 2008-02-18 | 1 | -1/+1 |
| * | [NET]: Remove MAC_FMT | Joe Perches | 2008-02-17 | 1 | -1/+0 |
* | | linux/hdsmart.h: fix goofups (take 2) | Bartlomiej Zolnierkiewicz | 2008-02-19 | 2 | -3/+3 |
* | | via82cxxx: add new PCI id for cx700 | Andrew Smith | 2008-02-19 | 1 | -0/+1 |
* | | V4L/DVB (7198): V4L, include ioctl.h in videodev headers | Jiri Slaby | 2008-02-18 | 2 | -0/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-02-15 | 2 | -4/+6 |
|\ \
| |/ |
|
| * | [NET]: Improve cache line coherency of ingress qdisc | Neil Turton | 2008-02-12 | 1 | -4/+4 |
| * | Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/... | David S. Miller | 2008-02-12 | 1 | -0/+2 |
| |\ |
|
| | * | DM9000: Add platform flag for no attached EEPROM | Ben Dooks | 2008-02-11 | 1 | -0/+1 |
| | * | DM9000: Add platform data to specify external phy | Ben Dooks | 2008-02-11 | 1 | -0/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2008-02-14 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | HID: fix processing of event quirks | Jiri Kosina | 2008-02-11 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2008-02-14 | 2 | -0/+3 |
|\ \ \ |
|
| | \ \ | |
| | \ \ | |
| *-. \ \ | Merge branches 'release', 'dmi', 'idle' and 'misc' into release | Len Brown | 2008-02-14 | 1 | -0/+2 |
| |\ \ \ \ |
|