summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fb: rework locking to fix lock ordering on takeoverAlan Cox2013-02-085-27/+104
* x86/intel/cacheinfo: Shut up annoying warningBorislav Petkov2013-02-081-4/+3
* x86, doc: Boot protocol 2.12 is in 3.8H. Peter Anvin2013-02-081-1/+1
* x86-64: Replace left over sti/cli in ia32 audit exit codeJan Beulich2013-02-081-2/+2
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-02-043-4/+4
|\
| * sched/debug: Fix format string for 32-bit platformsArnd Bergmann2013-01-251-2/+2
| * sched: Fix warning in kernel/sched/fair.cArnd Bergmann2013-01-251-1/+1
| * sched/rt: Use root_domain of rt_rq not current processorShawn Bohrer2013-01-251-1/+1
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-02-044-6/+32
|\ \
| * | perf: Fix event group context moveJiri Olsa2013-02-031-2/+18
| * | x86/perf: Add IvyBridge EP supportYouquan Song2013-01-241-0/+1
| * | perf/x86: Fix P6 driver section warningyangyongqiang2013-01-241-1/+1
| * | arch/x86/tools/insn_sanity.c: Identify source of messagesAndrew Morton2013-01-241-2/+8
| * | perf/x86: Enable Intel Lincroft/Penwell/Cloverview Atom supportShuoX Liu2013-01-241-1/+4
| |/
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-02-042-4/+11
|\ \
| * \ Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2013-01-242-4/+11
| |\ \ | | |/ | |/|
| | * rcu: Make rcu_nocb_poll an early_param instead of module_paramPaul Gortmaker2013-01-082-3/+9
| | * rcu: Prevent soft-lockup complaints about no-CBs CPUsPaul Gortmaker2013-01-081-1/+2
* | | Merge tag 'for-linus-20130204' of git://git.infradead.org/linux-mtdLinus Torvalds2013-02-045-6/+10
|\ \ \
| * | | mtd: nand: onfi don't WARN if we are in 16 bits modeMatthieu CASTET2013-01-191-2/+5
| * | | mtd: physmap_of: fix cmdline partition method w/o linux, mtd-nameBaruch Siach2013-01-191-1/+1
| * | | mtd: docg3 fix missing bitreverse libRobert Jarzmik2013-01-151-0/+1
| * | | mtd: davinci_nand: fix modular build with CONFIG_OF=ySergei Shtylyov2013-01-111-1/+1
| * | | mtd: bcm47xxnflash: increase NFLASH_READY_RETRIESRafał Miłecki2012-12-241-2/+2
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-02-041-27/+35
|\ \ \ \
| * | | | powerpc/mm: Fix hash computation functionAneesh Kumar K.V2013-02-041-27/+35
* | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-02-048-9/+49
|\ \ \ \ \
| * \ \ \ \ Merge branch 'drm-fixes-3.8' of git://people.freedesktop.org/~agd5f/linuxDave Airlie2013-02-018-9/+49
| |\ \ \ \ \
| | * | | | | drm/radeon: switch back to the CP ring for VM PT updatesAlex Deucher2013-01-311-3/+3
| | * | | | | drm/radeon: prevent crash in the ring space allocationAlex Deucher2013-01-311-0/+3
| | * | | | | drm/radeon: Calling object_unrefer() when creating fb failureliu chuansheng2013-01-311-1/+3
| | * | | | | drm/radeon/r5xx-r7xx: wait for the MC to settle after MC blackoutAlex Deucher2013-01-311-0/+2
| | * | | | | drm/radeon/evergreen+: wait for the MC to settle after MC blackoutAlex Deucher2013-01-311-0/+2
| | * | | | | drm/radeon: protect against div by 0 in backend setupMikko Tiihonen2013-01-301-2/+5
| | * | | | | drm/radeon: fix backend map setup on 1 RB sumo boardsAlex Deucher2013-01-301-3/+14
| | * | | | | drm/radeon: add quirk for RV100 boardAlex Deucher2013-01-291-0/+8
| | * | | | | drm/radeon: add WAIT_UNTIL to the non-VM safe regs list for cayman/TNAlex Deucher2013-01-281-0/+1
| | * | | | | drm/radeon: fix MC blackout on evergreen+Christopher Staite2013-01-281-0/+8
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2013-02-025-47/+32
|\ \ \ \ \ \ \
| * | | | | | | target: Fix divide by zero bug in fabric_max_sectors for unconfigured devicesNicholas Bellinger2013-02-011-1/+7
| * | | | | | | target: Fix regression allowing unconfigured devices to fabric port linkNicholas Bellinger2013-02-011-0/+5
| * | | | | | | tcm_vhost: fix pr_err on early kickMichael S. Tsirkin2013-01-311-3/+1
| * | | | | | | target: Fix zero-length READ_CAPACITY_16 regressionNicholas Bellinger2013-01-291-10/+8
| * | | | | | | target: Fix zero-length MODE_SENSE regressionNicholas Bellinger2013-01-291-28/+7
| * | | | | | | target: Fix zero-length INQUIRY additional sense code regressionNicholas Bellinger2013-01-291-5/+4
* | | | | | | | digsig: Fix memory leakage in digsig_verify_rsa()YOSHIFUJI Hideaki2013-02-011-0/+2
* | | | | | | | Linux 3.8-rc6v3.8-rc6Linus Torvalds2013-02-011-2/+2
* | | | | | | | Merge tag 'dm-3.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2013-02-012-14/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | dm: fix write same requests countingAlasdair G Kergon2013-01-311-2/+4
| * | | | | | | | dm thin: fix queue limits stackingMike Snitzer2013-01-311-12/+1