summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-05-07audit: vfs: fix audit_inode call in O_CREAT case of do_lastJeff Layton1-1/+1
2013-05-07audit: Make testing for a valid loginuid explicit.Eric W. Biederman4-3/+25
2013-04-30audit: fix event coverage of AUDIT_ANOM_LINKEric Paris4-369/+405
2013-04-30audit: use spin_lock in audit_receive_msg to process tty loggingEric Paris1-6/+4
2013-04-30audit: do not needlessly take a lock in tty_audit_exitEric Paris1-3/+0
2013-04-30audit: do not needlessly take a spinlock in copy_signalEric Paris1-4/+0
2013-04-30audit: add an option to control logging of passwords with pam_tty_auditRichard Guy Briggs4-7/+22
2013-04-30audit: use spin_lock_irqsave/restore in audit tty codeEric Paris2-17/+25
2013-04-30helper for some session id stuffEric Paris2-8/+14
2013-04-30audit: use a consistent audit helper to log lsm informationEric Paris4-50/+15
2013-04-30audit: push loginuid and sessionid processing downEric Paris3-51/+27
2013-04-30audit: stop pushing loginid, uid, sessionid as argumentsEric Paris5-83/+52
2013-04-30audit: remove the old depricated kernel interfaceEric Paris2-180/+8
2013-04-30audit: make validity checking genericEric Paris1-76/+70
2013-04-16audit: allow checking the type of audit message in the user filterEric Paris3-5/+27
2013-04-16audit: fix build break when AUDIT_DEBUG == 2Eric Paris1-3/+5
2013-04-12audit: remove duplicate export of audit_enabledGao feng1-1/+0
2013-04-11Audit: do not print error when LSMs disabledEric Paris1-6/+8
2013-04-11audit: use data= not msg= for AUDIT_USER_TTY messagesEric Paris1-1/+1
2013-04-10auditsc: remove audit_set_context() altogether - fold it into its callerAndrew Morton1-8/+2
2013-04-10auditsc: Use kzalloc instead of kmalloc+memset.Rakib Mullick1-4/+4
2013-04-10kernel: audit: beautify code, for extern function, better to check its parame...Chen Gang3-10/+21
2013-04-10audit: destroy long filenames correctlyDmitry Monakhov1-3/+3
2013-04-10powerpc: Remove static branch prediction in 64bit traced syscall pathAnton Blanchard1-1/+1
2013-04-10audit: Syscall rules are not applied to existing processes on non-x86Anton Blanchard1-1/+1
2013-04-08audit: move kaudit thread start from auditd registration to kaudit initRichard Guy Briggs1-10/+4
2013-04-08audit: flatten kauditd_thread wait queue codeRichard Guy Briggs1-13/+13
2013-04-08audit: refactor hold queue flushRichard Guy Briggs1-22/+40
2013-04-08audit: improve GID/EGID comparation logicMatvejchikov Ilya1-0/+14
2013-02-18Linux 3.8v3.8Linus Torvalds1-1/+1
2013-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-6/+18
2013-02-18mm: fix pageblock bitmap allocationLinus Torvalds1-6/+9
2013-02-15Merge tag 'stable/for-linus-3.8-rc7-tag-two' of git://git.kernel.org/pub/scm/...Linus Torvalds5-65/+33
2013-02-15Revert "[media] dvb_frontend: return -ENOTTY for unimplement IOCTL"Mauro Carvalho Chehab1-3/+3
2013-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds5-14/+68
2013-02-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2013-02-15Merge tag '3.8-pci-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2013-02-15Merge tag 'omapdss-for-3.8-rc8' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds2-1/+2
2013-02-15Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-13/+3
2013-02-14Revert "xen PVonHVM: use E820_Reserved area for shared_info"Konrad Rzeszutek Wilk3-55/+24
2013-02-14Revert "xen/PVonHVM: fix compile warning in init_hvm_pv_info"Konrad Rzeszutek Wilk1-1/+1
2013-02-14sunvdc: Fix off-by-one in generic_request().David S. Miller1-1/+1
2013-02-14omapdrm: fix the dependency to omapdssTomi Valkeinen1-1/+1
2013-02-14OMAPDSS: add FEAT_DPI_USES_VDDS_DSI to omap3630_dss_feat_listNeilBrown1-0/+1
2013-02-13efi: Clear EFI_RUNTIME_SERVICES rather than EFI_BOOT by "noefi" boot parameterSatoru Takeuchi1-1/+1
2013-02-13xen: remove redundant NULL check before unregister_and_remove_pcpu().Cyril Roelandt1-2/+1
2013-02-13x86/xen: don't assume %ds is usable in xen_iret for 32-bit PVOPS.Jan Beulich1-7/+7
2013-02-13sparc64: Fix get_user_pages_fast() wrt. THP.David S. Miller2-10/+63
2013-02-13sparc64: Add missing HAVE_ARCH_TRANSPARENT_HUGEPAGE.David S. Miller1-0/+1
2013-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds22-149/+191