summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | cpuset: avoid changing cpuset's cpus when -errno returnedLi Zefan2008-09-131-22/+15
* | | | | | | include/linux/ioport.h: add missing macro argument for devm_release_* familyHiroshi DOYU2008-09-131-2/+2
* | | | | | | proc: more debugging for "already registered" caseAlexey Dobriyan2008-09-131-2/+2
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-09-111-0/+4
|\ \ \ \ \ \
| * | | | | | sg: disable interrupts inside sg_copy_bufferFUJITA Tomonori2008-09-111-0/+4
* | | | | | | MN10300: Change the fault handler to check in_atomic() not in_interrupt()David Howells2008-09-111-1/+1
* | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-09-115-8/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | block: disable sysfs parts of the disk command filterJens Axboe2008-09-115-8/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'kvm-updates/2.6.27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-09-114-4/+17
|\ \ \ \ \ \
| * | | | | | KVM: VMX: Always return old for clear_flush_young() when using EPTSheng Yang2008-09-113-4/+5
| * | | | | | KVM: SVM: fix guest global tlb flushes with NPTJoerg Roedel2008-09-111-0/+4
| * | | | | | KVM: SVM: fix random segfaults with NPT enabledJoerg Roedel2008-09-111-0/+8
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2008-09-1111-85/+87
|\ \ \ \ \ \
| * | | | | | [SCSI] fix check of PQ and PDT bits for WLUNsJames Bottomley2008-08-292-1/+16
| * | | | | | [SCSI] make scsi_check_sense HARDWARE_ERROR return ADD_TO_MLQUEUE on retryMike Anderson2008-08-291-1/+1
| * | | | | | [SCSI] scsi_dh: make check_sense return ADD_TO_MLQUEUEMike Anderson2008-08-293-10/+10
| * | | | | | [SCSI] zfcp: Remove duplicated unlikely() macros.Hirofumi Nakagawa2008-08-291-16/+16
| * | | | | | [SCSI] zfcp: channel cannot be detached due to refcount imbalanceSwen Schillig2008-08-291-1/+0
| * | | | | | [SCSI] zfcp: Fix reference counter for remote portsSwen Schillig2008-08-291-16/+9
| * | | | | | [SCSI] zfcp: Simplify ccw notify handlerChristof Schmitt2008-08-291-5/+1
| * | | | | | [SCSI] zfcp: Correctly query end flag in gpn_ft responseChristof Schmitt2008-08-291-4/+3
| * | | | | | [SCSI] zfcp: Fix request queue lockingChristof Schmitt2008-08-292-30/+30
| * | | | | | [SCSI] sd: select CRC_T10DIF only when necessaryStefan Richter2008-08-291-1/+1
* | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-09-116-30/+36
|\ \ \ \ \ \ \
| * | | | | | | [IA64] prevent ia64 from invoking irq handlers on offline CPUsPaul E. McKenney2008-09-101-3/+1
| * | | | | | | [IA64] arch/ia64/sn/pci/tioca_provider.c: introduce missing kfreeJulia Lawall2008-09-101-1/+3
| * | | | | | | [IA64] fix up bte.hRobin Holt2008-09-101-4/+5
| * | | | | | | [IA64] fix compile failure with non modular buildsJames Bottomley2008-09-103-22/+27
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2008-09-112-25/+20
|\ \ \ \ \ \ \
| * | | | | | | udf: add llseek methodChristoph Hellwig2008-09-081-0/+1
| * | | | | | | udf: Fix error paths in udf_new_inode()Jan Kara2008-08-191-23/+18
| * | | | | | | udf: Fix lock inversion between iprune_mutex and alloc_mutex (v2)Jan Kara2008-08-191-2/+1
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-09-102-16/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | add deprecated ide-scsi to feature-removal-schedule.txtFUJITA Tomonori2008-09-101-0/+8
| * | | | | | | | ide: Fix pointer arithmetic in hpt3xx driver code (3rd try)Masoud Sharbiani2008-09-101-16/+15
| | |/ / / / / / | |/| | | | | |
* | | | | | | | m68k: Update defconfigs for 2.6.27-rc6Geert Uytterhoeven2008-09-1012-258/+390
* | | | | | | | VIDEO_SH_MOBILE_CEU should depend on HAS_DMAGeert Uytterhoeven2008-09-101-1/+1
* | | | | | | | swiotlb: fix back-off path when memory allocation failsDaniel J Blueman2008-09-101-1/+1
* | | | | | | | ocfs2: Fix a bug in direct IO read.Tao Ma2008-09-101-1/+1
|/ / / / / / /
* | | | | | | Linux 2.6.27-rc6v2.6.27-rc6Linus Torvalds2008-09-091-1/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-09-099-51/+89
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | ipv6: Fix OOPS in ip6_dst_lookup_tail().Neil Horman2008-09-091-32/+32
| * | | | | | ipsec: Restore larval states and socket policies in dumpHerbert Xu2008-09-092-0/+3
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2008-09-096-19/+54
| |\ \ \ \ \ \
| | * | | | | | [Bluetooth] Reject L2CAP connections on an insecure ACL linkMarcel Holtmann2008-09-094-5/+26
| | * | | | | | [Bluetooth] Enforce correct authentication requirementsMarcel Holtmann2008-09-094-7/+24
| | * | | | | | [Bluetooth] Fix reference counting during ACL config stageMarcel Holtmann2008-09-091-7/+4
| | | |/ / / / | | |/| | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-09-091-0/+2
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | sparc64: Disable timer interrupts in fixup_irqs().David S. Miller2008-09-081-0/+2
* | | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-09-091-10/+8
|\ \ \ \ \ \ \
OpenPOWER on IntegriCloud