| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-01-12 | 1 | -0/+1 |
|\ |
|
| * | x86: Panic on detection of stack overflow | Mitsuo Hayasaka | 2011-12-05 | 1 | -0/+1 |
* | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-01-12 | 1 | -1/+135 |
|\ \ |
|
| * | | efi: Add EFI file I/O data types | Matt Fleming | 2011-12-10 | 1 | -0/+40 |
| * | | efi.h: Add boottime->locate_handle search types | Matt Fleming | 2011-12-10 | 1 | -0/+7 |
| * | | efi.h: Add graphics protocol guids | Matt Fleming | 2011-12-10 | 1 | -0/+9 |
| * | | efi.h: Add allocation types for boottime->allocate_pages() | Matt Fleming | 2011-12-10 | 1 | -0/+8 |
| * | | efi.h: Add efi_image_loaded_t | Matt Fleming | 2011-12-10 | 1 | -0/+19 |
| * | | efi.h: Add struct definition for boot time services | Matt Fleming | 2011-12-10 | 1 | -1/+52 |
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-01-12 | 1 | -10/+0 |
|\ \ \ |
|
| * | | | mm, x86: Remove debug_pagealloc_enabled | Stanislaw Gruszka | 2011-12-06 | 1 | -10/+0 |
* | | | | Merge git://git.infradead.org/battery-2.6 | Linus Torvalds | 2012-01-12 | 7 | -9/+223 |
|\ \ \ \ |
|
| * \ \ \ | Merge git://git.infradead.org/users/cbou/battery-urgent | Anton Vorontsov | 2012-01-10 | 28 | -47/+65 |
| |\ \ \ \ |
|
| * | | | | | s3c_adc_battery: Average over more than one adc sample | Heiko Stübner | 2012-01-06 | 1 | -0/+4 |
| * | | | | | sbs-battery: Rename internals to new name | Rhyland Klein | 2012-01-06 | 1 | -5/+5 |
| * | | | | | bq20z75: Rename to sbs-battery | Rhyland Klein | 2012-01-06 | 1 | -0/+0 |
| * | | | | | lp8727_charger: Some minor fixes for the header | Milo(Woogyom) Kim | 2012-01-04 | 1 | -7/+4 |
| * | | | | | lp8727_charger: Add header file | Kim, Milo | 2012-01-04 | 1 | -0/+54 |
| * | | | | | Merge branch 'power-supply-scope' of git://git.kernel.org/pub/scm/linux/kerne... | Anton Vorontsov | 2012-01-04 | 505 | -3880/+15063 |
| |\ \ \ \ \ |
|
| | * | | | | | power_supply: allow a power supply to explicitly point to powered device | Jeremy Fitzhardinge | 2011-12-09 | 1 | -0/+1 |
| | * | | | | | power_supply: add SCOPE attribute to power supplies | Jeremy Fitzhardinge | 2011-12-09 | 1 | -0/+7 |
| * | | | | | | power_supply: Add "unknown" in power supply type | Kim, Milo | 2012-01-04 | 1 | -1/+2 |
| * | | | | | | power_supply: Charger-Manager: Add properties for power-supply-class | Donggeun Kim | 2012-01-04 | 1 | -0/+17 |
| * | | | | | | power_supply: Add initial Charger-Manager driver | Donggeun Kim | 2012-01-04 | 1 | -0/+130 |
| * | | | | | | max8925_power: Enable power change notifications | Philip Rakity | 2011-11-25 | 1 | -0/+2 |
| * | | | | | | max8925_power: Remove support for irq bits that do not exist | Philip Rakity | 2011-11-25 | 1 | -3/+0 |
| * | | | | | | max8925_power: Do not detect ac insert if handled by other code | Philip Rakity | 2011-11-25 | 1 | -0/+1 |
| * | | | | | | max8925_power: No temperature interrupts if temperature not connected | Philip Rakity | 2011-11-25 | 1 | -0/+1 |
| * | | | | | | Merge tag 'v3.1' from git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/... | Anton Vorontsov | 2011-11-24 | 53 | -146/+379 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | pda_power: Add support for using otg transceiver events | Dima Zavin | 2011-08-19 | 1 | -0/+2 |
* | | | | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2012-01-12 | 3 | -21/+54 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | PCI: Increase resource array mask bit size in pcim_iomap_regions() | Yinghai Lu | 2012-01-06 | 1 | -3/+3 |
| * | | | | | | | | PCI: DEVICE_COUNT_RESOURCE should be equal to PCI_NUM_RESOURCES | Yinghai Lu | 2012-01-06 | 1 | -1/+1 |
| * | | | | | | | | PCI: pci_ids: add device ids for STA2X11 device (aka ConneXT) | Alessandro Rubini | 2012-01-06 | 1 | -0/+23 |
| * | | | | | | | | PCI: remove pci_create_bus() | Bjorn Helgaas | 2012-01-06 | 1 | -2/+0 |
| * | | | | | | | | PCI: convert pci_scan_bus() to use pci_create_root_bus() | Bjorn Helgaas | 2012-01-06 | 1 | -9/+1 |
| * | | | | | | | | PCI: add pci_scan_root_bus() that accepts resource list | Bjorn Helgaas | 2012-01-06 | 1 | -0/+3 |
| * | | | | | | | | PCI: add pci_create_root_bus() that accepts resource list | Bjorn Helgaas | 2012-01-06 | 1 | -0/+3 |
| * | | | | | | | | PCI: add helpers for building PCI bus resource lists | Bjorn Helgaas | 2012-01-06 | 1 | -0/+2 |
| * | | | | | | | | PCI: Pull PCI 'latency timer' setup up into the core | Myron Stowe | 2012-01-06 | 1 | -0/+3 |
| * | | | | | | | | PCI: add declaration for pcibios_set_master() to pci core | Myron Stowe | 2012-01-06 | 1 | -0/+2 |
| * | | | | | | | | PCI: Introduce INTx check & mask API | Jan Kiszka | 2012-01-06 | 1 | -0/+3 |
| * | | | | | | | | PCI: Rework config space blocking services | Jan Kiszka | 2012-01-06 | 1 | -5/+9 |
| * | | | | | | | | PCI: Fix PCI_EXP_TYPE_RC_EC value | Alex Williamson | 2012-01-06 | 1 | -1/+1 |
| * | | | | | | | | PCI: Rework ASPM disable code | Matthew Garrett | 2012-01-06 | 1 | -2/+2 |
| * | | | | | | | | PCI: Fix PRI and PASID consistency | Alex Williamson | 2012-01-06 | 1 | -2/+2 |
| * | | | | | | | | PCI/sysfs: add per pci device msi[x] irq listing (v5) | Neil Horman | 2012-01-06 | 2 | -0/+4 |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2012-01-11 | 5 | -0/+100 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | crypto: serpent-sse2 - add lrw support | Jussi Kivilinna | 2011-11-21 | 1 | -0/+2 |
| * | | | | | | | | | crypto: Unlink and free instances when deleted | Steffen Klassert | 2011-11-09 | 1 | -0/+1 |