summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-096-23/+30
|\
| * kprobes: Ensure that jprobe probepoints are at function entryNaveen N. Rao2017-07-081-2/+6
| * kprobes: Simplify register_jprobes()Naveen N. Rao2017-07-081-14/+16
| * kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...Naveen N. Rao2017-07-084-8/+8
| * Merge tag 'perf-urgent-for-mingo-4.12-20170704' of git://git.kernel.org/pub/s...Ingo Molnar2017-07-052-1/+2
| |\
| | * perf unwind: Do not fail due to missing unwind supportJiri Olsa2017-07-041-1/+1
| | * perf evsel: Set attr.exclude_kernel when probing max attr.precise_ipArnaldo Carvalho de Melo2017-07-041-0/+1
* | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-07-092-2/+3
|\ \ \
| * | | locking/qspinlock: Explicitly include asm/prefetch.hStafford Horne2017-07-081-0/+1
| * | | locking/rwsem-spinlock: Fix EINTR branch in __down_write_common()Kirill Tkhai2017-07-051-2/+2
| |/ /
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-097-27/+75
|\ \ \
| * | | irqdomain: Allow ACPI device nodes to be used as irqdomain identifiersMarc Zyngier2017-07-071-0/+16
| * | | genirq/debugfs: Remove redundant NULL pointer checkThomas Gleixner2017-07-071-2/+1
| * | | genirq: Allow to pass the IRQF_TIMER flag with percpu irq requestDaniel Lezcano2017-07-062-6/+20
| * | | genirq/timings: Move free timings out of spinlocked regionThomas Gleixner2017-07-041-2/+3
| * | | genirq: Move irq resource handling out of spinlocked regionThomas Gleixner2017-07-041-8/+15
| * | | genirq: Add mutex to irq desc to serialize request/free_irq()Thomas Gleixner2017-07-043-0/+12
| * | | genirq: Move bus locking into __setup_irq()Thomas Gleixner2017-07-041-8/+5
| * | | genirq: Force inlining of __irq_startup_managed to prevent build failureGeert Uytterhoeven2017-07-041-1/+1
| * | | genirq/debugfs: Fix build for !CONFIG_IRQ_DOMAINSebastian Ott2017-07-041-1/+3
| |/ /
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-091-2/+11
|\ \ \
| * | | objtool: Fix sibling call detection logicJosh Poimboeuf2017-07-081-2/+11
| |/ /
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-0930-513/+2081
|\ \ \
| * | | ext4: fix spelling mistake: "prellocated" -> "preallocated"Colin Ian King2017-07-061-1/+1
| * | | ext4: fix __ext4_new_inode() journal credits calculationTahsin Erdogan2017-07-067-34/+89
| * | | ext4: skip ext4_init_security() and encryption on ea_inodesTahsin Erdogan2017-07-061-5/+6
| * | | fs: generic_block_bmap(): initialize all of the fields in the temp bhAlexander Potapenko2017-07-051-4/+4
| * | | ext4: change fast symlink test to not rely on i_blocksTahsin Erdogan2017-07-041-7/+13
| * | | ext4: require key for truncate(2) of encrypted fileEric Biggers2017-06-231-0/+8
| * | | ext4: don't bother checking for encryption key in ->mmap()Eric Biggers2017-06-231-7/+0
| * | | ext4: check return value of kstrtoull correctly in reserved_clusters_storeChao Yu2017-06-231-1/+1
| * | | ext4: fix off-by-one fsmap error on 1k block filesystemsDarrick J. Wong2017-06-231-0/+4
| * | | ext4: return EFSBADCRC if a bad checksum error is found in ext4_find_entry()Theodore Ts'o2017-06-231-1/+2
| * | | ext4: return EIO on read error in ext4_find_entryKhazhismel Kumykov2017-06-231-2/+2
| * | | ext4: forbid encrypting root directoryEric Biggers2017-06-231-0/+9
| * | | ext4: send parallel discards on commit completionsDaeho Jeong2017-06-224-53/+100
| * | | ext4: avoid unnecessary stalls in ext4_evict_inode()Jan Kara2017-06-221-1/+2
| * | | ext4: add nombcache mount optionTahsin Erdogan2017-06-223-28/+59
| * | | ext4: strong binding of xattr inode referencesTahsin Erdogan2017-06-221-39/+65
| * | | ext4: eliminate xattr entry e_hash recalculation for removesTahsin Erdogan2017-06-221-24/+26
| * | | ext4: reserve space for xattr entries/namesTahsin Erdogan2017-06-221-0/+20
| * | | quota: add get_inode_usage callback to transfer multi-inode chargesTahsin Erdogan2017-06-227-14/+95
| * | | ext4: xattr inode deduplicationTahsin Erdogan2017-06-227-294/+862
| * | | ext4: cleanup transaction restarts during inode deletionTahsin Erdogan2017-06-223-143/+184
| * | | ext4: add ext4_is_quota_file()Tahsin Erdogan2017-06-225-5/+7
| * | | ext2, ext4: make mb block cache names more explicitTahsin Erdogan2017-06-226-70/+75
| * | | mbcache: make mbcache naming more genericTahsin Erdogan2017-06-224-42/+40
| * | | ext4: move struct ext4_xattr_inode_array to xattr.hTahsin Erdogan2017-06-222-4/+5
| * | | ext4: modify ext4_xattr_ino_array to hold struct inode *Tahsin Erdogan2017-06-224-59/+53
| * | | ext4: improve journal credit handling in set xattr pathsTahsin Erdogan2017-06-215-32/+51