summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
| * | libata: implement and use ata_noop_irq_clear()Tejun Heo2008-04-171-0/+1
| * | libata: reorganize ata_port_operationsTejun Heo2008-04-171-56/+61
| * | libata: kill ata_ehi_schedule_probe()Tejun Heo2008-04-171-8/+4
| * | libata: kill ATA_LFLAG_SKIP_D2H_BSYTejun Heo2008-04-171-2/+0
| * | libata: kill ATA_EHI_RESUME_LINKTejun Heo2008-04-171-3/+0
| * | libata: kill ATA_LFLAG_HRST_TO_RESUMETejun Heo2008-04-171-1/+0
| * | libata: prefer hardresetTejun Heo2008-04-171-4/+4
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtLinus Torvalds2008-04-183-39/+12
|\ \
| * | locking: remove unused double_spin_lock()Oleg Nesterov2008-04-171-37/+0
| * | hrtimers: simplify lockdep handlingOleg Nesterov2008-04-171-2/+0
| * | hrtimer: add nanosleep specific restart_block memberThomas Gleixner2008-04-171-0/+12
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdbLinus Torvalds2008-04-185-0/+320
|\ \
| * | kgdb: add documentationJason Wessel2008-04-171-21/+31
| * | kgdb: clocksource watchdogJason Wessel2008-04-171-0/+1
| * | consoles: polling support, kgdbocJason Wessel2008-04-172-0/+16
| * | kgdb: coreJason Wessel2008-04-171-0/+271
| * | uaccess: add probe_kernel_write()Ingo Molnar2008-04-171-0/+22
| |/
* | Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds2008-04-182-2/+57
|\ \
| * | Improve semaphore documentationMatthew Wilcox2008-04-171-37/+2
| * | Simplify semaphore implementationMatthew Wilcox2008-04-171-6/+3
| * | Add down_timeout and change ACPI to use itMatthew Wilcox2008-04-171-0/+6
| * | Introduce down_killable()Matthew Wilcox2008-04-171-0/+6
| * | Generic semaphore implementationMatthew Wilcox2008-04-171-0/+77
| * | Fix quota.h includesMatthew Wilcox2008-04-171-2/+6
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-04-185-9/+31
|\ \
| * | IB/mlx4: Add support for resizing CQsVladimir Sokolovsky2008-04-161-0/+2
| * | IB/mlx4: Add support for modifying CQ moderation parametersEli Cohen2008-04-162-1/+4
| * | IB/mlx4: Add IPoIB LSO supportEli Cohen2008-04-162-0/+6
| * | IB/mlx4: Add IPoIB checksum offload supportEli Cohen2008-04-162-6/+18
| * | mlx4_core: Fix confusion between mlx4_event and mlx4_dev_event enumsRoland Dreier2008-04-161-2/+1
| |/
* | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2008-04-182-10/+19
|\ \
| * | [S390] genirq/clockevents: move irq affinity prototypes/inlines to interrupt.hRussell King2008-04-172-10/+19
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2008-04-181-1/+1
|\ \ | |/ |/|
| * slub: No need for per node slab counters if !SLUB_DEBUGChristoph Lameter2008-04-141-1/+1
* | 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
* | | | vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrsJan Kara2008-04-151-1/+1
| |/ / |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-143-41/+2
|\ \ \ | |/ / | | / | |/ |/|
| * [IPV6]: IPv6 extension header structures need to be packed.YOSHIFUJI Hideaki2008-04-131-1/+1
| * net: make struct tun_struct private to tun.cRusty Russell2008-04-122-40/+1
* | 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
* | | pnp: increase number of devices supported per protocolBjorn Helgaas2008-04-111-1/+1
* | | Add commentary about the new "asmlinkage_protect()" macroLinus Torvalds2008-04-101-0/+13
* | | asmlinkage_protect replaces prevent_tail_callRoland McGrath2008-04-101-2/+2
* | | virtio: remove overzealous BUG_ON.Rusty Russell2008-04-071-1/+4
OpenPOWER on IntegriCloud