aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* workqueue: deprecate cancel_rearming_delayed_work[queue]()Tejun Heo2010-12-151-2/+2
* Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-11-252-1/+1
|\
| * fbcmap: integer overflow bugDan Carpenter2010-11-171-0/+1
| * fbdev: da8xx: punt duplicated FBIO_WAITFORVSYNC defineMike Frysinger2010-11-161-1/+0
* | Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-11-251-31/+3
|\ \
| * \ Merge branch 'common/clkfwk' into sh-fixes-for-linusPaul Mundt2010-11-161-31/+3
| |\ \ | | |/ | |/|
| | * sh: clkfwk: Disable init clk op for non-legacy clocks.Paul Mundt2010-11-151-0/+2
| | * sh: clkfwk: Kill off now unused algo_id in set_rate op.Paul Mundt2010-11-151-1/+1
| | * sh: clkfwk: Kill off unused clk_set_rate_ex().Paul Mundt2010-11-151-30/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2010-11-251-1/+1
|\ \ \
| * | | module: Update prototype for ref_module (formerly use_module)Anders Kaseorg2010-11-241-1/+1
* | | | memcg: fix false positive VM_BUG on non-SMPKirill A. Shutemov2010-11-251-2/+5
* | | | include/linux/fs.h: fix userspace buildLoïc Minier2010-11-251-3/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-11-241-3/+0
|\ \ \ \
| * | | | ASoC: Remove broken WM8350 direction constantsMark Brown2010-11-101-3/+0
* | | | | Merge branch 'upstream/for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-11-243-4/+21
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'upstream/core', 'upstream/xenfs' and 'upstream/evtchn' into u...Jeremy Fitzhardinge2010-11-2284-607/+1455
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge commit 'v2.6.37-rc2' into upstream/xenfsJeremy Fitzhardinge2010-11-16534-6211/+15296
| | |\ \ \ \ \ \ | | | |/ / / / /
| | * | | | | | xen: fix header export to userspaceRandy Dunlap2010-11-161-4/+1
| * | | | | | | xen: add extra pages to balloonJeremy Fitzhardinge2010-11-191-0/+7
| * | | | | | | xen: implement XENMEM_machphys_mappingIan Campbell2010-11-121-0/+13
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-11-241-0/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | phylib: Add support for Marvell 88E1149R devices.David Daney2010-11-221-0/+1
* | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2010-11-191-1/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | fs: Do not dispatch FITRIM through separate super_operationLukas Czerner2010-11-191-1/+0
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-11-193-4/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | ceph: explicitly specify page alignment in network messagesSage Weil2010-11-091-0/+1
| * | | | | | | | ceph: make page alignment explicit in osd interfaceSage Weil2010-11-091-2/+5
| * | | | | | | | ceph: fix comment, remove extraneous argsSage Weil2010-11-091-2/+1
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-11-193-3/+3
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-11-181-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | cfg80211: fix WIPHY_FLAG_IBSS_RSN bitJussi Kivilinna2010-11-151-1/+1
| | * | | | | | | | b43legacy: Fix compile on ARM architectureArnd Hannemann2010-11-151-0/+1
| * | | | | | | | | net: Fix duplicate volatile warning.Tetsuo Handa2010-11-181-1/+1
| * | | | | | | | | net: rtnetlink.h -- only include linux/netdevice.h when used by the kernelAndy Whitcroft2010-11-151-1/+1
* | | | | | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-11-191-0/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | drm/nouveau: Expose some BO usage flags to userspace.Francisco Jerez2010-11-181-0/+7
| |/ / / / / / / / /
* | | | | | | | | | hardirq.h: needs sched.h if using BKLLinus Torvalds2010-11-181-0/+1
* | | | | | | | | | hardirq.h: remove now-empty #ifdef/#endif pairLinus Torvalds2010-11-171-2/+0
* | | | | | | | | | Fix build failure due to hwirq.h needing smp_lock.hLinus Torvalds2010-11-172-4/+1
* | | | | | | | | | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-173-3/+0
* | | | | | | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-11-162-6/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | nfs: trivial: remove unused nfs_wait_event macroJeff Layton2010-11-161-6/+0
| * | | | | | | | | | NLM: Fix a regression in lockdTrond Myklebust2010-11-151-0/+1
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-11-161-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | sched: Use group weight, idle cpu metrics to fix imbalances during idleSuresh Siddha2010-11-101-0/+1
* | | | | | | | | | | SCSI host lock push-downJeff Garzik2010-11-165-9/+25
| |_|_|_|_|/ / / / / |/| | | | | | | | |
* | | | | | | | | | capabilities/syslog: open code cap_syslog logic to fix build failureEric Paris2010-11-151-5/+4
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-11-152-23/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | i2c: Mark i2c_adapter.id as deprecatedJean Delvare2010-11-151-1/+1