summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2008-07-19Input: add switch for dock eventsMatthew Garrett1-0/+1
2008-07-19Input: add microphone insert switch definitionMark Brown1-0/+1
2008-07-19packet: add PACKET_RESERVE sockoptPatrick McHardy1-0/+1
2008-07-19x86: Add a arch directory for x86 under debugfsvenkatesh.pallipadi@intel.com1-0/+2
2008-07-19cpumask: Provide a generic set of CPUMASK_ALLOC macrosMike Travis1-0/+21
2008-07-19cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis1-5/+27
2008-07-19Merge branch 'linus' into cpus4096Ingo Molnar37-209/+773
2008-07-18Merge branch 'linus' into timers/nohzIngo Molnar133-978/+2740
2008-07-18nohz: prevent tick stop outside of the idle loopThomas Gleixner1-2/+3
2008-07-18sched: fix build error, provide partition_sched_domains() unconditionallyIngo Molnar1-1/+10
2008-07-18cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...Max Krasnyansky2-1/+12
2008-07-18proc: consolidate per-net single-release callersPavel Emelyanov1-0/+1
2008-07-18proc: consolidate per-net single_open callersPavel Emelyanov1-0/+2
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller97-843/+2524
2008-07-18pkt_sched: Kill netdev_queue lock.David S. Miller1-1/+0
2008-07-18netdevice: Move qdisc_list back into net_device proper.David S. Miller1-1/+2
2008-07-18pkt_sched: Schedule qdiscs instead of netdev_queue.David S. Miller1-7/+5
2008-07-18pkt_sched: Make QDISC_RUNNING a qdisc state.David S. Miller1-1/+0
2008-07-18pkt_sched: Move gso_skb into Qdisc.David S. Miller1-1/+0
2008-07-18netdev: Kill plain netif_schedule()David S. Miller1-5/+0
2008-07-18netdev: Add netdev->select_queue() method.David S. Miller1-0/+3
2008-07-18netdev: netdev_priv() can now be sane again.David S. Miller1-1/+3
2008-07-18netdev: Kill struct net_device_subqueue and netdev->egress_subqueue*David S. Miller1-12/+0
2008-07-18net: Use queue aware tests throughout.David S. Miller1-9/+73
2008-07-18pkt_sched: Remove RR scheduler.David S. Miller1-9/+0
2008-07-18netdev: Kill NETIF_F_MULTI_QUEUE.David S. Miller1-3/+1
2008-07-18netdev: Allocate multiple queues for TX.David S. Miller1-23/+46
2008-07-18async_tx: make async_tx_test_ack a boolean routineDan Williams1-5/+3
2008-07-18async_tx: remove depend_tx from async_tx_sync_epilogDan Williams1-8/+1
2008-07-18async_tx: export async_tx_quiesceDan Williams1-0/+2
2008-07-18configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker1-1/+2
2008-07-18Revert "configfs: Allow ->make_item() and ->make_group() to return detailed e...Joel Becker1-2/+2
2008-07-17Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2008-07-17ptrace children revampRoland McGrath2-16/+14
2008-07-17Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds9-68/+373
2008-07-17fs_enet: Remove !CONFIG_PPC_CPM_NEW_BINDING codeKumar Gala1-4/+0
2008-07-17gianfar: Add magic packet and suspend/resume support.Scott Wood1-0/+1
2008-07-17powerpc/mpc83xx: Power Management supportScott Wood1-0/+6
2008-07-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds6-16/+49
2008-07-17Merge branch 'for_linus' of git://git.infradead.org/~dedekind/ubifs-2.6Linus Torvalds1-0/+2
2008-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-30/+44
2008-07-17Merge branch 'release-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-68/+94
2008-07-17block: Trivial fix for blk_integrity_rq()Martin K. Petersen1-0/+3
2008-07-17Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds7-7/+149
2008-07-17PNP: convert resource options to single linked listBjorn Helgaas1-2/+4
2008-07-17PNP: support optional IRQ resourcesBjorn Helgaas1-0/+1
2008-07-17PNP: make resource option structures private to PNP subsystemBjorn Helgaas1-48/+0
2008-07-17PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEMBjorn Helgaas2-3/+4
2008-07-17PNP: add pnp_possible_config() -- can a device could be configured this way?Bjorn Helgaas1-0/+5
2008-07-17PNP: replace pnp_resource_table with dynamically allocated resourcesBjorn Helgaas1-7/+13