index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
gf128mul.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-08-01
mfd: lpc_ich: Staticize struct 'lpc_chipset_info'
Jingoo Han
1
-1
/
+1
2013-08-01
mfd: max8997: Cast void pointer to data of max8997_pmic_dt_match
Jingoo Han
1
-1
/
+1
2013-07-31
mfd: stmpe: Staticise stmpe_of_probe()
Mark Brown
1
-1
/
+2
2013-07-31
mfd: Use dev_get_platdata()
Jingoo Han
58
-88
/
+89
2013-07-31
mfd: wm831x: Remove erronious bits per word set
Mark Brown
1
-1
/
+0
2013-07-31
mfd: ucb1x00: Explicitely include linux/device.h
Andrea Adami
1
-0
/
+1
2013-07-31
mfd: mcp: Add missing linux/device.h header
Andrea Adami
1
-0
/
+2
2013-07-31
MFD: ti_tscadc: Disable TSC config registers in adc mode
Patil, Rachna
1
-7
/
+11
2013-07-31
MFD: ti_tscadc: ADC Clock check not required
Patil, Rachna
2
-6
/
+1
2013-07-31
mfd: wm8994: Remove check for active audio in runtime suspend
Mark Brown
1
-29
/
+1
2013-07-31
mfd: wm8994: Remove unneeded check for JACKDET
Mark Brown
1
-14
/
+0
2013-07-31
mfd: wm8997: Make Kconfig prompt for WM8997 more consistent
Mark Brown
1
-1
/
+1
2013-07-31
mfd: s2mps11: Remove clocks from regulators list
Yadwinder Singh Brar
1
-5
/
+1
2013-07-31
mfd: syscon: Remove "base" field from private driver data
Alexander Shiyan
1
-4
/
+4
2013-07-31
mfd: twl6040: Cleanup in early error handling in probe function
Peter Ujfalusi
1
-9
/
+5
2013-07-31
mfd: twl6040: Cosmetic, parameter alignment change
Peter Ujfalusi
1
-11
/
+10
2013-07-31
mfd: twl6040: Remove support for legacy (pdata) mode
Peter Ujfalusi
2
-42
/
+14
2013-07-31
mfd: sec: Add register cache for interrupt mask registers
Mark Brown
1
-0
/
+31
2013-07-31
mfd: Update DA9055 i2c device id name
Ankur Raina
1
-1
/
+1
2013-07-31
mfd: Fix for DA9055 driver initialization
Ankur Raina
1
-0
/
+5
2013-07-31
mfd: s2mps11: Add device tree support
Yadwinder Singh Brar
2
-0
/
+92
2013-07-31
mfd: Add TPS659038 documentation under Palmas
J Keerthy
1
-0
/
+2
2013-07-29
Linux 3.11-rc3
v3.11-rc3
Linus Torvalds
1
-1
/
+1
2013-07-26
Revert "ACPI / video / i915: No ACPI backlight if firmware expects Windows 8"
Rafael J. Wysocki
6
-87
/
+11
2013-07-26
ahci_imx: depend on CONFIG_MFD_SYSCON
Tejun Heo
1
-1
/
+1
2013-07-26
tracing: Remove locking trace_types_lock from tracing_reset_all_online_cpus()
Steven Rostedt (Red Hat)
1
-2
/
+1
2013-07-26
arm64: Change kernel stack size to 16K
Feng Kan
2
-3
/
+3
2013-07-26
drm/radeon/dpm: fix r600_enable_sclk_control()
Alex Deucher
1
-2
/
+2
2013-07-26
drm/radeon/dpm: implement force performance levels for rv6xx
Alex Deucher
3
-0
/
+38
2013-07-26
mfd: max8925: fix dt code for backlight
Olof Johansson
1
-20
/
+21
2013-07-26
drm/radeon/dpm: fix displaygap programming on rv6xx
Alex Deucher
1
-2
/
+2
2013-07-26
drm/radeon/dpm: fix a typo in the rv6xx mclk setup
Alex Deucher
1
-1
/
+1
2013-07-25
usb: Clear both buffers when clearing a control transfer TT buffer.
William Gulland
1
-0
/
+9
2013-07-25
usb/gadget: free opts struct on error recovery
Andrzej Pietrasiewicz
6
-12
/
+30
2013-07-25
USB: mos7840: fix memory leak in open
Johan Hovold
1
-8
/
+17
2013-07-25
usb: serial: option.c: remove ONDA MT825UP product ID fromdriver
Enrico Mioso
1
-7
/
+0
2013-07-25
usb: serial: option: add Olivetti Olicard 200
Dan Williams
1
-0
/
+2
2013-07-25
usb: serial: option: blacklist ONDA MT689DC QMI interface
Enrico Mioso
1
-1
/
+2
2013-07-25
xfs: di_flushiter considered harmful
Dave Chinner
3
-11
/
+36
2013-07-25
pinctrl: fix a memleak when freeing maps
Linus Walleij
1
-0
/
+1
2013-07-25
xhci: fix null pointer dereference on ring_doorbell_for_active_rings
Oleksij Rempel
1
-1
/
+1
2013-07-25
usb: host: xhci: Enable XHCI_SPURIOUS_SUCCESS for all controllers with xhci 1.0
George Cherian
2
-1
/
+7
2013-07-25
usb: fix build warning in pci-quirks.h when CONFIG_PCI is not enabled
Randy Dunlap
1
-0
/
+1
2013-07-25
usb: xhci: Mark two functions __maybe_unused
Olof Johansson
1
-2
/
+2
2013-07-25
xhci: Avoid NULL pointer deref when host dies.
Sarah Sharp
1
-3
/
+3
2013-07-25
drm/i915: initialize gt_lock early with other spin locks
Jani Nikula
2
-2
/
+1
2013-07-25
md/raid5: fix interaction of 'replace' and 'recovery'.
NeilBrown
2
-5
/
+11
2013-07-25
md/raid10: remove use-after-free bug.
NeilBrown
1
-1
/
+7
2013-07-25
HOWTO ja_JP sync
Tsugikazu Shibata
1
-22
/
+22
2013-07-25
usb: serial: option: Add ONYX 3G device support
Enrico Mioso
1
-0
/
+1
[next]