summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 3.9-rc7v3.9-rc7Linus Torvalds2013-04-141-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-04-148-21/+33
|\
| * x86/mm: Flush lazy MMU when DEBUG_PAGEALLOC is setBoris Ostrovsky2013-04-121-0/+2
| * x86/mm/cpa/selftest: Fix false positive in CPA self testAndrea Arcangeli2013-04-121-1/+1
| * x86/mm/cpa: Convert noop to functional fixAndrea Arcangeli2013-04-111-5/+5
| * x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metalBoris Ostrovsky2013-04-105-13/+21
| * x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updatesSamu Kallio2013-04-101-2/+4
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-04-143-4/+32
|\ \
| * | sched/cputime: Fix accounting on multi-threaded processesStanislaw Gruszka2013-04-081-1/+1
| * | sched/debug: Fix sd->*_idx limit range avoiding overflowlibin2013-04-081-1/+1
| * | sched_clock: Prevent 64bit inatomicity on 32bit systemsThomas Gleixner2013-04-081-0/+26
| * | sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo2013-03-211-2/+4
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-146-11/+28
|\ \ \
| * | | perf: Fix error return codeWei Yongjun2013-04-121-0/+1
| * | | ftrace: Fix strncpy() use, use strlcpy() instead of strncpy()Chen Gang2013-04-081-2/+2
| * | | perf: Fix strncpy() use, use strlcpy() instead of strncpy()Chen Gang2013-04-081-2/+2
| * | | perf: Fix strncpy() use, always make sure it's NUL terminatedChen Gang2013-04-081-1/+2
| * | | perf: Fix ring_buffer perf_output_space() boundary calculationStephane Eranian2013-03-212-5/+19
| * | | perf/x86: Fix uninitialized pt_regs in intel_pmu_drain_bts_buffer()Stephane Eranian2013-03-211-1/+2
* | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-04-142-3/+9
|\ \ \ \
| * | | | drm/fb-helper: Fix locking in drm_fb_helper_hotplug_eventDaniel Vetter2013-04-121-3/+5
| * | | | udl: handle EDID failure properly.Dave Airlie2013-04-121-0/+4
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2013-04-141-0/+20
|\ \ \ \ \
| * | | | | m68k: define a local gpio_request_one() functionGreg Ungerer2013-04-091-0/+20
| | |_|_|/ | |/| | |
* | | | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2013-04-141-1/+1
|\ \ \ \ \
| * | | | | watchdog: Revert the AT91RM9200_WATCHDOG dependencyNicolas Ferre2013-04-141-1/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-04-141-6/+42
|\ \ \ \ \ \
| * | | | | | Btrfs: make sure nbytes are right after log replayJosef Bacik2013-04-131-6/+42
* | | | | | | Merge tag 'trace-fixes-v3.9-rc-v3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-143-20/+21
|\ \ \ \ \ \ \
| * | | | | | | ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt (Red Hat)2013-04-122-15/+16
| * | | | | | | tracing: Fix possible NULL pointer dereferencesNamhyung Kim2013-04-123-7/+7
* | | | | | | | Add file_ns_capable() helper function for open-time capability checkingLinus Torvalds2013-04-142-0/+26
| |_|/ / / / / |/| | | | | |
* | | | | | | vfs: Revert spurious fix to spinning prevention in prune_icache_sbSuleiman Souhlal2013-04-131-1/+1
* | | | | | | kobject: fix kset_find_obj() race with concurrent last kobject_put()Linus Torvalds2013-04-131-1/+8
* | | | | | | x86-32: Fix possible incomplete TLB invalidate with PAE pagetablesDave Hansen2013-04-124-2/+15
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2013-04-122-68/+133
|\ \ \ \ \ \ \
| * | | | | | | target: Fix incorrect fallthrough of ALUA Standby/Offline/Transition CDBsNicholas Bellinger2013-04-111-0/+3
| * | | | | | | tcm_vhost: Send bad target to guest when cmd failsAsias He2013-04-111-4/+6
| * | | | | | | tcm_vhost: Add vhost_scsi_send_bad_target() helperAsias He2013-04-111-13/+18
| * | | | | | | tcm_vhost: Fix tv_cmd leak in vhost_scsi_handle_vqAsias He2013-04-111-2/+7
| * | | | | | | tcm_vhost: Remove double check of responseAsias He2013-04-111-9/+0
| * | | | | | | tcm_vhost: Initialize vq->last_used_idx when set endpointAsias He2013-04-081-0/+1
| * | | | | | | tcm_vhost: Use vq->private_data to indicate if the endpoint is setupAsias He2013-04-081-43/+101
| * | | | | | | tcm_vhost: Use ACCESS_ONCE for vs->vs_tpg[target] accessAsias He2013-04-021-1/+1
* | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2013-04-1213-80/+38
|\ \ \ \ \ \ \ \
| * | | | | | | | [SCSI] lpfc: fix potential NULL pointer dereference in lpfc_sli4_rq_put()Wei Yongjun2013-04-111-1/+2
| * | | | | | | | [SCSI] libsas: fix handling vacant phy in sas_set_ex_phy()Lukasz Dorau2013-04-061-0/+12
| * | | | | | | | [SCSI] ibmvscsi: Fix slave_configure deadlockBrian King2013-04-061-1/+1
| * | | | | | | | [SCSI] qla2xxx: Update the driver version to 8.04.00.13-k.Saurav Kashyap2013-04-061-1/+1
| * | | | | | | | [SCSI] qla2xxx: Remove debug code that msleeps for random duration.Saurav Kashyap2013-04-061-5/+0
OpenPOWER on IntegriCloud