summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* netfilter: xtables: merge xt_CONNMARK into xt_connmarkJan Engelhardt2010-03-172-21/+12
* netfilter: xtables: merge xt_MARK into xt_markJan Engelhardt2010-03-172-5/+5
* NET: Support clause 45 MDIO commands at the MDIO bus levelJason Gunthorpe2010-03-161-4/+8
* net: core: add IFLA_STATS64 supportJan Engelhardt2010-03-161-0/+33
* rps: Receive Packet SteeringTom Herbert2010-03-162-2/+33
*-------------. Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill...Len Brown2010-03-14273-1892/+10291
|\ \ \ \ \ \ \ \
| | | | * | | | | resource: add window supportBjorn Helgaas2010-03-141-0/+1
| | | | * | | | | resource: add bus number supportBjorn Helgaas2010-03-141-0/+1
| | | | * | | | | resource: expand IORESOURCE_TYPE_BITS to make room for bus resource typeBjorn Helgaas2010-03-141-8/+8
| | | * | | | | | Add the platform data include for the Xilinx XPS IIC Bus InterfaceRichard Röjfors2010-03-141-0/+43
| | | * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-03-142-9/+14
| | | |\ \ \ \ \ \
| | | | * | | | | | Input: ads7846 - add wakeup supportRanjith Lohithakshan2010-03-111-0/+1
| | | | * | | | | | Input: ads7846 - add support for AD7843 partsMichael Hennerich2010-03-091-1/+1
| | | | * | | | | | Input: scancode in get/set_keycodes should be unsignedDmitry Torokhov2010-03-081-8/+12
| | | | |/ / / / /
| | | * | | | | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-03-141-0/+2
| | | |\ \ \ \ \ \
| | | | * | | | | | i2c-algo-bit: Add pre- and post-xfer hooksJean Delvare2010-03-131-0/+2
| | | * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2010-03-142-0/+13
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | net/9p: Add sysfs mount_tag file for virtio 9P deviceAneesh Kumar K.V2010-03-131-0/+1
| | | | * | | | | | | net/9p: Use the tag name in the config space for identifying mount pointAneesh Kumar K.V2010-03-131-0/+12
| | | | |/ / / / / /
| | | * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-03-133-4/+24
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | tcp: Add SNMP counters for backlog and min_ttl dropsEric Dumazet2010-03-081-0/+2
| | | | * | | | | | | ethtool: Add direct access to ops->get_sset_countJeff Garzik2010-03-051-0/+7
| | | | * | | | | | | ethtool: Add direct access to ops->get_sset_countJeff Garzik2010-03-051-3/+14
| | | | * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-03-031-1/+1
| | | | |\ \ \ \ \ \ \
| | | | | * | | | | | | rfkill: Add support for KEY_RFKILLMatthew Garrett2010-03-021-1/+1
| | | * | | | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-135-25/+59
| | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | locking: Make sparse work with inline spinlocks and rwlocksLuca Barbieri2010-03-132-15/+18
| | | | * | | | | | | | | rcu: Suppress RCU lockdep warnings during early bootPaul E. McKenney2010-03-041-9/+22
| | | | * | | | | | | | | rcu: Make rcu_read_lock_sched_held() handle !PREEMPTPaul E. McKenney2010-03-041-0/+14
| | | | * | | | | | | | | rcu, cgroup: Relax the check in task_subsys_state() as early boot is now hand...Paul E. McKenney2010-03-041-1/+0
| | | | * | | | | | | | | rcu: Use wrapper function instead of exporting tasklist_lockPaul E. McKenney2010-03-042-1/+5
| | | | * | | | | | | | | Merge branch 'linus' into core/rcuIngo Molnar2010-03-0140-199/+626
| | | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | rcu: Make task_subsys_state() RCU-lockdep checks handle boot-time usePaul E. McKenney2010-02-281-0/+1
| | | * | | | | | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-132-7/+28
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / / | | | |/| | | | | | | | | |
| | | | * | | | | | | | | | perf: Provide generic perf_sample_data initializationPeter Zijlstra2010-03-101-0/+7
| | | | * | | | | | | | | | Merge commit 'v2.6.34-rc1' into perf/urgentIngo Molnar2010-03-09225-1610/+9617
| | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|/ / / / / | | | | | |/| | | | | | | |
| | | | * | | | | | | | | | perf, x86: Restrict the ANY flagPeter Zijlstra2010-03-021-0/+15
| | | | * | | | | | | | | | perf: Remove pointless breakpoint unionFrederic Weisbecker2010-02-271-3/+2
| | | | * | | | | | | | | | percpu: Add __percpu sparse annotations to hw_breakpointTejun Heo2010-02-271-4/+4
| | | | * | | | | | | | | | Merge commit 'v2.6.33' into perf/coreFrederic Weisbecker2010-02-2717-53/+44
| | | | |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2010-03-121-1/+2
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | fat: Fix stat->f_namelenKevin Dankwardt2010-02-101-1/+2
| | | * | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-126-16/+16
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'for-next' into for-linusJiri Kosina2010-03-086-16/+16
| | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | | doc: fix typo in comment explaining rb_tree usageNikanth Karthikesan2010-02-251-4/+4
| | | | | * | | | | | | | | | | | tree-wide: Assorted spelling fixesDaniel Mack2010-02-093-10/+10
| | | | | * | | | | | | | | | | | Fix spelling of 'platform' in comments and docStefan Weil2010-02-051-1/+1
| | | | | * | | | | | | | | | | | Fix misspellings of "invocation" in comments.Adam Buchbinder2010-02-041-1/+1
| | | * | | | | | | | | | | | | | sysctl extern cleanup: pollDave Young2010-03-121-0/+2
| | | * | | | | | | | | | | | | | sysctl extern cleanup: lockdepDave Young2010-03-121-0/+4