Age | Commit message (Expand) | Author | Files | Lines |
2010-02-24 | Security: add static to security_ops and default_security_ops variable | wzt.wzt@gmail.com | 4 | -18/+12 |
2010-02-22 | selinux: libsepol: remove dead code in check_avtab_hierarchy_callback() | KaiGai Kohei | 1 | -4/+39 |
2010-02-17 | TOMOYO: Remove __func__ from tomoyo_is_correct_path/domain | Tetsuo Handa | 4 | -32/+20 |
2010-02-16 | security: fix a couple of sparse warnings | James Morris | 1 | -2/+3 |
2010-02-16 | TOMOYO: Remove unneeded parameter. | Tetsuo Handa | 3 | -38/+27 |
2010-02-16 | TOMOYO: Use shorter names. | Tetsuo Handa | 5 | -299/+250 |
2010-02-16 | TOMOYO: Use enum for index numbers. | Tetsuo Handa | 1 | -45/+54 |
2010-02-15 | TOMOYO: Add garbage collector. | Tetsuo Handa | 7 | -54/+436 |
2010-02-15 | TOMOYO: Add refcounter on domain structure. | Tetsuo Handa | 3 | -16/+28 |
2010-02-15 | TOMOYO: Merge headers. | Tetsuo Handa | 8 | -397/+351 |
2010-02-15 | TOMOYO: Add refcounter on string data. | Tetsuo Handa | 5 | -40/+77 |
2010-02-11 | TOMOYO: Reduce lines by using common path for addition and deletion. | Tetsuo Handa | 3 | -226/+183 |
2010-02-09 | selinux: fix memory leak in sel_make_bools | Xiaotian Feng | 1 | -0/+2 |
2010-02-08 | TOMOYO: Extract bitfield | Tetsuo Handa | 4 | -96/+25 |
2010-02-05 | syslog: clean up needless comment | Kees Cook | 1 | -1/+0 |
2010-02-04 | syslog: use defined constants instead of raw numbers | Kees Cook | 5 | -43/+61 |
2010-02-04 | syslog: distinguish between /proc/kmsg and syscalls | Kees Cook | 8 | -22/+59 |
2010-02-04 | selinux: allow MLS->non-MLS and vice versa upon policy reload | Guido Trentalancia | 9 | -59/+84 |
2010-02-04 | selinux: load the initial SIDs upon every policy load | Guido Trentalancia | 1 | -4/+12 |
2010-02-03 | selinux: Only audit permissions specified in policy | Stephen Smalley | 1 | -10/+7 |
2010-01-27 | TOMOYO: Remove usage counter for temporary memory. | Tetsuo Handa | 6 | -71/+29 |
2010-01-25 | selinux: remove dead code in type_attribute_bounds_av() | KaiGai Kohei | 1 | -39/+4 |
2010-01-25 | selinux: convert range transition list to a hashtab | Stephen Smalley | 3 | -41/+86 |
2010-01-18 | Merge branch 'master' into next | James Morris | 6630 | -308328/+539716 |
2010-01-18 | selinux: change the handling of unknown classes | Stephen Smalley | 4 | -120/+88 |
2010-01-16 | page allocator: update NR_FREE_PAGES only when necessary | KOSAKI Motohiro | 1 | -1/+1 |
2010-01-16 | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 6 | -15/+16 |
2010-01-16 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 7 | -11/+42 |
2010-01-16 | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -15/+12 |
2010-01-16 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -22/+36 |
2010-01-16 | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 6 | -17/+56 |
2010-01-16 | revert "drivers/video/s3c-fb.c: fix clock setting for Samsung SoC Framebuffer" | Mark Brown | 1 | -6/+8 |
2010-01-16 | nommu: fix shared mmap after truncate shrinkage problems | David Howells | 3 | -30/+64 |
2010-01-16 | nommu: fix race between ramfs truncation and shared mmap | David Howells | 1 | -1/+6 |
2010-01-16 | nommu: don't need get_unmapped_area() for NOMMU | David Howells | 4 | -24/+8 |
2010-01-16 | nommu: remove a superfluous check of vm_region::vm_usage | David Howells | 1 | -4/+3 |
2010-01-16 | nommu: struct vm_region's vm_usage count need not be atomic | David Howells | 2 | -8/+8 |
2010-01-16 | nommu: fix SYSV SHM for NOMMU | David Howells | 1 | -0/+3 |
2010-01-16 | sysdev: fix prototype for memory_sysdev_class show/store functions | Wu Fengguang | 1 | -12/+20 |
2010-01-16 | memory-hotplug: add 0x prefix to HEX block_size_bytes | Wu Fengguang | 1 | -1/+1 |
2010-01-16 | memcg: ensure list is empty at rmdir | Daisuke Nishimura | 1 | -7/+4 |
2010-01-16 | virtio: fix section mismatch warnings | Jeff Mahoney | 2 | -6/+6 |
2010-01-16 | vmscan: kswapd: don't retry balance_pgdat() if all zones are unreclaimable | KOSAKI Motohiro | 1 | -0/+3 |
2010-01-16 | smp_call_function_any(): pass the node value to cpumask_of_node() | David John | 1 | -1/+1 |
2010-01-16 | kernel.h: add BUILD_BUG_ON_NOT_POWER_OF_2() | Roland Dreier | 1 | -0/+4 |
2010-01-16 | mm/page_alloc: fix the range check for backward merging | Kazuhisa Ichikawa | 1 | -1/+1 |
2010-01-16 | kfifo: document everywhere that size has to be power of two | Andi Kleen | 2 | -3/+3 |
2010-01-16 | kfifo: add kfifo_initialized | Andi Kleen | 1 | -0/+10 |
2010-01-16 | kfifo: add kfifo_out_peek | Andi Kleen | 2 | -0/+24 |
2010-01-16 | kfifo: sanitize *_user error handling | Andi Kleen | 2 | -31/+53 |