summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Time: i386 Conversion - part 3: Enable Generic Timekeepingjohn stultz2006-06-262-57/+2Star
* [PATCH] Time: i386 Conversion - part 2: Rework TSC Supportjohn stultz2006-06-264-34/+56
* [PATCH] Time: Introduce arch generic time accessorsjohn stultz2006-06-261-0/+15
* [PATCH] Time: Use clocksource abstraction for NTP adjustmentsjohn stultz2006-06-261-0/+97
* [PATCH] Time: Let user request precision from current_tick_length()john stultz2006-06-261-1/+1
* [PATCH] Time: Use clocksource infrastructure for update_wall_timejohn stultz2006-06-261-0/+2
* [PATCH] Time: Clocksource Infrastructurejohn stultz2006-06-261-0/+181
* [PATCH] Add new generic HW RNG coreMichael Buesch2006-06-261-0/+50
* [PATCH] keys: discard the contents of a key on revocationDavid Howells2006-06-261-0/+1
* [PATCH] keys: sort out key quota systemDavid Howells2006-06-262-7/+17
* [PATCH] m68knommu: make enable_irq() macro statementGreg Ungerer2006-06-261-1/+1
* [PATCH] m68knommu: fix ColdFire 5249 PLL setGreg Ungerer2006-06-261-1/+1
* [PATCH] m68knommu: ColdFire cache flush fixupsGreg Ungerer2006-06-261-3/+10
* [PATCH] m68knommu: force stack alignment on ColdFireGreg Ungerer2006-06-261-8/+20
* [PATCH] m68knommu: configurable frequency selection headerGreg Ungerer2006-06-261-59/+17Star
* Revert "swsusp special saveable pages support" commitsLinus Torvalds2006-06-261-1/+0Star
* [PATCH] m68knommu: add ColdFire 532x UART address supportGreg Ungerer2006-06-261-0/+4
* [PATCH] m68knommu: include ColdFire 532x register definitionsGreg Ungerer2006-06-261-0/+3
* [PATCH] m68knommu: add ColdFire 532x cache initGreg Ungerer2006-06-261-0/+15
* [PATCH] m68knommu: ColdFire 532x register definitionsGreg Ungerer2006-06-261-0/+2238
* [PATCH] m68knommu: read/write register access for PIT timerGreg Ungerer2006-06-261-5/+3Star
* [PATCH] m68knommu: read/write register access for ColdFire core timerGreg Ungerer2006-06-261-17/+13Star
* Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2006-06-259-38/+109
|\
| * Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-06-2545-145/+735
| |\
| * | git-nfs-build-fixesAndrew Morton2006-06-251-2/+0Star
| * | Merge branch 'odirect'Trond Myklebust2006-06-251-2/+0Star
| * | NFS: Eliminate nfs_get_user_pages()Chuck Lever2006-06-241-0/+2
| * | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-06-24307-3419/+6986
| |\ \
| * \ \ Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-06-21944-1931/+3030
| |\ \ \
| * \ \ \ Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-06-20109-889/+2577
| |\ \ \ \
| * | | | | NLM: Fix reclaim racesTrond Myklebust2006-06-091-0/+1
| * | | | | NLM: sem to mutex conversionTrond Myklebust2006-06-091-1/+1
| * | | | | locks.c: add the fl_owner to nlm_compare_locksMarc Eshel2006-06-091-0/+1
| * | | | | NFSv4: Follow a referralManoj Naik2006-06-092-0/+2
| * | | | | NFSv4: Ensure client submounts when following a referralManoj Naik2006-06-091-0/+2
| * | | | | NFSv4: convert fs-locations-components to conform to RFC3530Manoj Naik2006-06-091-10/+20
| * | | | | NFSv4: Implement the fs_locations function callTrond Myklebust2006-06-092-0/+25
| * | | | | RPC: Allow struc xdr_stream to read the page section of an xdr_bufTrond Myklebust2006-06-091-0/+1
| * | | | | NFS: Add timeout to submountsTrond Myklebust2006-06-091-0/+3
| * | | | | NFS: Ensure the client submounts, when it crosses a server mountpoint.Trond Myklebust2006-06-091-0/+9
| * | | | | NFS: Store the file system "fsid" value in the NFS super block.Trond Myklebust2006-06-094-10/+16
| * | | | | VFS: Remove dependency of ->umount_begin() call on MNT_FORCETrond Myklebust2006-06-091-1/+1
| * | | | | VFS: Add shrink_submounts()Trond Myklebust2006-06-091-0/+3
| * | | | | VFS: Unexport do_kern_mount() and clean up simple_pin_fs()Trond Myklebust2006-06-091-1/+1
| * | | | | VFS: Add GPL_EXPORTED function vfs_kern_mount()Trond Myklebust2006-06-091-0/+5
| * | | | | NFS: Flesh out nfs_invalidate_page()Trond Myklebust2006-06-092-2/+3
| * | | | | NFS: Separate metadata and page cache revalidation mechanismsTrond Myklebust2006-06-091-1/+1
| * | | | | NFS: More page cache revalidation fixupsTrond Myklebust2006-06-091-1/+5
| * | | | | NFS: Optimize allocation of nfs_read/write_data structuresChuck Lever2006-06-091-2/+2
| * | | | | NFS: Clean up inode metadata updatesTrond Myklebust2006-06-091-2/+1Star