summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | x86, sleep: Always save the value of EFERH. Peter Anvin2009-11-161-6/+3
| | * | | | | | | | x86-32: Use symbolic constants, safer CPUID when enabling EFER.NXH. Peter Anvin2009-11-161-7/+11
| | * | | | | | | | x86: Make sure wakeup trampoline code is below 1MBYinghai Lu2009-11-113-13/+17
| | * | | | | | | | x86: k8.h: Add struct bootnodeRandy Dunlap2009-11-081-0/+1
| | * | | | | | | | x86_64, cpa: Use only text section in set_kernel_text_rw/roSuresh Siddha2009-11-021-2/+10
| | * | | | | | | | x86_64, ftrace: Make ftrace use kernel identity mapping to modify codeSuresh Siddha2009-11-022-2/+18
| | * | | | | | | | x86, cpa: Fix kernel text RO checks in static_protection()Suresh Siddha2009-11-024-6/+9
| | * | | | | | | | tracing: allow to change permissions for text with dynamic ftrace enabledSteven Rostedt2009-10-271-1/+2
| | * | | | | | | | x86, boot: Simplify setting of the PAE bitAlexander Potashev2009-10-241-2/+1
| | * | | | | | | | x86: Remove pfn in add_one_highpage_init()Minchan Kim2009-10-231-2/+2
| | * | | | | | | | x86-64: add comment for RODATA large page retainmentSuresh Siddha2009-10-201-1/+12
| | * | | | | | | | x86-64: align RODATA kernel section to 2MB with CONFIG_DEBUG_RODATASuresh Siddha2009-10-204-1/+50
| | * | | | | | | | x86-64: preserve large page mapping for 1st 2MB kernel txt with CONFIG_DEBUG_...Suresh Siddha2009-10-202-4/+5
| | * | | | | | | | x86: Interleave emulated nodes over physical nodesDavid Rientjes2009-10-122-28/+184
| | * | | | | | | | x86: Export srat physical topologyDavid Rientjes2009-10-125-15/+33
| | * | | | | | | | x86: Export k8 physical topologyDavid Rientjes2009-10-128-24/+62
| | * | | | | | | | x86: Clean up and add missing log levels for k8David Rientjes2009-10-121-20/+19
| | |/ / / / / / /
| * | | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-12-083-42/+55
| |\ \ \ \ \ \ \ \
| | * | | | | | | | x86: ucode-amd: Move family check to microcde_amd.c's init functionAndreas Herrmann2009-11-171-6/+15
| | * | | | | | | | x86, ucode-amd: Ensure ucode update on suspend/resume after CPU off/online cycleAndreas Herrmann2009-11-111-1/+1
| | * | | | | | | | x86: ucode-amd: Convert printk(KERN_*...) to pr_*(...)Andreas Herrmann2009-11-101-19/+15
| | * | | | | | | | x86: ucode-amd: Don't warn when no ucode is available for a CPU revisionAndreas Herrmann2009-11-101-4/+1
| | * | | | | | | | x86: ucode-amd: Load ucode-patches once and not separately of each CPUAndreas Herrmann2009-11-103-7/+25
| | * | | | | | | | x86, amd-ucode: Remove needless log messagesAndreas Herrmann2009-11-101-8/+1
| | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-081-4/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | core: Clean up user return notifers use of per_cpuAvi Kivity2009-12-021-4/+2
| * | | | | | | | | sysfs: deprecated features are to help old tools not to confuse themUwe Kleine-König2009-12-081-1/+1
| * | | | | | | | | sctp: fix compile error due to sysctl mismergeLinus Torvalds2009-12-081-1/+0
| * | | | | | | | | Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-12-08107-2132/+24813
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | cfq-iosched: Do not access cfqq after freeing itVivek Goyal2009-12-071-3/+4
| | * | | | | | | | | block: include linux/err.h to use ERR_PTRStephen Rothwell2009-12-071-0/+1
| | * | | | | | | | | cfq-iosched: use call_rcu() instead of doing grace period stall on queue exitJens Axboe2009-12-061-2/+8
| | * | | | | | | | | blkio: Allow CFQ group IO scheduling even when CFQ is a moduleVivek Goyal2009-12-041-1/+1
| | * | | | | | | | | blkio: Implement dynamic io controlling policy registrationVivek Goyal2009-12-044-12/+69
| | * | | | | | | | | blkio: Export some symbols from blkio as its user CFQ can be a moduleVivek Goyal2009-12-043-2/+27
| | * | | | | | | | | block: Fix io_context leak after failure of clone with CLONE_IOLouis Rilling2009-12-044-9/+11
| | * | | | | | | | | block: Fix io_context leak after clone with CLONE_IOLouis Rilling2009-12-041-1/+1
| | * | | | | | | | | cfq-iosched: make nonrot check logic consistentShaohua Li2009-12-041-1/+2
| | * | | | | | | | | io controller: quick fix for blk-cgroup and modular CFQJens Axboe2009-12-041-1/+1
| | * | | | | | | | | cfq-iosched: move IO controller declerations to a header fileJens Axboe2009-12-043-3/+9
| | * | | | | | | | | cfq-iosched: fix compile problem with !CONFIG_CGROUPJens Axboe2009-12-031-0/+10
| | * | | | | | | | | blkio: DocumentationVivek Goyal2009-12-031-0/+135
| | * | | | | | | | | blkio: Wait on sync-noidle queue even if rq_noidle = 1Vivek Goyal2009-12-031-1/+2
| | * | | | | | | | | blkio: Implement group_isolation tunableVivek Goyal2009-12-031-1/+36
| | * | | | | | | | | blkio: Determine async workload length based on total number of queuesVivek Goyal2009-12-031-5/+31
| | * | | | | | | | | blkio: Wait for cfq queue to get backlogged if group is emptyVivek Goyal2009-12-031-5/+29
| | * | | | | | | | | blkio: Propagate cgroup weight updation to cfq groupsVivek Goyal2009-12-032-0/+13
| | * | | | | | | | | blkio: Drop the reference to queue once the task changes cgroupVivek Goyal2009-12-031-0/+39
| | * | | | | | | | | blkio: Provide some isolation between groupsVivek Goyal2009-12-031-10/+20
| | * | | | | | | | | blkio: Export disk time and sectors used by a group to user spaceVivek Goyal2009-12-033-6/+99
OpenPOWER on IntegriCloud