summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-04-1724-78/+180
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-04-163-22/+4
| |\
| | * Pb1200/DBAu1200: fix bad IDE resource sizeSergei Shtylyov2008-04-172-4/+4
| | * Au1200: kill IDE driver function prototypesSergei Shtylyov2008-04-171-18/+0
| * | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-04-161-1/+3
| |\ \
| | * | io context: increment task attachment count in ioc_task_link()Jens Axboe2008-04-151-1/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-161-0/+4
| |\ \ \ | | |_|/ | |/| |
| | * | ssb: Fix usage of struct device used for DMAingMichael Buesch2008-04-151-0/+4
| * | | acpi thermal trip points increased to 12Krzysztof Helt2008-04-151-1/+1
| * | | spi: spi_s3c24xx must initialize num_chipselectBen Dooks2008-04-151-0/+1
| * | | vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrsJan Kara2008-04-151-1/+1
| * | | uml: compile error fixWANG Cong2008-04-151-0/+1
| | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-146-43/+5
| |\ \ | | |/
| * | Merge branch 'docs' of git://git.lwn.net/linux-2.6Linus Torvalds2008-04-111-0/+3
| |\ \
| | * | Spell out behavior of atomic_dec_and_lock() in kerneldocJ. Bruce Fields2008-04-111-0/+3
| * | | Fix "$(AS) -traditional" compile breakage caused by asmlinkage_protectHeiko Carstens2008-04-111-0/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-111-0/+2
| |\ \ \
| * | | | pnp: increase number of devices supported per protocolBjorn Helgaas2008-04-111-1/+1
| * | | | Add commentary about the new "asmlinkage_protect()" macroLinus Torvalds2008-04-102-0/+24
| * | | | asmlinkage_protect replaces prevent_tail_callRoland McGrath2008-04-102-3/+25
| * | | | FRV: Don't make smp_{r, w, }mb() interpolate MEMBAR when CONFIG_SMP=n [try #2]David Howells2008-04-101-6/+15
| * | | | FRV: Add support for emulation of userspace atomic ops [try #2]David Howells2008-04-101-0/+14
| * | | | FRV: Move STACK_TOP_MAX up [try #2]David Howells2008-04-101-1/+1
| * | | | FRV: Handle update_mmu_cache() being called when current->mm is NULL [try #2]David Howells2008-04-101-5/+14
| * | | | [MIPS] Handle aliases in vmalloc correctly.Ralf Baechle2008-04-071-2/+16
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-071-10/+10
| |\ \ \ \
| | * | | | x86: fix 64-bit asm NOPS for CONFIG_GENERIC_CPUSuresh Siddha2008-04-071-10/+10
| * | | | | virtio: remove overzealous BUG_ON.Rusty Russell2008-04-071-1/+4
| |/ / / /
| * | | | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf...Linus Torvalds2008-04-041-1/+1
| |\ \ \ \
| | * | | | [MIPS] Pb1200: Fix header breakageSergei Shtylyov2008-04-041-1/+1
| * | | | | cgroups: add cgroup support for enabling controllers at boot timePaul Menage2008-04-041-0/+1
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-042-1/+30
| |\ \ \ \ \
| | * | | | | x86: revert assign IRQs to hpet timerThomas Gleixner2008-04-041-1/+1
| | * | | | | x86: fix breakage of vSMP irq operationsRavikiran G Thirumalai2008-04-041-0/+29
| * | | | | | libata: ATA_12/16 doesn't fall into ATAPI_MISCTejun Heo2008-04-041-1/+2
| * | | | | | libata: uninline atapi_cmd_type()Tejun Heo2008-04-041-21/+1
| |/ / / / /
* | | | | | [INET]: Uninline the __inet_inherit_port call.Pavel Emelyanov2008-04-171-13/+1
* | | | | | [INET]: Drop the inet_inherit_port() call.Pavel Emelyanov2008-04-171-7/+0
* | | | | | Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller2008-04-172-21/+42
|\ \ \ \ \ \
| * | | | | | phylib: factor out get_phy_id from within get_phy_devicePaul Gortmaker2008-04-171-0/+1
| * | | | | | phy: Clean up header styleAndy Fleming2008-04-161-16/+32
| * | | | | | phy: Change mii_bus id field to a stringAndy Fleming2008-04-162-5/+9
* | | | | | | mac80211: no BSS changes to driver from beacons processed during scanningReinette Chatre2008-04-161-2/+1
|/ / / / / /
* | | | | | [TCP]: Increase the max_burst threshold from 3 to tp->reordering.John Heffner2008-04-161-2/+5
* | | | | | [NETNS]: Add netns refcnt debug for network devices.Denis V. Lunev2008-04-161-1/+2
* | | | | | [NETNS]: Add netns refcnt debug to fib rules.Denis V. Lunev2008-04-161-0/+1
* | | | | | [NETNS]: Add netns refcnt debug for kernel sockets.Denis V. Lunev2008-04-161-1/+1
* | | | | | [NETNS]: Make netns refconting debug like a socket one.Denis V. Lunev2008-04-161-16/+24
* | | | | | [VLAN]: Tag vlan_group_device with net device, not ifindex.Pavel Emelyanov2008-04-161-1/+3
* | | | | | [RTNL]: Introduce the rtnl_kill_links helper.Pavel Emelyanov2008-04-161-0/+1
OpenPOWER on IntegriCloud