summaryrefslogtreecommitdiffstats
path: root/kernel/sched_rt.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-27x86, pat: New i/f for driver to request memtype for IO regionsVenkatesh Pallipadi2-0/+54
2009-08-27x86, pat: ioremap to follow same PAT restrictions as other PAT usersVenkatesh Pallipadi1-14/+3
2009-08-27x86, pat: Keep identity maps consistent with mmaps even when pat_disabledVenkatesh Pallipadi1-10/+3
2009-08-22x86, mtrr: make mtrr_aps_delayed_init static boolH. Peter Anvin2-4/+3
2009-08-22x86, pat/mtrr: Rendezvous all the cpus for MTRR/PAT initSuresh Siddha5-10/+73
2009-08-22generic-ipi: Allow cpus not yet online to call smp_call_function with irqs di...Suresh Siddha1-6/+34
2009-08-09x86: Use printk_once()Marcin Slusarz2-9/+3
2009-07-11x86/cpu: Clean up various files a bitAlan Cox11-129/+144
2009-07-11x86: Remove duplicated #includeHuang Weiyi1-1/+0
2009-07-10x86, ipi: Clean up safe_smp_processor_id() by using the cpu_has_apic() macro ...Cyrill Gorcunov1-1/+1
2009-07-10x86: Clean up idt_descr and idt_tableby using NR_VECTORS instead of hardcoded...Cyrill Gorcunov2-2/+2
2009-07-05x86: Further clean up of mtrr/generic.cIngo Molnar1-29/+27
2009-07-04x86: Clean up mtrr/main.cJaswinder Singh Rajput1-213/+242
2009-07-04x86: Clean up mtrr/state.cJaswinder Singh Rajput1-28/+40
2009-07-04x86: Clean up mtrr/mtrr.hJaswinder Singh Rajput1-10/+9
2009-07-04x86: Clean up mtrr/if.cJaswinder Singh Rajput1-59/+76
2009-07-04x86: Clean up mtrr/generic.cJaswinder Singh Rajput1-135/+169
2009-07-04x86: Clean up mtrr/cyrix.cJaswinder Singh Rajput1-43/+51
2009-07-04x86: Clean up mtrr/cleanup.cJaswinder Singh Rajput1-174/+176
2009-07-04x86: Clean up mtrr/centaur.cJaswinder Singh Rajput1-133/+35
2009-07-04x86: Clean up mtrr/amd.c:Jaswinder Singh Rajput1-46/+51
2009-07-02x86: add boundary check for 32bit res before expand e820 resource to alignmentYinghai Lu1-6/+10
2009-07-02x86: fix power-of-2 round_up/round_down macrosLinus Torvalds1-2/+9
2009-07-02Btrfs: fix error message formattingHu Tao1-1/+1
2009-07-02Btrfs: fix use after free in btrfs_start_workers fail pathJiri Slaby1-1/+1
2009-07-02Btrfs: honor nodatacow/sum mount options for new filesChris Mason1-6/+7
2009-07-02Btrfs: update backrefs while dropping snapshotYan Zheng4-181/+395
2009-07-02Btrfs: account for space we may use in fallocateJosef Bacik1-1/+11
2009-07-02Btrfs: fix the file clone ioctl for preallocated extentsChris Mason1-2/+4
2009-07-02Btrfs: don't log the inode in file_write while growing the fileChris Mason1-1/+4
2009-07-02fs/notify/inotify: decrement user inotify count on closeKeith Packard1-0/+3
2009-07-02intel-iommu: Don't keep freeing page zero in dma_pte_free_pagetable()David Woodhouse1-2/+4
2009-07-02intel-iommu: Introduce first_pte_in_page() to simplify PTE-setting loopsDavid Woodhouse1-11/+13
2009-07-02FRV: Add basic performance counter supportDavid Howells4-1/+38
2009-07-02FRV: Implement atomic64_tDavid Howells6-5/+236
2009-07-01intel-iommu: Use cmpxchg64_local() for setting PTEsDavid Woodhouse1-1/+1
2009-07-01intel-iommu: Warn about unmatched unmap requestsDavid Woodhouse1-2/+4
2009-07-01intel-iommu: Kill superfluous mapping_lockDavid Woodhouse1-10/+2
2009-07-01sh: LCDC dcache flush for deferred ioPaul Mundt1-8/+45
2009-07-01sh: Fix compiler error and include the definition of IS_ERR_VALUEMatt Fleming1-0/+1
2009-07-01kernel-doc: move ignoring kmemcheckRandy Dunlap1-2/+2
2009-07-01intel-iommu: Ensure that PTE writes are 64-bit atomic, even on i386David Woodhouse1-14/+23
2009-07-01Fix iommu address space allocationDavid Woodhouse1-4/+22
2009-07-01Fix pci_unmap_addr() et al on i386.David Woodhouse1-1/+1
2009-07-01elf: fix one check-after-useAmerigo Wang1-2/+2
2009-07-01intel-iommu: Make iommu=pt work on i386 tooDavid Woodhouse1-1/+1
2009-07-01kmemleak: Fix scheduling-while-atomic bugIngo Molnar1-30/+1
2009-07-01cfq-iosched: remove redundant check for NULL cfqq in cfq_set_request()Shan Wei1-4/+0
2009-07-01blocK: Restore barrier support for md and probably other virtual devices.NeilBrown1-5/+5
2009-07-01block: get rid of queue-private command filterJens Axboe7-259/+42