summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SELinux: Make selinux_kernel_create_files_as() shouldn't just always return 0David Howells2010-02-261-1/+1
* TOMOYO: Protect find_task_by_vpid() with RCU.Tetsuo Handa2010-02-251-0/+4
* Security: add static to security_ops and default_security_ops variablewzt.wzt@gmail.com2010-02-234-18/+12Star
* selinux: libsepol: remove dead code in check_avtab_hierarchy_callback()KaiGai Kohei2010-02-211-4/+39
* TOMOYO: Remove __func__ from tomoyo_is_correct_path/domainTetsuo Handa2010-02-174-32/+20Star
* security: fix a couple of sparse warningsJames Morris2010-02-161-2/+3
* TOMOYO: Remove unneeded parameter.Tetsuo Handa2010-02-163-38/+27Star
* TOMOYO: Use shorter names.Tetsuo Handa2010-02-165-299/+250Star
* TOMOYO: Use enum for index numbers.Tetsuo Handa2010-02-151-45/+54
* TOMOYO: Add garbage collector.Tetsuo Handa2010-02-147-54/+436
* TOMOYO: Add refcounter on domain structure.Tetsuo Handa2010-02-143-16/+28
* TOMOYO: Merge headers.Tetsuo Handa2010-02-148-397/+351Star
* TOMOYO: Add refcounter on string data.Tetsuo Handa2010-02-145-40/+77
* TOMOYO: Reduce lines by using common path for addition and deletion.Tetsuo Handa2010-02-113-226/+183Star
* selinux: fix memory leak in sel_make_boolsXiaotian Feng2010-02-081-0/+2
* TOMOYO: Extract bitfieldTetsuo Handa2010-02-084-96/+25Star
* syslog: clean up needless commentKees Cook2010-02-051-1/+0Star
* syslog: use defined constants instead of raw numbersKees Cook2010-02-045-43/+61
* syslog: distinguish between /proc/kmsg and syscallsKees Cook2010-02-048-22/+59
* selinux: allow MLS->non-MLS and vice versa upon policy reloadGuido Trentalancia2010-02-039-59/+84
* selinux: load the initial SIDs upon every policy loadGuido Trentalancia2010-02-031-4/+12
* selinux: Only audit permissions specified in policyStephen Smalley2010-02-021-10/+7Star
* TOMOYO: Remove usage counter for temporary memory.Tetsuo Handa2010-01-266-71/+29Star
* selinux: remove dead code in type_attribute_bounds_av()KaiGai Kohei2010-01-241-39/+4Star
* selinux: convert range transition list to a hashtabStephen Smalley2010-01-243-41/+86
* Merge branch 'master' into nextJames Morris2010-01-176630-308328/+539716
|\
| * page allocator: update NR_FREE_PAGES only when necessaryKOSAKI Motohiro2010-01-171-1/+1
| * Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-01-166-15/+16
| |\
| | * i2c: Do not use device name after device_unregisterThadeu Lima de Souza Cascardo2010-01-161-2/+3
| | * i2c/pca: Don't use *_interruptibleWolfram Sang2010-01-162-4/+4
| | * i2c-ali1563: Remove sparse warningsMárton Németh2010-01-161-4/+4
| | * i2c: Test off by one in {piix4,vt596}_transaction()Roel Kluin2010-01-162-4/+4
| | * i2c-core: Storage class should be before const qualifierTobias Klauser2010-01-161-1/+1
| * | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-01-167-11/+42
| |\ \
| | * | x86, uv: Ensure hub revision set for all ACPI modes.Russ Anderson2010-01-151-1/+4
| | * | x86, uv: Add function retrieving node controller revision numberJack Steiner2010-01-152-0/+18
| | * | x86: xen: 64-bit kernel RPL should be 0Ian Campbell2010-01-131-0/+4
| | * | x86: kernel_thread() -- initialize SS to a known stateCyrill Gorcunov2010-01-131-0/+2
| | * | x86/agp: Fix agp_amd64_init and agp_amd64_cleanupFUJITA Tomonori2010-01-132-2/+4
| | * | x86: SGI UV: Fix mapping of MMIO registersMike Travis2010-01-131-7/+8
| | * | x86: mce.h: Fix warning in header checksAlan Cox2010-01-131-1/+2
| * | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-01-161-15/+12Star
| |\ \ \
| | * | | futexes: Remove rw parameter from get_futex_key()KOSAKI Motohiro2010-01-131-15/+12Star
| * | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-01-162-22/+36
| |\ \ \ \
| | * | | | perf tools: Check if /dev/null can be used as the -o gcc argumentArnaldo Carvalho de Melo2010-01-131-11/+22
| | * | | | perf tools: Move QUIET_STDERR def to before first useArnaldo Carvalho de Melo2010-01-131-5/+6
| | * | | | perf: Stop stack frame walking off kernel addresses boundariesFrederic Weisbecker2010-01-131-6/+8
| | |/ / /
| * | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-01-166-17/+56
| |\ \ \ \
| | * | | | tracing/filters: Add comment for match callbacksLi Zefan2010-01-151-1/+12
| | * | | | tracing/filters: Fix MATCH_FULL filter matching for PTR_STRINGLi Zefan2010-01-151-4/+3Star