Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | perf: Fix strncpy() use, use strlcpy() instead of strncpy() | Chen Gang | 2013-04-08 | 1 | -2/+2 | |
| | * | | | | | | | | perf: Fix strncpy() use, always make sure it's NUL terminated | Chen Gang | 2013-04-08 | 1 | -1/+2 | |
| | * | | | | | | | | perf: Fix ring_buffer perf_output_space() boundary calculation | Stephane Eranian | 2013-03-21 | 2 | -5/+19 | |
| | * | | | | | | | | perf/x86: Fix uninitialized pt_regs in intel_pmu_drain_bts_buffer() | Stephane Eranian | 2013-03-21 | 1 | -1/+2 | |
| * | | | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2013-04-14 | 2 | -3/+9 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | drm/fb-helper: Fix locking in drm_fb_helper_hotplug_event | Daniel Vetter | 2013-04-12 | 1 | -3/+5 | |
| | * | | | | | | | | | udl: handle EDID failure properly. | Dave Airlie | 2013-04-12 | 1 | -0/+4 | |
| * | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger... | Linus Torvalds | 2013-04-14 | 1 | -0/+20 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | m68k: define a local gpio_request_one() function | Greg Ungerer | 2013-04-09 | 1 | -0/+20 | |
| | | |_|_|/ / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge git://www.linux-watchdog.org/linux-watchdog | Linus Torvalds | 2013-04-14 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | watchdog: Revert the AT91RM9200_WATCHDOG dependency | Nicolas Ferre | 2013-04-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2013-04-14 | 1 | -6/+42 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Btrfs: make sure nbytes are right after log replay | Josef Bacik | 2013-04-13 | 1 | -6/+42 | |
| * | | | | | | | | | | | | Merge tag 'trace-fixes-v3.9-rc-v3' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-04-14 | 3 | -20/+21 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section | Steven Rostedt (Red Hat) | 2013-04-12 | 2 | -15/+16 | |
| | * | | | | | | | | | | | | tracing: Fix possible NULL pointer dereferences | Namhyung Kim | 2013-04-12 | 3 | -7/+7 | |
| * | | | | | | | | | | | | | Add file_ns_capable() helper function for open-time capability checking | Linus Torvalds | 2013-04-14 | 2 | -0/+26 | |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | vfs: Revert spurious fix to spinning prevention in prune_icache_sb | Suleiman Souhlal | 2013-04-13 | 1 | -1/+1 | |
| * | | | | | | | | | | | | kobject: fix kset_find_obj() race with concurrent last kobject_put() | Linus Torvalds | 2013-04-13 | 1 | -1/+8 | |
| * | | | | | | | | | | | | x86-32: Fix possible incomplete TLB invalidate with PAE pagetables | Dave Hansen | 2013-04-12 | 4 | -2/+15 | |
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending | Linus Torvalds | 2013-04-12 | 2 | -68/+133 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | target: Fix incorrect fallthrough of ALUA Standby/Offline/Transition CDBs | Nicholas Bellinger | 2013-04-11 | 1 | -0/+3 | |
| | * | | | | | | | | | | | | tcm_vhost: Send bad target to guest when cmd fails | Asias He | 2013-04-11 | 1 | -4/+6 | |
| | * | | | | | | | | | | | | tcm_vhost: Add vhost_scsi_send_bad_target() helper | Asias He | 2013-04-11 | 1 | -13/+18 | |
| | * | | | | | | | | | | | | tcm_vhost: Fix tv_cmd leak in vhost_scsi_handle_vq | Asias He | 2013-04-11 | 1 | -2/+7 | |
| | * | | | | | | | | | | | | tcm_vhost: Remove double check of response | Asias He | 2013-04-11 | 1 | -9/+0 | |
| | * | | | | | | | | | | | | tcm_vhost: Initialize vq->last_used_idx when set endpoint | Asias He | 2013-04-08 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | tcm_vhost: Use vq->private_data to indicate if the endpoint is setup | Asias He | 2013-04-08 | 1 | -43/+101 | |
| | * | | | | | | | | | | | | tcm_vhost: Use ACCESS_ONCE for vs->vs_tpg[target] access | Asias He | 2013-04-02 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2013-04-12 | 13 | -80/+38 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | [SCSI] lpfc: fix potential NULL pointer dereference in lpfc_sli4_rq_put() | Wei Yongjun | 2013-04-11 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | | [SCSI] libsas: fix handling vacant phy in sas_set_ex_phy() | Lukasz Dorau | 2013-04-06 | 1 | -0/+12 | |
| | * | | | | | | | | | | | | | [SCSI] ibmvscsi: Fix slave_configure deadlock | Brian King | 2013-04-06 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | [SCSI] qla2xxx: Update the driver version to 8.04.00.13-k. | Saurav Kashyap | 2013-04-06 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | [SCSI] qla2xxx: Remove debug code that msleeps for random duration. | Saurav Kashyap | 2013-04-06 | 1 | -5/+0 | |
| | * | | | | | | | | | | | | | [SCSI] qla2xxx: Update copyright dates information in LICENSE.qla2xxx file. | Saurav Kashyap | 2013-04-06 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | [SCSI] qla2xxx: Fix crash during firmware dump procedure. | Arun Easi | 2013-04-06 | 2 | -2/+2 | |
| | * | | | | | | | | | | | | | [SCSI] Revert "qla2xxx: Add setting of driver version string for vendor appli... | Joe Carnuccio | 2013-04-06 | 5 | -64/+1 | |
| | * | | | | | | | | | | | | | [SCSI] ipr: dlpar failed when adding an adapter back | wenxiong@linux.vnet.ibm.com | 2013-04-06 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | [SCSI] ipr: fix addition of abort command to HRRQ free queue | Kleber Sacilotto de Souza | 2013-04-06 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | [SCSI] st: Take additional queue ref in st_probe | Joe Lawrence | 2013-04-06 | 1 | -1/+7 | |
| | * | | | | | | | | | | | | | [SCSI] libsas: use right function to alloc smp response | John Gong | 2013-04-06 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | [SCSI] ipr: ipr_test_msi() fails when running with msi-x enabled adapter | wenxiong@linux.vnet.ibm.com | 2013-04-06 | 1 | -2/+8 | |
| * | | | | | | | | | | | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2013-04-12 | 1 | -3/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | cifs: Allow passwords which begin with a delimitor | Sachin Prabhu | 2013-04-10 | 1 | -3/+13 | |
| * | | | | | | | | | | | | | | | Merge tag 'sound-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/... | Linus Torvalds | 2013-04-12 | 9 | -40/+35 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Merge tag 'asoc-maintainers-v3.9-rc6' of git://git.kernel.org/pub/scm/linux/k... | Takashi Iwai | 2013-04-12 | 1 | -4/+4 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'asoc-v3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/br... | Takashi Iwai | 2013-04-12 | 501 | -3000/+5512 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'asoc/fix/wm8903' into tmp | Mark Brown | 2013-04-11 | 1 | -0/+2 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'asoc/fix/tegra' into tmp | Mark Brown | 2013-04-11 | 1 | -23/+1 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |