| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2013-01-18 | 5 | -106/+167 |
|\ |
|
| * | xen/gntdev: remove erronous use of copy_to_user | Daniel De Graaf | 2013-01-15 | 1 | -10/+3 |
| * | xen/gntdev: correctly unmap unlinked maps in mmu notifier | Daniel De Graaf | 2013-01-15 | 1 | -29/+63 |
| * | xen/gntdev: fix unsafe vma access | Daniel De Graaf | 2013-01-15 | 1 | -5/+24 |
| * | xen/privcmd: Fix mmap batch ioctl. | Andres Lagar-Cavilla | 2013-01-15 | 1 | -36/+47 |
| * | Merge tag 'v3.7' into stable/for-linus-3.8 | Konrad Rzeszutek Wilk | 2013-01-15 | 342 | -2343/+3666 |
| |\ |
|
| * | | Xen: properly bound buffer access when parsing cpu/*/availability | Jan Beulich | 2013-01-15 | 1 | -2/+2 |
| * | | xen/grant-table: correctly initialize grant table version 1 | Matt Wilson | 2013-01-15 | 1 | -19/+29 |
| * | | x86/xen : Fix the wrong check in pciback | Yang Zhang | 2013-01-15 | 1 | -1/+1 |
| * | | xen/privcmd: Relax access control in privcmd_ioctl_mmap | Tamas Lengyel | 2013-01-11 | 1 | -6/+0 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2013-01-17 | 1 | -19/+12 |
|\ \ \ |
|
| * | | | s390/chsc: fix SEI usage | Sebastian Ott | 2013-01-16 | 1 | -19/+12 |
* | | | | Merge tag 'pm+acpi-for-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-01-16 | 5 | -46/+8 |
|\ \ \ \ |
|
| * | | | | cpuidle: remove the power_specified field in the driver | Daniel Lezcano | 2013-01-15 | 3 | -44/+6 |
| * | | | | ACPI / glue: Fix build with ACPI_GLUE_DEBUG set | Yinghai Lu | 2013-01-12 | 1 | -1/+1 |
| * | | | | cpuidle: fix number of initialized/destroyed states | Krzysztof Mazur | 2013-01-11 | 1 | -1/+1 |
* | | | | | mfd, TWL4030: TWL4030 need select REGMAP_I2C | Chuansheng Liu | 2013-01-16 | 1 | -0/+1 |
* | | | | | drivers/base/cpu.c: Fix typo in comment | Ralf Baechle | 2013-01-16 | 1 | -1/+1 |
* | | | | | Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/... | Linus Torvalds | 2013-01-16 | 1 | -0/+8 |
|\ \ \ \ \ |
|
| * | | | | | ASoC: atmel-ssc: add pinctrl selection to driver | Bo Shen | 2013-01-12 | 1 | -0/+8 |
| |/ / / / |
|
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending | Linus Torvalds | 2013-01-16 | 5 | -10/+28 |
|\ \ \ \ \ |
|
| * | | | | | iscsi-target: Fix CmdSN comparison (use cmd->cmd_sn instead of cmd->stat_sn) | Roland Dreier | 2013-01-10 | 1 | -1/+1 |
| * | | | | | target: Release se_cmd when LUN lookup fails for TMR | Roland Dreier | 2013-01-10 | 1 | -0/+2 |
| * | | | | | target: Fix use-after-free in LUN RESET handling | Roland Dreier | 2013-01-10 | 1 | -3/+2 |
| * | | | | | target: Fix missing CMD_T_ACTIVE bit regression for pending WRITEs | Roland Dreier | 2013-01-10 | 1 | -0/+1 |
| * | | | | | tcm_fc: Do not report target role when target is not defined | Mark Rustad | 2013-01-10 | 1 | -2/+8 |
| * | | | | | tcm_fc: Do not indicate retry capability to initiators | Mark Rustad | 2013-01-10 | 1 | -1/+1 |
| * | | | | | target: Use TCM_NO_SENSE for initialisation | Hannes Reinecke | 2013-01-10 | 2 | -2/+2 |
| * | | | | | target: Introduce TCM_NO_SENSE | Hannes Reinecke | 2013-01-10 | 1 | -0/+10 |
| * | | | | | target: use correct sense code for LUN communication failure | Hannes Reinecke | 2013-01-08 | 1 | -1/+1 |
* | | | | | | Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh | Linus Torvalds | 2013-01-16 | 1 | -0/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | sh: clkfwk: bugfix: sh_clk_div_enable() care sh_clk_div_set_rate() if div6 | Kuninori Morimoto | 2013-01-11 | 1 | -0/+6 |
* | | | | | | | firmware: make sure the fw file size is not 0 | Luciano Coelho | 2013-01-16 | 1 | -1/+1 |
* | | | | | | | Merge tag 'regmap-debugfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-01-14 | 1 | -13/+40 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | regmap: debugfs: Make sure we store the last entry in the offset cache | Mark Brown | 2013-01-08 | 1 | -0/+9 |
| * | | | | | | | regmap: debugfs: Ensure a correct return value for empty caches | Mark Brown | 2013-01-08 | 1 | -0/+10 |
| * | | | | | | | regmap: debugfs: Discard the cache if we fail to allocate an entry | Mark Brown | 2013-01-08 | 1 | -11/+18 |
| * | | | | | | | regmap: debugfs: Fix check for block start in cached seeks | Mark Brown | 2013-01-08 | 1 | -1/+1 |
| * | | | | | | | regmap: debugfs: Fix attempts to read nonexistant register blocks | Mark Brown | 2013-01-08 | 1 | -1/+2 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge tag 'regulator-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-01-14 | 4 | -47/+52 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge remote-tracking branch 'regulator/fix/s5m8767' into tmp | Mark Brown | 2013-01-15 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | regulator: s5m8767: Fix probe failure due to stack corruption | Inderpal Singh | 2012-12-24 | 1 | -2/+2 |
| * | | | | | | | | Merge remote-tracking branch 'regulator/fix/max8998' into tmp | Mark Brown | 2013-01-15 | 1 | -22/+22 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | regulator: max8998: Ensure enough delay time for max8998_set_voltage_buck_tim... | Axel Lin | 2013-01-10 | 1 | -1/+1 |
| | * | | | | | | | | regulator: max8998: Use uV in voltage_map_desc | Axel Lin | 2013-01-08 | 1 | -21/+21 |
| | | |/ / / / / /
| | |/| | | | | | |
|
| * | | | | | | | | Merge remote-tracking branch 'regulator/fix/max8997' into tmp | Mark Brown | 2013-01-15 | 1 | -19/+17 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | regulator: max8997: Use uV in voltage_map_desc | Axel Lin | 2013-01-08 | 1 | -19/+17 |
| | |/ / / / / / / |
|
| * | | | | | | | | Merge remote-tracking branch 'regulator/fix/core' into tmp | Mark Brown | 2013-01-15 | 1 | -4/+11 |
| |\ \ \ \ \ \ \ \
| | |_|_|_|/ / / /
| |/| | | | | | | |
|
| | * | | | | | | | regulator: core: Fix comment for regulator_register() | Axel Lin | 2013-01-03 | 1 | -1/+2 |
| | * | | | | | | | regulator: core: Fix continuous_voltage_range case in regulator_can_change_vo... | Axel Lin | 2012-12-24 | 1 | -3/+9 |
| | | |/ / / / /
| | |/| | | | | |
|