summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | audit: x86: drop arch from __audit_syscall_entry() interfaceRichard Guy Briggs2014-09-235-25/+20Star
| * | | | | sparc: implement is_32bit_taskEric Paris2014-09-233-6/+5Star
| * | | | | sparc: properly conditionalize use of TIF_32BITStephen Rothwell2014-09-231-0/+4
| * | | | | sparc: simplify syscall_get_arch()Eric Paris2014-09-231-8/+2Star
| * | | | | audit: fix build error when asm/syscall.h does not existEric Paris2014-09-231-1/+2
| * | | | | audit: add arch field to seccomp event logRichard Guy Briggs2014-09-231-5/+4Star
| * | | | | audit: __audit_syscall_entry: ignore arch arg and call syscall_get_arch() dir...Richard Guy Briggs2014-09-231-1/+1
| * | | | | ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris2014-09-2317-77/+25Star
| * | | | | ARCH: AUDIT: implement syscall_get_arch for all archesEric Paris2014-09-238-1/+49
| * | | | | Alpha: define syscall_get_arch()Eric Paris2014-09-231-0/+11
| * | | | | UM: implement syscall_get_arch()Eric Paris2014-09-231-0/+15
| * | | | | SH: define syscall_get_arch() for superhEric Paris2014-09-232-0/+24
| * | | | | syscall.h: fix doc text for syscall_get_arch()Richard Guy Briggs2014-09-231-1/+1
| * | | | | audit: drop unused struct audit_rule definitionEric Paris2014-09-231-13/+0Star
* | | | | | Merge tag 'ntb-3.18' of git://github.com/jonmason/ntbLinus Torvalds2014-10-193-123/+501
|\ \ \ \ \ \
| * | | | | | ntb: Adding split BAR support for Haswell platformsDave Jiang2014-10-173-60/+210
| * | | | | | ntb: use errata flag set via DID to implement workaroundDave Jiang2014-10-172-9/+42
| * | | | | | ntb: conslidate reading of PPD to move platform detection earlierDave Jiang2014-10-171-28/+98
| * | | | | | ntb: move platform detection to separate functionDave Jiang2014-10-171-27/+47
| * | | | | | NTB: debugfs device entryJon Mason2014-10-173-2/+107
* | | | | | | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-10-1919-51/+1404
|\ \ \ \ \ \ \
| * | | | | | | i2c: i801: Add Device IDs for Intel Sunrise Point PCHjames.d.ralston@intel.com2014-10-163-0/+5
| * | | | | | | i2c: hix5hd2: add i2c controller driverWei Yan2014-10-164-0/+592
| * | | | | | | i2c-imx: Disable the clock on probe failureFabio Estevam2014-10-061-2/+6
| * | | | | | | i2c: designware: Add support for AMD I2C controllerCarl Peng2014-10-062-0/+28
| * | | | | | | i2c: designware: Rework probe() to get clock a bit laterMika Westerberg2014-10-061-20/+18Star
| * | | | | | | i2c: designware: Default to fast mode in case of ACPIMika Westerberg2014-10-061-4/+2Star
| * | | | | | | i2c: axxia: Add I2C driver for AXM55xxAnders Berg2014-10-034-0/+601
| * | | | | | | i2c: exynos: add support for HSI2C module on Exynos7Naveen Krishna Ch2014-10-033-7/+68
| * | | | | | | i2c: mxs: detect No Slave Ack on SELECT in PIO modeJanusz Użycki2014-10-031-0/+3
| * | | | | | | i2c: cros_ec: Remove EC_I2C_FLAG_10BITDoug Anderson2014-09-302-5/+4Star
| * | | | | | | i2c: cros-ec-tunnel: Add of match tableSjoerd Simons2014-09-291-0/+9
| * | | | | | | i2c: rcar: remove sign-compare flawWolfram Sang2014-09-291-1/+1
| * | | | | | | i2c: ismt: Use minimum descriptor sizeFan Du2014-09-291-1/+1
| * | | | | | | i2c: imx: Add arbitration lost checkHaibo Chen2014-09-291-0/+8
| * | | | | | | i2c: rk3x: Remove unlikely() annotationsDoug Anderson2014-09-291-2/+2
| * | | | | | | i2c: rcar: check for no IRQ in rcar_i2c_irq()Sergei Shtylyov2014-09-291-1/+7
| * | | | | | | i2c: rcar: make rcar_i2c_prepare_msg() *void*Sergei Shtylyov2014-09-291-7/+2Star
| * | | | | | | i2c: rcar: simplify check for last messageSergei Shtylyov2014-09-291-1/+1
| * | | | | | | i2c: designware: add support of platform data to set I2C modeTan, Raymond2014-09-292-0/+27
| * | | | | | | i2c: designware: add support of I2C standard modeRomain Baeriswyl2014-09-291-2/+21
* | | | | | | | Merge tag 'sound-fix-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-10-194-7/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | ALSA: hda_intel: Add Device IDs for Intel Sunrise Point PCHJames Ralston2014-10-151-0/+4
| * | | | | | | | ALSA: emu10k1: Fix deadlock in synth voice lookupTakashi Iwai2014-10-141-4/+2Star
| * | | | | | | | ALSA: pcm: Fix referred substream in snd_pcm_action_group() unlock loopTakashi Iwai2014-10-141-1/+1
| * | | | | | | | ALSA: bebob: Fix failure to detect source of clock for Terratec Phase 88Takashi Sakamoto2014-10-101-2/+2
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-10-1918-351/+280Star
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Input: xpad - add Thrustmaster as Xbox 360 controller vendorTommi Rantala2014-10-161-0/+1
| * | | | | | | | | Input: xpad - add USB ID for Thrustmaster Ferrari 458 Racing WheelTommi Rantala2014-10-161-0/+1
| * | | | | | | | | Input: max77693-haptic - fix state check in imax77693_haptic_disable()Jaewon Kim2014-10-161-1/+1