| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | audit: x86: drop arch from __audit_syscall_entry() interface | Richard Guy Briggs | 2014-09-23 | 5 | -25/+20 |
| * | | | | | sparc: implement is_32bit_task | Eric Paris | 2014-09-23 | 3 | -6/+5 |
| * | | | | | sparc: properly conditionalize use of TIF_32BIT | Stephen Rothwell | 2014-09-23 | 1 | -0/+4 |
| * | | | | | sparc: simplify syscall_get_arch() | Eric Paris | 2014-09-23 | 1 | -8/+2 |
| * | | | | | audit: fix build error when asm/syscall.h does not exist | Eric Paris | 2014-09-23 | 1 | -1/+2 |
| * | | | | | audit: add arch field to seccomp event log | Richard Guy Briggs | 2014-09-23 | 1 | -5/+4 |
| * | | | | | audit: __audit_syscall_entry: ignore arch arg and call syscall_get_arch() dir... | Richard Guy Briggs | 2014-09-23 | 1 | -1/+1 |
| * | | | | | ARCH: AUDIT: audit_syscall_entry() should not require the arch | Eric Paris | 2014-09-23 | 17 | -77/+25 |
| * | | | | | ARCH: AUDIT: implement syscall_get_arch for all arches | Eric Paris | 2014-09-23 | 8 | -1/+49 |
| * | | | | | Alpha: define syscall_get_arch() | Eric Paris | 2014-09-23 | 1 | -0/+11 |
| * | | | | | UM: implement syscall_get_arch() | Eric Paris | 2014-09-23 | 1 | -0/+15 |
| * | | | | | SH: define syscall_get_arch() for superh | Eric Paris | 2014-09-23 | 2 | -0/+24 |
| * | | | | | syscall.h: fix doc text for syscall_get_arch() | Richard Guy Briggs | 2014-09-23 | 1 | -1/+1 |
| * | | | | | audit: drop unused struct audit_rule definition | Eric Paris | 2014-09-23 | 1 | -13/+0 |
* | | | | | | Merge tag 'ntb-3.18' of git://github.com/jonmason/ntb | Linus Torvalds | 2014-10-19 | 3 | -123/+501 |
|\ \ \ \ \ \ |
|
| * | | | | | | ntb: Adding split BAR support for Haswell platforms | Dave Jiang | 2014-10-17 | 3 | -60/+210 |
| * | | | | | | ntb: use errata flag set via DID to implement workaround | Dave Jiang | 2014-10-17 | 2 | -9/+42 |
| * | | | | | | ntb: conslidate reading of PPD to move platform detection earlier | Dave Jiang | 2014-10-17 | 1 | -28/+98 |
| * | | | | | | ntb: move platform detection to separate function | Dave Jiang | 2014-10-17 | 1 | -27/+47 |
| * | | | | | | NTB: debugfs device entry | Jon Mason | 2014-10-17 | 3 | -2/+107 |
* | | | | | | | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2014-10-19 | 19 | -51/+1404 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | i2c: i801: Add Device IDs for Intel Sunrise Point PCH | james.d.ralston@intel.com | 2014-10-16 | 3 | -0/+5 |
| * | | | | | | | i2c: hix5hd2: add i2c controller driver | Wei Yan | 2014-10-16 | 4 | -0/+592 |
| * | | | | | | | i2c-imx: Disable the clock on probe failure | Fabio Estevam | 2014-10-06 | 1 | -2/+6 |
| * | | | | | | | i2c: designware: Add support for AMD I2C controller | Carl Peng | 2014-10-06 | 2 | -0/+28 |
| * | | | | | | | i2c: designware: Rework probe() to get clock a bit later | Mika Westerberg | 2014-10-06 | 1 | -20/+18 |
| * | | | | | | | i2c: designware: Default to fast mode in case of ACPI | Mika Westerberg | 2014-10-06 | 1 | -4/+2 |
| * | | | | | | | i2c: axxia: Add I2C driver for AXM55xx | Anders Berg | 2014-10-03 | 4 | -0/+601 |
| * | | | | | | | i2c: exynos: add support for HSI2C module on Exynos7 | Naveen Krishna Ch | 2014-10-03 | 3 | -7/+68 |
| * | | | | | | | i2c: mxs: detect No Slave Ack on SELECT in PIO mode | Janusz Użycki | 2014-10-03 | 1 | -0/+3 |
| * | | | | | | | i2c: cros_ec: Remove EC_I2C_FLAG_10BIT | Doug Anderson | 2014-09-30 | 2 | -5/+4 |
| * | | | | | | | i2c: cros-ec-tunnel: Add of match table | Sjoerd Simons | 2014-09-29 | 1 | -0/+9 |
| * | | | | | | | i2c: rcar: remove sign-compare flaw | Wolfram Sang | 2014-09-29 | 1 | -1/+1 |
| * | | | | | | | i2c: ismt: Use minimum descriptor size | Fan Du | 2014-09-29 | 1 | -1/+1 |
| * | | | | | | | i2c: imx: Add arbitration lost check | Haibo Chen | 2014-09-29 | 1 | -0/+8 |
| * | | | | | | | i2c: rk3x: Remove unlikely() annotations | Doug Anderson | 2014-09-29 | 1 | -2/+2 |
| * | | | | | | | i2c: rcar: check for no IRQ in rcar_i2c_irq() | Sergei Shtylyov | 2014-09-29 | 1 | -1/+7 |
| * | | | | | | | i2c: rcar: make rcar_i2c_prepare_msg() *void* | Sergei Shtylyov | 2014-09-29 | 1 | -7/+2 |
| * | | | | | | | i2c: rcar: simplify check for last message | Sergei Shtylyov | 2014-09-29 | 1 | -1/+1 |
| * | | | | | | | i2c: designware: add support of platform data to set I2C mode | Tan, Raymond | 2014-09-29 | 2 | -0/+27 |
| * | | | | | | | i2c: designware: add support of I2C standard mode | Romain Baeriswyl | 2014-09-29 | 1 | -2/+21 |
* | | | | | | | | Merge tag 'sound-fix-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2014-10-19 | 4 | -7/+9 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | ALSA: hda_intel: Add Device IDs for Intel Sunrise Point PCH | James Ralston | 2014-10-15 | 1 | -0/+4 |
| * | | | | | | | | ALSA: emu10k1: Fix deadlock in synth voice lookup | Takashi Iwai | 2014-10-14 | 1 | -4/+2 |
| * | | | | | | | | ALSA: pcm: Fix referred substream in snd_pcm_action_group() unlock loop | Takashi Iwai | 2014-10-14 | 1 | -1/+1 |
| * | | | | | | | | ALSA: bebob: Fix failure to detect source of clock for Terratec Phase 88 | Takashi Sakamoto | 2014-10-10 | 1 | -2/+2 |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2014-10-19 | 18 | -351/+280 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Input: xpad - add Thrustmaster as Xbox 360 controller vendor | Tommi Rantala | 2014-10-16 | 1 | -0/+1 |
| * | | | | | | | | | Input: xpad - add USB ID for Thrustmaster Ferrari 458 Racing Wheel | Tommi Rantala | 2014-10-16 | 1 | -0/+1 |
| * | | | | | | | | | Input: max77693-haptic - fix state check in imax77693_haptic_disable() | Jaewon Kim | 2014-10-16 | 1 | -1/+1 |