aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-05-07Revert "audit: move kaudit thread start from auditd registration to kaudit init"Eric Paris
2013-05-07audit: Make testing for a valid loginuid explicit.Eric W. Biederman
2013-04-30audit: fix event coverage of AUDIT_ANOM_LINKEric Paris
2013-04-30audit: use spin_lock in audit_receive_msg to process tty loggingEric Paris
2013-04-30audit: add an option to control logging of passwords with pam_tty_auditRichard Guy Briggs
2013-04-30audit: use spin_lock_irqsave/restore in audit tty codeEric Paris
2013-04-30helper for some session id stuffEric Paris
2013-04-30audit: use a consistent audit helper to log lsm informationEric Paris
2013-04-30audit: push loginuid and sessionid processing downEric Paris
2013-04-30audit: stop pushing loginid, uid, sessionid as argumentsEric Paris
2013-04-30audit: remove the old depricated kernel interfaceEric Paris
2013-04-30audit: make validity checking genericEric Paris
2013-04-16audit: allow checking the type of audit message in the user filterEric Paris
2013-04-16audit: fix build break when AUDIT_DEBUG == 2Eric Paris
2013-04-12audit: remove duplicate export of audit_enabledGao feng
2013-04-11Audit: do not print error when LSMs disabledEric Paris
2013-04-11audit: use data= not msg= for AUDIT_USER_TTY messagesEric Paris
2013-04-10auditsc: remove audit_set_context() altogether - fold it into its callerAndrew Morton
2013-04-10auditsc: Use kzalloc instead of kmalloc+memset.Rakib Mullick
2013-04-10kernel: audit: beautify code, for extern function, better to check its parame...Chen Gang
2013-04-10audit: destroy long filenames correctlyDmitry Monakhov
2013-04-08audit: move kaudit thread start from auditd registration to kaudit initRichard Guy Briggs
2013-04-08audit: flatten kauditd_thread wait queue codeRichard Guy Briggs
2013-04-08audit: refactor hold queue flushRichard Guy Briggs
2013-04-08audit: improve GID/EGID comparation logicMatvejchikov Ilya
2013-02-12kernel/pid.c: reenable interrupts when alloc_pid() fails because init has exitedEric W. Biederman
2013-02-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-02-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-02-05Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-02-03perf: Fix event group context moveJiri Olsa
2013-01-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-01-31Revert "console: implement lockdep support for console_lock"Dave Airlie
2013-01-28smp: Fix SMP function call empty cpu mask raceWang YanQing
2013-01-25sched/debug: Fix format string for 32-bit platformsArnd Bergmann
2013-01-25sched: Fix warning in kernel/sched/fair.cArnd Bergmann
2013-01-25sched/rt: Use root_domain of rt_rq not current processorShawn Bohrer
2013-01-24Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar
2013-01-22async: fix __lowest_in_progress()Tejun Heo
2013-01-22Merge tag 'trace-3.8-rc4-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-01-22wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov
2013-01-22ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov
2013-01-22ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov
2013-01-21ftrace: Be first to run code modification on modulesSteven Rostedt
2013-01-20module: fix missing module_mutex unlockLinus Torvalds
2013-01-20Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-01-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-01-20ia64: kill thread_matches(), unexport ptrace_check_attach()Oleg Nesterov
2013-01-19sys_clone() needs asmlinkage_protectAl Viro
2013-01-16module, async: async_synchronize_full() on module init iff async is usedTejun Heo
2013-01-14Merge tag 'trace-3.8-rc3-regression-fix' of git://git.kernel.org/pub/scm/linu...Linus Torvalds