Age | Commit message (Expand) | Author | Files | Lines |
2007-02-09 | [PATCH] misc duplicate field initializers | Al Viro | 2 | -2/+0 |
2007-02-09 | [PATCH] kvm: __user annotations | Al Viro | 1 | -17/+18 |
2007-02-09 | [PATCH] offsetof is size_t | Al Viro | 1 | -3/+3 |
2007-02-09 | [PATCH] kill eth_io_copy_and_sum() | Al Viro | 8 | -14/+8 |
2007-02-09 | [PATCH] drivers/serial NULL noise removal | Al Viro | 1 | -3/+3 |
2007-02-09 | [PATCH] usbvision missing __user | Al Viro | 1 | -1/+1 |
2007-02-09 | [PATCH] hwmon: ansify | Al Viro | 1 | -1/+1 |
2007-02-09 | [PATCH] trivial __user annotations - rtc-dev | Al Viro | 1 | -1/+1 |
2007-02-09 | [PATCH] missing include in macsonic | Al Viro | 1 | -0/+1 |
2007-02-09 | [PATCH] spider_net breakage from class_device -> device | Al Viro | 1 | -1/+1 |
2007-02-09 | [PATCH] TIFM should depend on PCI - TIFM_CORE leads to use of pci primitives | Al Viro | 2 | -2/+2 |
2007-02-09 | [PATCH] m32r: class_device -> device fallout | Al Viro | 1 | -1/+1 |
2007-02-09 | [PATCH] ps3 usb missed the addition of new argument to ps3_alloc_io_irq() | Al Viro | 2 | -2/+2 |
2007-02-09 | [PATCH] assigning enum constant to char * is vile, even if it happens to be 0 | Al Viro | 1 | -2/+2 |
2007-02-09 | [PATCH] wrong order of kzalloc arguments | Al Viro | 1 | -1/+1 |
2007-02-09 | Merge branch 'linus' of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa | Linus Torvalds | 1 | -1/+1 |
2007-02-09 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 13 | -4413/+959 |
2007-02-09 | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 12 | -108/+5207 |
2007-02-09 | [ALSA] ucb1400_ts.c compilation fix (struct snd_ac97) | Andrew Morton | 1 | -1/+1 |
2007-02-08 | ucc_geth: Add support to local-mac-address property | Li Yang | 1 | -1/+7 |
2007-02-08 | ucc_geth: Remove obsolete workaround of link speed change | Li Yang | 2 | -66/+7 |
2007-02-08 | cxgb3: sysfs attributes in -mm tree | Divy Le Ray | 1 | -41/+45 |
2007-02-08 | Merge branch 'HEAD' of master.kernel.org:/pub/scm/linux/kernel/git/herbert/cr... | David S. Miller | 1 | -1/+1 |
2007-02-08 | [S390]: Adapt special message interface to new IUCV API | Martin Schwidefsky | 1 | -73/+74 |
2007-02-08 | [S390]: Adapt netiucv driver to new IUCV API | Martin Schwidefsky | 1 | -662/+652 |
2007-02-08 | [S390]: Adapt vmlogrdr driver to new IUCV API | Martin Schwidefsky | 1 | -152/+127 |
2007-02-08 | [S390]: Adapt monreader driver to new IUCV API | Martin Schwidefsky | 1 | -117/+101 |
2007-02-08 | [S390]: Rewrite of the IUCV base code, part 1 | Martin Schwidefsky | 4 | -3397/+0 |
2007-02-08 | [BONDING]: Replace kmalloc() + memset() pairs with the appropriate kzalloc() ... | Joe Jin | 2 | -6/+2 |
2007-02-08 | [TG3]: Avoid an expensive divide. | Eric Dumazet | 1 | -1/+1 |
2007-02-08 | [NET] slip: Replace kmalloc() + memset() pairs with the appropriate kzalloc()... | Joe Jin | 1 | -4/+1 |
2007-02-08 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 4 | -22/+22 |
2007-02-08 | Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc | Linus Torvalds | 14 | -430/+167 |
2007-02-08 | Merge branch 'drm-patches' of master.kernel.org:/pub/scm/linux/kernel/git/air... | Linus Torvalds | 21 | -307/+304 |
2007-02-08 | Add Attansic L1 ethernet driver. | Jay Cliburn | 9 | -0/+5148 |
2007-02-07 | Revert "Driver core: convert SPI code to use struct device" | Greg Kroah-Hartman | 4 | -22/+22 |
2007-02-08 | drm: Allow for 44 bit user-tokens (or drm_file offsets) | Thomas Hellstrom | 3 | -13/+14 |
2007-02-08 | [POWERPC] windfarm: don't die on suspend thread signal | Johannes Berg | 1 | -4/+2 |
2007-02-08 | [POWERPC] ppc: Fix booke watchdog initialization | Stefan Roese | 1 | -9/+11 |
2007-02-07 | Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 15 | -868/+2478 |
2007-02-07 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 20 | -1533/+969 |
2007-02-07 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 129 | -1544/+5611 |
2007-02-07 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 40 | -389/+555 |
2007-02-07 | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 121 | -5262/+25552 |
2007-02-08 | drm/via: Disable AGP DMA for chips with the new 3D engine. | Thomas Hellstrom | 1 | -0/+5 |
2007-02-08 | drm: update core memory manager from git drm tree | Thomas Hellstrom | 3 | -47/+149 |
2007-02-08 | drm: remove drm_ioremap and drm_ioremapfree | Christoph Hellwig | 6 | -195/+25 |
2007-02-08 | i810/i830: use drm_core_ioremap instead of drm_ioremap | Dave Airlie | 4 | -22/+48 |
2007-02-08 | drm: use vmalloc_user instead of vmalloc_32 for DRM_SHM | Thomas Hellstrom | 1 | -1/+1 |
2007-02-08 | via: allow for npot texture pitch alignment | Thomas Hellstrom | 3 | -11/+24 |