aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-08-131-11/+38
|\
| * perf: Rework/fix the whole read vs group stuffPeter Zijlstra2009-08-131-11/+36
| * perf_counter: Provide hw_perf_counter_setup_online() APIsIngo Molnar2009-08-131-0/+2
* | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-08-131-1/+8
|\ \
| * | locking, sched: Give waitqueue spinlocks their own lockdep classesPeter Zijlstra2009-08-101-1/+8
* | | NFS: Fix an O_DIRECT Oops...Trond Myklebust2009-08-121-3/+2
| |/ |/|
* | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-08-101-5/+7
|\ \ | |/ |/|
| * perf_counter: Correct PERF_SAMPLE_RAW outputPeter Zijlstra2009-08-101-0/+2
| * perf_counter: Fix tracepoint sampling to be part of generic samplingFrederic Weisbecker2009-08-091-5/+5
* | Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-08-091-0/+1
|\ \ | |/ |/|
| * KVM: fix ack not being delivered when msi presentMichael S. Tsirkin2009-08-051-0/+1
* | perf_counter: Fix/complete ftrace event records samplingFrederic Weisbecker2009-08-092-2/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hch/xfs-icache-racesLinus Torvalds2009-08-071-1/+2
|\ \
| * | vfs: add __destroy_inodeChristoph Hellwig2009-08-071-0/+1
| * | vfs: fix inode_init_always calling conventionChristoph Hellwig2009-08-071-1/+1
| |/
* | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-08-071-5/+3
|\ \
| * | ftrace: Fix perf-tracepoint OOPSPeter Zijlstra2009-08-061-5/+3
| |/
* | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-08-072-1/+3
|\ \
| * | mtd: fix the conversion from dev to mtd_infoSaeed Bishara2009-08-031-1/+1
| * | mtd: let include/linux/mtd/partitions.h stand on its ownNicolas Pitre2009-08-031-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-08-071-6/+7
|\ \ \
| * | | Input: matrix_keypad - make matrix keymap size dynamicEric Miao2009-08-051-6/+7
* | | | bzip2/lzma/gzip: fix comments describing decompressor APIPhillip Lougher2009-08-071-13/+19
* | | | mm: make set_mempolicy(MPOL_INTERLEAV) N_HIGH_MEMORY awareKAMEZAWA Hiroyuki2009-08-071-0/+28
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2009-08-041-1/+1
|\ \ \
| * | | tty-ldisc: make refcount be atomic_t 'users' countLinus Torvalds2009-08-041-1/+1
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-08-041-0/+1
|\ \ \
| * | | block: Add a wrapper for setting minimum request size without a queueMartin K. Petersen2009-08-011-0/+1
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-08-041-1/+1
|\ \ \
| * | | ip: fix logic of reverse path filter sysctlStephen Hemminger2009-07-271-1/+1
* | | | perf_counter: Full task tracingPeter Zijlstra2009-08-021-1/+12
| |/ / |/| |
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-07-311-1/+1
|\ \ \
| * | | io context: fix ref countingLi Zefan2009-07-311-1/+1
* | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-07-311-1/+13
|\ \ \ \
| * | | | clocksource: Save mult_orig in clocksource_disable()Magnus Damm2009-07-311-1/+13
* | | | | cb710: use SG_MITER_TO_SG/SG_MITER_FROM_SGSebastian Andrzej Siewior2009-07-311-26/+3
* | | | | lib/scatterlist: add a flags to signalize mapping directionSebastian Andrzej Siewior2009-07-311-0/+2
* | | | | lguest and virtio: cleanup struct definitions to Linux style.Rusty Russell2009-07-305-20/+10
* | | | | lguest: fix comment styleRusty Russell2009-07-302-18/+36
* | | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2009-07-291-0/+1
|\ \ \ \ \
| * | | | | PM / Hibernate: Replace bdget call with simple atomic_inc of i_countAlan Jenkins2009-07-291-0/+1
| | |/ / / | |/| | |
* | | | | uio: mark uio.h functions __KERNEL__ onlyJiri Slaby2009-07-291-9/+8
* | | | | lib: flexible array implementationDave Hansen2009-07-291-0/+47
* | | | | pps.h needs <linux/types.h>Dave Jones2009-07-291-0/+2
* | | | | cgroup avoid permanent sleep at rmdirKAMEZAWA Hiroyuki2009-07-291-0/+17
* | | | | cgroups: fix pid namespace bugLi Zefan2009-07-291-7/+4
* | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-07-291-0/+1
|\ \ \ \ \
| * | | | | libata: accept late unlocking of HPATejun Heo2009-07-281-0/+1
| |/ / / /
* | | | | pty: avoid forcing 'low_latency' tty flagOGAWA Hirofumi2009-07-291-0/+1
|/ / / /
* | | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2009-07-271-1/+1
|\ \ \ \