summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2015-09-0810-381/+384
|\
| * kbuild: Fix clang detectionMichal Marek2015-09-044-13/+10
| * kbuild: fixdep: drop meaningless hash table initializationMasahiro Yamada2015-08-241-19/+0
| * kbuild: fixdep: optimize code slightlyMasahiro Yamada2015-08-241-3/+4
| * genksyms: Regenerate parserMichal Marek2015-08-202-343/+354
| * genksyms: Duplicate function pointer type definitions segfaultRichard Yao2015-08-201-0/+9
| * kbuild: Fix .text.unlikely placementAndi Kleen2015-08-201-3/+1
| * Avoid conflict with host definitions when cross-compilingPavel Fedin2015-08-201-0/+6
* | Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-09-0816-437/+562
|\ \
| * | ring-buffer: Revert "ring-buffer: Get timestamp after event is allocated"Steven Rostedt (Red Hat)2015-09-031-106/+50
| * | tracing: Don't make assumptions about length of string on task renameSasha Levin2015-08-311-1/+1
| * | tracing: Allow triggers to filter for CPU ids and process namesDaniel Wagner2015-08-112-2/+77
| * | ftrace: Format MCOUNT_ADDR address as type unsigned longMinfei Huang2015-07-206-7/+7
| * | tracing: Introduce two additional marks for delayJungseok Lee2015-07-202-14/+41
| * | ftrace: Fix function_graph duration spacing with 7-digitsSteven Rostedt (Red Hat)2015-07-201-2/+2
| * | ftrace: add tracing_thresh to function profileUmesh Tiwari2015-07-201-2/+7
| * | tracing: Clean up stack tracing and fix fentry updatesSteven Rostedt (Red Hat)2015-07-201-45/+23
| * | ring-buffer: Reorganize function locationsSteven Rostedt (Red Hat)2015-07-201-411/+403
| * | ring-buffer: Make sure event has enough room for extend and paddingSteven Rostedt (Red Hat)2015-07-201-0/+15
| * | ring-buffer: Get timestamp after event is allocatedSteven Rostedt (Red Hat)2015-07-201-47/+114
| * | ring-buffer: Move the adding of the extended timestamp out of lineSteven Rostedt (Red Hat)2015-07-201-16/+25
| * | ring-buffer: Add event descriptor to simplify passing dataSteven Rostedt (Red Hat)2015-07-201-39/+52
| * | ftrace: correct the counter increment for trace_buffer dataUmesh Tiwari2015-07-201-1/+1
| * | tracing: Fix for non-continuous cpu idsGil Fruchter2015-07-201-1/+1
| * | tracing: Prefer kcalloc over kzalloc with multiplyGil Fruchter2015-07-201-1/+1
* | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2015-09-0810-38/+359
|\ \ \
| * | | fixup: audit: implement audit by executableRichard Guy Briggs2015-08-121-3/+9
| * | | audit: implement audit by executableRichard Guy Briggs2015-08-067-2/+97
| * | | audit: clean simple fsnotify implementationRichard Guy Briggs2015-08-064-2/+232
| * | | audit: use macros for unset inode and device valuesRichard Guy Briggs2015-08-064-8/+11
| * | | audit: make audit_del_rule() more robustRichard Guy Briggs2015-08-051-6/+6
| * | | audit: fix uninitialized variable in audit_add_rule()Paul Moore2015-08-051-1/+1
| * | | audit: eliminate unnecessary extra layer of watch parent referencesRichard Guy Briggs2015-08-041-4/+2
| * | | audit: eliminate unnecessary extra layer of watch referencesRichard Guy Briggs2015-08-042-16/+5
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-09-0876-1407/+3588
|\ \ \ \
| * | | | PKCS#7: Add OIDs for sha224, sha284 and sha512 hash algos and use themDavid Howells2015-09-013-0/+20
| * | | | Documentation/Changes: Now need OpenSSL devel packages for module signingDavid Howells2015-08-281-1/+16
| * | | | scripts: add extract-cert and sign-file to .gitignorePaul Gortmaker2015-08-271-0/+2
| * | | | Merge tag 'modsign-pkcs7-20150814' of git://git.kernel.org/pub/scm/linux/kern...James Morris2015-08-2611-198/+212
| |\ \ \ \
| | * | | | modsign: Handle signing key in source treeDavid Woodhouse2015-08-143-58/+54
| | * | | | modsign: Use if_changed rule for extracting cert from module signing keyDavid Woodhouse2015-08-141-2/+3
| | * | | | Move certificate handling to its own directoryDavid Howells2015-08-1410-195/+212
| * | | | | Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris2015-08-1514-110/+915
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | selinux: explicitly declare the role "base_r"Laurent Bigonville2015-07-131-0/+1
| | * | | | selinux: Create a common helper to determine an inode label [ver #3]David Howells2015-07-131-46/+41
| | * | | | selinux: Augment BUG_ON assertion for secclass_map.Stephen Smalley2015-07-131-1/+2
| | * | | | selinux: initialize sock security class to default valueStephen Smalley2015-07-131-0/+1
| | * | | | selinux: reduce locking overhead in inode_free_security()Waiman Long2015-07-131-3/+14
| | * | | | selinux: extended permissions for ioctlsJeff Vander Stoep2015-07-1311-60/+834
| | * | | | security: add ioctl specific auditing to lsm_auditJeff Vander Stoep2015-07-132-0/+22