summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2010-04-051-0/+2
|\
| * 9p: Make sure we are able to clunk the cached fid on umountAneesh Kumar K.V2010-04-051-0/+2
* | Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/miscLinus Torvalds2010-04-0525-26/+31
|\ \
| * | Merge branch 'master' into export-slabhTejun Heo2010-04-058-43/+91
| |\|
| * | percpu: don't implicitly include slab.h from percpu.hTejun Heo2010-03-301-25/+5
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3024-1/+26
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-04-052-1/+17
|\ \ \ | |_|/ |/| |
| * | module: add stub for is_module_percpu_addressRandy Dunlap2010-03-311-0/+5
| * | percpu, module: implement and use is_kernel/module_percpu_address()Tejun Heo2010-03-292-0/+8
| * | module: encapsulate percpu handling better and record percpu_sizeTejun Heo2010-03-291-1/+4
* | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-04-041-7/+14
|\ \ \
| * \ \ Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-04-021-7/+14
| |\ \ \
| | * | | perf: Use hot regs with software sched switch/migrate eventsFrederic Weisbecker2010-04-011-7/+14
| | |/ /
* | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-04-022-0/+5
|\ \ \ \
| * | | | ARM: 6003/1: removing compilation warning from pl061.hviresh kumar2010-03-291-0/+2
| * | | | ARM: 5999/1: Including device.h and resource.h header files in linux/amba/bus.hviresh kumar2010-03-291-0/+3
* | | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2010-04-021-2/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Freezer: Fix buggy resume test for tasks frozen with cgroup freezerMatt Helsley2010-03-261-2/+5
* | | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-04-014-34/+67
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'v2.6.34-rc2' into drm-linusDave Airlie2010-03-31381-2476/+12672
| |\ \ \ \
| * \ \ \ \ Merge branch 'radeon-for-airlied' of ../linux-2.6 into drm-linusDave Airlie2010-03-151-0/+1
| |\ \ \ \ \
| | * | | | | drm/radeon: add new RS880 pci idAlex Deucher2010-03-151-0/+1
| * | | | | | drm/ttm: use drm calloc large and free largeDave Airlie2010-03-153-34/+66
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-03-291-0/+1
|\ \ \ \ \ \
| * | | | | | net: Add MSG_WAITFORONE flag to recvmmsgBrandon L Black2010-03-271-0/+1
* | | | | | | ext3: fix broken handling of EXT3_STATE_NEWLinus Torvalds2010-03-292-4/+4
* | | | | | | SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUGDavid Howells2010-03-291-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-03-261-0/+2
|\ \ \ \ \ \
| * | | | | | resources: add interfaces that return conflict informationBjorn Helgaas2010-03-231-0/+2
* | | | | | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds2010-03-261-6/+0
|\ \ \ \ \ \ \
| * | | | | | | pcmcia: use dev_pm_ops for class pcmcia_socket_classDominik Brodowski2010-03-241-6/+0
* | | | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-03-261-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | clockevents: Sanitize min_delta_ns adjustment and prevent overflowsThomas Gleixner2010-03-121-0/+2
* | | | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-262-18/+7
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | rcu: Fix local_irq_disable() CONFIG_PROVE_RCU=y false positivesLai Jiangshan2010-03-181-2/+2
| * | | | | | | | rcu: Fix tracepoints & lockdep false positiveLai Jiangshan2010-03-161-1/+1
| * | | | | | | | rcu: Make rcu_read_lock_bh_held() allow for disabled BHPaul E. McKenney2010-03-161-15/+4
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-03-252-6/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-03-251-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | netfilter: ip6table_raw: fix table priorityJozsef Kadlecsik2010-03-251-0/+1
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | skbuff: remove unused dma_head & dma_maps fieldsAlexander Duyck2010-03-241-6/+0
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-03-241-1/+4
|\ \ \ \ \ \ \
| * | | | | | | SUNRPC: Fix a use after free bug with the NFSv4.1 backchannelTrond Myklebust2010-03-221-1/+4
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-03-241-0/+2
|\ \ \ \ \ \ \
| * | | | | | | acpi: Support IBM SMBus CMI devicesDarrick J. Wong2010-03-241-0/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Document Linux's circular buffering capabilitiesDavid Howells2010-03-241-0/+4
* | | | | | | mmc: fix incorrect interpretation of card type bitsAdrian Hunter2010-03-241-0/+1
* | | | | | | reiserfs: fix oops while creating privroot with selinux enabledJeff Mahoney2010-03-241-0/+5
* | | | | | | kfifo: fix KFIFO_INIT in include/linux/kfifo.hDavid Härdeman2010-03-241-2/+0
|/ / / / / /
* | | | | | Fix up prototype for sys_ipc breakageLinus Torvalds2010-03-221-1/+1