summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* module: Make module sysfs functions private.Rusty Russell2010-06-051-33/+0
* module: fix kdb's illicit use of struct module_use.Rusty Russell2010-06-051-0/+7
* module: Make the 'usage' lists be two-wayLinus Torvalds2010-06-051-1/+3
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-06-031-0/+2
|\
| * libata: implement on-demand HPA unlockingTejun Heo2010-06-021-0/+2
* | Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-06-031-2/+7
|\ \
| * | perf_events: Fix races in group compositionPeter Zijlstra2010-05-311-0/+4
| * | perf_events: Fix races and clean up perf_event and perf_mmap_data interactionPeter Zijlstra2010-05-311-2/+3
| |/
* | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-06-031-0/+21
|\ \
| * | vgaarb: use MIT licenseTiago Vignatti2010-06-031-0/+21
* | | Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds2010-06-016-10/+10
|\ \ \
| * | | Rename .data.nosave to .data..nosave.Denys Vlasenko2010-03-031-1/+1
| * | | Rename .text.lock to .text..lock.Denys Vlasenko2010-03-031-1/+1
| * | | Rename .data[.percpu][.XXX] to .data[..percpu][..XXX].Denys Vlasenko2010-03-031-2/+2
| * | | Rename .bss.page_aligned to .bss..page_aligned.Tim Abbott2010-03-031-2/+2
| * | | Rename .data.page_aligned to .data..page_aligned.Tim Abbott2010-03-031-2/+2
| * | | Rename .data.init_task to .data..init_task.Tim Abbott2010-03-031-1/+1
| * | | Rename .data.cacheline_aligned to .data..cacheline_aligned.Tim Abbott2010-03-031-1/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-05-311-1/+1
|\ \ \ \
| * | | | netfilter: xtables: stackptr should be percpuEric Dumazet2010-05-311-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-05-31172-975/+3795
|\ \ \ \ | |/ / /
| * | | Merge branch 'slub/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2010-05-301-7/+4
| |\ \ \
| | * | | SLUB: Allow full duplication of kmalloc array for 390Christoph Lameter2010-05-301-1/+1
| | * | | slub: move kmem_cache_node into it's own cachelineAlexander Duyck2010-05-241-6/+3
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2010-05-301-1/+4
| |\ \ \ \
| | * | | | fuse: support splice() writing to fuse deviceMiklos Szeredi2010-05-251-1/+4
| | |/ / /
| * | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2010-05-3010-281/+657
| |\ \ \ \
| | * | | | mfd: New AB8500 driverRabin Vincent2010-05-282-262/+128
| | * | | | mfd: AB3100 register access change to abx500 APIMattias Wallin2010-05-281-15/+119
| | * | | | mfd: Renamed ab3100.h to abx500.hLinus Walleij2010-05-281-0/+0
| | * | | | mfd: Add Toshiba's TC35892 MFD coreRabin Vincent2010-05-281-0/+132
| | * | | | mfd: Ensure WM831x charger interrupts are acknowledged when suspendingMark Brown2010-05-281-2/+3
| | * | | | input: Touchscreen driver for TPS6507xTodd Fischer2010-05-282-0/+26
| | * | | | mfd: Add TPS6507x supportTodd Fischer2010-05-281-0/+22
| | * | | | mfd: Add tps6507x board data structureTodd Fischer2010-05-281-0/+11
| | * | | | mfd: Move TPS6507x register definition to header file.Todd Fischer2010-05-281-0/+134
| | * | | | mfd: Janz CMOD-IO PCI MODULbus Carrier Board supportIra W. Snyder2010-05-281-0/+54
| | * | | | mfd: Section cleanup of 88pm860x driverHenrik Kretzschmar2010-05-281-2/+2
| | * | | | mfd: Add support for the RDC321x southbridgeFlorian Fainelli2010-05-281-0/+26
| * | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2010-05-301-0/+45
| |\ \ \ \ \
| | * | | | | DMA: PL330: Add dma api driverJassi Brar2010-05-231-0/+45
| * | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-05-302-57/+42
| |\ \ \ \ \ \
| | * | | | | | quota: Convert quota statistics to generic percpu_counterDmitry Monakhov2010-05-271-12/+4
| | * | | | | | quota: rename default quotactl methods to dquot_Christoph Hellwig2010-05-241-11/+11
| | * | | | | | quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig2010-05-241-9/+0
| | * | | | | | quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig2010-05-242-4/+4
| | * | | | | | quota: move unmount handling into the filesystemChristoph Hellwig2010-05-241-15/+0
| | * | | | | | quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig2010-05-241-7/+24
| * | | | | | | rapidio: fix new kernel-doc warningsRandy Dunlap2010-05-301-0/+6
| * | | | | | | Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"Linus Torvalds2010-05-302-9/+0
OpenPOWER on IntegriCloud