Age | Commit message (Expand) | Author | Files | Lines |
2015-11-01 | vfs: Fix pathological performance case for __alloc_fd() | Linus Torvalds | 2 | -4/+37 |
2015-11-01 | hwmon: (fam15h_power) Add max compute unit accumulated power | Huang Rui | 1 | -0/+12 |
2015-11-01 | hwmon: (fam15h_power) Enable power1_input on AMD Carrizo | Huang Rui | 1 | -2/+7 |
2015-11-01 | hwmon: (fam15h_power) Refactor attributes for dynamically added | Huang Rui | 1 | -25/+45 |
2015-11-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -0/+3 |
2015-11-01 | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -3/+8 |
2015-11-01 | pinctrl: pinconf: remove needless loop | Laurent Meunier | 1 | -8/+5 |
2015-11-01 | pinctrl: uniphier: guard uniphier directory with CONFIG_PINCTRL_UNIPHIER | Masahiro Yamada | 3 | -9/+9 |
2015-11-01 | pinctrl: zynq: fix UTF-8 errors | Linus Walleij | 1 | -2/+2 |
2015-11-01 | gpio: dt-bindings: document the official use of "ngpios" | Linus Walleij | 1 | -0/+24 |
2015-11-01 | gpio: MAINTAINERS: Add an entry for the ATH79 GPIO driver | Alban Bedel | 1 | -0/+8 |
2015-11-01 | gpio / ACPI: Allow shared GPIO event to be read via operation region | Mika Westerberg | 1 | -1/+20 |
2015-11-01 | gpio: group port-mapped I/O drivers in a menu | Linus Walleij | 1 | -77/+78 |
2015-10-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 89 | -477/+894 |
2015-10-31 | hwmon: (ina2xx) remove no longer used variable 'kind' | Marc Titinger | 1 | -4/+2 |
2015-10-31 | x86/vm86: Set thread.vm86 to NULL on fork/clone | Andy Lutomirski | 1 | -0/+3 |
2015-10-31 | selftests/x86: Add a fork() to entry_from_vm86 to catch fork bugs | Andy Lutomirski | 1 | -0/+4 |
2015-10-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 3 | -8/+45 |
2015-10-31 | Merge tag 'pci-v4.3-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2015-10-31 | Merge tag 'omap-for-v4.3/fixes-rc7' of git://git.kernel.org/pub/scm/linux/ker... | Olof Johansson | 2 | -7/+24 |
2015-10-31 | drm: Correct arguments to list_tail_add in create blob ioctl | Maneet Singh | 1 | -1/+1 |
2015-10-31 | Revert "md: allow a partially recovered device to be hot-added to an array." | NeilBrown | 1 | -2/+1 |
2015-10-31 | drm: crtc: integer overflow in drm_property_create_blob() | Dan Carpenter | 1 | -1/+1 |
2015-10-31 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 4 | -23/+35 |
2015-10-31 | Merge tag 'please-pull-syscalls' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -1/+3 |
2015-10-31 | md/raid5: fix locking in handle_stripe_clean_event() | Roman Gushchin | 1 | -2/+4 |
2015-10-30 | rbd: require stable pages if message data CRCs are enabled | Ronny Hegewald | 1 | -0/+3 |
2015-10-30 | hwmon: (nct6775) Introduce separate temperature labels for NCT6792 and NCT6793 | Guenter Roeck | 1 | -1/+82 |
2015-10-30 | hwmon: (nct6775) NCT6791D and NCT6792D have an additional temperature source | Guenter Roeck | 1 | -5/+13 |
2015-10-30 | pinctrl: zynq: Initialize early | Mike Looijmans | 1 | -1/+11 |
2015-10-30 | gpio: Add ACCES 104-IDIO-16 driver maintainer entry | William Breathitt Gray | 1 | -0/+6 |
2015-10-30 | Merge branch 'drm-fixes-4.3' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 3 | -5/+16 |
2015-10-29 | arm64/efi: do not assume DRAM base is aligned to 2 MB | Ard Biesheuvel | 1 | -2/+12 |
2015-10-29 | drm/radeon: fix dpms when driver backlight control is disabled | Alex Deucher | 1 | -4/+14 |
2015-10-29 | drm/radeon: move bl encoder assignment into bl init | Alex Deucher | 3 | -1/+2 |
2015-10-29 | ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is... | Hannes Frederic Sowa | 1 | -0/+2 |
2015-10-29 | Revert "Merge branch 'ipv6-overflow-arith'" | Hannes Frederic Sowa | 3 | -27/+1 |
2015-10-29 | mmc: dw_mmc: fix the wrong setting for UHS-DDR50 mode | Jaehoon Chung | 1 | -0/+1 |
2015-10-29 | mmc: dw_mmc: fix the CardThreshold boundary at CardThrCtl register | Jaehoon Chung | 1 | -1/+1 |
2015-10-29 | mmc: dw_mmc: NULL dereference in error message | Dan Carpenter | 1 | -3/+1 |
2015-10-29 | hwmon: (ina2xx) give precedence to DT over checking for platform data. | Marc Titinger | 1 | -13/+12 |
2015-10-29 | hwmon: (ina2xx) convert driver to using regmap | Marc Titinger | 1 | -128/+86 |
2015-10-29 | [IA64] Wire up kcmp syscall | Émeric MASCHINO | 3 | -1/+3 |
2015-10-28 | usb: musb: omap2430: Fix regression caused by driver core change | Tony Lindgren | 1 | -6/+23 |
2015-10-28 | Revert "ARM64: unwind: Fix PC calculation" | Will Deacon | 1 | -5/+1 |
2015-10-28 | arm64: kernel: fix tcr_el1.t0sz restore on systems with extended idmap | Lorenzo Pieralisi | 1 | -9/+13 |
2015-10-28 | arm64: compat: fix stxr failure case in SWP emulation | Will Deacon | 1 | -7/+9 |
2015-10-28 | ARM: OMAP1: fix incorrect INT_DMA_LCD | Aaro Koskinen | 1 | -1/+1 |
2015-10-28 | clocksource/drivers/sh_mtu2: Fix multiple shutdown call issue | Magnus Damm | 1 | -1/+3 |
2015-10-28 | Merge tag 'powerpc-4.3-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -1/+1 |