summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | x86: Document rdmsr_safe restrictionsBorislav Petkov2011-12-051-1/+8
| | | * | | | | x86, microcode: Fix the failure path of microcode update driver init codeSrivatsa S. Bhat2011-12-051-9/+19
| | | |/ / / /
| | * | | | | x86: Fix "Acer Aspire 1" reboot hangPeter Chubb2011-12-051-2/+11
| | * | | | | x86/mtrr: Resolve inconsistency with Intel processor manualAjaykumar Hotchandani2011-12-051-0/+1
| | * | | | | Add TAINT_FIRMWARE_WORKAROUND on MTRR fixupPrarit Bhargava2011-12-051-0/+1
| | * | | | | x86/mpparse: Account for bus types other than ISA and PCIBjorn Helgaas2011-12-051-1/+1
| | * | | | | x86, mrst: Change the pmic_gpio device type to IPCFeng Tang2011-12-051-0/+1
| | * | | | | mrst: Added some platform data for the SFI translationsJekyll Lai2011-12-051-0/+42
| | * | | | | x86,mrst: Power control commands updateJacob Pan2011-12-052-16/+23
| | * | | | | x86/reboot: Blacklist Dell OptiPlex 990 known to require PCI rebootRafael J. Wysocki2011-12-051-0/+8
| | * | | | | x86, UV: Fix UV2 hub part numberJack Steiner2011-12-052-0/+3
| | * | | | | x86: Add user_mode_vm check in stack_overflow_checkMitsuo Hayasaka2011-12-051-0/+3
| | |/ / / /
| * | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-12-0619-55/+185
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-12-051-3/+3
| | |\ \ \ \
| | | * | | | trace_events_filter: Use rcu_assign_pointer() when setting ftrace_event_call-...Tejun Heo2011-12-021-3/+3
| | * | | | | Merge branch 'perf/urgent' of git://github.com/acmel/linux into perf/urgentIngo Molnar2011-12-054-12/+14
| | |\ \ \ \ \
| | | * | | | | perf session: Fix crash with invalid CPU listDavid Ahern2011-11-161-0/+4
| | | * | | | | perf python: Fix undefined symbol problemArnaldo Carvalho de Melo2011-11-163-12/+10
| | | |/ / / /
| | * | | | | perf: Fix loss of notification with multi-eventPeter Zijlstra2011-12-054-2/+91
| | * | | | | perf, x86: Force IBS LVT offset assignment for family 10hRobert Richter2011-12-051-11/+18
| | * | | | | perf, x86: Disable PEBS on SandyBridge chipsPeter Zijlstra2011-12-051-0/+8
| | |/ / / /
| | * | | | Merge branch 'urgent' of git://amd64.org/linux/rric into perf/urgentIngo Molnar2011-11-153-7/+30
| | |\ \ \ \
| | | * | | | oprofile, x86: Fix crash when unloading module (nmi timer mode)Robert Richter2011-11-041-2/+5
| | | * | | | oprofile: Fix crash when unloading module (hr timer mode)Robert Richter2011-11-042-5/+25
| | * | | | | perf/x86: Enable raw event access to Intel offcore eventsPeter Zijlstra2011-11-141-5/+1
| | * | | | | perf: Don't use -ENOSPC for out of PMU resourcesPeter Zijlstra2011-11-144-13/+13
| | * | | | | perf: Do not set task_ctx pointer in cpuctx if there are no events in the con...Gleb Natapov2011-11-141-1/+2
| | * | | | | perf/x86: Fix PEBS instruction unwindPeter Zijlstra2011-11-141-1/+5
| * | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-12-065-18/+43
| |\ \ \ \ \ \
| | * | | | | | clockevents: Set noop handler in clockevents_exchange_device()Thomas Gleixner2011-12-021-0/+1
| | * | | | | | tick-broadcast: Stop active broadcast device when replacing itThomas Gleixner2011-12-021-1/+1
| | * | | | | | clocksource: Fix bug with max_deferment margin calculationYang Honggang (Joseph)2011-12-021-2/+2
| | * | | | | | rtc: Fix some bugs that allowed accumulating time drift in suspend/resumeArve Hjønnevåg2011-11-231-5/+5
| | * | | | | | rtc: Disable the alarm in the hardwareRabin Vincent2011-11-231-10/+34
| | | | | | | |
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://gi...Linus Torvalds2011-12-062-2/+8
| |\ \ \ \ \ \ \ \
| | | * | | | | | | genirq: Fix race condition when stopping the irq threadIdo Yariv2011-12-021-1/+4
| | * | | | | | | | slab, lockdep: Fix silly bugPeter Zijlstra2011-12-051-1/+4
| | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-12-066-36/+171
| |\ \ \ \ \ \ \ \
| | * | | | | | | | sched, x86: Avoid unnecessary overflow in sched_clockSalman Qazi2011-11-161-1/+22
| | * | | | | | | | sched: Fix buglet in return_cfs_rq_runtime()Paul Turner2011-11-161-1/+1
| | * | | | | | | | sched: Avoid SMT siblings in select_idle_sibling() if possiblePeter Zijlstra2011-11-161-14/+28
| | * | | | | | | | sched: Set the command name of the idle tasks in SMP kernelsCarsten Emde2011-11-142-1/+7
| | * | | | | | | | sched, rt: Provide means of disabling cross-cpu bandwidth sharingPeter Zijlstra2011-11-142-0/+4
| | * | | | | | | | sched: Document wait_for_completion_*() return valuesJ. Bruce Fields2011-11-141-0/+13
| | * | | | | | | | sched_fair: Fix a typo in the comment describing update_sd_lb_statsHui Kang2011-11-141-1/+1
| | * | | | | | | | sched: Add a comment to effective_load() since it's a painPeter Zijlstra2011-11-141-18/+95
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-12-0612-88/+137
| |\ \ \ \ \ \ \ \
| | * | | | | | | | [S390] ap: Setup timer for sending messages after reset.Holger Dengler2011-12-011-0/+2
| | * | | | | | | | [S390] cio: fix chsc_chp_varySebastian Ott2011-12-011-5/+2
| | * | | | | | | | [S390] cio: provide fake irb for transport mode IOSebastian Ott2011-12-013-10/+37