Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of indirect include of fs_struct.h | Al Viro | 2009-03-31 | 3 | -1/+5 |
* | New helper - current_umask() | Al Viro | 2009-03-31 | 1 | -0/+2 |
* | New locking/refcounting for fs_struct | Al Viro | 2009-03-31 | 1 | -5/+3 |
* | Take fs_struct handling to new file (fs/fs_struct.c) | Al Viro | 2009-03-31 | 1 | -0/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-03-30 | 3 | -13/+2 |
|\ | |||||
| * | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-03-29 | 40 | -234/+1036 |
| |\ | |||||
| * | | kernel: remove HIPQUAD() | Harvey Harrison | 2009-03-28 | 1 | -12/+0 |
| * | | netpoll: store local and remote ip in net-endian | Harvey Harrison | 2009-03-28 | 1 | -1/+1 |
| * | | skbuff.h: fix missing kernel-doc | Randy Dunlap | 2009-03-28 | 1 | -0/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask | Linus Torvalds | 2009-03-30 | 2 | -6/+7 |
|\ \ \ | |||||
| * | | | cpumask: use new cpumask_ functions in core code. | Rusty Russell | 2009-03-30 | 1 | -2/+2 |
| * | | | cpumask: fix seq_bitmap_*() functions. | Rusty Russell | 2009-03-30 | 1 | -4/+5 |
* | | | | Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 | Linus Torvalds | 2009-03-30 | 1 | -3/+4 |
|\ \ \ \ | |||||
| * | | | | dmi: Let dmi_walk() users pass private data | Jean Delvare | 2009-03-30 | 1 | -3/+4 |
| |/ / / | |||||
* | | | | Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-03-30 | 4 | -49/+102 |
|\ \ \ \ | |||||
| * | | | | lockdep: move state bit definitions around | Peter Zijlstra | 2009-02-14 | 1 | -45/+4 |
| * | | | | lockdep: sanitize reclaim bit names | Peter Zijlstra | 2009-02-14 | 1 | -4/+4 |
| * | | | | lockdep: sanitize bit names | Peter Zijlstra | 2009-02-14 | 1 | -11/+11 |
| * | | | | lockdep: annotate reclaim context (__GFP_NOFS) | Nick Piggin | 2009-02-14 | 2 | -1/+17 |
| * | | | | timer: implement lockdep deadlock detection | Johannes Berg | 2009-02-14 | 1 | -9/+84 |
| * | | | | Merge branch 'linus' into core/locking | Ingo Molnar | 2009-02-07 | 136 | -270/+521 |
| |\ \ \ \ | |||||
| * | | | | | mutex: implement adaptive spinning | Peter Zijlstra | 2009-01-14 | 2 | -2/+4 |
| * | | | | | mutex: preemption fixes | Peter Zijlstra | 2009-01-14 | 1 | -0/+1 |
* | | | | | | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad... | Linus Torvalds | 2009-03-30 | 2 | -5/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | proc 2/2: remove struct proc_dir_entry::owner | Alexey Dobriyan | 2009-03-31 | 2 | -5/+1 |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2009-03-30 | 3 | -0/+11 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | PCI PM: Introduce __pci_[start|complete]_power_transition() (rev. 2) | Rafael J. Wysocki | 2009-03-30 | 1 | -0/+1 |
| * | | | | | | | PM: Introduce functions for suspending and resuming device interrupts | Rafael J. Wysocki | 2009-03-30 | 2 | -0/+10 |
* | | | | | | | | reiserfs: fix build breakage | Alexander Beregalov | 2009-03-30 | 1 | -1/+2 |
* | | | | | | | | Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2009-03-30 | 4 | -30/+240 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| * | | | | | | | Merge branch 'linus' into core/iommu | Ingo Molnar | 2009-03-28 | 219 | -1843/+4642 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | dma-debug: fix dma_debug_add_bus() definition for !CONFIG_DMA_API_DEBUG | Ingo Molnar | 2009-03-18 | 1 | -1/+1 |
| * | | | | | | | | Merge branch 'dma-api/debug' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2009-03-18 | 1 | -0/+174 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | dma-debug: add a check dma memory leaks | Joerg Roedel | 2009-03-17 | 1 | -0/+7 |
| | * | | | | | | | | dma-debug: add function to dump dma mappings | David Woodhouse | 2009-03-17 | 1 | -0/+6 |
| | * | | | | | | | | dma-debug: add checks for sync_single_sg_* | Joerg Roedel | 2009-03-05 | 1 | -0/+20 |
| | * | | | | | | | | dma-debug: add checks for sync_single_range_* | Joerg Roedel | 2009-03-05 | 1 | -0/+27 |
| | * | | | | | | | | dma-debug: add checks for sync_single_* | Joerg Roedel | 2009-03-05 | 1 | -0/+20 |
| | * | | | | | | | | dma-debug: add checking for [alloc|free]_coherent | Joerg Roedel | 2009-03-05 | 1 | -0/+16 |
| | * | | | | | | | | dma-debug: add add checking for map/unmap_sg | Joerg Roedel | 2009-03-05 | 1 | -0/+16 |
| | * | | | | | | | | dma-debug: add checking for map/unmap_page/single | Joerg Roedel | 2009-03-05 | 1 | -0/+23 |
| | * | | | | | | | | dma-debug: add initialization code | Joerg Roedel | 2009-03-05 | 1 | -0/+14 |
| | * | | | | | | | | dma-debug: add header file and core data structures | Joerg Roedel | 2009-03-05 | 1 | -0/+25 |
| * | | | | | | | | | Merge branch 'linus' into core/iommu | Ingo Molnar | 2009-03-18 | 15 | -14/+41 |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Merge branch 'linus' into core/iommu | Ingo Molnar | 2009-03-05 | 143 | -335/+615 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | intel-iommu: make dma mapping functions static | FUJITA Tomonori | 2009-01-29 | 1 | -9/+0 |
| * | | | | | | | | | | Merge branch 'linus' into core/iommu | Ingo Molnar | 2009-01-16 | 38 | -87/+723 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | swiotlb: range_needs_mapping should take a physical address. | Ian Campbell | 2009-01-11 | 1 | -1/+1 |
| * | | | | | | | | | | | Merge branch 'linus' into core/iommu | Ingo Molnar | 2009-01-11 | 147 | -1729/+3549 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | x86, ia64: remove duplicated swiotlb code | FUJITA Tomonori | 2009-01-06 | 1 | -14/+7 |