summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | KEYS: Rename public key parameter name arraysDavid Howells2013-09-251-2/+2
| | * | | | | | KEYS: Add per-user_namespace registers for persistent per-UID kerberos cachesDavid Howells2013-09-242-0/+10
| * | | | | | | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2013-11-214-82/+210
| |\ \ \ \ \ \ \
| | * | | | | | | audit: fix type of sessionid in audit_set_loginuid()Eric Paris2013-11-061-2/+2
| | * | | | | | | audit: call audit_bprm() only once to add AUDIT_EXECVE informationRichard Guy Briggs2013-11-052-5/+0
| | * | | | | | | audit: move audit_aux_data_execve contents into audit_context unionRichard Guy Briggs2013-11-052-29/+16
| | * | | | | | | audit: remove unused envc member of audit_aux_data_execveRichard Guy Briggs2013-11-051-2/+0
| | * | | | | | | audit: Kill the unused struct audit_aux_data_capsetEric W. Biederman2013-11-051-6/+0
| | * | | | | | | audit: do not reject all AUDIT_INODE filter typesEric Paris2013-11-051-0/+1
| | * | | | | | | audit: log the audit_names record typeJeff Layton2013-11-051-0/+20
| | * | | | | | | audit: use given values in tty_audit enable apiRichard Guy Briggs2013-11-051-1/+1
| | * | | | | | | audit: use nlmsg_len() to get message payload lengthMathias Krause2013-11-051-2/+2
| | * | | | | | | audit: use memset instead of trying to initialize field by fieldEric Paris2013-11-051-1/+1
| | * | | | | | | audit: fix info leak in AUDIT_GET requestsMathias Krause2013-11-051-0/+1
| | * | | | | | | audit: update AUDIT_INODE filter rule to comparator functionRichard Guy Briggs2013-11-051-1/+1
| | * | | | | | | audit: audit feature to set loginuid immutableEric Paris2013-11-052-1/+5
| | * | | | | | | audit: audit feature to only allow unsetting the loginuidEric Paris2013-11-052-1/+5
| | * | | | | | | audit: allow unsetting the loginuid (with priv)Eric Paris2013-11-051-1/+3
| | * | | | | | | audit: remove CONFIG_AUDIT_LOGINUID_IMMUTABLEEric Paris2013-11-051-6/+4
| | * | | | | | | audit: loginuid functions coding styleEric Paris2013-11-051-25/+45
| | * | | | | | | audit: implement generic feature setting and retrievingEric Paris2013-11-051-0/+109
| | * | | | | | | audit: change decimal constant to macro for invalid uidRichard Guy Briggs2013-11-051-1/+1
| | * | | | | | | audit: printk USER_AVC messages when audit isn't enabledTyler Hicks2013-11-051-1/+1
| | * | | | | | | audit_alloc: clear TIF_SYSCALL_AUDIT if !audit_contextOleg Nesterov2013-11-051-1/+3
| | * | | | | | | Audit: remove duplicate commentsGao feng2013-11-051-7/+0
| | * | | | | | | audit: remove newline accidentally added during session id helper refactorRichard Guy Briggs2013-11-051-1/+1
| | * | | | | | | audit: remove duplicate inclusion of the netlink headerIlya V. Matveychikov2013-11-051-1/+0
| | * | | | | | | audit: format user messages to size of MAX_AUDIT_MESSAGE_LENGTHRichard Guy Briggs2013-11-051-1/+2
| * | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-201-6/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | consolidate simple ->d_delete() instancesAl Viro2013-11-151-6/+1
| * | | | | | | | | Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-11-202-1/+3
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'pm-sleep'Rafael J. Wysocki2013-11-192-1/+3
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | PM / Hibernate: Do not crash kernel in free_basic_memory_bitmaps()Rafael J. Wysocki2013-11-142-1/+3
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-191-25/+13
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-2/+1
| | * | | | | | | | | | | genetlink: make all genl_ops users constJohannes Berg2013-11-141-1/+1
| | * | | | | | | | | | | taskstats: use genl_register_family_with_ops()Johannes Berg2013-11-141-25/+14
| * | | | | | | | | | | | kernel/bounds: avoid circular dependencies in generated headersKirill A. Shutemov2013-11-191-1/+1
| * | | | | | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-192-3/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| | * | | | | | | | | | genirq: Prevent spurious detection for unconditionally polled interruptsThomas Gleixner2013-11-132-3/+16
* | | | | | | | | | | | perf: Optimize ring-buffer write by depending on control dependenciesPeter Zijlstra2013-12-111-16/+26
* | | | | | | | | | | | perf: Add active_entry list head to struct perf_eventStephane Eranian2013-11-271-0/+1
* | | | | | | | | | | | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2013-11-211-17/+43
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
| * | | | | | | | | | | uprobes: Document xol_area and arch_uprobe->insn/ixolOleg Nesterov2013-11-201-0/+15
| * | | | | | | | | | | uprobes: Cleanup !CONFIG_UPROBES decls, unexport xol_areaOleg Nesterov2013-11-201-0/+19
| * | | | | | | | | | | uprobes: Don't assume that arch_uprobe->insn/ixol is u8[MAX_UINSN_BYTES]Oleg Nesterov2013-11-201-5/+5
| * | | | | | | | | | | uprobes: Add uprobe_task->dup_xol_work/dup_xol_addrOleg Nesterov2013-11-201-12/+4
* | | | | | | | | | | | perf/trace: Properly use u64 to hold event_idVince Weaver2013-11-191-1/+1
* | | | | | | | | | | | perf: Remove fragile swevent hlist optimizationPeter Zijlstra2013-11-191-8/+0
* | | | | | | | | | | | ftrace, perf: Avoid infinite event generation loopPeter Zijlstra2013-11-191-0/+6
| |/ / / / / / / / / / |/| | | | | | | | | |
OpenPOWER on IntegriCloud