summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | tools include: Sync kernel ABI headers with tooling headersIngo Molnar2017-09-2510-28/+164
| | | * | | perf tools: Get all of tools/{arch,include}/ in the MANIFESTArnaldo Carvalho de Melo2017-09-251-85/+2Star
| | * | | | perf/aux: Only update ->aux_wakeup in non-overwrite modeAlexander Shishkin2017-09-291-5/+15
| | | |/ / | | |/| |
| * | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-10-012-11/+49
| |\ \ \ \
| | * | | | locking/rwsem-xadd: Fix missed wakeup due to reordering of loadPrateek Sood2017-09-291-0/+27
| | * | | | futex: Fix pi_state->owner serializationPeter Zijlstra2017-09-251-11/+22
| | | |_|/ | | |/| |
| * | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-014-8/+14
| |\ \ \ \
| | * | | | irq/generic-chip: Don't replace domain's nameJeffy Chen2017-09-281-1/+0Star
| | * | | | irqdomain: Add __rcu annotations to radix tree accessorsMasahiro Yamada2017-09-251-2/+2
| | * | | | irqchip/mips-gic: Use effective affinity to unmaskPaul Burton2017-09-251-2/+5
| | * | | | irqchip/mips-gic: Fix shifts to extract register fieldsPaul Burton2017-09-251-3/+3
| * | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-10-012-3/+10
| |\ \ \ \ \
| | * | | | | objtool: Support unoptimized frame pointer setupJosh Poimboeuf2017-09-281-3/+8
| | * | | | | objtool: Skip unreachable warnings for GCC 4.4 and olderJosh Poimboeuf2017-09-281-0/+2
| * | | | | | Merge tag 'mtd/fixes-for-4.14-rc3' of git://git.infradead.org/linux-mtdLinus Torvalds2017-09-302-1/+9
| |\ \ \ \ \ \
| | * | | | | | mtd: nand: atmel: fix buffer overflow in atmel_pmecc_userRichard Genoud2017-09-271-1/+1
| | * | | | | | mtd: Fix partition alignment check on multi-erasesize devicesBoris Brezillon2017-09-271-0/+8
| * | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-09-308-27/+32
| |\ \ \ \ \ \ \
| | * | | | | | | scsi: ILLEGAL REQUEST + ASC==27 => target failureMartin Wilck2017-09-281-1/+2
| | * | | | | | | scsi: aacraid: Add a small delay after IOP resetGuilherme G. Piccoli2017-09-281-0/+2
| | * | | | | | | scsi: scsi_transport_fc: Also check for NOTPRESENT in fc_remote_port_add()Hannes Reinecke2017-09-261-1/+2
| | * | | | | | | scsi: scsi_transport_fc: set scsi_target_id upon rescanHannes Reinecke2017-09-261-10/+1Star
| | * | | | | | | scsi: scsi_transport_iscsi: fix the issue that iscsi_if_rx doesn't parse nlms...Xin Long2017-09-251-1/+1
| | * | | | | | | scsi: aacraid: error: testing array offset 'bus' after useNikola Pajkovsky2017-09-161-8/+12
| | * | | | | | | scsi: lpfc: Don't return internal MBXERR_ERROR code from probe functionStefano Brivio2017-09-161-0/+1
| | * | | | | | | scsi: aacraid: Fix 2T+ drives on SmartIOC-2000Dave Carroll2017-09-152-6/+11
| * | | | | | | | Merge tag 'platform-drivers-x86-v4.14-2' of git://git.infradead.org/linux-pla...Linus Torvalds2017-09-301-4/+6
| |\ \ \ \ \ \ \ \
| | * | | | | | | | platform/x86: fujitsu-laptop: Don't oops when FUJ02E3 is not presntVille Syrjälä2017-09-271-4/+6
| * | | | | | | | | Merge tag 'led_fixes-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-304-16/+57
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | MAINTAINERS: Add entry for MediaTek PMIC LED driverSean Wang2017-09-251-0/+6
| | * | | | | | | | | as3645a: Unregister indicator LED on device unbindSakari Ailus2017-09-231-0/+1
| | * | | | | | | | | as3645a: Use integer numbers for parsing LEDsSakari Ailus2017-09-232-4/+30
| | * | | | | | | | | dt: bindings: as3645a: Use LED number to refer to LEDsSakari Ailus2017-09-231-10/+18
| | * | | | | | | | | as3645a: Use ams,input-max-microamp as documented in DT bindingsSakari Ailus2017-09-232-2/+2
| | |/ / / / / / / /
| * | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-09-291-13/+10Star
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | fix infoleak in waitid(2)Al Viro2017-09-291-13/+10Star
| * | | | | | | | | | Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-2911-27/+72
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | btrfs: log csums for all modified extentsJosef Bacik2017-09-261-2/+10
| | * | | | | | | | | | Btrfs: fix unexpected result when dio reading corrupted blocksLiu Bo2017-09-261-5/+2Star
| | * | | | | | | | | | btrfs: Report error on removing qgroup if del_qgroup_item failsSargun Dhillon2017-09-261-0/+2
| | * | | | | | | | | | Btrfs: skip checksum when reading compressed data if some IO have failedLiu Bo2017-09-261-1/+8
| | * | | | | | | | | | Btrfs: fix kernel oops while reading compressed dataLiu Bo2017-09-261-0/+9
| | * | | | | | | | | | Btrfs: use btrfs_op instead of bio_op in __btrfs_map_blockLiu Bo2017-09-261-1/+1
| | * | | | | | | | | | Btrfs: do not backup tree roots when fsyncLiu Bo2017-09-261-1/+8
| | * | | | | | | | | | btrfs: remove BTRFS_FS_QUOTA_DISABLING flagMisono, Tomohiro2017-09-262-5/+0Star
| | * | | | | | | | | | btrfs: propagate error to btrfs_cmp_data_prepare callerNaohiro Aota2017-09-261-1/+1
| | * | | | | | | | | | btrfs: prevent to set invalid default subvolidsatoru takeuchi2017-09-261-0/+4
| | * | | | | | | | | | Btrfs: send: fix error number for unknown inode typesTsutomu Itoh2017-09-261-1/+1
| | * | | | | | | | | | btrfs: fix NULL pointer dereference from free_reloc_roots()Naohiro Aota2017-09-261-1/+1
| | * | | | | | | | | | btrfs: finish ordered extent cleaning if no progress is foundNaohiro Aota2017-09-261-0/+8