summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | x86, reboot: Use NMI instead of REBOOT_VECTOR to stop cpusDon Zickus2011-12-051-2/+57
| * | | x86: Clean up the range of stack overflow checkingMitsuo Hayasaka2011-12-051-4/+3
| * | | x86: Panic on detection of stack overflowMitsuo Hayasaka2011-12-055-0/+31
| * | | x86: Check stack overflow in detailMitsuo Hayasaka2011-12-052-8/+28
* | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-01-1117-8/+1613
|\ \ \ \
| * | | | x86, efi: Break up large initrd readsMaarten Lankhorst2011-12-162-6/+15
| * | | | x86, efi: EFI boot stub supportMatt Fleming2011-12-1213-1/+1462
| * | | | efi: Add EFI file I/O data typesMatt Fleming2011-12-091-0/+40
| * | | | efi.h: Add boottime->locate_handle search typesMatt Fleming2011-12-091-0/+7
| * | | | efi.h: Add graphics protocol guidsMatt Fleming2011-12-091-0/+9
| * | | | efi.h: Add allocation types for boottime->allocate_pages()Matt Fleming2011-12-091-0/+8
| * | | | efi.h: Add efi_image_loaded_tMatt Fleming2011-12-091-0/+19
| * | | | efi.h: Add struct definition for boot time servicesMatt Fleming2011-12-091-1/+52
| * | | | x86: Don't use magic strings for EFI loader signatureMatt Fleming2011-12-092-6/+5
| * | | | x86: Add missing bzImage fields to struct setup_headerMatt Fleming2011-12-091-0/+2
* | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-1111-93/+69
|\ \ \ \ \
| * | | | | x86/numa: Add constraints check for nid parametersPetr Holasek2011-12-091-4/+6
| * | | | | mm, x86: Remove debug_pagealloc_enabledStanislaw Gruszka2011-12-064-24/+0
| * | | | | x86/mm: Initialize high mem before free_all_bootmem()Stanislaw Gruszka2011-12-061-2/+11