Age | Commit message (Expand) | Author | Files | Lines |
2009-09-15 | mem_class: fix bug | Jin Dongming | 1 | -2/+2 |
2009-09-15 | mem_class: use minor as index instead of searching the array | Kay Sievers | 1 | -42/+40 |
2009-09-15 | Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl... | Linus Torvalds | 16 | -92/+250 |
2009-09-15 | [IA64] mbcs: fix printk format warnings | Randy Dunlap | 1 | -2/+3 |
2009-09-15 | cleanup console_print() | Anirban Sinha | 1 | -3/+2 |
2009-09-15 | Merge branch 'osync_cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2009-09-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 4 | -16/+12 |
2009-09-14 | vfs: Rename generic_file_aio_write_nolock | Christoph Hellwig | 1 | -1/+1 |
2009-09-14 | agp/intel: remove restore in resume | Zhenyu Wang | 1 | -9/+0 |
2009-09-12 | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -5/+14 |
2009-09-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 3 | -4/+17 |
2009-09-11 | Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -0/+1 |
2009-09-11 | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 1 | -1/+1 |
2009-09-11 | [S390] proper use of device register | Sebastian Ott | 1 | -1/+1 |
2009-09-11 | writeback: add name to backing_dev_info | Jens Axboe | 1 | -0/+1 |
2009-09-11 | powerpc/nvram: Enable use Generic NVRAM driver for different size chips | Martyn Welch | 1 | -7/+20 |
2009-09-11 | Merge branch 'next' into for-linus | James Morris | 1 | -6/+6 |
2009-09-10 | TPM: Fixup boot probe timeout for tpm_tis driver | Jason Gunthorpe | 1 | -6/+6 |
2009-09-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh... | Linus Torvalds | 1 | -1/+7 |
2009-09-06 | pty: don't limit the writes to 'pty_space()' inside 'pty_write()' | Linus Torvalds | 1 | -9/+1 |
2009-09-05 | n_tty: do O_ONLCR translation as a single write | Linus Torvalds | 1 | -2/+1 |
2009-09-02 | agp/intel: support for new chip variant of IGDNG mobile | Zhenyu Wang | 1 | -1/+7 |
2009-09-01 | hdlc: convert to netdev_tx_t | Stephen Hemminger | 4 | -16/+12 |
2009-08-28 | hvc_console: Add __init and __exit to hvc_vio | Peter Huewe | 1 | -2/+2 |
2009-08-27 | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 1 | -3/+7 |
2009-08-25 | tty: make sure to flush any pending work when halting the ldisc | Linus Torvalds | 1 | -3/+7 |
2009-08-20 | powerpc/hvsi: Avoid calculating possibly-invalid address | Roel Kluin | 1 | -1/+2 |
2009-08-20 | agp/uninorth: Simplify cache flushing. | Michel Dänzer | 1 | -8/+25 |
2009-08-20 | agp/uninorth: Allow larger aperture sizes on pre-U3 bridges. | Michel Dänzer | 1 | -8/+8 |
2009-08-20 | hvc_console: Drop unnecessary NULL test | Julia Lawall | 1 | -2/+0 |
2009-08-11 | pty: fix data loss when stopped (^S/^Q) | Linus Torvalds | 1 | -0/+2 |
2009-08-06 | agp: fix uninorth build | David Woodhouse | 1 | -1/+1 |
2009-08-05 | Merge git://git.infradead.org/~dwmw2/iommu-agp into agp-next | Dave Airlie | 1 | -0/+6 |
2009-08-05 | intel-agp: Set dma mask for i915 | David Woodhouse | 1 | -0/+6 |
2009-08-05 | Merge git://git.infradead.org/~dwmw2/iommu-agp into agp-next | Dave Airlie | 16 | -82/+243 |
2009-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 | Linus Torvalds | 1 | -99/+53 |
2009-08-05 | tty-ldisc: be more careful in 'put_ldisc' locking | Linus Torvalds | 1 | -5/+12 |
2009-08-05 | tty-ldisc: turn ldisc user count into a proper refcount | Linus Torvalds | 1 | -97/+46 |
2009-08-05 | tty-ldisc: make refcount be atomic_t 'users' count | Linus Torvalds | 1 | -10/+8 |
2009-08-03 | agp: kill phys_to_gart() and gart_to_phys() | David Woodhouse | 15 | -36/+32 |
2009-08-03 | intel-agp: fix sglist allocation to avoid vmalloc() | David Woodhouse | 1 | -19/+10 |
2009-08-03 | intel-agp: Move repeated sglist free into separate function | David Woodhouse | 1 | -14/+15 |
2009-08-03 | agp: Switch agp_{un,}map_page() to take struct page * argument | David Woodhouse | 3 | -18/+17 |
2009-08-03 | agp: tidy up handling of scratch pages w.r.t. DMA API | David Woodhouse | 2 | -16/+15 |
2009-08-03 | intel_agp: Use PCI DMA API correctly on chipsets new enough to have IOMMU | Zhenyu Wang | 1 | -12/+162 |
2009-08-03 | agp: Add generic support for graphics dma remapping | Zhenyu Wang | 3 | -0/+35 |
2009-08-03 | agp: Switch mask_memory() method to take address argument again, not page | David Woodhouse | 13 | -46/+36 |
2009-08-03 | debug lockups: Improve lockup detection, fix generic arch fallback | Ingo Molnar | 1 | -1/+14 |
2009-08-02 | parisc: parisc-agp.c - use correct page_mask function | Helge Deller | 1 | -1/+1 |
2009-08-02 | debug lockups: Improve lockup detection | Ingo Molnar | 1 | -6/+2 |