| Commit message (Expand) | Author | Age | Files | Lines |
* | tcp: do not create inetpeer on SYNACK message | Eric Dumazet | 2012-06-01 | 1 | -1/+2 |
* | 8139cp/8139too: terminate the eeprom access with the right opmode | Jason Wang | 2012-06-01 | 2 | -2/+2 |
* | 8139cp: set ring address before enabling receiver | Jason Wang | 2012-06-01 | 1 | -11/+11 |
* | cipso: handle CIPSO options correctly when NetLabel is disabled | Paul Moore | 2012-06-01 | 1 | -1/+28 |
* | net: sock: validate data_len before allocating skb in sock_alloc_send_pskb() | Jason Wang | 2012-05-31 | 1 | -2/+5 |
* | bql: Avoid possible inconsistent calculation. | Hiroaki SHIMODA | 2012-05-31 | 1 | -5/+7 |
* | bql: Avoid unneeded limit decrement. | Hiroaki SHIMODA | 2012-05-31 | 1 | -2/+4 |
* | bql: Fix POSDIFF() to integer overflow aware. | Hiroaki SHIMODA | 2012-05-31 | 1 | -1/+1 |
* | net/mlx4_core: Fix obscure mlx4_cmd_box parameter in QUERY_DEV_CAP | Jack Morgenstein | 2012-05-31 | 1 | -3/+2 |
* | net/mlx4_core: Check port out-of-range before using in mlx4_slave_cap | Jack Morgenstein | 2012-05-31 | 1 | -3/+3 |
* | net/mlx4_core: Fixes for VF / Guest startup flow | Jack Morgenstein | 2012-05-31 | 4 | -14/+63 |
* | net/mlx4_en: Fix improper use of "port" parameter in mlx4_en_event | Jack Morgenstein | 2012-05-31 | 1 | -5/+7 |
* | net/mlx4_core: Fix number of EQs used in ICM initialisation | Marcel Apfelbaum | 2012-05-31 | 3 | -15/+17 |
* | net/mlx4_core: Fix the slave_id out-of-range test in mlx4_eq_int | Jack Morgenstein | 2012-05-31 | 1 | -1/+1 |
* | Merge tag 'for-v3.5' of git://git.infradead.org/battery-2.6 | Linus Torvalds | 2012-05-31 | 17 | -497/+943 |
|\ |
|
| * | smb347-charger: Include missing <linux/err.h> | Mika Westerberg | 2012-05-18 | 1 | -0/+1 |
| * | smb347-charger: Clean up battery attributes | Ramakrishna Pallala | 2012-05-06 | 1 | -49/+0 |
| * | max17042_battery: Add support for max17047/50 chip | Ramakrishna Pallala | 2012-05-05 | 3 | -13/+78 |
| * | sbs-battery.c: Capacity attr = remaining relative capacity | Nikolaus Voss | 2012-05-05 | 1 | -1/+1 |
| * | isp1704_charger: Use after free on probe error | Dan Carpenter | 2012-05-05 | 1 | -1/+1 |
| * | ds2781_battery: Use DS2781_PARAM_EEPROM_SIZE and DS2781_USER_EEPROM_SIZE | Axel Lin | 2012-05-05 | 1 | -14/+6 |
| * | power_supply: Fix a typo in BATTERY_DS2781 Kconfig entry | Axel Lin | 2012-05-05 | 1 | -1/+1 |
| * | charger-manager: Provide cm_notify_event function for in-kernel use | Chanwoo Choi | 2012-05-05 | 3 | -9/+195 |
| * | charger-manager: Poll battery health in normal state | Chanwoo Choi | 2012-05-05 | 3 | -1/+278 |
| * | smb347-charger: Convert to regmap API | Mika Westerberg | 2012-05-05 | 2 | -327/+232 |
| * | smb347-charger: Move IRQ enabling to the end of probe | Mika Westerberg | 2012-05-05 | 1 | -4/+2 |
| * | smb347-charger: Rename few functions to match better what they are doing | Mika Westerberg | 2012-05-05 | 1 | -21/+21 |
| * | smb347-charger: Convert to use module_i2c_driver() | Mika Westerberg | 2012-05-05 | 1 | -11/+1 |
| * | smb347_charger: Cleanup power supply registration code in probe | Ramakrishna Pallala | 2012-05-05 | 1 | -30/+40 |
| * | ab8500: Clean up probe routines | Lee Jones | 2012-05-05 | 3 | -18/+30 |
| * | ab8500_fg: Harden platform data check | Linus Walleij | 2012-05-05 | 1 | -2/+2 |
| * | ab8500_btemp: Harden platform data check | Linus Walleij | 2012-05-05 | 1 | -2/+2 |
| * | ab8500_charger: Harden platform data check | Linus Walleij | 2012-05-05 | 1 | -3/+2 |
| * | MAINTAINERS: Fix 'F' entry for the power supply class | Anton Vorontsov | 2012-05-05 | 1 | -1/+1 |
| * | max17042_battery: Handle irq request failure case | Ramakrishna Pallala | 2012-05-05 | 1 | -1/+3 |
| * | max17042_battery: Fix power supply and irq registration ordering | Ramakrishna Pallala | 2012-05-04 | 1 | -5/+7 |
| * | power_supply: Make the core a boolean instead of a tristate | Anton Vorontsov | 2012-05-04 | 2 | -2/+2 |
| * | power_supply: Add voltage_ocv property and use it for max17042 driver | Ramakrishna Pallala | 2012-05-04 | 4 | -0/+13 |
| * | max17042_battery: Move dev_pm_ops struct under CONFIG_PM | Anton Vorontsov | 2012-05-04 | 1 | -9/+11 |
| * | max17042_battery: Add suspend/resume hooks | Ramakrishna Pallala | 2012-05-04 | 1 | -0/+41 |
| * | max17042_battery: Fix driver exit function | Ramakrishna Pallala | 2012-05-04 | 1 | -0/+2 |
| * | max17042_battery: Fix a couple buffer overflows | Dan Carpenter | 2012-05-04 | 1 | -6/+4 |
* | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-05-31 | 2 | -2/+2 |
|\ \ |
|
| * | | KVM: Export asm-generic/kvm_para.h | Avi Kivity | 2012-05-29 | 1 | -0/+1 |
| * | | KVM: MMU: fix huge page adapted on non-PAE host | Xiao Guangrong | 2012-05-28 | 1 | -2/+1 |
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2012-05-31 | 56 | -674/+12125 |
|\ \ \ |
|
| * | | | [SCSI] fix scsi_wait_scan | James Bottomley | 2012-05-30 | 1 | -1/+1 |
| * | | | [SCSI] fix async probe regression | Dan Williams | 2012-05-30 | 1 | -2/+5 |
| * | | | [SCSI] be2iscsi: fix dma free size mismatch regression | Mike Christie | 2012-05-30 | 1 | -3/+2 |
| * | | | [SCSI] qla4xxx: Update driver version to 5.02.00-k17 | Vikas Chaudhary | 2012-05-30 | 1 | -1/+1 |