aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/tsc.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-18integrity: digital signature config option name changeDmitry Kasatkin3-4/+4
2012-01-18lib: Removed MPILIB, MPILIB_EXTRA, and SIGNATURE promptsDmitry Kasatkin1-3/+3
2012-01-18lib: MPILIB Kconfig description updateDmitry Kasatkin1-5/+3
2012-01-18lib: digital signature dependency fixDmitry Kasatkin1-1/+2
2012-01-18lib: digital signature config option name changeDmitry Kasatkin4-5/+5
2012-01-18encrypted-keys: fix rcu and sparse messagesMimi Zohar2-2/+2
2012-01-18keys: fix trusted/encrypted keys sparse rcu_assign_pointer messagesMimi Zohar4-4/+9
2012-01-18KEYS: Add missing smp_rmb() primitives to the keyring search codeDavid Howells2-8/+18
2012-01-18TOMOYO: Accept \000 as a valid character.Tetsuo Handa1-3/+3
2012-01-17Fix compile breakage with kref.hJames Bottomley1-0/+1
2012-01-18security: update MAINTAINERS file with new git repoJames Morris1-1/+1
2012-01-17i2c-eg20t: Change-company-name-OKI-SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA1-6/+6
2012-01-17i2c-eg20t: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2-7/+10
2012-01-17i2c-eg20t: modified the setting of transfer rate.Toshiharu Okada1-1/+1
2012-01-17i2c-eg20t: use i2c_add_numbered_adapter to get a fixed bus numberFeng Tang1-1/+3
2012-01-17proc: clean up and fix /proc/<pid>/mem handlingLinus Torvalds1-106/+39
2012-01-17i2c: OMAP: Add DT support for i2c controllerBenoit Cousson2-35/+97
2012-01-17I2C: OMAP: NACK without STPJan Weitzel1-4/+2
2012-01-17I2C: OMAP: correct SYSC register offset for OMAP4Alexander Aring1-1/+1
2012-01-17vfs: remove printk from set_nlink()Miklos Szeredi1-3/+0
2012-01-17wake up s_wait_unfrozen when ->freeze_fs failsKazuya Mio1-0/+2
2012-01-17audit: no leading space in audit_log_d_path prefixKees Cook3-6/+6
2012-01-17audit: treat s_id as an untrusted stringKees Cook2-13/+18
2012-01-17audit: fix signedness bug in audit_log_execve_info()Xi Wang1-2/+2
2012-01-17audit: comparison on interprocess fieldsPeter Moody2-1/+62
2012-01-17audit: implement all object interfield comparisonsPeter Moody2-1/+38
2012-01-17audit: allow interfield comparison between gid and ogidEric Paris2-1/+8
2012-01-17audit: complex interfield comparison helperEric Paris1-11/+39
2012-01-17audit: allow interfield comparison in audit rulesEric Paris3-2/+37
2012-01-17Kernel: Audit Support For The ARM PlatformNathaniel Husted6-9/+25
2012-01-17audit: do not call audit_getname on errorEric Paris2-18/+13
2012-01-17audit: only allow tasks to set their loginuid if it is -1Eric Paris3-4/+24
2012-01-17audit: remove task argument to audit_set_loginuidEric Paris3-5/+5
2012-01-17audit: allow audit matching on inode gidEric Paris3-0/+14
2012-01-17audit: allow matching on obj_uidEric Paris3-0/+14
2012-01-17audit: remove audit_finish_fork as it can't be calledEric Paris3-24/+0
2012-01-17audit: reject entry,always rulesEric Paris1-2/+4
2012-01-17audit: inline audit_free to simplify the look of generic codeEric Paris3-4/+8
2012-01-17audit: drop audit_set_macxattr as it doesn't do anythingEric Paris1-2/+0
2012-01-17audit: inline checks for not needing to collect aux recordsEric Paris2-15/+23
2012-01-17audit: drop some potentially inadvisable likely notationsEric Paris1-6/+6
2012-01-17audit: remove AUDIT_SETUP_CONTEXT as it isn't usedEric Paris1-5/+1
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsEric Paris16-86/+72
2012-01-17audit: ia32entry.S sign extend error codes when calling 64 bit codeEric Paris1-1/+3
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris26-74/+132
2012-01-17seccomp: audit abnormal end to a process due to seccompEric Paris3-21/+39
2012-01-17audit: check current inode and containing object when filtering on major and minorEric Paris1-10/+14
2012-01-17audit: drop the meaningless and format breaking word 'user'Eric Paris1-1/+1
2012-01-17audit: dynamically allocate audit_names when not enough space is in the names arrayEric Paris1-188/+215
2012-01-17audit: make filetype matching consistent with other filtersEric Paris2-12/+11