summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-11-05audit: call audit_bprm() only once to add AUDIT_EXECVE informationRichard Guy Briggs
2013-11-05audit: move audit_aux_data_execve contents into audit_context unionRichard Guy Briggs
2013-11-05audit: remove unused envc member of audit_aux_data_execveRichard Guy Briggs
2013-11-05audit: Kill the unused struct audit_aux_data_capsetEric W. Biederman
2013-11-05audit: do not reject all AUDIT_INODE filter typesEric Paris
2013-11-05audit: log the audit_names record typeJeff Layton
2013-11-05audit: use given values in tty_audit enable apiRichard Guy Briggs
2013-11-05audit: use nlmsg_len() to get message payload lengthMathias Krause
2013-11-05audit: use memset instead of trying to initialize field by fieldEric Paris
2013-11-05audit: fix info leak in AUDIT_GET requestsMathias Krause
2013-11-05audit: update AUDIT_INODE filter rule to comparator functionRichard Guy Briggs
2013-11-05audit: audit feature to set loginuid immutableEric Paris
2013-11-05audit: audit feature to only allow unsetting the loginuidEric Paris
2013-11-05audit: allow unsetting the loginuid (with priv)Eric Paris
2013-11-05audit: remove CONFIG_AUDIT_LOGINUID_IMMUTABLEEric Paris
2013-11-05audit: loginuid functions coding styleEric Paris
2013-11-05audit: implement generic feature setting and retrievingEric Paris
2013-11-05audit: change decimal constant to macro for invalid uidRichard Guy Briggs
2013-11-05audit: printk USER_AVC messages when audit isn't enabledTyler Hicks
2013-11-05audit_alloc: clear TIF_SYSCALL_AUDIT if !audit_contextOleg Nesterov
2013-11-05Audit: remove duplicate commentsGao feng
2013-11-05audit: remove newline accidentally added during session id helper refactorRichard Guy Briggs
2013-11-05audit: remove duplicate inclusion of the netlink headerIlya V. Matveychikov
2013-11-05audit: format user messages to size of MAX_AUDIT_MESSAGE_LENGTHRichard Guy Briggs
2013-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-08-29Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-08-29cgroup: fix rmdir EBUSY regression in 3.11Hugh Dickins
2013-08-29workqueue: cond_resched() after processing each work itemTejun Heo
2013-08-28timer_list: correct the iterator for timer_listNathan Zimmer
2013-08-27Rename nsproxy.pid_ns to nsproxy.pid_ns_for_childrenAndy Lutomirski
2013-08-23Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-08-21cpuset: fix a regression in validating config changeLi Zefan
2013-08-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2013-08-19kernel: fix new kernel-doc warning in wait.cRandy Dunlap
2013-08-18Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-08-16Merge tag 'pm-3.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2013-08-14Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-08-13microblaze: fix clone syscallMichal Simek
2013-08-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-08-14PM / QoS: Fix workqueue deadlock when using pm_qos_update_request_timeout()Stephen Boyd
2013-08-13sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov
2013-08-13cpuset: fix the return value of cpuset_write_u64()Li Zefan
2013-08-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-08-12Merge branch 'fortglx/3.11/time' of git://git.linaro.org/people/jstultz/linux...Ingo Molnar
2013-08-08userns: limit the maximum depth of user_namespace->parent chainOleg Nesterov
2013-08-07Merge tag 'trace-fixes-3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-08-06Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-08-06Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-08-06printk: Fix return of braille_register_console()Steven Rostedt
2013-08-06Revert "ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)"Oleg Nesterov