summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tools: Adopt noinline from kernel sourcesArnaldo Carvalho de Melo2017-06-195-14/+13
* perf tools: Use __maybe_unused consistentlyArnaldo Carvalho de Melo2017-06-196-11/+8
* tools: Adopt __scanf from kernel sourcesArnaldo Carvalho de Melo2017-06-192-2/+3
* tools: Adopt __printf from kernel sourcesArnaldo Carvalho de Melo2017-06-198-23/+21
* tools: Adopt __noreturn from kernel sourcesArnaldo Carvalho de Melo2017-06-194-10/+11
* perf script: Allow adding and removing fieldsAndi Kleen2017-06-192-3/+42
* perf config: Invert an if statement to reduce nesting in cmd_config()Taeung Song2017-06-191-21/+23
* perf annotate browser: Display titles in left frameJin Yao2017-06-191-3/+21
* perf report: Remove unnecessary check in annotate_browser_write()Jin Yao2017-06-191-14/+10
* Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2017-06-19423-2306/+3678
|\
| * Merge tag 'perf-urgent-for-mingo-4.12-20170616' of git://git.kernel.org/pub/s...Ingo Molnar2017-06-169-26/+46
| |\
| | * perf unwind: Report module before querying isactivation in dwfl unwindMilian Wolff2017-06-161-0/+8
| | * perf tools: Fix build with ARCH=x86_64Jiada Wang2017-06-146-25/+25
| | * perf evsel: Fix probing of precise_ip level for default cycles eventArnaldo Carvalho de Melo2017-06-142-1/+13
| |/
| * Merge tag 'xtensa-20170612' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2017-06-139-22/+18
| |\
| | * xtensa: don't use linux IRQ #0Max Filippov2017-06-066-15/+13
| | * xtensa: reduce double exception literal reservationMax Filippov2017-06-051-3/+3
| | * xtensa: ISS: Use kmalloc_array() in simdisk_init()Markus Elfring2017-05-081-2/+1
| | * xtensa: Use seq_puts() in c_show()Markus Elfring2017-05-081-2/+1
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-06-1310-49/+146
| |\ \
| | * | s390: update defconfigMartin Schwidefsky2017-06-085-21/+87
| | * | s390/zcrypt: Fix blocking queue device after unbind/bind.Harald Freudenberger2017-06-023-16/+40
| | * | Merge tag 'vfio-ccw-20170522' of git://git.kernel.org/pub/scm/linux/kernel/gi...Martin Schwidefsky2017-05-231-6/+6
| | |\ \
| | | * | s390/vfio_ccw: make some symbols staticSebastian Ott2017-05-221-6/+6
| | * | | s390/kvm: do not rely on the ILC on kvm host protection faulsChristian Borntraeger2017-05-171-6/+13
| * | | | Linux 4.12-rc5v4.12-rc5Linus Torvalds2017-06-121-1/+1
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2017-06-1219-330/+330
| |\ \ \ \
| | * | | | KEYS: fix refcount_inc() on zeroMark Rutland2017-06-091-7/+4
| | * | | | KEYS: Convert KEYCTL_DH_COMPUTE to use the crypto KPP APIMat Martineau2017-06-092-103/+171
| | * | | | crypto : asymmetric_keys : verify_pefile:zero memory content before freeingLoganaden Velvindron2017-06-091-2/+2
| | * | | | KEYS: DH: add __user annotations to keyctl_kdf_paramsEric Biggers2017-06-091-2/+2
| | * | | | KEYS: DH: ensure the KDF counter is properly alignedEric Biggers2017-06-091-13/+3
| | * | | | KEYS: DH: don't feed uninitialized "otherinfo" into KDFEric Biggers2017-06-091-1/+1
| | * | | | KEYS: DH: forbid using digest_null as the KDF hashEric Biggers2017-06-091-1/+11
| | * | | | KEYS: sanitize key structs before freeingEric Biggers2017-06-092-4/+1
| | * | | | KEYS: trusted: sanitize all key materialEric Biggers2017-06-091-28/+22
| | * | | | KEYS: encrypted: sanitize all key materialEric Biggers2017-06-091-18/+13
| | * | | | KEYS: user_defined: sanitize key payloadsEric Biggers2017-06-091-4/+12
| | * | | | KEYS: sanitize add_key() and keyctl() key payloadsEric Biggers2017-06-091-3/+9
| | * | | | KEYS: fix freeing uninitialized memory in key_update()Eric Biggers2017-06-091-3/+2
| | * | | | KEYS: fix dereferencing NULL payload with nonzero lengthEric Biggers2017-06-091-2/+2
| | * | | | KEYS: encrypted: use constant-time HMAC comparisonEric Biggers2017-06-091-2/+3
| | * | | | KEYS: encrypted: fix race causing incorrect HMAC calculationsEric Biggers2017-06-091-83/+32
| | * | | | KEYS: encrypted: fix buffer overread in valid_master_desc()Eric Biggers2017-06-091-16/+15
| | * | | | KEYS: encrypted: avoid encrypting/decrypting stack buffersEric Biggers2017-06-091-8/+9
| | * | | | KEYS: put keyring if install_session_keyring_to_cred() failsEric Biggers2017-06-091-3/+4
| | * | | | KEYS: Delete an error message for a failed memory allocation in get_derived_k...Markus Elfring2017-06-091-3/+2
| | * | | | X.509: Fix error code in x509_cert_parse()Dan Carpenter2017-06-091-0/+1
| | * | | | security: use READ_ONCE instead of deprecated ACCESS_ONCEDavidlohr Bueso2017-06-091-6/+6
| | * | | | security/keys: add CONFIG_KEYS_COMPAT to KconfigBilal Amarni2017-06-096-19/+4