| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2009-09-18 | 1 | -2/+3 |
|\ |
|
| * | [IA64] mbcs: fix printk format warnings | Randy Dunlap | 2009-09-15 | 1 | -2/+3 |
* | | pty_write: don't do a tty_wakeup() when the buffers are full | Linus Torvalds | 2009-09-18 | 1 | -2/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2009-09-17 | 1 | -3/+0 |
|\ \ |
|
| * | | sparc: Kill PROM console driver. | David S. Miller | 2009-09-15 | 1 | -3/+0 |
* | | | MIPS: hw_random: Add hardware RNG for Octeon SOCs. | David Daney | 2009-09-17 | 3 | -0/+161 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2009-09-16 | 1 | -42/+40 |
|\ \ \
| |/ /
|/| | |
|
| * | | mem_class: fix bug | Jin Dongming | 2009-09-15 | 1 | -2/+2 |
| * | | mem_class: use minor as index instead of searching the array | Kay Sievers | 2009-09-15 | 1 | -42/+40 |
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2009-09-15 | 5 | -28/+57 |
|\ \ \ |
|
| * | | | powerpc/nvram: Enable use Generic NVRAM driver for different size chips | Martyn Welch | 2009-09-11 | 1 | -7/+20 |
| * | | | hvc_console: Add __init and __exit to hvc_vio | Peter Huewe | 2009-08-28 | 1 | -2/+2 |
| * | | | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 2009-08-27 | 1 | -3/+7 |
| |\ \ \ |
|
| * | | | | powerpc/hvsi: Avoid calculating possibly-invalid address | Roel Kluin | 2009-08-20 | 1 | -1/+2 |
| * | | | | agp/uninorth: Simplify cache flushing. | Michel Dänzer | 2009-08-20 | 1 | -8/+25 |
| * | | | | agp/uninorth: Allow larger aperture sizes on pre-U3 bridges. | Michel Dänzer | 2009-08-20 | 1 | -8/+8 |
| * | | | | hvc_console: Drop unnecessary NULL test | Julia Lawall | 2009-08-20 | 1 | -2/+0 |
* | | | | | Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl... | Linus Torvalds | 2009-09-15 | 16 | -92/+250 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | agp/intel: remove restore in resume | Zhenyu Wang | 2009-09-14 | 1 | -9/+0 |
| * | | | | agp: fix uninorth build | David Woodhouse | 2009-08-06 | 1 | -1/+1 |
| * | | | | Merge git://git.infradead.org/~dwmw2/iommu-agp into agp-next | Dave Airlie | 2009-08-05 | 1 | -0/+6 |
| |\ \ \ \ |
|
| | * | | | | intel-agp: Set dma mask for i915 | David Woodhouse | 2009-08-05 | 1 | -0/+6 |
| * | | | | | Merge git://git.infradead.org/~dwmw2/iommu-agp into agp-next | Dave Airlie | 2009-08-05 | 16 | -82/+243 |
| |\ \ \ \ \
| | |/ / / / |
|
| | * | | | | agp: kill phys_to_gart() and gart_to_phys() | David Woodhouse | 2009-08-03 | 15 | -36/+32 |
| | * | | | | intel-agp: fix sglist allocation to avoid vmalloc() | David Woodhouse | 2009-08-03 | 1 | -19/+10 |
| | * | | | | intel-agp: Move repeated sglist free into separate function | David Woodhouse | 2009-08-03 | 1 | -14/+15 |
| | * | | | | agp: Switch agp_{un,}map_page() to take struct page * argument | David Woodhouse | 2009-08-03 | 3 | -18/+17 |
| | * | | | | agp: tidy up handling of scratch pages w.r.t. DMA API | David Woodhouse | 2009-08-03 | 2 | -16/+15 |
| | * | | | | intel_agp: Use PCI DMA API correctly on chipsets new enough to have IOMMU | Zhenyu Wang | 2009-08-03 | 1 | -12/+162 |
| | * | | | | agp: Add generic support for graphics dma remapping | Zhenyu Wang | 2009-08-03 | 3 | -0/+35 |
| | * | | | | agp: Switch mask_memory() method to take address argument again, not page | David Woodhouse | 2009-08-03 | 13 | -46/+36 |
* | | | | | | cleanup console_print() | Anirban Sinha | 2009-09-14 | 1 | -3/+2 |
* | | | | | | Merge branch 'osync_cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2009-09-14 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | vfs: Rename generic_file_aio_write_nolock | Christoph Hellwig | 2009-09-14 | 1 | -1/+1 |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2009-09-14 | 4 | -16/+12 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | hdlc: convert to netdev_tx_t | Stephen Hemminger | 2009-09-01 | 4 | -16/+12 |
| |/ / / / / |
|
* | | | | | | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-09-11 | 1 | -5/+14 |
|\ \ \ \ \ \ |
|
| * | | | | | | debug lockups: Improve lockup detection, fix generic arch fallback | Ingo Molnar | 2009-08-03 | 1 | -1/+14 |
| * | | | | | | debug lockups: Improve lockup detection | Ingo Molnar | 2009-08-02 | 1 | -6/+2 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2009-09-11 | 3 | -4/+17 |
|\ \ \ \ \ \ |
|
| * | | | | | | hwrng: Use PCI_VDEVICE | Joe Perches | 2009-06-25 | 2 | -4/+3 |
| * | | | | | | random: Add optional continuous repetition test to entropy store based rngs | Neil Horman | 2009-06-18 | 1 | -0/+14 |
* | | | | | | | Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-09-11 | 1 | -0/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | writeback: add name to backing_dev_info | Jens Axboe | 2009-09-11 | 1 | -0/+1 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2009-09-11 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | [S390] proper use of device register | Sebastian Ott | 2009-09-11 | 1 | -1/+1 |
| |/ / / / / / |
|
* | | | | | | | Merge branch 'next' into for-linus | James Morris | 2009-09-11 | 1 | -6/+6 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | TPM: Fixup boot probe timeout for tpm_tis driver | Jason Gunthorpe | 2009-09-10 | 1 | -6/+6 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh... | Linus Torvalds | 2009-09-07 | 1 | -1/+7 |
|\ \ \ \ \ \ |
|
| * | | | | | | agp/intel: support for new chip variant of IGDNG mobile | Zhenyu Wang | 2009-09-02 | 1 | -1/+7 |
| | |_|_|_|/
| |/| | | | |
|