| Commit message (Expand) | Author | Age | Files | Lines |
* | audit: only allow tasks to set their loginuid if it is -1 | Eric Paris | 2012-01-17 | 3 | -4/+24 |
* | audit: remove task argument to audit_set_loginuid | Eric Paris | 2012-01-17 | 3 | -5/+5 |
* | audit: allow audit matching on inode gid | Eric Paris | 2012-01-17 | 3 | -0/+14 |
* | audit: allow matching on obj_uid | Eric Paris | 2012-01-17 | 3 | -0/+14 |
* | audit: remove audit_finish_fork as it can't be called | Eric Paris | 2012-01-17 | 3 | -24/+0 |
* | audit: reject entry,always rules | Eric Paris | 2012-01-17 | 1 | -2/+4 |
* | audit: inline audit_free to simplify the look of generic code | Eric Paris | 2012-01-17 | 3 | -4/+8 |
* | audit: drop audit_set_macxattr as it doesn't do anything | Eric Paris | 2012-01-17 | 1 | -2/+0 |
* | audit: inline checks for not needing to collect aux records | Eric Paris | 2012-01-17 | 2 | -15/+23 |
* | audit: drop some potentially inadvisable likely notations | Eric Paris | 2012-01-17 | 1 | -6/+6 |
* | audit: remove AUDIT_SETUP_CONTEXT as it isn't used | Eric Paris | 2012-01-17 | 1 | -5/+1 |
* | audit: inline audit_syscall_entry to reduce burden on archs | Eric Paris | 2012-01-17 | 16 | -86/+72 |
* | audit: ia32entry.S sign extend error codes when calling 64 bit code | Eric Paris | 2012-01-17 | 1 | -1/+3 |
* | Audit: push audit success and retcode into arch ptrace.h | Eric Paris | 2012-01-17 | 26 | -74/+132 |
* | seccomp: audit abnormal end to a process due to seccomp | Eric Paris | 2012-01-17 | 3 | -21/+39 |
* | audit: check current inode and containing object when filtering on major and ... | Eric Paris | 2012-01-17 | 1 | -10/+14 |
* | audit: drop the meaningless and format breaking word 'user' | Eric Paris | 2012-01-17 | 1 | -1/+1 |
* | audit: dynamically allocate audit_names when not enough space is in the names... | Eric Paris | 2012-01-17 | 1 | -188/+215 |
* | audit: make filetype matching consistent with other filters | Eric Paris | 2012-01-17 | 2 | -12/+11 |
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-01-11 | 13 | -25/+89 |
|\ |
|
| * | x86/intel config: Fix the APB_TIMER selection | Alan Cox | 2011-12-29 | 1 | -2/+6 |
| * | Merge commit 'v3.2-rc6' into x86/platform | Ingo Molnar | 2011-12-18 | 365 | -2939/+4015 |
| |\ |
|
| * | | x86/mrst: Add additional debug prints for pb_keys | Michael Demeter | 2011-12-18 | 1 | -0/+1 |
| * | | x86/intel config: Revamp configuration to allow for Moorestown and Medfield | Alan Cox | 2011-12-18 | 6 | -10/+10 |
| * | | x86/intel/scu/ipc: Match the changes in the x86 configuration | Alan Cox | 2011-12-18 | 1 | -1/+1 |
| * | | x86/apb: Fix configuration constraints | Alan Cox | 2011-12-18 | 1 | -0/+1 |
| * | | x86: Fix INTEL_MID silly | Alan Cox | 2011-12-16 | 1 | -0/+1 |
| * | | x86/Kconfig: Cyclone-timer depends on x86-summit | Alessandro Rubini | 2011-12-05 | 1 | -1/+1 |
| * | | x86: Reduce clock calibration time during slave cpu startup | Jack Steiner | 2011-12-05 | 3 | -5/+46 |
| * | | x86/config: Revamp configuration for MID devices | Alan Cox | 2011-12-05 | 4 | -5/+22 |
| * | | x86/sfi: Kill the IRQ as id hack | Alan Cox | 2011-12-05 | 1 | -2/+1 |
* | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-01-11 | 12 | -10/+337 |
|\ \ \ |
|
| * | | | x86, reboot: Fix typo in nmi reboot path | Don Zickus | 2012-01-07 | 1 | -1/+1 |
| * | | | x86, NMI: Add to_cpumask() to silence compile warning | Dan Carpenter | 2011-12-07 | 1 | -1/+1 |
| * | | | x86, NMI: NMI selftest depends on the local apic | Don Zickus | 2011-12-07 | 1 | -1/+1 |
| * | | | x86: Add stack top margin for stack overflow checking | Mitsuo Hayasaka | 2011-12-07 | 1 | -3/+5 |
| * | | | x86, NMI: NMI-selftest should handle the UP case properly | Don Zickus | 2011-12-06 | 1 | -1/+2 |
| * | | | x86: Fix the 32-bit stackoverflow-debug build | Ingo Molnar | 2011-12-05 | 1 | -0/+3 |
| * | | | x86, NMI: Add knob to disable using NMI IPIs to stop cpus | Don Zickus | 2011-12-05 | 2 | -0/+17 |
| * | | | x86, NMI: Add NMI IPI selftest | Don Zickus | 2011-12-05 | 5 | -0/+199 |
| * | | | x86, reboot: Use NMI instead of REBOOT_VECTOR to stop cpus | Don Zickus | 2011-12-05 | 1 | -2/+57 |
| * | | | x86: Clean up the range of stack overflow checking | Mitsuo Hayasaka | 2011-12-05 | 1 | -4/+3 |
| * | | | x86: Panic on detection of stack overflow | Mitsuo Hayasaka | 2011-12-05 | 5 | -0/+31 |
| * | | | x86: Check stack overflow in detail | Mitsuo Hayasaka | 2011-12-05 | 2 | -8/+28 |
* | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-01-11 | 17 | -8/+1613 |
|\ \ \ \ |
|
| * | | | | x86, efi: Break up large initrd reads | Maarten Lankhorst | 2011-12-16 | 2 | -6/+15 |
| * | | | | x86, efi: EFI boot stub support | Matt Fleming | 2011-12-12 | 13 | -1/+1462 |
| * | | | | efi: Add EFI file I/O data types | Matt Fleming | 2011-12-09 | 1 | -0/+40 |
| * | | | | efi.h: Add boottime->locate_handle search types | Matt Fleming | 2011-12-09 | 1 | -0/+7 |
| * | | | | efi.h: Add graphics protocol guids | Matt Fleming | 2011-12-09 | 1 | -0/+9 |