| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'gpio-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/li... | Linus Torvalds | 2012-07-26 | 23 | -191/+700 |
|\ |
|
| * | gpio: of_get_named_gpio_flags() return -EPROBE_DEFER if GPIO not yet available | Roland Stigge | 2012-07-17 | 1 | -1/+4 |
| * | gpiolib: Defer failed gpio requests by default | Mark Brown | 2012-07-17 | 1 | -1/+1 |
| * | MAINTAINERS: add entry OMAP GPIO driver | Kevin Hilman | 2012-07-17 | 1 | -0/+7 |
| * | gpio/pca953x: increase variables size to support 24 bit of data | Leed Aguilar | 2012-07-17 | 1 | -14/+14 |
| * | GPIO: PCA953X: Increase size of invert variable to support 24 bit | Chandrabhanu Mahapatra | 2012-07-17 | 2 | -6/+7 |
| * | gpio/omap: move bank->dbck initialization to omap_gpio_mod_init() | Tarun Kanti DebBarma | 2012-07-17 | 1 | -6/+4 |
| * | gpio/mxc: use the edge_sel feature if available | Benoît Thébaudeau | 2012-07-17 | 8 | -62/+104 |
| * | gpio: propagate of_parse_phandle_with_args errors | Alexandre Courbot | 2012-07-17 | 1 | -1/+1 |
| * | gpio: samsung: add flags specifier to device-tree binding | Olof Johansson | 2012-07-17 | 2 | -5/+9 |
| * | gpiolib: Add support for Wolfson Microelectronics Arizona class devices | Mark Brown | 2012-07-17 | 3 | -0/+170 |
| * | gpio: gpio-lpc32xx: Add gpio_to_irq mapping | Roland Stigge | 2012-07-12 | 1 | -0/+65 |
| * | gpio: pcf857x: share 8/16 bit access functions | Kuninori Morimoto | 2012-07-12 | 1 | -62/+31 |
| * | gpio: LPC32xx: Driver cleanup | Roland Stigge | 2012-07-12 | 1 | -8/+1 |
| * | MAINTAINERS: Add Wolfson gpiolib drivers to the Wolfson entry | Mark Brown | 2012-07-12 | 1 | -0/+1 |
| * | gpiolib: wm8994: Convert to devm_kzalloc() | Mark Brown | 2012-07-12 | 1 | -8/+3 |
| * | gpiolib: wm8994: Use irq_domain mappings for gpios | Mark Brown | 2012-07-12 | 1 | -4/+2 |
| * | gpio: add a driver for GPIO pins found on AMD-8111 south bridge chips | Dmitry Eremin-Solenikov | 2012-07-12 | 3 | -0/+259 |
| * | Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6 into grant | Linus Walleij | 2012-07-05 | 2 | -13/+17 |
| |\ |
|
| | * | gpio/tca6424: merge I2C transactions, remove cast | Andreas Schallenberg | 2012-05-25 | 1 | -12/+16 |
| | * | gpio/of: fix a typo of comment message | Dong Aisheng | 2012-05-25 | 1 | -1/+1 |
* | | | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca... | Linus Torvalds | 2012-07-26 | 2 | -2/+2 |
|\ \ \ |
|
| * | | | tilepro pci: fix pci_bus.subordinate bad bombing from b918c62e | Chris Metcalf | 2012-07-25 | 1 | -1/+1 |
| * | | | tilegx pci: fix semantic merge conflict with 3527ed81c | Chris Metcalf | 2012-07-25 | 1 | -1/+1 |
* | | | | posix_types.h: Cleanup stale __NFDBITS and related definitions | Josh Boyer | 2012-07-26 | 7 | -32/+12 |
* | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-07-26 | 26 | -365/+561 |
|\ \ \ \ |
|
| * | | | | x86/tlb: Fix build warning and crash when building for !SMP | Alex Shi | 2012-07-20 | 1 | -2/+2 |
| * | | | | x86/tlb: do flush_tlb_kernel_range by 'invlpg' | Alex Shi | 2012-06-27 | 2 | -6/+37 |
| * | | | | x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTOR | Alex Shi | 2012-06-27 | 5 | -306/+47 |
| * | | | | x86/tlb: enable tlb flush range support for x86 | Alex Shi | 2012-06-27 | 3 | -70/+68 |
| * | | | | mm/mmu_gather: enable tlb flush range in generic mmu_gather | Alex Shi | 2012-06-27 | 2 | -0/+11 |
| * | | | | x86/tlb: add tlb_flushall_shift knob into debugfs | Alex Shi | 2012-06-27 | 2 | -0/+70 |
| * | | | | x86/tlb: add tlb_flushall_shift for specific CPU | Alex Shi | 2012-06-27 | 5 | -7/+53 |
| * | | | | x86/tlb: fall back to flush all when meet a THP large page | Alex Shi | 2012-06-27 | 1 | -0/+34 |
| * | | | | x86/flush_tlb: try flush_tlb_single one by one in flush_tlb_range | Alex Shi | 2012-06-27 | 8 | -49/+114 |
| * | | | | x86/tlb_info: get last level TLB entry number of CPU | Alex Shi | 2012-06-27 | 4 | -0/+183 |
| * | | | | x86: Add read_mostly declaration/definition to variables from smp.h | Vlad Zolotarov | 2012-06-14 | 5 | -17/+17 |
| * | | | | x86: Define early read-mostly per-cpu macros | Ido Yariv | 2012-06-14 | 1 | -0/+17 |
* | | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-07-26 | 10 | -115/+199 |
|\ \ \ \ \ |
|
| * | | | | | x86, efi: Handover Protocol | Matt Fleming | 2012-07-20 | 6 | -79/+185 |
| * | | | | | x86-64/efi: Use EFI to deal with platform wall clock | Jan Beulich | 2012-06-06 | 4 | -36/+14 |
| | | | | | | |
| \ \ \ \ \ | |
*-. \ \ \ \ \ | Merge branches 'x86-cleanups-for-linus' and 'x86-cpufeature-for-linus' of git... | Linus Torvalds | 2012-07-26 | 2 | -7/+2 |
|\ \ \ \ \ \ \ |
|
| | * | | | | | | x86, cpufeature: Add the RDSEED and ADX features | H. Peter Anvin | 2012-07-20 | 1 | -0/+2 |
| * | | | | | | | x86, boot: Remove ancient, unconditionally #ifdef'd out dead code | Paul Bolle | 2012-06-20 | 1 | -7/+0 |
* | | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-07-26 | 5 | -27/+44 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | x86, doc: Assign a bootloader ID for "Minimal Linux Bootloader" | H. Peter Anvin | 2012-07-23 | 1 | -1/+4 |
| * | | | | | | | | x86, boot: Exclude cmdline.c if you can't use it | Gokul Caushik | 2012-07-21 | 2 | -2/+7 |
| * | | | | | | | | x86, boot: Exclude early_serial_console.c if can't use it. | Joe Millenbach | 2012-07-21 | 2 | -0/+14 |
| * | | | | | | | | x86, boot: Removed unused debug flag and set code | Joe Millenbach | 2012-07-21 | 1 | -4/+0 |
| * | | | | | | | | x86, boot: Switch output functions from command-line flags to conditional com... | Joe Millenbach | 2012-07-21 | 2 | -15/+14 |