Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | lockdep: minor fix for debug_show_all_locks() | qinghuang feng | 2008-10-28 | 1 | -2/+3 | |
| * | | | | | | x86: restore the old swiotlb alloc_coherent behavior | FUJITA Tomonori | 2008-10-23 | 1 | -1/+13 | |
| * | | | | | | x86: use GFP_DMA for 24bit coherent_dma_mask | FUJITA Tomonori | 2008-10-23 | 1 | -1/+3 | |
| * | | | | | | swiotlb: remove panic for alloc_coherent failure | FUJITA Tomonori | 2008-10-23 | 1 | -2/+4 | |
| * | | | | | | xen: compilation fix of drivers/xen/events.c on IA64 | Isaku Yamahata | 2008-10-23 | 1 | -1/+1 | |
| * | | | | | | xen: portability clean up and some minor clean up for xencomm.c | Isaku Yamahata | 2008-10-23 | 1 | -19/+4 | |
| * | | | | | | xen: don't reload cr3 on suspend | Jeremy Fitzhardinge | 2008-10-23 | 1 | -2/+0 | |
| * | | | | | | kernel/resource: fix reserve_region_with_split() section mismatch | Paul Mundt | 2008-10-23 | 1 | -1/+1 | |
| * | | | | | | printk: remove unused code from kernel/printk.c | roel kluin | 2008-10-23 | 1 | -39/+0 | |
* | | | | | | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-10-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | irq: make variable static | roel kluin | 2008-10-22 | 1 | -1/+1 | |
* | | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2008-10-28 | 6 | -57/+139 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | sched: fix documentation reference for sched_min_granularity_ns | Jiri Kosina | 2008-10-27 | 1 | -1/+1 | |
| * | | | | | | | | sched: virtual time buddy preemption | Peter Zijlstra | 2008-10-24 | 2 | -7/+4 | |
| * | | | | | | | | sched: re-instate vruntime based wakeup preemption | Peter Zijlstra | 2008-10-24 | 1 | -6/+92 | |
| * | | | | | | | | sched: weaken sync hint | Mike Galbraith | 2008-10-24 | 1 | -4/+3 | |
| * | | | | | | | | sched: more accurate min_vruntime accounting | Peter Zijlstra | 2008-10-24 | 1 | -24/+25 | |
| * | | | | | | | | sched: fix a find_busiest_group buglet | Peter Zijlstra | 2008-10-24 | 1 | -1/+1 | |
| * | | | | | | | | Merge commit 'v2.6.28-rc1' into sched/urgent | Ingo Molnar | 2008-10-24 | 3721 | -102791/+374614 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | sched: add CONFIG_SMP consistency | Li Zefan | 2008-10-22 | 4 | -14/+13 | |
* | | | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-10-28 | 3 | -12/+27 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | x86, memory hotplug: remove wrong -1 in calling init_memory_mapping() | Shaohua Li | 2008-10-28 | 1 | -1/+1 | |
| * | | | | | | | | | | x86: keep the /proc/meminfo page count correct | Yinghai Lu | 2008-10-27 | 1 | -3/+9 | |
| * | | | | | | | | | | x86/uv: memory allocation at initialization | Cliff Wickman | 2008-10-27 | 1 | -4/+3 | |
| * | | | | | | | | | | xen: fix Xen domU boot with batched mprotect | Chris Lalancette | 2008-10-27 | 1 | -4/+14 | |
* | | | | | | | | | | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2008-10-28 | 13 | -67/+62 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | [S390] s390: Fix build for !CONFIG_S390_GUEST + CONFIG_VIRTIO_CONSOLE | Christian Borntraeger | 2008-10-28 | 1 | -1/+1 | |
| * | | | | | | | | | | | [S390] No more 4kb stacks. | Heiko Carstens | 2008-10-28 | 2 | -13/+6 | |
| * | | | | | | | | | | | [S390] Change default IPL method to IPL_VM. | Heiko Carstens | 2008-10-28 | 1 | -1/+1 | |
| * | | | | | | | | | | | [S390] tape: disable interrupts in tape_open and tape_release | Frank Munzert | 2008-10-28 | 1 | -4/+4 | |
| * | | | | | | | | | | | [S390] appldata: unsigned ops->size cannot be negative | Roel Kluin | 2008-10-28 | 1 | -1/+1 | |
| * | | | | | | | | | | | [S390] tape block: complete request with correct locking | Frank Munzert | 2008-10-28 | 1 | -2/+4 | |
| * | | | | | | | | | | | [S390] Fix sysdev class file creation. | Heiko Carstens | 2008-10-28 | 1 | -15/+9 | |
| * | | | | | | | | | | | [S390] pgtables: Fix race in enable_sie vs. page table ops | Christian Borntraeger | 2008-10-28 | 4 | -16/+30 | |
| * | | | | | | | | | | | [S390] qdio: remove incorrect memset | Jan Glauber | 2008-10-28 | 1 | -13/+6 | |
| * | | | | | | | | | | | [S390] qdio: prevent double qdio shutdown in case of I/O errors | Jan Glauber | 2008-10-28 | 1 | -1/+0 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2008-10-28 | 44 | -80/+130 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | libata: ahci enclosure management bit mask | David Milburn | 2008-10-28 | 1 | -12/+23 | |
| * | | | | | | | | | | libata: ahci enclosure management led sync | David Milburn | 2008-10-28 | 1 | -0/+3 | |
| * | | | | | | | | | | pata_ninja32: suspend/resume support | Alan Cox | 2008-10-28 | 1 | -9/+34 | |
| * | | | | | | | | | | libata: Fix LBA48 on pata_it821x RAID volumes. | Ondrej Zary | 2008-10-27 | 1 | -2/+1 | |
| * | | | | | | | | | | libata: clear saved xfer_mode and ncq_enabled on device detach | Tejun Heo | 2008-10-27 | 1 | -1/+4 | |
| * | | | | | | | | | | sata_sil24: configure max read request size to 4k | Tejun Heo | 2008-10-27 | 1 | -0/+5 | |
| * | | | | | | | | | | libata: add missing kernel-doc | Randy Dunlap | 2008-10-27 | 1 | -0/+1 | |
| * | | | | | | | | | | libata: fix device iteration bugs | Tejun Heo | 2008-10-27 | 2 | -15/+28 | |
| * | | | | | | | | | | ahci: Add support for Promise PDC42819 | Mark Nelson | 2008-10-27 | 1 | -0/+3 | |
| * | | | | | | | | | | ata: Switch all my stuff to a common address | Alan Cox | 2008-10-27 | 40 | -41/+28 | |
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2008-10-27 | 2 | -2/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | libata: fix NCQ devices behind port multipliers | Jens Axboe | 2008-10-27 | 1 | -0/+9 | |
| * | | | | | | | | | | | scsi: make sure that scsi_init_shared_tag_map() doesn't overwrite existing map | Jens Axboe | 2008-10-27 | 1 | -2/+12 | |
| |/ / / / / / / / / / |