summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-1931-320/+307
|\
| * x86, irq: Allow 0xff for /proc/irq/[n]/smp_affinity on an 8-cpu systemSuresh Siddha2009-12-178-41/+22
| * Makefile: Unexport LC_ALL instead of clearing itH. Peter Anvin2009-12-171-2/+2
| * x86: Fix objdump version check in arch/x86/tools/chkobjdump.awkakpm@linux-foundation.org2009-12-171-1/+1
| * x86: Reenable TSC sync check at boot, even with NONSTOP_TSCPallipadi, Venkatesh2009-12-172-1/+1
| * x86: Don't use POSIX character classes in gen-insn-attr-x86.awkRoland Dreier2009-12-171-6/+4
| * Makefile: set LC_CTYPE, LC_COLLATE, LC_NUMERIC to CH. Peter Anvin2009-12-171-0/+7
| * x86: Increase MAX_EARLY_RES; insufficient on 32-bit NUMAYinghai Lu2009-12-161-1/+1
| * x86: Fix checking of SRAT when node 0 ram is not from 0Yinghai Lu2009-12-164-3/+10
| * x86, cpuid: Add "volatile" to asm in native_cpuid()Suresh Siddha2009-12-161-1/+1
| * x86, msr: msrs_alloc/free for CONFIG_SMP=nBorislav Petkov2009-12-164-215/+218
| * x86, amd: Get multi-node CPU info from NodeId MSR instead of PCI config spaceAndreas Herrmann2009-12-163-38/+17
| * x86: Add IA32_TSC_AUX MSR and use itSheng Yang2009-12-162-2/+3
| * x86, msr/cpuid: Register enough minors for the MSR and CPUID driversH. Peter Anvin2009-12-152-4/+5
| * initramfs: add missing decompressor error checkPhillip Lougher2009-12-151-4/+6
| * bzip2: Add missing checks for malloc returning NULLPhillip Lougher2009-12-151-1/+9
| * bzip2/lzma/gzip: pre-boot malloc doesn't return NULL on failurePhillip Lougher2009-12-151-2/+2
* | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-1912-249/+336
|\ \
| * | sched: Fix broken assertionPeter Zijlstra2009-12-171-1/+2
| * | sched: Assert task state bits at build timePeter Zijlstra2009-12-172-8/+14
| * | sched: Update task_state_arraypwith new statesPeter Zijlstra2009-12-171-2/+5
| * | sched: Add missing state chars to TASK_STATE_TO_CHAR_STRPeter Zijlstra2009-12-171-1/+1
| * | sched: Move TASK_STATE_TO_CHAR_STR near the TASK_state bitsPeter Zijlstra2009-12-171-2/+2
| * | sched: Teach might_sleep() about preemptible RCUFrederic Weisbecker2009-12-173-1/+17
| * | sched: Make warning less noisyIngo Molnar2009-12-171-1/+1
| * | sched: Simplify set_task_cpu()Peter Zijlstra2009-12-161-8/+5
| * | sched: Remove the cfs_rq dependency from set_task_cpu()Peter Zijlstra2009-12-163-12/+46
| * | sched: Add pre and post wakeup hooksPeter Zijlstra2009-12-163-7/+12
| * | sched: Move kthread_bind() back to kthread.cPeter Zijlstra2009-12-162-26/+23
| * | sched: Fix select_task_rq() vs hotplug issuesPeter Zijlstra2009-12-161-35/+40
| * | sched: Fix sched_exec() balancingPeter Zijlstra2009-12-161-22/+23
| * | sched: Ensure set_task_cpu() is never called on blocked tasksPeter Zijlstra2009-12-161-19/+66
| * | sched: Use TASK_WAKING for fork wakupsPeter Zijlstra2009-12-161-9/+9
| * | sched: Select_task_rq_fair() must honour SD_LOAD_BALANCEPeter Zijlstra2009-12-161-0/+3
| * | sched: Fix task_hot() test orderPeter Zijlstra2009-12-161-3/+3
| * | sched: Fix set_cpu_active() in cpu_down()Xiaotian Feng2009-12-161-21/+3
| * | sched: Mark boot-cpu active before smp_init()Peter Zijlstra2009-12-161-6/+1
| * | Merge branch 'linus' into sched/urgentIngo Molnar2009-12-16982-16785/+41230
| |\ \
| * | | sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCKDavid Miller2009-12-151-8/+15
| * | | sched: Use rcu in sched_get_rr_param()Thomas Gleixner2009-12-141-3/+3
| * | | sched: Use rcu in sched_get/set_affinity()Thomas Gleixner2009-12-141-10/+6
| * | | sched: Use rcu in sys_sched_getscheduler/sys_sched_getparam()Thomas Gleixner2009-12-141-5/+5
| * | | sched: Use pr_fmt() and pr_<level>()Joe Perches2009-12-132-53/+43
| * | | sched: Make wakeup side and atomic variants of completion API irq safeRafael J. Wysocki2009-12-131-4/+6
* | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-192-11/+16
|\ \ \ \
| * | | | sys: Fix missing rcu protection for __task_cred() accessThomas Gleixner2009-12-101-0/+2
| * | | | signals: Fix more rcu assumptionsThomas Gleixner2009-12-101-4/+4
| * | | | signal: Fix racy access to __task_cred in kill_pid_info_as_uid()Thomas Gleixner2009-12-101-7/+10
* | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-192-5/+15
|\ \ \ \ \
| * | | | | timers: Remove duplicate setting of new_base in __mod_timer()Simon Horman2009-12-171-2/+0
OpenPOWER on IntegriCloud