summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* audit: no leading space in audit_log_d_path prefixKees Cook2012-01-173-6/+6
* audit: treat s_id as an untrusted stringKees Cook2012-01-172-13/+18
* audit: fix signedness bug in audit_log_execve_info()Xi Wang2012-01-171-2/+2
* audit: comparison on interprocess fieldsPeter Moody2012-01-172-1/+62
* audit: implement all object interfield comparisonsPeter Moody2012-01-172-1/+38
* audit: allow interfield comparison between gid and ogidEric Paris2012-01-172-1/+8
* audit: complex interfield comparison helperEric Paris2012-01-171-11/+39
* audit: allow interfield comparison in audit rulesEric Paris2012-01-173-2/+37
* Kernel: Audit Support For The ARM PlatformNathaniel Husted2012-01-176-9/+25
* audit: do not call audit_getname on errorEric Paris2012-01-172-18/+13
* audit: only allow tasks to set their loginuid if it is -1Eric Paris2012-01-173-4/+24
* audit: remove task argument to audit_set_loginuidEric Paris2012-01-173-5/+5
* audit: allow audit matching on inode gidEric Paris2012-01-173-0/+14
* audit: allow matching on obj_uidEric Paris2012-01-173-0/+14
* audit: remove audit_finish_fork as it can't be calledEric Paris2012-01-173-24/+0
* audit: reject entry,always rulesEric Paris2012-01-171-2/+4
* audit: inline audit_free to simplify the look of generic codeEric Paris2012-01-173-4/+8
* audit: drop audit_set_macxattr as it doesn't do anythingEric Paris2012-01-171-2/+0
* audit: inline checks for not needing to collect aux recordsEric Paris2012-01-172-15/+23
* audit: drop some potentially inadvisable likely notationsEric Paris2012-01-171-6/+6
* audit: remove AUDIT_SETUP_CONTEXT as it isn't usedEric Paris2012-01-171-5/+1
* audit: inline audit_syscall_entry to reduce burden on archsEric Paris2012-01-1716-86/+72
* audit: ia32entry.S sign extend error codes when calling 64 bit codeEric Paris2012-01-171-1/+3
* Audit: push audit success and retcode into arch ptrace.hEric Paris2012-01-1726-74/+132
* seccomp: audit abnormal end to a process due to seccompEric Paris2012-01-173-21/+39
* audit: check current inode and containing object when filtering on major and ...Eric Paris2012-01-171-10/+14
* audit: drop the meaningless and format breaking word 'user'Eric Paris2012-01-171-1/+1
* audit: dynamically allocate audit_names when not enough space is in the names...Eric Paris2012-01-171-188/+215
* audit: make filetype matching consistent with other filtersEric Paris2012-01-172-12/+11
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-01-1113-25/+89
|\
| * x86/intel config: Fix the APB_TIMER selectionAlan Cox2011-12-291-2/+6
| * Merge commit 'v3.2-rc6' into x86/platformIngo Molnar2011-12-18365-2939/+4015
| |\
| * | x86/mrst: Add additional debug prints for pb_keysMichael Demeter2011-12-181-0/+1
| * | x86/intel config: Revamp configuration to allow for Moorestown and MedfieldAlan Cox2011-12-186-10/+10
| * | x86/intel/scu/ipc: Match the changes in the x86 configurationAlan Cox2011-12-181-1/+1
| * | x86/apb: Fix configuration constraintsAlan Cox2011-12-181-0/+1
| * | x86: Fix INTEL_MID sillyAlan Cox2011-12-161-0/+1
| * | x86/Kconfig: Cyclone-timer depends on x86-summitAlessandro Rubini2011-12-051-1/+1
| * | x86: Reduce clock calibration time during slave cpu startupJack Steiner2011-12-053-5/+46
| * | x86/config: Revamp configuration for MID devicesAlan Cox2011-12-054-5/+22
| * | x86/sfi: Kill the IRQ as id hackAlan Cox2011-12-051-2/+1
* | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-1112-10/+337
|\ \ \
| * | | x86, reboot: Fix typo in nmi reboot pathDon Zickus2012-01-071-1/+1
| * | | x86, NMI: Add to_cpumask() to silence compile warningDan Carpenter2011-12-071-1/+1
| * | | x86, NMI: NMI selftest depends on the local apicDon Zickus2011-12-071-1/+1
| * | | x86: Add stack top margin for stack overflow checkingMitsuo Hayasaka2011-12-071-3/+5
| * | | x86, NMI: NMI-selftest should handle the UP case properlyDon Zickus2011-12-061-1/+2
| * | | x86: Fix the 32-bit stackoverflow-debug buildIngo Molnar2011-12-051-0/+3
| * | | x86, NMI: Add knob to disable using NMI IPIs to stop cpusDon Zickus2011-12-052-0/+17
| * | | x86, NMI: Add NMI IPI selftestDon Zickus2011-12-055-0/+199