summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | tracing: Allow triggers to filter for CPU ids and process namesDaniel Wagner2015-08-122-2/+77
| * | | | | | | | tracing: Introduce two additional marks for delayJungseok Lee2015-07-211-1/+3
| * | | | | | | | ftrace: Fix function_graph duration spacing with 7-digitsSteven Rostedt (Red Hat)2015-07-211-2/+2
| * | | | | | | | ftrace: add tracing_thresh to function profileUmesh Tiwari2015-07-211-2/+7
| * | | | | | | | tracing: Clean up stack tracing and fix fentry updatesSteven Rostedt (Red Hat)2015-07-211-45/+23Star
| * | | | | | | | ring-buffer: Reorganize function locationsSteven Rostedt (Red Hat)2015-07-211-411/+403Star
| * | | | | | | | ring-buffer: Make sure event has enough room for extend and paddingSteven Rostedt (Red Hat)2015-07-211-0/+15
| * | | | | | | | ring-buffer: Get timestamp after event is allocatedSteven Rostedt (Red Hat)2015-07-211-47/+114
| * | | | | | | | ring-buffer: Move the adding of the extended timestamp out of lineSteven Rostedt (Red Hat)2015-07-211-16/+25
| * | | | | | | | ring-buffer: Add event descriptor to simplify passing dataSteven Rostedt (Red Hat)2015-07-211-39/+52
| * | | | | | | | ftrace: correct the counter increment for trace_buffer dataUmesh Tiwari2015-07-211-1/+1
| * | | | | | | | tracing: Fix for non-continuous cpu idsGil Fruchter2015-07-211-1/+1
| * | | | | | | | tracing: Prefer kcalloc over kzalloc with multiplyGil Fruchter2015-07-211-1/+1
* | | | | | | | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2015-09-088-37/+351
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fixup: audit: implement audit by executableRichard Guy Briggs2015-08-131-3/+9
| * | | | | | | | | audit: implement audit by executableRichard Guy Briggs2015-08-065-1/+92
| * | | | | | | | | audit: clean simple fsnotify implementationRichard Guy Briggs2015-08-064-2/+232
| * | | | | | | | | audit: use macros for unset inode and device valuesRichard Guy Briggs2015-08-063-8/+8
| * | | | | | | | | 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-051-4/+2Star
| * | | | | | | | | audit: eliminate unnecessary extra layer of watch referencesRichard Guy Briggs2015-08-052-16/+5Star
* | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-09-086-421/+45Star
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Move certificate handling to its own directoryDavid Howells2015-08-143-323/+0Star
| * | | | | | | | | PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells2015-08-122-3/+6
| * | | | | | | | | modsign: Use extract-cert to process CONFIG_SYSTEM_TRUSTED_KEYSDavid Woodhouse2015-08-122-13/+15
| * | | | | | | | | modsign: Add explicit CONFIG_SYSTEM_TRUSTED_KEYS optionDavid Woodhouse2015-08-071-60/+65
| * | | | | | | | | modsign: Use single PEM file for autogenerated keyDavid Woodhouse2015-08-071-8/+7Star
| * | | | | | | | | modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if neededDavid Woodhouse2015-08-071-0/+38
| * | | | | | | | | modsign: Allow external signing key to be specifiedDavid Woodhouse2015-08-071-0/+5
| * | | | | | | | | MODSIGN: Extract the blob PKCS#7 signature verifier from module signingDavid Howells2015-08-072-43/+51
| * | | | | | | | | system_keyring.c doesn't need to #include module-internal.hDavid Howells2015-08-071-1/+0Star
| * | | | | | | | | MODSIGN: Use PKCS#7 messages as module signaturesDavid Howells2015-08-071-176/+44Star
| * | | | | | | | | Merge tag 'seccomp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...James Morris2015-07-202-5/+25
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | seccomp: swap hard-coded zeros to defined nameKees Cook2015-07-151-1/+1
| | * | | | | | | | seccomp: add ptrace options for suspend/resumeTycho Andersen2015-07-152-0/+21
| | * | | | | | | | seccomp: Replace smp_read_barrier_depends() with lockless_dereference()Pranith Kumar2015-07-151-4/+3Star
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-09-062-2/+14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | percpu-rwsem: kill CONFIG_PERCPU_RWSEMOleg Nesterov2015-08-151-2/+1Star
| * | | | | | | | | | percpu-rwsem: introduce percpu_down_read_trylock()Oleg Nesterov2015-08-151-0/+13
* | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-058-99/+143
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | userfaultfd: activate syscallAndrea Arcangeli2015-09-051-0/+1
| * | | | | | | | | | | userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WPAndrea Arcangeli2015-09-051-1/+1
| * | | | | | | | | | | userfaultfd: add vm_userfaultfd_ctx to the vm_area_structAndrea Arcangeli2015-09-051-0/+1
| * | | | | | | | | | | userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_keyAndrea Arcangeli2015-09-051-3/+4
| * | | | | | | | | | | watchdog: rename watchdog_suspend() and watchdog_resume()Ulrich Obergfell2015-09-051-4/+22
| * | | | | | | | | | | watchdog: use suspend/resume interface in fixup_ht_bug()Ulrich Obergfell2015-09-051-35/+0Star
| * | | | | | | | | | | watchdog: use park/unpark functions in update_watchdog_all_cpus()Ulrich Obergfell2015-09-051-38/+2Star
| * | | | | | | | | | | watchdog: introduce watchdog_suspend() and watchdog_resume()Ulrich Obergfell2015-09-051-0/+65
| * | | | | | | | | | | watchdog: introduce watchdog_park_threads() and watchdog_unpark_threads()Ulrich Obergfell2015-09-051-0/+36