Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | [SERIAL] Remove unused variable in sa1100.c | Russell King | 2005-11-19 | 1 | -1/+0 | |
| * | | | | | | [SERIAL] Fix status reporting with PL011 serial driver | Russell King | 2005-11-19 | 2 | -23/+27 | |
* | | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel | Linus Torvalds | 2005-11-19 | 3 | -20/+15 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [DRIVER MODEL] Fix typo in ohci-ppc-soc.c | Andrey Volkov | 2005-11-17 | 1 | -1/+1 | |
| * | | | | | | | [DRIVER MODEL] Fix merge clashes with ARM ixp2000 / ixp4xx platforms | Russell King | 2005-11-17 | 3 | -19/+15 | |
* | | | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2005-11-19 | 15 | -253/+57 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [ARM] 3168/1: Update ARM signal delivery and masking | Daniel Jacobowitz | 2005-11-19 | 4 | -201/+14 | |
| * | | | | | | | | [ARM] Fix get_user when passed a const pointer | Russell King | 2005-11-18 | 3 | -18/+2 | |
| * | | | | | | | | [ARM] Fix some corner cases in new mm initialisation | Russell King | 2005-11-17 | 2 | -12/+16 | |
| * | | | | | | | | [ARM] __ioremap doesn't use 4th argument | Russell King | 2005-11-17 | 3 | -17/+16 | |
| * | | | | | | | | [ARM] Drivers should not make use of architecture private __ioremap | Russell King | 2005-11-17 | 2 | -4/+4 | |
| * | | | | | | | | [ARM] Improve comment about ASSERT()s in vmlinux.lds.S | Russell King | 2005-11-17 | 1 | -1/+5 | |
* | | | | | | | | | powerpc: Fix bug in timebase synchronization on 32-bit SMP powermac | Paul Mackerras | 2005-11-19 | 1 | -2/+4 | |
* | | | | | | | | | powerpc: Merge spinlock.h | Paul Mackerras | 2005-11-19 | 1 | -22/+50 | |
* | | | | | | | | | powerpc: move include/asm-ppc64/ptrace-common.h to arch/powerpc/kernel | Paul Mackerras | 2005-11-19 | 3 | -2/+4 | |
* | | | | | | | | | powerpc: Merge pci.h | Paul Mackerras | 2005-11-19 | 4 | -50/+83 | |
* | | | | | | | | | powerpc: Trivially merge several headers from asm-ppc64 to asm-powerpc | Paul Mackerras | 2005-11-19 | 9 | -25/+49 | |
* | | | | | | | | | [PATCH] powerpc: Remove imalloc.h | David Gibson | 2005-11-19 | 6 | -30/+26 | |
* | | | | | | | | | Merge branch 'mymerge' of ssh://ozlabs.org/home/sfr/kernel-sfr | Paul Mackerras | 2005-11-19 | 3 | -181/+110 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | powerpc: merge dma-mapping.h | Stephen Rothwell | 2005-11-19 | 2 | -171/+93 | |
| * | | | | | | | | | ppc32: move some dma routines | Stephen Rothwell | 2005-11-19 | 2 | -10/+17 | |
* | | | | | | | | | | [PATCH] powerpc: Fix setting MPIC priority | Benjamin Herrenschmidt | 2005-11-19 | 1 | -5/+8 | |
| |_|_|_|/ / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2005-11-18 | 14 | -341/+143 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | [PATCH] ide: fix ide_toggle_bounce() to not try to bounce if we have an IOMMU | James Bottomley | 2005-11-18 | 1 | -4/+4 | |
| * | | | | | | | | | [PATCH] ide: make comment match reality | Ralf Baechle | 2005-11-18 | 1 | -1/+1 | |
| * | | | | | | | | | [PATCH] cs5520: fix return value of cs5520_init_one() | Amit Gud | 2005-11-18 | 1 | -3/+2 | |
| * | | | | | | | | | [PATCH] siimage: docs urls | Jeff Garzik | 2005-11-18 | 1 | -1/+7 | |
| * | | | | | | | | | [PATCH] aec62xxx: remove all dead (#if0'd) code | Thibaut VARENE | 2005-11-18 | 1 | -47/+0 | |
| * | | | | | | | | | [PATCH] pmac IDE: don't release empty interfaces | Thibaut VARENE | 2005-11-18 | 1 | -14/+0 | |
| * | | | | | | | | | [PATCH] alim15x3: use KERN_WARNING | Alexey Dobriyan | 2005-11-18 | 1 | -1/+1 | |
| * | | | | | | | | | [PATCH] alim15x3: replace pci_find_device() with pci_dev_present() | Hanna Linder | 2005-11-18 | 1 | -1/+6 | |
| * | | | | | | | | | [PATCH] ide: remove ide_driver_t.owner field | Laurent Riffard | 2005-11-18 | 6 | -6/+8 | |
| * | | | | | | | | | [PATCH] via82cxxx IDE: support multiple controllers | Daniel Drake | 2005-11-18 | 1 | -78/+117 | |
| * | | | | | | | | | [PATCH] via82cxxx IDE: remove /proc/via entry | Daniel Drake | 2005-11-18 | 1 | -188/+0 | |
* | | | | | | | | | | [COMPAT]: EXT3_IOC_SETVERSION is _IOW() not _IOR(). | David S. Miller | 2005-11-18 | 1 | -1/+1 | |
* | | | | | | | | | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan... | Linus Torvalds | 2005-11-18 | 4 | -26/+31 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | IB/umad: make sure write()s have sufficient data | Roland Dreier | 2005-11-18 | 1 | -1/+1 | |
| * | | | | | | | | | | IB/mthca: Safer max_send_sge/max_recv_sge calculation | Michael S. Tsirkin | 2005-11-18 | 1 | -4/+6 | |
| * | | | | | | | | | | [IB] mthca: don't disable RDMA writes if no responder resources | Roland Dreier | 2005-11-15 | 1 | -15/+12 | |
| * | | | | | | | | | | [IB] srp: don't post receive if no send buf available | Roland Dreier | 2005-11-15 | 1 | -6/+9 | |
| * | | | | | | | | | | [IB] srp: increase max_luns | Roland Dreier | 2005-11-11 | 2 | -0/+3 | |
* | | | | | | | | | | | Merge branch 'parisc' of master.kernel.org:/pub/scm/linux/kernel/git/kyle/par... | Linus Torvalds | 2005-11-18 | 24 | -649/+245 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' | Kyle McMartin | 2005-11-18 | 82 | -7078/+2047 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | [PARISC] Update CREDITS entries | Kyle McMartin | 2005-11-18 | 1 | -2/+10 | |
| * | | | | | | | | | | | | [PARISC] Mark hisax and pcbit ISDN drivers as not for parisc | Matthew Wilcox | 2005-11-18 | 2 | -7/+7 | |
| * | | | | | | | | | | | | [PARISC] Mention PA-RISC in NS87415 help | Matthew Wilcox | 2005-11-18 | 1 | -1/+1 | |
| * | | | | | | | | | | | | [PARISC] Make Serial MUX depend on a specific bus type. | Matthew Wilcox | 2005-11-18 | 1 | -1/+1 | |
| * | | | | | | | | | | | | [PARISC] Fix compile warning caused by conflicting types of expand_upwards() | Matthew Wilcox | 2005-11-18 | 2 | -1/+3 | |
| * | | | | | | | | | | | | [PARISC] Make superio.c initialize before any driver needs it | Kyle McMartin | 2005-11-17 | 1 | -14/+21 | |
| * | | | | | | | | | | | | [PARISC] Always spinlock tlb flush operations to ensure preempt safety | Matthew Wilcox | 2005-11-17 | 1 | -12/+4 |