summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | mISDN: Add ISDN_P_TE_UP0 / ISDN_P_NT_UP0Martin Bachem2009-01-091-0/+12
| * | | | | | | mISDN: Fix irq detectionAndreas Eversberg2009-01-091-0/+1
| * | | | | | | mISDN: Add ISDN sample clock API to mISDN coreAndreas Eversberg2009-01-098-32/+294
| * | | | | | | mISDN: Return error on E-channel accessMartin Bachem2009-01-091-0/+4
| * | | | | | | mISDN: Add E-Channel logging featuresMartin Bachem2009-01-094-1/+22
| * | | | | | | mISDN: Use protocol to detect D-channelMartin Bachem2009-01-091-1/+2
| * | | | | | | mISDN: Fixed more indexing bugsAndreas Eversberg2009-01-091-4/+4
| * | | | | | | mISDN: Make debug output a little bit more verbosePeter Schlaile2009-01-091-1/+3
| * | | | | | | mISDN: Fix HDLC DSP transmitPeter Schlaile2009-01-091-4/+7
| * | | | | | | mISDN: Use struct device name fieldMatthias Urlichs2009-01-096-31/+35
| * | | | | | | mISDN: Added an ioctl to change the device nameMatthias Urlichs2009-01-092-12/+34
| * | | | | | | mISDN: Remove the local max-card limitMatthias Urlichs2009-01-091-4/+0
| * | | | | | | mISDN: Fix queue limit counting problemAndreas Eversberg2009-01-091-9/+14
| * | | | | | | mISDN: Add some debug option for clock problemsAndreas Eversberg2009-01-092-7/+10
| * | | | | | | mISDN: Add feature via MISDN_CTRL_FILL_EMPTY to fill fifo if emptyAndreas Eversberg2009-01-099-45/+165
| * | | | | | | mISDN: Cleanup hfc multiport driverKarsten Keil2009-01-092-89/+24
| |/ / / / / /
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds2009-01-0921-0/+3815
|\ \ \ \ \ \ \
| * | | | | | | MAINTAINERS: squashfs entryPhillip Lougher2009-01-051-0/+7
| * | | | | | | Squashfs: documentationPhillip Lougher2009-01-051-0/+225
| * | | | | | | Squashfs: initrd supportPhillip Lougher2009-01-051-0/+14
| * | | | | | | Squashfs: Kconfig entryPhillip Lougher2009-01-051-0/+52
| * | | | | | | Squashfs: MakefilesPhillip Lougher2009-01-052-0/+9
| * | | | | | | Squashfs: header filesPhillip Lougher2009-01-054-0/+592
| * | | | | | | Squashfs: block operationsPhillip Lougher2009-01-051-0/+274
| * | | | | | | Squashfs: cache operationsPhillip Lougher2009-01-051-0/+412
| * | | | | | | Squashfs: uid/gid lookup operationsPhillip Lougher2009-01-051-0/+94
| * | | | | | | Squashfs: fragment block operationsPhillip Lougher2009-01-051-0/+98
| * | | | | | | Squashfs: export operationsPhillip Lougher2009-01-051-0/+155
| * | | | | | | Squashfs: super block operationsPhillip Lougher2009-01-051-0/+440
| * | | | | | | Squashfs: symlink operationsPhillip Lougher2009-01-051-0/+118
| * | | | | | | Squashfs: regular file operationsPhillip Lougher2009-01-051-0/+502
| * | | | | | | Squashfs: directory readdir operationsPhillip Lougher2009-01-051-0/+235
| * | | | | | | Squashfs: directory lookup operationsPhillip Lougher2009-01-051-0/+242
| * | | | | | | Squashfs: inode operationsPhillip Lougher2009-01-051-0/+346
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommuLinus Torvalds2009-01-0929-521/+992
|\ \ \ \ \ \ \ \
| * | | | | | | | NOMMU: Support XIP on initramfsDavid Howells2009-01-081-0/+1
| * | | | | | | | NOMMU: Teach kobjsize() about VMA regions.Paul Mundt2009-01-081-0/+14
| * | | | | | | | FLAT: Don't attempt to expand the userspace stack to fill the space allocatedDavid Howells2009-01-081-23/+11
| * | | | | | | | FDPIC: Don't attempt to expand the userspace stack to fill the space allocatedDavid Howells2009-01-081-8/+0
| * | | | | | | | NOMMU: Improve procfs output using per-MM VMAsDavid Howells2009-01-081-10/+22
| * | | | | | | | NOMMU: Make mmap allocation page trimming behaviour configurable.Paul Mundt2009-01-085-23/+90
| * | | | | | | | NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells2009-01-0823-436/+860
| * | | | | | | | NOMMU: Delete askedalloc and realalloc variablesDavid Howells2009-01-081-27/+1
| * | | | | | | | NOMMU: Rename ARM's struct vm_regionDavid Howells2009-01-081-14/+14
| * | | | | | | | NOMMU: Fix cleanup handling in ramfs_nommu_get_umapped_area()David Howells2009-01-081-11/+10
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-01-091-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | CRED: Fix commit_creds() on a process that has no mmDavid Howells2009-01-081-1/+2
| |/ / / / / / / /
* | | | | | | | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-01-0928-203/+376
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [S390] update documentation for hvc_iucv kernel parameter.Hendrik Brueckner2009-01-091-2/+2
| * | | | | | | | | [S390] hvc_iucv: Special handling of IUCV HVC devicesHendrik Brueckner2009-01-091-12/+28
OpenPOWER on IntegriCloud