aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-05-186-22/+81
|\
| * rcu: remove all rcu head initializations, except on_stack initializationsPaul E. McKenney2010-05-111-1/+0
| * rcu head introduce rcu head init on stackMathieu Desnoyers2010-05-101-0/+8
| * Debugobjects transition checkMathieu Desnoyers2010-05-101-0/+11
| * rcu: make SRCU usable in modulesPaul E. McKenney2010-05-101-0/+2
| * rcu: slim down rcutiny by removing rcu_scheduler_active and friendsPaul E. McKenney2010-05-103-3/+17
| * rcu: refactor RCU's context-switch handlingPaul E. McKenney2010-05-102-0/+5
| * rcu: shrink rcutiny by making synchronize_rcu_bh() be inlinePaul E. McKenney2010-05-103-3/+13
| * rcu: fix now-bogus rcu_scheduler_active comments.Paul E. McKenney2010-05-101-2/+4
| * rcu: Fix bogus CONFIG_PROVE_LOCKING in comments to reflect reality.Paul E. McKenney2010-05-102-9/+10
| * rcu: optionally leave lockdep enabled after RCU lockdep splatLai Jiangshan2010-05-101-4/+11
* | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-181-12/+12
|\ \
| * \ Merge branch 'iommu/largepages' into amd-iommu/2.6.35Joerg Roedel2010-05-111-12/+12
| |\ \ | | |/ | |/|
| | * iommu-api: Remove iommu_{un}map_range functionsJoerg Roedel2010-03-071-20/+0
| | * iommu-api: Add ->{un}map callbacks to iommu_opsJoerg Roedel2010-03-071-0/+4
| | * iommu-api: Add iommu_map and iommu_unmap functionsJoerg Roedel2010-03-071-0/+16
| | * iommu-api: Rename ->{un}map function pointers to ->{un}map_rangeJoerg Roedel2010-03-071-4/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2010-05-173-23/+14
|\ \ \
| * | | m68k: amiga - Zorro host bridge platform device conversionGeert Uytterhoeven2010-05-171-9/+0
| * | | m68k: amiga - Zorro bus modalias supportGeert Uytterhoeven2010-05-172-12/+10
| * | | platform: Make platform resource input parameters constGeert Uytterhoeven2010-05-171-2/+4
* | | | atomic_t: Remove volatile from atomic_t definitionAnton Blanchard2010-05-171-2/+2
* | | | atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard2010-05-171-1/+1
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-162-22/+22
|\ \ \
| * | | rtnetlink: make SR-IOV VF interface symmetricChris Wright2010-05-161-4/+19
| * | | tcp: fix MD5 (RFC2385) supportEric Dumazet2010-05-161-18/+3
* | | | Fix the regression created by "set S_DEAD on unlink()..." commitAl Viro2010-05-151-0/+14
|/ / /
* | | revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt2010-05-111-1/+0
* | | dma-mapping: fix dma_sync_single_range_*FUJITA Tomonori2010-05-111-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-112-0/+4
|\ \ \ | |/ / |/| |
| * | sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich2010-05-062-0/+4
* | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-05-071-28/+0
|\ \ \
| * | | drm/ttm: Remove the ttm_bo_block_reservation() function.Thomas Hellstrom2010-05-071-28/+0
* | | | Merge branch 'v4l_for_2.6.34' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-05-071-1/+0
|\ \ \ \
| * | | | V4L/DVB: saa7146: fix regression of the av7110/budget-av driverHans Verkuil2010-05-061-1/+0
* | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-072-0/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | rcu: create rcu_my_thread_group_empty() wrapperPaul E. McKenney2010-05-061-0/+2
| * | | | cgroup: Check task_lock in task_subsys_state()Li Zefan2010-05-041-0/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-052-1/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | net: fix compile error due to double return type in SOCK_DEBUGJan Engelhardt2010-05-021-1/+1
| * | | | sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CV...Neil Horman2010-04-281-0/+1
* | | | | i2c-core: Use per-adapter userspace device listsJean Delvare2010-05-041-0/+2
* | | | | USB: rename usb_buffer_alloc() and usb_buffer_free()Daniel Mack2010-04-301-3/+15
* | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-04-291-0/+1
|\ \ \ \ \
| * | | | | NFS: Fix an unstable write data integrity raceTrond Myklebust2010-04-221-0/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-04-282-0/+2
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | sctp: Fix oops when sending queued ASCONF chunksVlad Yasevich2010-04-281-0/+1
| * | | | | sctp: avoid irq lock inversion while call sk->sk_data_ready()Wei Yongjun2010-04-281-0/+1
* | | | | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds2010-04-282-9/+6
|\ \ \ \ \ \
| * | | | | | pcmcia: pcmcia_dev_present bugfixDominik Brodowski2010-04-212-9/+6
| |/ / / / /